Trace number 3484521

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, 1200 s timeout)? (MO) 701.7 701.763

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S741717046-057.UNKNOWN.cnf
MD5SUM1f00de1fd8adbfbf4cc573ef44af531f
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 variables90
Number of clauses8010
Sum of the clauses size56070
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 58010

Solver Data

0.33/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.65	c INFO: solving HOME/instance-3484521-1307749886.cnf
0.33/0.65	c INFO: computing task features
0.42/0.70	c INFO: computed variable-clause graph statistics
0.42/0.70	c INFO: computed clause balance statistics
0.62/0.99	c INFO: computed variable balance statistics
0.72/1.10	c INFO: computed small-clause counts
0.72/1.10	c INFO: computed Horn-clause counts
0.83/1.11	c INFO: computed variable graph statistics
0.83/1.11	c INFO: collected features for HOME/instance-3484521-1307749886.cnf in 0.46 s
0.83/1.12	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.47)
100.91/101.26	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.11)
201.13/201.40	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.06)
301.24/301.53	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.05)
401.47/401.67	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.04)
501.68/501.80	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.03)
601.78/601.95	c INFO: running FH@0 for 97 with 599 remaining (b = 0.03)
700.99/701.09	c INFO: running adaptg2wsat2009++@0 for 97 with 500 remaining (b = 0.02)

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.1 (svn: 988)

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-3484521-1307749886/watcher-3484521-1307749886 -o /tmp/evaluation-result-3484521-1307749886/solver-3484521-1307749886 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484521-1307749886.cnf -seed 616109300 -budget 1200 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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: 4.02 4.03 3.82 4/234 392
/proc/meminfo: memFree=31254204/32951124 swapFree=67050916/67111528
[pid=392] ppid=390 vsize=14820 CPUtime=0 cores=5,7
/proc/392/stat : 392 (python) S 390 392 31196 0 -1 4202496 514 0 0 0 0 0 0 0 25 0 1 0 867404862 15175680 420 33554432000 4194304 5683644 140733388864640 18446744073709551615 212039651173 0 2147483391 4096 0 18446744071699199166 0 0 17 5 0 0 0
/proc/392/statm: 3705 420 259 364 0 192 0

[startup+0.0302 s]
/proc/loadavg: 4.02 4.03 3.82 4/234 392
/proc/meminfo: memFree=31254204/32951124 swapFree=67050916/67111528
[pid=392] ppid=390 vsize=16396 CPUtime=0.01 cores=5,7
/proc/392/stat : 392 (python) R 390 392 31196 0 -1 4202496 1166 0 0 0 1 0 0 0 24 0 1 0 867404862 16789504 1029 33554432000 4194304 5683644 140733388864640 18446744073709551615 212039653376 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/392/statm: 4099 1029 414 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.100192 s]
/proc/loadavg: 4.02 4.03 3.82 4/234 392
/proc/meminfo: memFree=31254204/32951124 swapFree=67050916/67111528
[pid=392] ppid=390 vsize=93964 CPUtime=0.05 cores=5,7
/proc/392/stat : 392 (python) S 390 392 31196 0 -1 4202496 2694 0 0 0 4 1 0 0 17 0 1 0 867404862 96219136 2407 33554432000 4194304 5683644 140733388864640 18446744073709551615 212039651173 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/392/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93964

[startup+0.300182 s]
/proc/loadavg: 4.02 4.03 3.82 4/234 392
/proc/meminfo: memFree=31254204/32951124 swapFree=67050916/67111528
[pid=392] ppid=390 vsize=135752 CPUtime=0.17 cores=5,7
/proc/392/stat : 392 (python) R 390 392 31196 0 -1 4202496 5972 935 1 0 13 4 0 0 17 0 1 0 867404862 139010048 4149 33554432000 4194304 5683644 140733388864640 18446744073709551615 212039651333 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/392/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.701103 s]
/proc/loadavg: 4.02 4.03 3.82 4/234 392
/proc/meminfo: memFree=31254204/32951124 swapFree=67050916/67111528
[pid=392] ppid=390 vsize=280172 CPUtime=0.42 cores=5,7
/proc/392/stat : 392 (python) R 390 392 31196 0 -1 4202496 9713 935 1 0 32 10 0 0 15 0 1 0 867404862 286896128 7387 33554432000 4194304 5683644 140733388864640 18446744073709551615 47630790460714 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/392/statm: 70043 7387 1761 364 0 5967 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 280172

[startup+1.5009 s]
/proc/loadavg: 4.10 4.04 3.82 5/235 397
/proc/meminfo: memFree=31230040/32951124 swapFree=67050916/67111528
[pid=392] ppid=390 vsize=289600 CPUtime=0.84 cores=5,7
/proc/392/stat : 392 (python) S 390 392 31196 0 -1 4202496 10434 935 1 0 74 10 0 0 17 0 2 0 867404862 296550400 7296 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/392/statm: 72400 7296 1869 364 0 8318 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 289600

