Trace number 3377399

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)? (TO) 1300.1 1300.06

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S250627100-039.UNKNOWN.cnf
MD5SUM68db236c1470208d12f1f4e80de80849
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

Solver Data

0.36/0.51	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.51	c INFO: solving HOME/instance-3377399-1305453003.cnf
0.36/0.51	c INFO: computing task features
0.36/0.55	c INFO: computed variable-clause graph statistics
0.36/0.56	c INFO: computed clause balance statistics
0.56/0.78	c INFO: computed variable balance statistics
0.66/0.87	c INFO: computed small-clause counts
0.66/0.87	c INFO: computed Horn-clause counts
0.66/0.87	c INFO: computed variable graph statistics
0.66/0.87	c INFO: collected features for HOME/instance-3377399-1305453003.cnf in 0.36 s
0.66/0.89	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.54)
100.19/100.16	c INFO: running gnovelty+2@0 for 97 with 2300 remaining (b = 0.11)
200.50/200.43	c INFO: running adaptg2wsat2009++@0 for 97 with 2200 remaining (b = 0.05)
300.78/300.70	c INFO: running adaptg2wsat2009++@0 for 97 with 2100 remaining (b = 0.04)
400.97/400.97	c INFO: running adaptg2wsat2009++@0 for 97 with 2000 remaining (b = 0.03)
501.24/501.24	c INFO: running gnovelty+2@0 for 97 with 1900 remaining (b = 0.03)
601.55/601.53	c INFO: running FH@0 for 97 with 1800 remaining (b = 0.02)
701.74/701.81	c INFO: running march_hi@0 for 485 with 1700 remaining (b = 0.10)
1188.99/1188.99	c INFO: running march_hi@485 for 194 with 1214 remaining (b = 0.06)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377399-1305453003/watcher-3377399-1305453003 -o /tmp/evaluation-result-3377399-1305453003/solver-3377399-1305453003 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377399-1305453003.cnf -seed 396336221 -budget 2400 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.90 3.78 3.06 4/356 21374
/proc/meminfo: memFree=22307036/32951124 swapFree=59305796/67111528
[pid=21374] ppid=21372 vsize=15768 CPUtime=0 cores=5,7
/proc/21374/stat : 21374 (python) S 21372 21374 19943 0 -1 4202496 845 0 0 0 0 0 0 0 17 0 1 0 735530821 16146432 728 33554432000 4194304 5683644 140735552881808 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/21374/statm: 3942 728 334 364 0 429 0

[startup+0.102546 s]
/proc/loadavg: 3.90 3.78 3.06 4/356 21374
/proc/meminfo: memFree=22307036/32951124 swapFree=59305796/67111528
[pid=21374] ppid=21372 vsize=104620 CPUtime=0.07 cores=5,7
/proc/21374/stat : 21374 (python) R 21372 21374 19943 0 -1 4202496 3145 0 0 0 6 1 0 0 17 0 1 0 735530821 107130880 2822 33554432000 4194304 5683644 140735552881808 18446744073709551615 252458063872 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/21374/statm: 26156 2825 847 364 0 1904 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104620

[startup+0.200493 s]
/proc/loadavg: 3.90 3.78 3.06 4/356 21374
/proc/meminfo: memFree=22307036/32951124 swapFree=59305796/67111528
[pid=21374] ppid=21372 vsize=131296 CPUtime=0.15 cores=5,7
/proc/21374/stat : 21374 (python) R 21372 21374 19943 0 -1 4202496 5709 934 1 0 12 3 0 0 19 0 1 0 735530821 134447104 4099 33554432000 4194304 5683644 140735552881808 18446744073709551615 4595994 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/21374/statm: 32824 4099 1015 364 0 3085 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 131296

[startup+0.300475 s]
/proc/loadavg: 3.90 3.78 3.06 4/356 21374
/proc/meminfo: memFree=22307036/32951124 swapFree=59305796/67111528
[pid=21374] ppid=21372 vsize=135752 CPUtime=0.21 cores=5,7
/proc/21374/stat : 21374 (python) S 21372 21374 19943 0 -1 4202496 5972 934 1 0 15 6 0 0 17 0 1 0 735530821 139010048 4149 33554432000 4194304 5683644 140735552881808 18446744073709551615 252458061829 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/21374/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 135752

[startup+0.700397 s]
/proc/loadavg: 3.90 3.78 3.06 4/356 21374
/proc/meminfo: memFree=22307036/32951124 swapFree=59305796/67111528
[pid=21374] ppid=21372 vsize=279748 CPUtime=0.56 cores=5,7
/proc/21374/stat : 21374 (python) R 21372 21374 19943 0 -1 4202496 10037 934 1 0 47 9 0 0 16 0 1 0 735530821 286461952 7321 33554432000 4194304 5683644 140735552881808 18446744073709551615 47210331190493 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/21374/statm: 69937 7321 1826 364 0 5861 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 279748