[startup+3.10065 s]
/proc/loadavg: 4.10 4.04 3.82 5/238 400
/proc/meminfo: memFree=31227412/32951124 swapFree=67050916/67111528
[pid=392] ppid=390 vsize=289600 CPUtime=0.84 cores=5,7
/proc/392/stat : 392 (python) S 390 392 31196 0 -1 4202496 10434 935 1 0 74 10 0 0 17 0 2 0 867404862 296550400 7296 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/392/statm: 72400 7296 1869 364 0 8318 0
[pid=398] ppid=392 vsize=279356 CPUtime=0 cores=5,7
/proc/398/stat : 398 (python) S 392 392 31196 0 -1 4202560 720 0 0 0 0 0 0 0 18 0 1 0 867404975 286060544 5777 33554432000 4194304 5683644 140733388864640 18446744073709551615 212039675407 0 0 16781312 514 4435060749714292997 0 0 17 5 0 0 0
/proc/398/statm: 69839 5777 354 364 0 5757 0
[pid=400] ppid=398 vsize=1018088 CPUtime=1.97 cores=5,7
/proc/400/stat : 400 (gnovelty+2) R 398 400 400 0 -1 4202496 571 0 0 0 197 0 0 0 25 0 1 0 867404975 1042522112 307 33554432000 134512640 135663704 4294510176 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/400/statm: 254522 307 113 282 0 254238 0
[pid=392/tid=399] ppid=390 vsize=289600 CPUtime=0 cores=5,7
/proc/392/task/399/stat : 399 (python) S 390 392 31196 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 2 0 867404975 296550400 7296 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 2 18446604471160826752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 1587044

[startup+6.30108 s]
/proc/loadavg: 4.17 4.06 3.83 5/238 400
/proc/meminfo: memFree=31225752/32951124 swapFree=67050916/67111528
[pid=392] ppid=390 vsize=289600 CPUtime=0.84 cores=5,7
/proc/392/stat : 392 (python) S 390 392 31196 0 -1 4202496 10434 935 1 0 74 10 0 0 17 0 2 0 867404862 296550400 7296 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/392/statm: 72400 7296 1869 364 0 8318 0
[pid=398] ppid=392 vsize=279356 CPUtime=0 cores=5,7
/proc/398/stat : 398 (python) S 392 392 31196 0 -1 4202560 853 0 0 0 0 0 0 0 18 0 1 0 867404975 286060544 5799 33554432000 4194304 5683644 140733388864640 18446744073709551615 212039675407 0 0 16781312 514 4435060749714292997 0 0 17 5 0 0 0
/proc/398/statm: 69839 5799 376 364 0 5757 0
[pid=400] ppid=398 vsize=1018088 CPUtime=5.16 cores=5,7
/proc/400/stat : 400 (gnovelty+2) R 398 400 400 0 -1 4202496 571 0 0 0 516 0 0 0 25 0 1 0 867404975 1042522112 307 33554432000 134512640 135663704 4294510176 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/400/statm: 254522 307 113 282 0 254238 0
[pid=392/tid=399] ppid=390 vsize=289600 CPUtime=0 cores=5,7
/proc/392/task/399/stat : 399 (python) S 390 392 31196 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 2 0 867404975 296550400 7296 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 2 18446604471160826752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 1587044

[startup+12.7009 s]
/proc/loadavg: 4.16 4.06 3.83 5/238 400
/proc/meminfo: memFree=31224376/32951124 swapFree=67050916/67111528
[pid=392] ppid=390 vsize=289600 CPUtime=0.84 cores=5,7
/proc/392/stat : 392 (python) S 390 392 31196 0 -1 4202496 10434 935 1 0 74 10 0 0 17 0 2 0 867404862 296550400 7296 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/392/statm: 72400 7296 1869 364 0 8318 0
[pid=398] ppid=392 vsize=279356 CPUtime=0 cores=5,7
/proc/398/stat : 398 (python) S 392 392 31196 0 -1 4202560 855 0 0 0 0 0 0 0 18 0 1 0 867404975 286060544 5799 33554432000 4194304 5683644 140733388864640 18446744073709551615 212039675407 0 0 16781312 514 17494954032148480261 0 0 17 5 0 0 0
/proc/398/statm: 69839 5799 376 364 0 5757 0
[pid=400] ppid=398 vsize=1018088 CPUtime=11.55 cores=5,7
/proc/400/stat : 400 (gnovelty+2) R 398 400 400 0 -1 4202496 571 0 0 0 1155 0 0 0 25 0 1 0 867404975 1042522112 307 33554432000 134512640 135663704 4294510176 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/400/statm: 254522 307 113 282 0 254238 0
[pid=392/tid=399] ppid=390 vsize=289600 CPUtime=0 cores=5,7
/proc/392/task/399/stat : 399 (python) S 390 392 31196 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 2 0 867404975 296550400 7296 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 2 18446604471160826752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 1587044

[startup+25.5006 s]
/proc/loadavg: 4.12 4.06 3.83 5/238 400
/proc/meminfo: memFree=31220272/32951124 swapFree=67050916/67111528
[pid=392] ppid=390 vsize=289600 CPUtime=0.84 cores=5,7
/proc/392/stat : 392 (python) S 390 392 31196 0 -1 4202496 10434 935 1 0 74 10 0 0 17 0 2 0 867404862 296550400 7296 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/392/statm: 72400 7296 1869 364 0 8318 0
[pid=398] ppid=392 vsize=279356 CPUtime=0.02 cores=5,7
/proc/398/stat : 398 (python) S 392 392 31196 0 -1 4202560 863 0 0 0 1 1 0 0 18 0 1 0 867404975 286060544 5800 33554432000 4194304 5683644 140733388864640 18446744073709551615 212039675407 0 0 16781312 514 17494954032148480261 0 0 17 5 0 0 0
/proc/398/statm: 69839 5800 377 364 0 5757 0
[pid=400] ppid=398 vsize=1018088 CPUtime=24.35 cores=5,7
/proc/400/stat : 400 (gnovelty+2) R 398 400 400 0 -1 4202496 571 0 0 0 2435 0 0 0 25 0 1 0 867404975 1042522112 307 33554432000 134512640 135663704 4294510176 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/400/statm: 254522 307 113 282 0 254238 0
[pid=392/tid=399] ppid=390 vsize=289600 CPUtime=0 cores=5,7
/proc/392/task/399/stat : 399 (python) S 390 392 31196 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 2 0 867404975 296550400 7296 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 2 18446604471160826752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 1587044

[startup+51.1011 s]
/proc/loadavg: 4.32 4.10 3.85 6/215 511
/proc/meminfo: memFree=31246192/32951124 swapFree=67050916/67111528
[pid=392] ppid=390 vsize=289600 CPUtime=0.84 cores=5,7
/proc/392/stat : 392 (python) S 390 392 31196 0 -1 4202496 10434 935 1 0 74 10 0 0 17 0 2 0 867404862 296550400 7296 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/392/statm: 72400 7296 1869 364 0 8318 0
[pid=398] ppid=392 vsize=279356 CPUtime=0.06 cores=5,7
/proc/398/stat : 398 (python) S 392 392 31196 0 -1 4202560 875 0 0 0 3 3 0 0 18 0 1 0 867404975 286060544 5800 33554432000 4194304 5683644 140733388864640 18446744073709551615 212039675407 0 0 16781312 514 17494954032148480261 0 0 17 5 0 0 0
/proc/398/statm: 69839 5800 377 364 0 5757 0
[pid=400] ppid=398 vsize=1018088 CPUtime=49.91 cores=5,7
/proc/400/stat : 400 (gnovelty+2) R 398 400 400 0 -1 4202496 571 0 0 0 4991 0 0 0 25 0 1 0 867404975 1042522112 307 33554432000 134512640 135663704 4294510176 18446744073709551615 134545707 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/400/statm: 254522 307 113 282 0 254238 0
[pid=392/tid=399] ppid=390 vsize=289600 CPUtime=0 cores=5,7
/proc/392/task/399/stat : 399 (python) S 390 392 31196 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 2 0 867404975 296550400 7296 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 2 18446604471160826752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 1587044