[startup+1.50028 s]
/proc/loadavg: 3.90 3.78 3.06 5/360 21382
/proc/meminfo: memFree=22281836/32951124 swapFree=59305796/67111528
[pid=21374] ppid=21372 vsize=288992 CPUtime=0.75 cores=5,7
/proc/21374/stat : 21374 (python) S 21372 21374 19943 0 -1 4202496 10472 934 1 0 66 9 0 0 19 0 2 0 735530821 295927808 7152 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21374/statm: 72248 7152 1877 364 0 8166 0
[pid=21380] ppid=21374 vsize=278748 CPUtime=0 cores=5,7
/proc/21380/stat : 21380 (python) S 21374 21374 19943 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 735530910 285437952 5625 33554432000 4194304 5683644 140735552881808 18446744073709551615 252458085903 0 0 16781312 514 17217709430720692223 0 0 17 7 0 0 0
/proc/21380/statm: 69687 5625 354 364 0 5605 0
[pid=21382] ppid=21380 vsize=1018076 CPUtime=0.6 cores=5,7
/proc/21382/stat : 21382 (gnovelty+2) R 21380 21382 21382 0 -1 4202496 538 0 0 0 60 0 0 0 20 0 1 0 735530910 1042509824 267 33554432000 134512640 135663704 4294601088 18446744073709551615 134525506 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21382/statm: 254519 267 113 282 0 254235 0
[pid=21374/tid=21381] ppid=21372 vsize=288992 CPUtime=0 cores=5,7
/proc/21374/task/21381/stat : 21381 (python) S 21372 21374 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 735530910 295927808 7152 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 2 18446604461216471808 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 1585816

[startup+3.101 s]
/proc/loadavg: 4.07 3.82 3.08 5/360 21382
/proc/meminfo: memFree=22281092/32951124 swapFree=59305796/67111528
[pid=21374] ppid=21372 vsize=288992 CPUtime=0.75 cores=5,7
/proc/21374/stat : 21374 (python) S 21372 21374 19943 0 -1 4202496 10472 934 1 0 66 9 0 0 19 0 2 0 735530821 295927808 7152 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21374/statm: 72248 7152 1877 364 0 8166 0
[pid=21380] ppid=21374 vsize=278748 CPUtime=0 cores=5,7
/proc/21380/stat : 21380 (python) S 21374 21374 19943 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 735530910 285437952 5625 33554432000 4194304 5683644 140735552881808 18446744073709551615 252458085903 0 0 16781312 514 17217709430720659719 0 0 17 7 0 0 0
/proc/21380/statm: 69687 5625 354 364 0 5605 0
[pid=21382] ppid=21380 vsize=1018076 CPUtime=2.2 cores=5,7
/proc/21382/stat : 21382 (gnovelty+2) R 21380 21382 21382 0 -1 4202496 538 0 0 0 220 0 0 0 25 0 1 0 735530910 1042509824 267 33554432000 134512640 135663704 4294601088 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21382/statm: 254519 267 113 282 0 254235 0
[pid=21374/tid=21381] ppid=21372 vsize=288992 CPUtime=0 cores=5,7
/proc/21374/task/21381/stat : 21381 (python) S 21372 21374 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 735530910 295927808 7152 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 2 18446604461216471808 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 1585816

[startup+6.3004 s]
/proc/loadavg: 4.07 3.82 3.08 5/360 21382
/proc/meminfo: memFree=22280908/32951124 swapFree=59305796/67111528
[pid=21374] ppid=21372 vsize=288992 CPUtime=0.75 cores=5,7
/proc/21374/stat : 21374 (python) S 21372 21374 19943 0 -1 4202496 10472 934 1 0 66 9 0 0 19 0 2 0 735530821 295927808 7152 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21374/statm: 72248 7152 1877 364 0 8166 0
[pid=21380] ppid=21374 vsize=278748 CPUtime=0 cores=5,7
/proc/21380/stat : 21380 (python) S 21374 21374 19943 0 -1 4202560 994 0 0 0 0 0 0 0 18 0 1 0 735530910 285437952 5653 33554432000 4194304 5683644 140735552881808 18446744073709551615 252458085903 0 0 16781312 514 17217709430720659719 0 0 17 7 0 0 0
/proc/21380/statm: 69687 5653 382 364 0 5605 0
[pid=21382] ppid=21380 vsize=1018076 CPUtime=5.4 cores=5,7
/proc/21382/stat : 21382 (gnovelty+2) R 21380 21382 21382 0 -1 4202496 538 0 0 0 540 0 0 0 25 0 1 0 735530910 1042509824 267 33554432000 134512640 135663704 4294601088 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21382/statm: 254519 267 113 282 0 254235 0
[pid=21374/tid=21381] ppid=21372 vsize=288992 CPUtime=0 cores=5,7
/proc/21374/task/21381/stat : 21381 (python) S 21372 21374 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 735530910 295927808 7152 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 2 18446604461216471808 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 1585816