[startup+102.307 s]
/proc/loadavg: 4.74 4.25 3.91 6/219 664
/proc/meminfo: memFree=31223684/32951124 swapFree=67050916/67111528
[pid=392] ppid=390 vsize=300116 CPUtime=0.84 cores=5,7
/proc/392/stat : 392 (python) S 390 392 31196 0 -1 4202496 11314 935 1 0 74 10 0 0 20 0 3 0 867404862 307318784 7336 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/392/statm: 75029 7336 1872 364 0 10944 0
[pid=398] ppid=392 vsize=289600 CPUtime=0.12 cores=5,7
/proc/398/stat : 398 (python) S 392 392 31196 0 -1 4202560 1132 0 0 0 6 6 0 0 19 0 2 0 867404975 296550400 5843 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/398/statm: 72400 5843 415 364 0 8318 0
[pid=400] ppid=398 vsize=1018088 CPUtime=100 cores=5,7
/proc/400/stat : 400 (gnovelty+2) T 398 400 400 0 -1 4202496 571 0 0 0 10000 0 0 0 25 0 1 0 867404975 1042522112 307 33554432000 134512640 135663704 4294510176 18446744073709551615 134525049 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/400/statm: 254522 307 113 282 0 254238 0
[pid=398/tid=661] ppid=392 vsize=289600 CPUtime=0 cores=5,7
/proc/398/task/661/stat : 661 (python) S 392 392 31196 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867414988 296550400 5843 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 514 18446604471125180480 0 0 -1 7 0 0 0
[pid=662] ppid=392 vsize=289872 CPUtime=0 cores=5,7
/proc/662/stat : 662 (python) S 392 392 31196 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 867414989 296828928 5808 33554432000 4194304 5683644 140733388864640 18446744073709551615 212039675462 0 0 16781312 514 4430283921447420167 0 0 17 5 0 0 0
/proc/662/statm: 72468 5808 348 364 0 8383 0
[pid=664] ppid=662 vsize=1018088 CPUtime=1.03 cores=5,7
/proc/664/stat : 664 (gnovelty+2) R 662 664 664 0 -1 4202496 573 0 0 0 103 0 0 0 24 0 1 0 867414989 1042522112 306 33554432000 134512640 135663704 4294285312 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/664/statm: 254522 306 113 282 0 254238 0
[pid=392/tid=399] ppid=390 vsize=300116 CPUtime=0 cores=5,7
/proc/392/task/399/stat : 399 (python) S 390 392 31196 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 3 0 867404975 307318784 7336 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 2 18446604471160826752 0 0 -1 5 0 0 0
[pid=392/tid=663] ppid=390 vsize=300116 CPUtime=0 cores=5,7
/proc/392/task/663/stat : 663 (python) S 390 392 31196 0 -1 4202560 34 935 0 0 0 0 0 0 20 0 3 0 867414989 307318784 7336 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 2 18446604471160826752 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 2915764

[startup+162.301 s]
/proc/loadavg: 4.94 4.40 3.98 6/223 670
/proc/meminfo: memFree=31198888/32951124 swapFree=67050916/67111528
[pid=392] ppid=390 vsize=300116 CPUtime=0.84 cores=5,7
/proc/392/stat : 392 (python) S 390 392 31196 0 -1 4202496 11314 935 1 0 74 10 0 0 20 0 3 0 867404862 307318784 7336 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/392/statm: 75029 7336 1872 364 0 10944 0
[pid=398] ppid=392 vsize=289600 CPUtime=0.12 cores=5,7
/proc/398/stat : 398 (python) S 392 392 31196 0 -1 4202560 1132 0 0 0 6 6 0 0 19 0 2 0 867404975 296550400 5843 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/398/statm: 72400 5843 415 364 0 8318 0
[pid=400] ppid=398 vsize=1018088 CPUtime=100 cores=5,7
/proc/400/stat : 400 (gnovelty+2) T 398 400 400 0 -1 4202496 571 0 0 0 10000 0 0 0 25 0 1 0 867404975 1042522112 307 33554432000 134512640 135663704 4294510176 18446744073709551615 134525049 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/400/statm: 254522 307 113 282 0 254238 0
[pid=398/tid=661] ppid=392 vsize=289600 CPUtime=0 cores=5,7
/proc/398/task/661/stat : 661 (python) S 392 392 31196 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867414988 296550400 5843 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 514 18446604471125180480 0 0 -1 7 0 0 0
[pid=662] ppid=392 vsize=289872 CPUtime=0.07 cores=5,7

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

[pid=673] ppid=392 vsize=300128 CPUtime=0.13 cores=5,7
/proc/673/stat : 673 (python) S 392 392 31196 0 -1 4202560 1074 0 0 0 6 7 0 0 19 0 2 0 867425003 307331072 5865 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/673/statm: 75032 5865 400 364 0 10944 0
[pid=675] ppid=673 vsize=417192 CPUtime=100.01 cores=5,7
/proc/675/stat : 675 (adaptg2wsat2009) T 673 675 675 0 -1 4202496 758 0 0 0 10001 0 0 0 25 0 1 0 867425003 427204608 495 33554432000 134512640 135107411 4288302752 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/675/statm: 104298 495 59 146 0 103174 0
[pid=673/tid=679] ppid=392 vsize=300128 CPUtime=0 cores=5,7
/proc/673/task/679/stat : 679 (python) S 392 392 31196 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867435015 307331072 5865 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 514 18446604471134304128 0 0 -1 7 0 0 0
[pid=680] ppid=392 vsize=310384 CPUtime=0.13 cores=5,7
/proc/680/stat : 680 (python) S 392 392 31196 0 -1 4202560 1091 0 0 0 7 6 0 0 19 0 2 0 867435016 317833216 5869 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/680/statm: 77596 5869 400 364 0 13505 0
[pid=682] ppid=680 vsize=417192 CPUtime=100.12 cores=5,7
/proc/682/stat : 682 (adaptg2wsat2009) T 680 682 682 0 -1 4202496 762 0 0 0 10012 0 0 0 25 0 1 0 867435016 427204608 497 33554432000 134512640 135107411 4292186432 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/682/statm: 104298 497 59 146 0 103174 0
[pid=680/tid=689] ppid=392 vsize=310384 CPUtime=0 cores=5,7
/proc/680/task/689/stat : 689 (python) S 392 392 31196 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867445029 317833216 5869 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 514 18446604471134303232 0 0 -1 5 0 0 0
[pid=690] ppid=392 vsize=320640 CPUtime=0.13 cores=5,7
/proc/690/stat : 690 (python) S 392 392 31196 0 -1 4202560 1090 0 0 0 7 6 0 0 19 0 2 0 867445030 328335360 5873 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/690/statm: 80160 5873 400 364 0 16066 0
[pid=692] ppid=690 vsize=417192 CPUtime=100 cores=5,7
/proc/692/stat : 692 (adaptg2wsat2009) T 690 692 692 0 -1 4202496 762 0 0 0 10000 0 0 0 25 0 1 0 867445030 427204608 497 33554432000 134512640 135107411 4288590208 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/692/statm: 104298 497 59 146 0 103174 0
[pid=690/tid=697] ppid=392 vsize=320640 CPUtime=0 cores=5,7
/proc/690/task/697/stat : 697 (python) S 392 392 31196 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867455042 328335360 5873 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 514 18446604471127115072 0 0 -1 7 0 0 0
[pid=698] ppid=392 vsize=330896 CPUtime=0.13 cores=5,7
/proc/698/stat : 698 (python) S 392 392 31196 0 -1 4202560 1073 0 0 0 8 5 0 0 19 0 2 0 867455043 338837504 5877 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/698/statm: 82724 5877 400 364 0 18627 0
[pid=700] ppid=698 vsize=1018088 CPUtime=100.01 cores=5,7
/proc/700/stat : 700 (gnovelty+2) T 698 700 700 0 -1 4202496 568 0 0 0 10001 0 0 0 25 0 1 0 867455043 1042522112 306 33554432000 134512640 135663704 4292262560 18446744073709551615 134564710 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/700/statm: 254522 306 113 282 0 254238 0
[pid=698/tid=714] ppid=392 vsize=330896 CPUtime=0 cores=5,7
/proc/698/task/714/stat : 714 (python) S 392 392 31196 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867465057 338837504 5877 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 514 18446604456594482432 0 0 -1 7 0 0 0
[pid=715] ppid=392 vsize=341152 CPUtime=0.14 cores=5,7
/proc/715/stat : 715 (python) S 392 392 31196 0 -1 4202560 1092 0 0 0 7 7 0 0 19 0 2 0 867465058 349339648 5881 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/715/statm: 85288 5881 400 364 0 21188 0
[pid=717] ppid=715 vsize=247344 CPUtime=99.12 cores=5,7
/proc/717/stat : 717 (FH) T 715 717 717 0 -1 4202496 709 0 0 0 9912 0 0 0 25 0 1 0 867465058 253280256 443 33554432000 134512640 134936988 4290052512 18446744073709551615 134552382 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/717/statm: 61836 443 41 104 0 61340 0
[pid=715/tid=721] ppid=392 vsize=341152 CPUtime=0 cores=5,7
/proc/715/task/721/stat : 721 (python) S 392 392 31196 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867474971 349339648 5881 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 514 18446604456594483328 0 0 -1 7 0 0 0
[pid=722] ppid=392 vsize=351408 CPUtime=0 cores=5,7
/proc/722/stat : 722 (python) S 392 392 31196 0 -1 4202560 841 0 0 0 0 0 0 0 19 0 1 0 867474972 359841792 5863 33554432000 4194304 5683644 140733388864640 18446744073709551615 212039675462 0 0 16781312 514 163419592897593343 0 0 17 5 0 0 0
/proc/722/statm: 87852 5863 350 364 0 23749 0
[pid=724] ppid=722 vsize=417048 CPUtime=0.6 cores=5,7
/proc/724/stat : 724 (adaptg2wsat2009) R 722 724 724 0 -1 4202496 688 0 0 0 60 0 0 0 22 0 1 0 867474972 427057152 419 33554432000 134512640 135107411 4294804752 18446744073709551615 134523323 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/724/statm: 104262 419 49 146 0 103138 0
[pid=392/tid=399] ppid=390 vsize=361652 CPUtime=0 cores=5,7
/proc/392/task/399/stat : 399 (python) S 390 392 31196 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 9 0 867404975 370331648 7409 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 2 18446604471160826752 0 0 -1 5 0 0 0
[pid=392/tid=663] ppid=390 vsize=361652 CPUtime=0 cores=5,7
/proc/392/task/663/stat : 663 (python) S 390 392 31196 0 -1 4202560 34 935 0 0 0 0 0 0 20 0 9 0 867414989 370331648 7409 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 2 18446604471160826752 0 0 -1 7 0 0 0
[pid=392/tid=674] ppid=390 vsize=361652 CPUtime=0 cores=5,7
/proc/392/task/674/stat : 674 (python) S 390 392 31196 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 867425003 370331648 7409 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 2 18446604471160826752 0 0 -1 5 0 0 0
[pid=392/tid=681] ppid=390 vsize=361652 CPUtime=0 cores=5,7
/proc/392/task/681/stat : 681 (python) S 390 392 31196 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 867435016 370331648 7409 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 2 18446604471160826752 0 0 -1 7 0 0 0
[pid=392/tid=691] ppid=390 vsize=361652 CPUtime=0 cores=5,7
/proc/392/task/691/stat : 691 (python) S 390 392 31196 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 867445030 370331648 7409 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 2 18446604471160826752 0 0 -1 5 0 0 0
[pid=392/tid=699] ppid=390 vsize=361652 CPUtime=0 cores=5,7
/proc/392/task/699/stat : 699 (python) S 390 392 31196 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 867455043 370331648 7409 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 2 18446604471160826752 0 0 -1 7 0 0 0
[pid=392/tid=716] ppid=390 vsize=361652 CPUtime=0 cores=5,7
/proc/392/task/716/stat : 716 (python) S 390 392 31196 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 867465058 370331648 7409 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 2 18446604471160826752 0 0 -1 5 0 0 0
[pid=392/tid=723] ppid=390 vsize=361652 CPUtime=0 cores=5,7
/proc/392/task/723/stat : 723 (python) S 390 392 31196 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 867474972 370331648 7409 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 2 18446604471160826752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 701.7
Current children cumulated vsize (KiB) 7865964

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

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