[startup+12.7012 s]
/proc/loadavg: 4.06 3.82 3.09 5/360 21452
/proc/meminfo: memFree=22331960/32951124 swapFree=59305796/67111528
[pid=21374] ppid=21372 vsize=288992 CPUtime=0.75 cores=5,7
/proc/21374/stat : 21374 (python) S 21372 21374 19943 0 -1 4202496 10472 934 1 0 66 9 0 0 19 0 2 0 735530821 295927808 7152 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21374/statm: 72248 7152 1877 364 0 8166 0
[pid=21380] ppid=21374 vsize=278748 CPUtime=0.02 cores=5,7
/proc/21380/stat : 21380 (python) S 21374 21374 19943 0 -1 4202560 1011 0 0 0 1 1 0 0 18 0 1 0 735530910 285437952 5662 33554432000 4194304 5683644 140735552881808 18446744073709551615 252458085903 0 0 16781312 514 959266720629883143 0 0 17 7 0 0 0
/proc/21380/statm: 69687 5662 391 364 0 5605 0
[pid=21382] ppid=21380 vsize=1018076 CPUtime=11.8 cores=5,7
/proc/21382/stat : 21382 (gnovelty+2) R 21380 21382 21382 0 -1 4202496 538 0 0 0 1180 0 0 0 25 0 1 0 735530910 1042509824 267 33554432000 134512640 135663704 4294601088 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21382/statm: 254519 267 113 282 0 254235 0
[pid=21374/tid=21381] ppid=21372 vsize=288992 CPUtime=0 cores=5,7
/proc/21374/task/21381/stat : 21381 (python) S 21372 21374 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 735530910 295927808 7152 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 2 18446604461216471808 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 1585816

[startup+25.5008 s]
/proc/loadavg: 4.05 3.83 3.10 5/364 21457
/proc/meminfo: memFree=22324136/32951124 swapFree=59305796/67111528
[pid=21374] ppid=21372 vsize=288992 CPUtime=0.75 cores=5,7
/proc/21374/stat : 21374 (python) S 21372 21374 19943 0 -1 4202496 10472 934 1 0 66 9 0 0 19 0 2 0 735530821 295927808 7152 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21374/statm: 72248 7152 1877 364 0 8166 0
[pid=21380] ppid=21374 vsize=278748 CPUtime=0.05 cores=5,7
/proc/21380/stat : 21380 (python) S 21374 21374 19943 0 -1 4202560 1017 0 0 0 3 2 0 0 18 0 1 0 735530910 285437952 5662 33554432000 4194304 5683644 140735552881808 18446744073709551615 252458085903 0 0 16781312 514 959266720629883143 0 0 17 7 0 0 0
/proc/21380/statm: 69687 5662 391 364 0 5605 0
[pid=21382] ppid=21380 vsize=1018076 CPUtime=24.6 cores=5,7
/proc/21382/stat : 21382 (gnovelty+2) R 21380 21382 21382 0 -1 4202496 538 0 0 0 2460 0 0 0 25 0 1 0 735530910 1042509824 267 33554432000 134512640 135663704 4294601088 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21382/statm: 254519 267 113 282 0 254235 0
[pid=21374/tid=21381] ppid=21372 vsize=288992 CPUtime=0 cores=5,7
/proc/21374/task/21381/stat : 21381 (python) S 21372 21374 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 735530910 295927808 7152 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 2 18446604461216471808 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 1585816

[startup+51.1011 s]
/proc/loadavg: 4.18 3.87 3.13 5/364 21496
/proc/meminfo: memFree=22324672/32951124 swapFree=59305796/67111528
[pid=21374] ppid=21372 vsize=288992 CPUtime=0.75 cores=5,7
/proc/21374/stat : 21374 (python) S 21372 21374 19943 0 -1 4202496 10472 934 1 0 66 9 0 0 19 0 2 0 735530821 295927808 7152 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21374/statm: 72248 7152 1877 364 0 8166 0
[pid=21380] ppid=21374 vsize=278748 CPUtime=0.11 cores=5,7
/proc/21380/stat : 21380 (python) S 21374 21374 19943 0 -1 4202560 1026 0 0 0 6 5 0 0 18 0 1 0 735530910 285437952 5662 33554432000 4194304 5683644 140735552881808 18446744073709551615 252458085903 0 0 16781312 514 959266720629883143 0 0 17 7 0 0 0
/proc/21380/statm: 69687 5662 391 364 0 5605 0
[pid=21382] ppid=21380 vsize=1018076 CPUtime=50.2 cores=5,7
/proc/21382/stat : 21382 (gnovelty+2) R 21380 21382 21382 0 -1 4202496 538 0 0 0 5020 0 0 0 25 0 1 0 735530910 1042509824 267 33554432000 134512640 135663704 4294601088 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21382/statm: 254519 267 113 282 0 254235 0
[pid=21374/tid=21381] ppid=21372 vsize=288992 CPUtime=0 cores=5,7
/proc/21374/task/21381/stat : 21381 (python) S 21372 21374 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 735530910 295927808 7152 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 2 18446604461216471808 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1585816

[startup+102.301 s]
/proc/loadavg: 4.18 3.92 3.19 5/372 21509
/proc/meminfo: memFree=22312296/32951124 swapFree=59305796/67111528
[pid=21374] ppid=21372 vsize=299616 CPUtime=0.77 cores=5,7
/proc/21374/stat : 21374 (python) S 21372 21374 19943 0 -1 4202496 11334 934 1 0 67 10 0 0 20 0 3 0 735530821 306806784 7236 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21374/statm: 74904 7236 1880 364 0 10819 0
[pid=21380] ppid=21374 vsize=288992 CPUtime=0.24 cores=5,7
/proc/21380/stat : 21380 (python) S 21374 21374 19943 0 -1 4202560 1180 0 0 0 13 11 0 0 19 0 2 0 735530910 295927808 5700 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21380/statm: 72248 5700 424 364 0 8166 0
[pid=21382] ppid=21380 vsize=1018076 CPUtime=99.25 cores=5,7
/proc/21382/stat : 21382 (gnovelty+2) T 21380 21382 21382 0 -1 4202496 538 0 0 0 9925 0 0 0 25 0 1 0 735530910 1042509824 267 33554432000 134512640 135663704 4294601088 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21382/statm: 254519 267 113 282 0 254235 0
[pid=21380/tid=21506] ppid=21374 vsize=288992 CPUtime=0 cores=5,7
/proc/21380/task/21506/stat : 21506 (python) S 21374 21374 19943 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 735540836 295927808 5700 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 514 18446604461216470912 0 0 -1 5 0 0 0
[pid=21507] ppid=21374 vsize=289372 CPUtime=0 cores=5,7
/proc/21507/stat : 21507 (python) S 21374 21374 19943 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 735540837 296316928 5700 33554432000 4194304 5683644 140735552881808 18446744073709551615 252458085958 0 0 16781312 514 4526447208412709127 0 0 17 5 0 0 0
/proc/21507/statm: 72343 5700 348 364 0 8258 0
[pid=21509] ppid=21507 vsize=1018076 CPUtime=2.13 cores=5,7
/proc/21509/stat : 21509 (gnovelty+2) R 21507 21509 21509 0 -1 4202496 534 0 0 0 213 0 0 0 25 0 1 0 735540838 1042509824 268 33554432000 134512640 135663704 4290337072 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21509/statm: 254519 268 113 282 0 254235 0
[pid=21374/tid=21381] ppid=21372 vsize=299616 CPUtime=0 cores=5,7
/proc/21374/task/21381/stat : 21381 (python) S 21372 21374 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 3 0 735530910 306806784 7236 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 2 18446604461216471808 0 0 -1 7 0 0 0
[pid=21374/tid=21508] ppid=21372 vsize=299616 CPUtime=0 cores=5,7
/proc/21374/task/21508/stat : 21508 (python) S 21372 21374 19943 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 735540837 306806784 7236 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 2 18446604461216471808 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.39
Current children cumulated vsize (KiB) 2914132

[startup+162.3 s]
/proc/loadavg: 4.12 3.95 3.24 5/384 21523
/proc/meminfo: memFree=22283876/32951124 swapFree=59305796/67111528
[pid=21374] ppid=21372 vsize=299616 CPUtime=0.77 cores=5,7
/proc/21374/stat : 21374 (python) S 21372 21374 19943 0 -1 4202496 11334 934 1 0 67 10 0 0 20 0 3 0 735530821 306806784 7236 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21374/statm: 74904 7236 1880 364 0 10819 0
[pid=21380] ppid=21374 vsize=288992 CPUtime=0.24 cores=5,7

################
# More data... #
################