[startup+701.702 s]
/proc/loadavg: 5.09 4.98 4.46 6/254 724
/proc/meminfo: memFree=30919852/32951124 swapFree=67050916/67111528
[pid=392] ppid=390 vsize=361652 CPUtime=0.9 cores=5,7
/proc/392/stat : 392 (python) S 390 392 31196 0 -1 4202496 16570 935 1 0 79 11 0 0 19 0 9 0 867404862 370331648 7409 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/392/statm: 90413 7409 1892 364 0 26310 0
[pid=398] ppid=392 vsize=289600 CPUtime=0.12 cores=5,7
/proc/398/stat : 398 (python) S 392 392 31196 0 -1 4202560 1132 0 0 0 6 6 0 0 19 0 2 0 867404975 296550400 5843 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/398/statm: 72400 5843 415 364 0 8318 0
[pid=400] ppid=398 vsize=1018088 CPUtime=100 cores=5,7
/proc/400/stat : 400 (gnovelty+2) T 398 400 400 0 -1 4202496 571 0 0 0 10000 0 0 0 25 0 1 0 867404975 1042522112 307 33554432000 134512640 135663704 4294510176 18446744073709551615 134525049 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/400/statm: 254522 307 113 282 0 254238 0
[pid=398/tid=661] ppid=392 vsize=289600 CPUtime=0 cores=5,7
/proc/398/task/661/stat : 661 (python) S 392 392 31196 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867414988 296550400 5843 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 514 18446604471125180480 0 0 -1 7 0 0 0
[pid=662] ppid=392 vsize=289872 CPUtime=0.13 cores=5,7
/proc/662/stat : 662 (python) S 392 392 31196 0 -1 4202560 1072 0 0 0 7 6 0 0 19 0 2 0 867414989 296828928 5861 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/662/statm: 72468 5861 400 364 0 8383 0
[pid=664] ppid=662 vsize=1018088 CPUtime=100.03 cores=5,7
/proc/664/stat : 664 (gnovelty+2) T 662 664 664 0 -1 4202496 573 0 0 0 10003 0 0 0 25 0 1 0 867414989 1042522112 306 33554432000 134512640 135663704 4294285312 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/664/statm: 254522 306 113 282 0 254238 0
[pid=662/tid=672] ppid=392 vsize=289872 CPUtime=0 cores=5,7
/proc/662/task/672/stat : 672 (python) S 392 392 31196 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 867425002 296828928 5861 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 514 18446604471124068288 0 0 -1 7 0 0 0
[pid=673] ppid=392 vsize=300128 CPUtime=0.13 cores=5,7
/proc/673/stat : 673 (python) S 392 392 31196 0 -1 4202560 1074 0 0 0 6 7 0 0 19 0 2 0 867425003 307331072 5865 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/673/statm: 75032 5865 400 364 0 10944 0
[pid=675] ppid=673 vsize=417192 CPUtime=100.01 cores=5,7
/proc/675/stat : 675 (adaptg2wsat2009) T 673 675 675 0 -1 4202496 758 0 0 0 10001 0 0 0 25 0 1 0 867425003 427204608 495 33554432000 134512640 135107411 4288302752 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/675/statm: 104298 495 59 146 0 103174 0
[pid=673/tid=679] ppid=392 vsize=300128 CPUtime=0 cores=5,7
/proc/673/task/679/stat : 679 (python) S 392 392 31196 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867435015 307331072 5865 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 514 18446604471134304128 0 0 -1 7 0 0 0
[pid=680] ppid=392 vsize=310384 CPUtime=0.13 cores=5,7
/proc/680/stat : 680 (python) S 392 392 31196 0 -1 4202560 1091 0 0 0 7 6 0 0 19 0 2 0 867435016 317833216 5869 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/680/statm: 77596 5869 400 364 0 13505 0
[pid=682] ppid=680 vsize=417192 CPUtime=100.12 cores=5,7
/proc/682/stat : 682 (adaptg2wsat2009) T 680 682 682 0 -1 4202496 762 0 0 0 10012 0 0 0 25 0 1 0 867435016 427204608 497 33554432000 134512640 135107411 4292186432 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/682/statm: 104298 497 59 146 0 103174 0
[pid=680/tid=689] ppid=392 vsize=310384 CPUtime=0 cores=5,7
/proc/680/task/689/stat : 689 (python) S 392 392 31196 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867445029 317833216 5869 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 514 18446604471134303232 0 0 -1 5 0 0 0
[pid=690] ppid=392 vsize=320640 CPUtime=0.13 cores=5,7
/proc/690/stat : 690 (python) S 392 392 31196 0 -1 4202560 1090 0 0 0 7 6 0 0 19 0 2 0 867445030 328335360 5873 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/690/statm: 80160 5873 400 364 0 16066 0
[pid=692] ppid=690 vsize=417192 CPUtime=100 cores=5,7
/proc/692/stat : 692 (adaptg2wsat2009) T 690 692 692 0 -1 4202496 762 0 0 0 10000 0 0 0 25 0 1 0 867445030 427204608 497 33554432000 134512640 135107411 4288590208 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/692/statm: 104298 497 59 146 0 103174 0
[pid=690/tid=697] ppid=392 vsize=320640 CPUtime=0 cores=5,7
/proc/690/task/697/stat : 697 (python) S 392 392 31196 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867455042 328335360 5873 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 514 18446604471127115072 0 0 -1 7 0 0 0
[pid=698] ppid=392 vsize=330896 CPUtime=0.13 cores=5,7
/proc/698/stat : 698 (python) S 392 392 31196 0 -1 4202560 1073 0 0 0 8 5 0 0 19 0 2 0 867455043 338837504 5877 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/698/statm: 82724 5877 400 364 0 18627 0
[pid=700] ppid=698 vsize=1018088 CPUtime=100.01 cores=5,7
/proc/700/stat : 700 (gnovelty+2) T 698 700 700 0 -1 4202496 568 0 0 0 10001 0 0 0 25 0 1 0 867455043 1042522112 306 33554432000 134512640 135663704 4292262560 18446744073709551615 134564710 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/700/statm: 254522 306 113 282 0 254238 0
[pid=698/tid=714] ppid=392 vsize=330896 CPUtime=0 cores=5,7
/proc/698/task/714/stat : 714 (python) S 392 392 31196 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867465057 338837504 5877 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 514 18446604456594482432 0 0 -1 7 0 0 0
[pid=715] ppid=392 vsize=341152 CPUtime=0.14 cores=5,7
/proc/715/stat : 715 (python) S 392 392 31196 0 -1 4202560 1092 0 0 0 7 7 0 0 19 0 2 0 867465058 349339648 5881 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/715/statm: 85288 5881 400 364 0 21188 0
[pid=717] ppid=715 vsize=247344 CPUtime=99.12 cores=5,7
/proc/717/stat : 717 (FH) T 715 717 717 0 -1 4202496 709 0 0 0 9912 0 0 0 25 0 1 0 867465058 253280256 443 33554432000 134512640 134936988 4290052512 18446744073709551615 134552382 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/717/statm: 61836 443 41 104 0 61340 0
[pid=715/tid=721] ppid=392 vsize=341152 CPUtime=0 cores=5,7
/proc/715/task/721/stat : 721 (python) S 392 392 31196 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867474971 349339648 5881 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 514 18446604456594483328 0 0 -1 7 0 0 0
[pid=722] ppid=392 vsize=351408 CPUtime=0 cores=5,7
/proc/722/stat : 722 (python) S 392 392 31196 0 -1 4202560 841 0 0 0 0 0 0 0 19 0 1 0 867474972 359841792 5863 33554432000 4194304 5683644 140733388864640 18446744073709551615 212039675462 0 0 16781312 514 163419592897593343 0 0 17 5 0 0 0
/proc/722/statm: 87852 5863 350 364 0 23749 0
[pid=724] ppid=722 vsize=417048 CPUtime=0.6 cores=5,7
/proc/724/stat : 724 (adaptg2wsat2009) R 722 724 724 0 -1 4202496 688 0 0 0 60 0 0 0 22 0 1 0 867474972 427057152 419 33554432000 134512640 135107411 4294804752 18446744073709551615 134523323 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/724/statm: 104262 419 49 146 0 103138 0
[pid=392/tid=399] ppid=390 vsize=361652 CPUtime=0 cores=5,7
/proc/392/task/399/stat : 399 (python) S 390 392 31196 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 9 0 867404975 370331648 7409 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 2 18446604471160826752 0 0 -1 5 0 0 0
[pid=392/tid=663] ppid=390 vsize=361652 CPUtime=0 cores=5,7
/proc/392/task/663/stat : 663 (python) S 390 392 31196 0 -1 4202560 34 935 0 0 0 0 0 0 20 0 9 0 867414989 370331648 7409 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 2 18446604471160826752 0 0 -1 7 0 0 0
[pid=392/tid=674] ppid=390 vsize=361652 CPUtime=0 cores=5,7
/proc/392/task/674/stat : 674 (python) S 390 392 31196 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 867425003 370331648 7409 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 2 18446604471160826752 0 0 -1 5 0 0 0
[pid=392/tid=681] ppid=390 vsize=361652 CPUtime=0 cores=5,7
/proc/392/task/681/stat : 681 (python) S 390 392 31196 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 867435016 370331648 7409 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 2 18446604471160826752 0 0 -1 7 0 0 0
[pid=392/tid=691] ppid=390 vsize=361652 CPUtime=0 cores=5,7
/proc/392/task/691/stat : 691 (python) S 390 392 31196 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 867445030 370331648 7409 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 2 18446604471160826752 0 0 -1 5 0 0 0
[pid=392/tid=699] ppid=390 vsize=361652 CPUtime=0 cores=5,7
/proc/392/task/699/stat : 699 (python) S 390 392 31196 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 867455043 370331648 7409 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 2 18446604471160826752 0 0 -1 7 0 0 0
[pid=392/tid=716] ppid=390 vsize=361652 CPUtime=0 cores=5,7
/proc/392/task/716/stat : 716 (python) S 390 392 31196 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 867465058 370331648 7409 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 2 18446604471160826752 0 0 -1 5 0 0 0
[pid=392/tid=723] ppid=390 vsize=361652 CPUtime=0 cores=5,7
/proc/392/task/723/stat : 723 (python) S 390 392 31196 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 867474972 370331648 7409 33554432000 4194304 5683644 140733388864640 18446744073709551615 212051478961 0 0 16781312 2 18446604471160826752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 701.7
Current children cumulated vsize (KiB) 7865964

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 701.763
CPU time (s): 701.7
CPU user time (s): 701.16
CPU system time (s): 0.54
CPU usage (%): 99.991
Max. virtual memory (cumulated for all children) (KiB): 7865964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.794879
system time used= 0.122981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17510
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= 2868
involuntary context switches= 28