/proc/21528/stat : 21528 (adaptg2wsat2009) T 21526 21528 21528 0 -1 4202496 673 0 0 0 9998 0 0 0 25 0 1 0 735550864 426926080 405 33554432000 134512640 135107411 4291803264 18446744073709551615 134531856 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/21528/statm: 104230 405 59 146 0 103106 0
[pid=21526/tid=21544] ppid=21374 vsize=299328 CPUtime=0 cores=5,7
/proc/21526/task/21544/stat : 21544 (python) S 21374 21374 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735560890 306511872 5686 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 514 18446604464282280320 0 0 -1 7 0 0 0
[pid=21545] ppid=21374 vsize=310124 CPUtime=0.26 cores=5,7
/proc/21545/stat : 21545 (python) S 21374 21374 19943 0 -1 4202560 1112 0 0 0 13 13 0 0 19 0 2 0 735560891 317566976 5804 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21545/statm: 77531 5804 400 364 0 13440 0
[pid=21547] ppid=21545 vsize=416920 CPUtime=99.98 cores=5,7
/proc/21547/stat : 21547 (adaptg2wsat2009) T 21545 21547 21547 0 -1 4202496 673 0 0 0 9998 0 0 0 25 0 1 0 735560891 426926080 407 33554432000 134512640 135107411 4289132320 18446744073709551615 134532107 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21547/statm: 104230 407 59 146 0 103106 0
[pid=21545/tid=21559] ppid=21374 vsize=310124 CPUtime=0 cores=5,7
/proc/21545/task/21559/stat : 21559 (python) S 21374 21374 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735570917 317566976 5804 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 514 18446604458809868672 0 0 -1 5 0 0 0
[pid=21560] ppid=21374 vsize=320380 CPUtime=0.26 cores=5,7
/proc/21560/stat : 21560 (python) S 21374 21374 19943 0 -1 4202560 1107 0 0 0 14 12 0 0 19 0 2 0 735570918 328069120 5808 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21560/statm: 80095 5808 400 364 0 16001 0
[pid=21562] ppid=21560 vsize=416920 CPUtime=99.98 cores=5,7
/proc/21562/stat : 21562 (adaptg2wsat2009) T 21560 21562 21562 0 -1 4202496 673 0 0 0 9998 0 0 0 25 0 1 0 735570919 426926080 406 33554432000 134512640 135107411 4288098080 18446744073709551615 134532306 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21562/statm: 104230 406 59 146 0 103106 0
[pid=21560/tid=21608] ppid=21374 vsize=320380 CPUtime=0 cores=5,7
/proc/21560/task/21608/stat : 21608 (python) S 21374 21374 19943 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735580944 328069120 5808 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 514 18446604461216470016 0 0 -1 5 0 0 0
[pid=21609] ppid=21374 vsize=330636 CPUtime=0.27 cores=5,7
/proc/21609/stat : 21609 (python) S 21374 21374 19943 0 -1 4202560 1108 0 0 0 14 13 0 0 19 0 2 0 735580946 338571264 5816 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21609/statm: 82659 5816 400 364 0 18562 0
[pid=21612] ppid=21609 vsize=1018076 CPUtime=100.01 cores=5,7
/proc/21612/stat : 21612 (gnovelty+2) T 21609 21612 21612 0 -1 4202496 529 0 0 0 10001 0 0 0 25 0 1 0 735580946 1042509824 268 33554432000 134512640 135663704 4291376320 18446744073709551615 134524868 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21612/statm: 254519 268 113 282 0 254235 0
[pid=21609/tid=21631] ppid=21374 vsize=330636 CPUtime=0 cores=5,7
/proc/21609/task/21631/stat : 21631 (python) S 21374 21374 19943 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735590973 338571264 5816 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 514 18446604466904191232 0 0 -1 5 0 0 0
[pid=21632] ppid=21374 vsize=340892 CPUtime=0.27 cores=5,7
/proc/21632/stat : 21632 (python) S 21374 21374 19943 0 -1 4202560 1111 0 0 0 15 12 0 0 19 0 2 0 735590974 349073408 5855 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21632/statm: 85223 5855 409 364 0 21123 0
[pid=21634] ppid=21632 vsize=247068 CPUtime=99.98 cores=5,7
/proc/21634/stat : 21634 (FH) T 21632 21634 21634 0 -1 4202496 628 0 0 0 9998 0 0 0 25 0 1 0 735590975 252997632 365 33554432000 134512640 134936988 4292905952 18446744073709551615 134553554 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21634/statm: 61767 365 41 104 0 61271 0
[pid=21632/tid=21934] ppid=21374 vsize=340892 CPUtime=0 cores=5,7
/proc/21632/task/21934/stat : 21934 (python) S 21374 21374 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735601001 349073408 5855 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 514 18446604469105844544 0 0 -1 5 0 0 0
[pid=21935] ppid=21374 vsize=351496 CPUtime=1.75 cores=5,7
/proc/21935/stat : 21935 (python) S 21374 21374 19943 0 -1 4202560 1196 0 0 0 94 81 0 0 15 0 2 0 735601002 359931904 5913 33554432000 4194304 5683644 140735552881808 18446744073709551615 252458085958 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21935/statm: 87874 5913 406 364 0 23771 0
[pid=21937] ppid=21935 vsize=5024 CPUtime=596.49 cores=5,7
/proc/21937/stat : 21937 (march_hi) R 21935 21937 21937 0 -1 4202496 2139 0 0 0 59649 0 0 0 25 0 1 0 735601002 5144576 988 33554432000 4194304 4955518 140733453696416 18446744073709551615 4297483 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21937/statm: 1256 988 106 186 0 1069 0
[pid=21935/tid=21983] ppid=21374 vsize=351496 CPUtime=0 cores=5,7
/proc/21935/task/21983/stat : 21983 (python) S 21374 21374 19943 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 735649719 359931904 5913 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 514 18446604469018114880 0 0 -1 5 0 0 0
[pid=21374/tid=21381] ppid=21372 vsize=361740 CPUtime=0 cores=5,7
/proc/21374/task/21381/stat : 21381 (python) S 21372 21374 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 9 0 735530910 370421760 7402 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 2 18446604461216471808 0 0 -1 7 0 0 0
[pid=21374/tid=21508] ppid=21372 vsize=361740 CPUtime=0 cores=5,7
/proc/21374/task/21508/stat : 21508 (python) S 21372 21374 19943 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 735540837 370421760 7402 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 2 18446604461216471808 0 0 -1 5 0 0 0
[pid=21374/tid=21527] ppid=21372 vsize=361740 CPUtime=0 cores=5,7
/proc/21374/task/21527/stat : 21527 (python) S 21372 21374 19943 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 735550864 370421760 7402 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 2 18446604461216471808 0 0 -1 5 0 0 0
[pid=21374/tid=21546] ppid=21372 vsize=361740 CPUtime=0 cores=5,7
/proc/21374/task/21546/stat : 21546 (python) S 21372 21374 19943 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 735560891 370421760 7402 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 2 18446604461216471808 0 0 -1 5 0 0 0
[pid=21374/tid=21561] ppid=21372 vsize=361740 CPUtime=0 cores=5,7
/proc/21374/task/21561/stat : 21561 (python) S 21372 21374 19943 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 735570918 370421760 7402 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 2 18446604461216471808 0 0 -1 5 0 0 0
[pid=21374/tid=21611] ppid=21372 vsize=361740 CPUtime=0 cores=5,7
/proc/21374/task/21611/stat : 21611 (python) S 21372 21374 19943 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 735580946 370421760 7402 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 2 18446604461216471808 0 0 -1 5 0 0 0
[pid=21374/tid=21633] ppid=21372 vsize=361740 CPUtime=0 cores=5,7
/proc/21374/task/21633/stat : 21633 (python) S 21372 21374 19943 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 9 0 735590975 370421760 7402 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 2 18446604461216471808 0 0 -1 5 0 0 0
[pid=21374/tid=21936] ppid=21372 vsize=361740 CPUtime=0 cores=5,7
/proc/21374/task/21936/stat : 21936 (python) S 21372 21374 19943 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 9 0 735601002 370421760 7402 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 2 18446604461216471808 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1300.1
Current children cumulated vsize (KiB) 7450040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 4.02 4.05 3.79 5/443 21991
/proc/meminfo: memFree=22006964/32951124 swapFree=59305796/67111528
[pid=21374] ppid=21372 vsize=361740 CPUtime=0.86 cores=5,7
/proc/21374/stat : 21374 (python) S 21372 21374 19943 0 -1 4202496 17180 934 1 0 75 11 0 0 18 0 9 0 735530821 370421760 7402 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21374/statm: 90435 7402 1892 364 0 26332 0
[pid=21380] ppid=21374 vsize=288992 CPUtime=0.24 cores=5,7
/proc/21380/stat : 21380 (python) S 21374 21374 19943 0 -1 4202560 1180 0 0 0 13 11 0 0 19 0 2 0 735530910 295927808 5700 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21380/statm: 72248 5700 424 364 0 8166 0
[pid=21382] ppid=21380 vsize=1018076 CPUtime=99.25 cores=5,7
/proc/21382/stat : 21382 (gnovelty+2) T 21380 21382 21382 0 -1 4202496 538 0 0 0 9925 0 0 0 25 0 1 0 735530910 1042509824 267 33554432000 134512640 135663704 4294601088 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21382/statm: 254519 267 113 282 0 254235 0
[pid=21380/tid=21506] ppid=21374 vsize=288992 CPUtime=0 cores=5,7
/proc/21380/task/21506/stat : 21506 (python) S 21374 21374 19943 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 735540836 295927808 5700 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 514 18446604461216470912 0 0 -1 5 0 0 0
[pid=21507] ppid=21374 vsize=289372 CPUtime=0.25 cores=5,7
/proc/21507/stat : 21507 (python) S 21374 21374 19943 0 -1 4202560 1081 0 0 0 14 11 0 0 19 0 2 0 735540837 296316928 5753 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21507/statm: 72343 5753 400 364 0 8258 0
[pid=21509] ppid=21507 vsize=1018076 CPUtime=100 cores=5,7
/proc/21509/stat : 21509 (gnovelty+2) T 21507 21509 21509 0 -1 4202496 534 0 0 0 10000 0 0 0 25 0 1 0 735540838 1042509824 268 33554432000 134512640 135663704 4290337072 18446744073709551615 134525461 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21509/statm: 254519 268 113 282 0 254235 0
[pid=21507/tid=21525] ppid=21374 vsize=289372 CPUtime=0 cores=5,7
/proc/21507/task/21525/stat : 21525 (python) S 21374 21374 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735550863 296316928 5753 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 514 18446604471146458048 0 0 -1 5 0 0 0
[pid=21526] ppid=21374 vsize=299328 CPUtime=0.27 cores=5,7
/proc/21526/stat : 21526 (python) S 21374 21374 19943 0 -1 4202560 1092 0 0 0 14 13 0 0 19 0 2 0 735550864 306511872 5686 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21526/statm: 74832 5686 400 364 0 10744 0
[pid=21528] ppid=21526 vsize=416920 CPUtime=99.98 cores=5,7
/proc/21528/stat : 21528 (adaptg2wsat2009) T 21526 21528 21528 0 -1 4202496 673 0 0 0 9998 0 0 0 25 0 1 0 735550864 426926080 405 33554432000 134512640 135107411 4291803264 18446744073709551615 134531856 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/21528/statm: 104230 405 59 146 0 103106 0
[pid=21526/tid=21544] ppid=21374 vsize=299328 CPUtime=0 cores=5,7
/proc/21526/task/21544/stat : 21544 (python) S 21374 21374 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735560890 306511872 5686 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 514 18446604464282280320 0 0 -1 7 0 0 0
[pid=21545] ppid=21374 vsize=310124 CPUtime=0.26 cores=5,7
/proc/21545/stat : 21545 (python) S 21374 21374 19943 0 -1 4202560 1112 0 0 0 13 13 0 0 19 0 2 0 735560891 317566976 5804 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21545/statm: 77531 5804 400 364 0 13440 0
[pid=21547] ppid=21545 vsize=416920 CPUtime=99.98 cores=5,7
/proc/21547/stat : 21547 (adaptg2wsat2009) T 21545 21547 21547 0 -1 4202496 673 0 0 0 9998 0 0 0 25 0 1 0 735560891 426926080 407 33554432000 134512640 135107411 4289132320 18446744073709551615 134532107 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21547/statm: 104230 407 59 146 0 103106 0
[pid=21545/tid=21559] ppid=21374 vsize=310124 CPUtime=0 cores=5,7
/proc/21545/task/21559/stat : 21559 (python) S 21374 21374 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735570917 317566976 5804 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 514 18446604458809868672 0 0 -1 5 0 0 0
[pid=21560] ppid=21374 vsize=320380 CPUtime=0.26 cores=5,7
/proc/21560/stat : 21560 (python) S 21374 21374 19943 0 -1 4202560 1107 0 0 0 14 12 0 0 19 0 2 0 735570918 328069120 5808 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21560/statm: 80095 5808 400 364 0 16001 0
[pid=21562] ppid=21560 vsize=416920 CPUtime=99.98 cores=5,7
/proc/21562/stat : 21562 (adaptg2wsat2009) T 21560 21562 21562 0 -1 4202496 673 0 0 0 9998 0 0 0 25 0 1 0 735570919 426926080 406 33554432000 134512640 135107411 4288098080 18446744073709551615 134532306 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21562/statm: 104230 406 59 146 0 103106 0
[pid=21560/tid=21608] ppid=21374 vsize=320380 CPUtime=0 cores=5,7
/proc/21560/task/21608/stat : 21608 (python) S 21374 21374 19943 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735580944 328069120 5808 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 514 18446604461216470016 0 0 -1 5 0 0 0
[pid=21609] ppid=21374 vsize=330636 CPUtime=0.27 cores=5,7
/proc/21609/stat : 21609 (python) S 21374 21374 19943 0 -1 4202560 1108 0 0 0 14 13 0 0 19 0 2 0 735580946 338571264 5816 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21609/statm: 82659 5816 400 364 0 18562 0
[pid=21612] ppid=21609 vsize=1018076 CPUtime=100.01 cores=5,7
/proc/21612/stat : 21612 (gnovelty+2) T 21609 21612 21612 0 -1 4202496 529 0 0 0 10001 0 0 0 25 0 1 0 735580946 1042509824 268 33554432000 134512640 135663704 4291376320 18446744073709551615 134524868 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21612/statm: 254519 268 113 282 0 254235 0
[pid=21609/tid=21631] ppid=21374 vsize=330636 CPUtime=0 cores=5,7
/proc/21609/task/21631/stat : 21631 (python) S 21374 21374 19943 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735590973 338571264 5816 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 514 18446604466904191232 0 0 -1 5 0 0 0
[pid=21632] ppid=21374 vsize=340892 CPUtime=0.27 cores=5,7
/proc/21632/stat : 21632 (python) S 21374 21374 19943 0 -1 4202560 1111 0 0 0 15 12 0 0 19 0 2 0 735590974 349073408 5855 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21632/statm: 85223 5855 409 364 0 21123 0
[pid=21634] ppid=21632 vsize=247068 CPUtime=99.98 cores=5,7
/proc/21634/stat : 21634 (FH) T 21632 21634 21634 0 -1 4202496 628 0 0 0 9998 0 0 0 25 0 1 0 735590975 252997632 365 33554432000 134512640 134936988 4292905952 18446744073709551615 134553554 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21634/statm: 61767 365 41 104 0 61271 0
[pid=21632/tid=21934] ppid=21374 vsize=340892 CPUtime=0 cores=5,7
/proc/21632/task/21934/stat : 21934 (python) S 21374 21374 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735601001 349073408 5855 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 514 18446604469105844544 0 0 -1 5 0 0 0
[pid=21935] ppid=21374 vsize=351496 CPUtime=1.75 cores=5,7
/proc/21935/stat : 21935 (python) S 21374 21374 19943 0 -1 4202560 1196 0 0 0 94 81 0 0 15 0 2 0 735601002 359931904 5913 33554432000 4194304 5683644 140735552881808 18446744073709551615 252458085958 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21935/statm: 87874 5913 406 364 0 23771 0
[pid=21937] ppid=21935 vsize=5024 CPUtime=596.49 cores=5,7
/proc/21937/stat : 21937 (march_hi) R 21935 21937 21937 0 -1 4202496 2139 0 0 0 59649 0 0 0 25 0 1 0 735601002 5144576 988 33554432000 4194304 4955518 140733453696416 18446744073709551615 4297483 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21937/statm: 1256 988 106 186 0 1069 0
[pid=21935/tid=21983] ppid=21374 vsize=351496 CPUtime=0 cores=5,7
/proc/21935/task/21983/stat : 21983 (python) S 21374 21374 19943 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 735649719 359931904 5913 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 514 18446604469018114880 0 0 -1 5 0 0 0
[pid=21374/tid=21381] ppid=21372 vsize=361740 CPUtime=0 cores=5,7
/proc/21374/task/21381/stat : 21381 (python) S 21372 21374 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 9 0 735530910 370421760 7402 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 2 18446604461216471808 0 0 -1 7 0 0 0
[pid=21374/tid=21508] ppid=21372 vsize=361740 CPUtime=0 cores=5,7
/proc/21374/task/21508/stat : 21508 (python) S 21372 21374 19943 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 735540837 370421760 7402 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 2 18446604461216471808 0 0 -1 5 0 0 0
[pid=21374/tid=21527] ppid=21372 vsize=361740 CPUtime=0 cores=5,7
/proc/21374/task/21527/stat : 21527 (python) S 21372 21374 19943 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 735550864 370421760 7402 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 2 18446604461216471808 0 0 -1 5 0 0 0
[pid=21374/tid=21546] ppid=21372 vsize=361740 CPUtime=0 cores=5,7
/proc/21374/task/21546/stat : 21546 (python) S 21372 21374 19943 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 735560891 370421760 7402 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 2 18446604461216471808 0 0 -1 5 0 0 0
[pid=21374/tid=21561] ppid=21372 vsize=361740 CPUtime=0 cores=5,7
/proc/21374/task/21561/stat : 21561 (python) S 21372 21374 19943 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 735570918 370421760 7402 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 2 18446604461216471808 0 0 -1 5 0 0 0
[pid=21374/tid=21611] ppid=21372 vsize=361740 CPUtime=0 cores=5,7
/proc/21374/task/21611/stat : 21611 (python) S 21372 21374 19943 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 735580946 370421760 7402 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 2 18446604461216471808 0 0 -1 5 0 0 0
[pid=21374/tid=21633] ppid=21372 vsize=361740 CPUtime=0 cores=5,7
/proc/21374/task/21633/stat : 21633 (python) S 21372 21374 19943 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 9 0 735590975 370421760 7402 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 2 18446604461216471808 0 0 -1 5 0 0 0
[pid=21374/tid=21936] ppid=21372 vsize=361740 CPUtime=0 cores=5,7
/proc/21374/task/21936/stat : 21936 (python) S 21372 21374 19943 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 9 0 735601002 370421760 7402 33554432000 4194304 5683644 140735552881808 18446744073709551615 252469889457 0 0 16781312 2 18446604461216471808 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1300.1
Current children cumulated vsize (KiB) 7450040

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21374 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=757884
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=123981
# CPU time returned by wait4() is 0.881865
# while last known CPU time is 1300.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.06
CPU time (s): 1300.1
CPU user time (s): 1298.33
CPU system time (s): 1.77
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 7450040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.757884
system time used= 0.123981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18120
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1595
involuntary context switches= 52

runsolver used 7.50486 second user time and 11.6542 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-15 11:50:03
IDJOB=3377399
IDBENCH=82708
IDSOLVER=1857
FILE ID=node111/3377399-1305453003
RUNJOBID= node111-1305452246-20949
PBS_JOBID= 13324865
Free space on /tmp= 73612 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S250627100-039.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377399-1305453003/watcher-3377399-1305453003 -o /tmp/evaluation-result-3377399-1305453003/solver-3377399-1305453003 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377399-1305453003.cnf -seed 396336221 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 68db236c1470208d12f1f4e80de80849
RANDOM SEED=396336221

node111.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5428.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22307068 kB
Buffers:        283304 kB
Cached:        6846856 kB
SwapCached:      13720 kB
Active:        1441212 kB
Inactive:      8965528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22307068 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:           35692 kB
Writeback:           0 kB
AnonPages:     3271940 kB
Mapped:          22528 kB
Slab:           128968 kB
PageTables:      43344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69632144 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73568 MiB
End job on node111 at 2011-05-15 12:11:46