runsolver used 1.3138 second user time and 2.75858 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-11 01:51:26
IDJOB=3484521
IDBENCH=83032
IDSOLVER=1975
FILE ID=node146/3484521-1307749886
RUNJOBID= node146-1307746987-31217
PBS_JOBID= 13550814
Free space on /tmp= 73996 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S741717046-057.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-3484521-1307749886/watcher-3484521-1307749886 -o /tmp/evaluation-result-3484521-1307749886/solver-3484521-1307749886 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484521-1307749886.cnf -seed 616109300 -budget 1200

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

MD5SUM BENCH= 1f00de1fd8adbfbf4cc573ef44af531f
RANDOM SEED=616109300

node146.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.830
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.66
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.830
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	: 5332.75
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.830
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.830
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.830
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.830
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.75
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.830
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.75
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.830
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31254384 kB
Buffers:        265936 kB
Cached:        1042644 kB
SwapCached:      14572 kB
Active:         786424 kB
Inactive:       691944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31254384 kB
SwapTotal:    67111528 kB
SwapFree:     67050916 kB
Dirty:           31872 kB
Writeback:           0 kB
AnonPages:      166184 kB
Mapped:          18020 kB
Slab:           142980 kB
PageTables:      14468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  8671320 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= 73960 MiB
End job on node146 at 2011-06-11 02:03:10