Trace number 3484016

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) 702.34 702.663

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S1103412232-098-UNKNOWN.cnf
MD5SUMd6a0b223b2c940add3196cb3c37e2d59
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark98.1881
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of clauses25000
Sum of the clauses size125000
Maximum clause length5
Minimum clause length5
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 525000
Number of clauses of size over 50

Solver Data

0.48/1.07	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.48/1.07	c INFO: solving HOME/instance-3484016-1307746990.cnf
0.48/1.07	c INFO: computing task features
0.65/1.20	c INFO: computed variable-clause graph statistics
0.65/1.21	c INFO: computed clause balance statistics
1.26/1.88	c INFO: computed variable balance statistics
1.65/2.27	c INFO: computed small-clause counts
1.76/3.22	c INFO: computed Horn-clause counts
1.76/3.22	c INFO: computed variable graph statistics
1.76/3.22	c INFO: collected features for HOME/instance-3484016-1307746990.cnf in 1.22 s
1.76/3.22	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
100.92/101.46	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.14)
201.23/201.63	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.09)
301.31/301.78	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.07)
401.53/401.93	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.06)
501.74/502.09	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.05)
601.94/602.28	c INFO: running FH@0 for 97 with 599 remaining (b = 0.04)
702.14/702.45	c INFO: running adaptg2wsat2009++@0 for 97 with 499 remaining (b = 0.03)

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

running on 2 cores: 0,2

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: 0.00 0.00 0.00 3/176 10333
/proc/meminfo: memFree=31453352/32951124 swapFree=67064580/67111528
[pid=10333] ppid=10331 vsize=15384 CPUtime=0 cores=0,2
/proc/10333/stat : 10333 (python) S 10331 10333 10281 0 -1 4202496 811 0 0 0 0 0 0 0 17 0 1 0 867114674 15753216 696 33554432000 4194304 5683644 140735448578336 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 0 0 0 0
/proc/10333/statm: 3846 696 334 364 0 333 0

[startup+0.0640411 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 10333
/proc/meminfo: memFree=31453352/32951124 swapFree=67064580/67111528
[pid=10333] ppid=10331 vsize=29792 CPUtime=0.02 cores=0,2
/proc/10333/stat : 10333 (python) S 10331 10333 10281 0 -1 4202496 1415 0 0 0 2 0 0 0 17 0 1 0 867114674 30507008 1258 33554432000 4194304 5683644 140735448578336 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/10333/statm: 7448 1258 443 364 0 818 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29792

[startup+0.101164 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 10333
/proc/meminfo: memFree=31453352/32951124 swapFree=67064580/67111528
[pid=10333] ppid=10331 vsize=52416 CPUtime=0.04 cores=0,2
/proc/10333/stat : 10333 (python) S 10331 10333 10281 0 -1 4202496 2016 0 0 0 3 1 0 0 17 0 1 0 867114674 53673984 1775 33554432000 4194304 5683644 140735448578336 18446744073709551615 264721481351 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/10333/statm: 13635 1808 492 364 0 1285 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 52416

[startup+0.301148 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 10333
/proc/meminfo: memFree=31453352/32951124 swapFree=67064580/67111528
[pid=10333] ppid=10331 vsize=126300 CPUtime=0.16 cores=0,2
/proc/10333/stat : 10333 (python) R 10331 10333 10281 0 -1 4202496 4711 931 1 0 11 5 0 0 18 0 1 0 867114674 129331200 3895 33554432000 4194304 5683644 140735448578336 18446744073709551615 5178064 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10333/statm: 31575 3895 1001 364 0 2870 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 126300

[startup+0.701102 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 10333
/proc/meminfo: memFree=31453352/32951124 swapFree=67064580/67111528
[pid=10333] ppid=10331 vsize=154348 CPUtime=0.32 cores=0,2
/proc/10333/stat : 10333 (python) R 10331 10333 10281 0 -1 4202496 6362 931 1 0 19 13 0 0 16 0 1 0 867114674 158052352 4474 33554432000 4194304 5683644 140735448578336 18446744073709551615 264721481351 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/10333/statm: 38587 4474 1250 364 0 3215 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 154348

[startup+1.50089 s]
/proc/loadavg: 0.00 0.00 0.00 4/187 10374
/proc/meminfo: memFree=31347760/32951124 swapFree=67064580/67111528
[pid=10333] ppid=10331 vsize=285816 CPUtime=0.96 cores=0,2
/proc/10333/stat : 10333 (python) R 10331 10333 10281 0 -1 4202496 12070 931 1 0 76 20 0 0 16 0 1 0 867114674 292675584 8838 33554432000 4194304 5683644 140735448578336 18446744073709551615 264726091475 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10333/statm: 71454 8838 1826 364 0 7378 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 285816

[startup+3.10063 s]
/proc/loadavg: 0.00 0.00 0.00 6/190 10377
/proc/meminfo: memFree=31299432/32951124 swapFree=67064580/67111528
[pid=10333] ppid=10331 vsize=292296 CPUtime=1.76 cores=0,2
/proc/10333/stat : 10333 (python) S 10331 10333 10281 0 -1 4202496 12433 931 1 0 156 20 0 0 19 0 2 0 867114674 299311104 7938 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10333/statm: 73074 7938 1869 364 0 8992 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 292296
heavy processes:

[startup+6.30103 s]
/proc/loadavg: 0.64 0.13 0.04 5/199 10386
/proc/meminfo: memFree=31282596/32951124 swapFree=67064580/67111528
[pid=10333] ppid=10331 vsize=292296 CPUtime=1.76 cores=0,2
/proc/10333/stat : 10333 (python) S 10331 10333 10281 0 -1 4202496 12433 931 1 0 156 20 0 0 19 0 2 0 867114674 299311104 7938 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10333/statm: 73074 7938 1869 364 0 8992 0
[pid=10378] ppid=10333 vsize=282052 CPUtime=0 cores=0,2
/proc/10378/stat : 10378 (python) S 10333 10333 10281 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 867114906 288821248 6419 33554432000 4194304 5683644 140735448578336 18446744073709551615 264726425103 0 0 16781312 514 1078519756073435396 0 0 17 2 0 0 0
/proc/10378/statm: 70513 6419 354 364 0 6431 0
[pid=10380] ppid=10378 vsize=1018800 CPUtime=3.98 cores=0,2
/proc/10380/stat : 10380 (gnovelty+2) R 10378 10380 10380 0 -1 4202496 869 0 0 0 398 0 0 0 25 0 1 0 867114906 1043251200 603 33554432000 134512640 135663704 4286859120 18446744073709551615 135008500 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10380/statm: 254700 603 113 282 0 254416 0
[pid=10333/tid=10379] ppid=10331 vsize=292296 CPUtime=0 cores=0,2
/proc/10333/task/10379/stat : 10379 (python) S 10331 10333 10281 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 2 0 867114906 299311104 7938 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 2 18446604440278902016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 1593148

[startup+12.7008 s]
/proc/loadavg: 0.91 0.20 0.06 5/199 10386
/proc/meminfo: memFree=31274524/32951124 swapFree=67064580/67111528
[pid=10333] ppid=10331 vsize=292296 CPUtime=1.76 cores=0,2
/proc/10333/stat : 10333 (python) S 10331 10333 10281 0 -1 4202496 12433 931 1 0 156 20 0 0 19 0 2 0 867114674 299311104 7938 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10333/statm: 73074 7938 1869 364 0 8992 0
[pid=10378] ppid=10333 vsize=282052 CPUtime=0 cores=0,2
/proc/10378/stat : 10378 (python) S 10333 10333 10281 0 -1 4202560 863 0 0 0 0 0 0 0 18 0 1 0 867114906 288821248 6442 33554432000 4194304 5683644 140735448578336 18446744073709551615 264726425103 0 0 16781312 514 14981382490122322180 0 0 17 2 0 0 0
/proc/10378/statm: 70513 6442 377 364 0 6431 0
[pid=10380] ppid=10378 vsize=1018800 CPUtime=10.37 cores=0,2
/proc/10380/stat : 10380 (gnovelty+2) R 10378 10380 10380 0 -1 4202496 869 0 0 0 1037 0 0 0 25 0 1 0 867114906 1043251200 603 33554432000 134512640 135663704 4286859120 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10380/statm: 254700 603 113 282 0 254416 0
[pid=10333/tid=10379] ppid=10331 vsize=292296 CPUtime=0 cores=0,2
/proc/10333/task/10379/stat : 10379 (python) S 10331 10333 10281 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 2 0 867114906 299311104 7938 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 2 18446604440278902016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 1593148

[startup+25.5004 s]
/proc/loadavg: 1.59 0.38 0.13 5/199 10387
/proc/meminfo: memFree=31275776/32951124 swapFree=67064580/67111528
[pid=10333] ppid=10331 vsize=292296 CPUtime=1.76 cores=0,2
/proc/10333/stat : 10333 (python) S 10331 10333 10281 0 -1 4202496 12433 931 1 0 156 20 0 0 19 0 2 0 867114674 299311104 7938 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10333/statm: 73074 7938 1869 364 0 8992 0
[pid=10378] ppid=10333 vsize=282052 CPUtime=0.02 cores=0,2
/proc/10378/stat : 10378 (python) S 10333 10333 10281 0 -1 4202560 871 0 0 0 1 1 0 0 18 0 1 0 867114906 288821248 6442 33554432000 4194304 5683644 140735448578336 18446744073709551615 264726425103 0 0 16781312 514 14981382490122322180 0 0 17 2 0 0 0
/proc/10378/statm: 70513 6442 377 364 0 6431 0
[pid=10380] ppid=10378 vsize=1018800 CPUtime=23.17 cores=0,2
/proc/10380/stat : 10380 (gnovelty+2) R 10378 10380 10380 0 -1 4202496 869 0 0 0 2317 0 0 0 25 0 1 0 867114906 1043251200 603 33554432000 134512640 135663704 4286859120 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10380/statm: 254700 603 113 282 0 254416 0
[pid=10333/tid=10379] ppid=10331 vsize=292296 CPUtime=0 cores=0,2
/proc/10333/task/10379/stat : 10379 (python) S 10331 10333 10281 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 2 0 867114906 299311104 7938 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 2 18446604440278902016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 1593148

[startup+51.1006 s]
/proc/loadavg: 2.41 0.67 0.23 5/199 10387
/proc/meminfo: memFree=31276068/32951124 swapFree=67064580/67111528
[pid=10333] ppid=10331 vsize=292296 CPUtime=1.76 cores=0,2
/proc/10333/stat : 10333 (python) S 10331 10333 10281 0 -1 4202496 12433 931 1 0 156 20 0 0 19 0 2 0 867114674 299311104 7938 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10333/statm: 73074 7938 1869 364 0 8992 0
[pid=10378] ppid=10333 vsize=282052 CPUtime=0.05 cores=0,2
/proc/10378/stat : 10378 (python) S 10333 10333 10281 0 -1 4202560 883 0 0 0 3 2 0 0 18 0 1 0 867114906 288821248 6442 33554432000 4194304 5683644 140735448578336 18446744073709551615 264726425103 0 0 16781312 514 14981382490122322180 0 0 17 2 0 0 0
/proc/10378/statm: 70513 6442 377 364 0 6431 0
[pid=10380] ppid=10378 vsize=1018800 CPUtime=48.75 cores=0,2
/proc/10380/stat : 10380 (gnovelty+2) R 10378 10380 10380 0 -1 4202496 869 0 0 0 4875 0 0 0 25 0 1 0 867114906 1043251200 603 33554432000 134512640 135663704 4286859120 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10380/statm: 254700 603 113 282 0 254416 0
[pid=10333/tid=10379] ppid=10331 vsize=292296 CPUtime=0 cores=0,2
/proc/10333/task/10379/stat : 10379 (python) S 10331 10333 10281 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 2 0 867114906 299311104 7938 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 2 18446604440278902016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 1593148

[startup+102.301 s]
/proc/loadavg: 3.31 1.18 0.42 5/207 10397
/proc/meminfo: memFree=31264320/32951124 swapFree=67064580/67111528
[pid=10333] ppid=10331 vsize=302552 CPUtime=1.77 cores=0,2
/proc/10333/stat : 10333 (python) S 10331 10333 10281 0 -1 4202496 13278 931 1 0 157 20 0 0 20 0 3 0 867114674 309813248 7945 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10333/statm: 75638 7945 1872 364 0 11553 0
[pid=10378] ppid=10333 vsize=292296 CPUtime=0.11 cores=0,2
/proc/10378/stat : 10378 (python) S 10333 10333 10281 0 -1 4202560 1150 0 0 0 7 4 0 0 19 0 2 0 867114906 299311104 6485 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10378/statm: 73074 6485 415 364 0 8992 0
[pid=10380] ppid=10378 vsize=1018800 CPUtime=99.11 cores=0,2
/proc/10380/stat : 10380 (gnovelty+2) T 10378 10380 10380 0 -1 4202496 869 0 0 0 9911 0 0 0 25 0 1 0 867114906 1043251200 603 33554432000 134512640 135663704 4286859120 18446744073709551615 134524461 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10380/statm: 254700 603 113 282 0 254416 0
[pid=10378/tid=10390] ppid=10333 vsize=292296 CPUtime=0 cores=0,2
/proc/10378/task/10390/stat : 10390 (python) S 10333 10333 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867124820 299311104 6485 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 514 18446604440278903808 0 0 -1 2 0 0 0
[pid=10391] ppid=10333 vsize=292308 CPUtime=0 cores=0,2
/proc/10391/stat : 10391 (python) S 10333 10333 10281 0 -1 4202560 740 0 0 0 0 0 0 0 19 0 1 0 867124821 299323392 6417 33554432000 4194304 5683644 140735448578336 18446744073709551615 264726425158 0 0 16781312 514 4365519662914469887 0 0 17 2 0 0 0
/proc/10391/statm: 73077 6417 348 364 0 8992 0
[pid=10393] ppid=10391 vsize=1018800 CPUtime=0.82 cores=0,2
/proc/10393/stat : 10393 (gnovelty+2) R 10391 10393 10393 0 -1 4202496 865 0 0 0 82 0 0 0 23 0 1 0 867124821 1043251200 602 33554432000 134512640 135663704 4288164112 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10393/statm: 254700 602 113 282 0 254416 0
[pid=10333/tid=10379] ppid=10331 vsize=302552 CPUtime=0 cores=0,2
/proc/10333/task/10379/stat : 10379 (python) S 10331 10333 10281 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 3 0 867114906 309813248 7945 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 2 18446604440278902016 0 0 -1 0 0 0 0
[pid=10333/tid=10392] ppid=10331 vsize=302552 CPUtime=0 cores=0,2
/proc/10333/task/10392/stat : 10392 (python) S 10331 10333 10281 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 3 0 867124821 309813248 7945 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 2 18446604440278902016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 2924756

[startup+162.301 s]
/proc/loadavg: 3.75 1.69 0.64 5/215 10406
/proc/meminfo: memFree=31228736/32951124 swapFree=67064580/67111528
[pid=10333] ppid=10331 vsize=302552 CPUtime=1.77 cores=0,2
/proc/10333/stat : 10333 (python) S 10331 10333 10281 0 -1 4202496 13278 931 1 0 157 20 0 0 20 0 3 0 867114674 309813248 7945 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10333/statm: 75638 7945 1872 364 0 11553 0
[pid=10378] ppid=10333 vsize=292296 CPUtime=0.11 cores=0,2
/proc/10378/stat : 10378 (python) S 10333 10333 10281 0 -1 4202560 1150 0 0 0 7 4 0 0 19 0 2 0 867114906 299311104 6485 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10378/statm: 73074 6485 415 364 0 8992 0
[pid=10380] ppid=10378 vsize=1018800 CPUtime=99.11 cores=0,2
/proc/10380/stat : 10380 (gnovelty+2) T 10378 10380 10380 0 -1 4202496 869 0 0 0 9911 0 0 0 25 0 1 0 867114906 1043251200 603 33554432000 134512640 135663704 4286859120 18446744073709551615 134524461 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10380/statm: 254700 603 113 282 0 254416 0
[pid=10378/tid=10390] ppid=10333 vsize=292296 CPUtime=0 cores=0,2
/proc/10378/task/10390/stat : 10390 (python) S 10333 10333 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867124820 299311104 6485 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 514 18446604440278903808 0 0 -1 2 0 0 0
[pid=10391] ppid=10333 vsize=292308 CPUtime=0.07 cores=0,2
/proc/10391/stat : 10391 (python) S 10333 10333 10281 0 -1 4202560 911 0 0 0 4 3 0 0 18 0 1 0 867124821 299323392 6440 33554432000 4194304 5683644 140735448578336 18446744073709551615 264726425158 0 0 16781312 514 14981382490122322180 0 0 17 2 0 0 0
/proc/10391/statm: 73077 6440 371 364 0 8992 0
[pid=10393] ppid=10391 vsize=1018800 CPUtime=60.82 cores=0,2
/proc/10393/stat : 10393 (gnovelty+2) R 10391 10393 10393 0 -1 4202496 865 0 0 0 6082 0 0 0 25 0 1 0 867124821 1043251200 602 33554432000 134512640 135663704 4288164112 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10393/statm: 254700 602 113 282 0 254416 0
[pid=10333/tid=10379] ppid=10331 vsize=302552 CPUtime=0 cores=0,2
/proc/10333/task/10379/stat : 10379 (python) S 10331 10333 10281 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 3 0 867114906 309813248 7945 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 2 18446604440278902016 0 0 -1 0 0 0 0

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

[pid=10413] ppid=10333 vsize=302716 CPUtime=0.15 cores=0,2
/proc/10413/stat : 10413 (python) S 10333 10333 10281 0 -1 4202560 1076 0 0 0 8 7 0 0 19 0 2 0 867134838 309981184 6512 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10413/statm: 75679 6512 400 364 0 11591 0
[pid=10415] ppid=10413 vsize=420484 CPUtime=99.98 cores=0,2
/proc/10415/stat : 10415 (adaptg2wsat2009) T 10413 10415 10415 0 -1 4202496 1761 0 0 0 9998 0 0 0 25 0 1 0 867134838 430575616 1494 33554432000 134512640 135107411 4291437504 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10415/statm: 105121 1494 59 146 0 103997 0
[pid=10413/tid=10431] ppid=10333 vsize=302716 CPUtime=0 cores=0,2
/proc/10413/task/10431/stat : 10431 (python) S 10333 10333 10281 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 867144852 309981184 6512 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 514 18446604453947926400 0 0 -1 2 0 0 0
[pid=10432] ppid=10333 vsize=312972 CPUtime=0.15 cores=0,2
/proc/10432/stat : 10432 (python) S 10333 10333 10281 0 -1 4202560 1079 0 0 0 8 7 0 0 19 0 2 0 867144853 320483328 6536 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10432/statm: 78243 6536 400 364 0 14152 0
[pid=10434] ppid=10432 vsize=420484 CPUtime=100.01 cores=0,2
/proc/10434/stat : 10434 (adaptg2wsat2009) T 10432 10434 10434 0 -1 4202496 1753 0 0 0 10001 0 0 0 25 0 1 0 867144853 430575616 1492 33554432000 134512640 135107411 4287810016 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10434/statm: 105121 1492 59 146 0 103997 0
[pid=10432/tid=10492] ppid=10333 vsize=312972 CPUtime=0 cores=0,2
/proc/10432/task/10492/stat : 10492 (python) S 10333 10333 10281 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867154867 320483328 6536 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 514 18446604453929121792 0 0 -1 2 0 0 0
[pid=10493] ppid=10333 vsize=323228 CPUtime=0.14 cores=0,2
/proc/10493/stat : 10493 (python) S 10333 10333 10281 0 -1 4202560 1081 0 0 0 9 5 0 0 19 0 2 0 867154868 330985472 6540 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10493/statm: 80807 6540 400 364 0 16713 0
[pid=10495] ppid=10493 vsize=420484 CPUtime=100.12 cores=0,2
/proc/10495/stat : 10495 (adaptg2wsat2009) T 10493 10495 10495 0 -1 4202496 1756 0 0 0 10012 0 0 0 25 0 1 0 867154868 430575616 1493 33554432000 134512640 135107411 4287362336 18446744073709551615 134531232 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10495/statm: 105121 1493 59 146 0 103997 0
[pid=10493/tid=10510] ppid=10333 vsize=323228 CPUtime=0 cores=0,2
/proc/10493/task/10510/stat : 10510 (python) S 10333 10333 10281 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 867164882 330985472 6540 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 514 18446604453979476992 0 0 -1 2 0 0 0
[pid=10511] ppid=10333 vsize=333620 CPUtime=0.16 cores=0,2
/proc/10511/stat : 10511 (python) S 10333 10333 10281 0 -1 4202560 1095 0 0 0 9 7 0 0 19 0 2 0 867164883 341626880 6558 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10511/statm: 83405 6558 400 364 0 19308 0
[pid=10513] ppid=10511 vsize=1018800 CPUtime=100.01 cores=0,2
/proc/10513/stat : 10513 (gnovelty+2) T 10511 10513 10513 0 -1 4202496 865 0 0 0 10000 1 0 0 25 0 1 0 867164883 1043251200 603 33554432000 134512640 135663704 4291826080 18446744073709551615 134545682 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10513/statm: 254700 603 113 282 0 254416 0
[pid=10511/tid=10529] ppid=10333 vsize=333620 CPUtime=0 cores=0,2
/proc/10511/task/10529/stat : 10529 (python) S 10333 10333 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867174902 341626880 6558 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 514 18446604453947927296 0 0 -1 0 0 0 0
[pid=10530] ppid=10333 vsize=343876 CPUtime=0.16 cores=0,2
/proc/10530/stat : 10530 (python) S 10333 10333 10281 0 -1 4202560 1085 0 0 0 9 7 0 0 19 0 2 0 867174903 352129024 6588 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10530/statm: 85969 6588 400 364 0 21869 0
[pid=10532] ppid=10530 vsize=250368 CPUtime=99.99 cores=0,2
/proc/10532/stat : 10532 (FH) T 10530 10532 10532 0 -1 4202496 1673 0 0 0 9999 0 0 0 25 0 1 0 867174903 256376832 1409 33554432000 134512640 134936988 4291556928 18446744073709551615 134554229 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10532/statm: 62592 1409 41 104 0 62096 0
[pid=10530/tid=10549] ppid=10333 vsize=343876 CPUtime=0 cores=0,2
/proc/10530/task/10549/stat : 10549 (python) S 10333 10333 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867184918 352129024 6588 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 514 18446604453947386816 0 0 -1 2 0 0 0
[pid=10550] ppid=10333 vsize=354132 CPUtime=0 cores=0,2
/proc/10550/stat : 10550 (python) S 10333 10333 10281 0 -1 4202560 836 0 0 0 0 0 0 0 19 0 1 0 867184919 362631168 6541 33554432000 4194304 5683644 140735448578336 18446744073709551615 264726425158 0 0 16781312 514 4443971191945822207 0 0 17 0 0 0 0
/proc/10550/statm: 88533 6541 350 364 0 24430 0
[pid=10552] ppid=10550 vsize=418764 CPUtime=0.15 cores=0,2
/proc/10552/stat : 10552 (adaptg2wsat2009) R 10550 10552 10552 0 -1 4202496 1181 0 0 0 15 0 0 0 21 0 1 0 867184920 428814336 918 33554432000 134512640 135107411 4286677088 18446744073709551615 134523306 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10552/statm: 104691 918 49 146 0 103567 0
[pid=10333/tid=10379] ppid=10331 vsize=364376 CPUtime=0 cores=0,2
/proc/10333/task/10379/stat : 10379 (python) S 10331 10333 10281 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 9 0 867114906 373121024 8079 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 2 18446604440278902016 0 0 -1 0 0 0 0
[pid=10333/tid=10392] ppid=10331 vsize=364376 CPUtime=0 cores=0,2
/proc/10333/task/10392/stat : 10392 (python) S 10331 10333 10281 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 9 0 867124821 373121024 8079 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 2 18446604440278902016 0 0 -1 0 0 0 0
[pid=10333/tid=10414] ppid=10331 vsize=364376 CPUtime=0 cores=0,2
/proc/10333/task/10414/stat : 10414 (python) S 10331 10333 10281 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 9 0 867134838 373121024 8079 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 2 18446604440278902016 0 0 -1 0 0 0 0
[pid=10333/tid=10433] ppid=10331 vsize=364376 CPUtime=0 cores=0,2
/proc/10333/task/10433/stat : 10433 (python) S 10331 10333 10281 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 9 0 867144853 373121024 8079 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 2 18446604440278902016 0 0 -1 2 0 0 0
[pid=10333/tid=10494] ppid=10331 vsize=364376 CPUtime=0 cores=0,2
/proc/10333/task/10494/stat : 10494 (python) S 10331 10333 10281 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 867154868 373121024 8079 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 2 18446604440278902016 0 0 -1 2 0 0 0
[pid=10333/tid=10512] ppid=10331 vsize=364376 CPUtime=0 cores=0,2
/proc/10333/task/10512/stat : 10512 (python) S 10331 10333 10281 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 867164883 373121024 8079 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 2 18446604440278902016 0 0 -1 0 0 0 0
[pid=10333/tid=10531] ppid=10331 vsize=364376 CPUtime=0 cores=0,2
/proc/10333/task/10531/stat : 10531 (python) S 10331 10333 10281 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 9 0 867174903 373121024 8079 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 2 18446604440278902016 0 0 -1 0 0 0 0
[pid=10333/tid=10551] ppid=10331 vsize=364376 CPUtime=0 cores=0,2
/proc/10333/task/10551/stat : 10551 (python) S 10331 10333 10281 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 867184919 373121024 8079 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 2 18446604440278902016 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 7906508

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

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

[startup+702.601 s]
/proc/loadavg: 4.06 3.65 2.12 4/262 10556
/proc/meminfo: memFree=31118456/32951124 swapFree=67064580/67111528
[pid=10333] ppid=10331 vsize=364376 CPUtime=1.83 cores=0,2
/proc/10333/stat : 10333 (python) S 10331 10333 10281 0 -1 4202496 18417 931 1 0 162 21 0 0 20 0 9 0 867114674 373121024 8079 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10333/statm: 91094 8079 1884 364 0 26991 0
[pid=10378] ppid=10333 vsize=292296 CPUtime=0.11 cores=0,2
/proc/10378/stat : 10378 (python) S 10333 10333 10281 0 -1 4202560 1150 0 0 0 7 4 0 0 19 0 2 0 867114906 299311104 6485 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10378/statm: 73074 6485 415 364 0 8992 0
[pid=10380] ppid=10378 vsize=1018800 CPUtime=99.11 cores=0,2
/proc/10380/stat : 10380 (gnovelty+2) T 10378 10380 10380 0 -1 4202496 869 0 0 0 9911 0 0 0 25 0 1 0 867114906 1043251200 603 33554432000 134512640 135663704 4286859120 18446744073709551615 134524461 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10380/statm: 254700 603 113 282 0 254416 0
[pid=10378/tid=10390] ppid=10333 vsize=292296 CPUtime=0 cores=0,2
/proc/10378/task/10390/stat : 10390 (python) S 10333 10333 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867124820 299311104 6485 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 514 18446604440278903808 0 0 -1 2 0 0 0
[pid=10391] ppid=10333 vsize=292308 CPUtime=0.12 cores=0,2
/proc/10391/stat : 10391 (python) S 10333 10333 10281 0 -1 4202560 1081 0 0 0 7 5 0 0 19 0 2 0 867124821 299323392 6470 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10391/statm: 73077 6470 400 364 0 8992 0
[pid=10393] ppid=10391 vsize=1018800 CPUtime=100.15 cores=0,2
/proc/10393/stat : 10393 (gnovelty+2) T 10391 10393 10393 0 -1 4202496 865 0 0 0 10015 0 0 0 25 0 1 0 867124821 1043251200 602 33554432000 134512640 135663704 4288164112 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10393/statm: 254700 602 113 282 0 254416 0
[pid=10391/tid=10412] ppid=10333 vsize=292308 CPUtime=0 cores=0,2
/proc/10391/task/10412/stat : 10412 (python) S 10333 10333 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867134837 299323392 6470 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 514 18446604453929120000 0 0 -1 2 0 0 0
[pid=10413] ppid=10333 vsize=302716 CPUtime=0.15 cores=0,2
/proc/10413/stat : 10413 (python) S 10333 10333 10281 0 -1 4202560 1076 0 0 0 8 7 0 0 19 0 2 0 867134838 309981184 6512 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10413/statm: 75679 6512 400 364 0 11591 0
[pid=10415] ppid=10413 vsize=420484 CPUtime=99.98 cores=0,2
/proc/10415/stat : 10415 (adaptg2wsat2009) T 10413 10415 10415 0 -1 4202496 1761 0 0 0 9998 0 0 0 25 0 1 0 867134838 430575616 1494 33554432000 134512640 135107411 4291437504 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10415/statm: 105121 1494 59 146 0 103997 0
[pid=10413/tid=10431] ppid=10333 vsize=302716 CPUtime=0 cores=0,2
/proc/10413/task/10431/stat : 10431 (python) S 10333 10333 10281 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 867144852 309981184 6512 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 514 18446604453947926400 0 0 -1 2 0 0 0
[pid=10432] ppid=10333 vsize=312972 CPUtime=0.15 cores=0,2
/proc/10432/stat : 10432 (python) S 10333 10333 10281 0 -1 4202560 1079 0 0 0 8 7 0 0 19 0 2 0 867144853 320483328 6536 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10432/statm: 78243 6536 400 364 0 14152 0
[pid=10434] ppid=10432 vsize=420484 CPUtime=100.01 cores=0,2
/proc/10434/stat : 10434 (adaptg2wsat2009) T 10432 10434 10434 0 -1 4202496 1753 0 0 0 10001 0 0 0 25 0 1 0 867144853 430575616 1492 33554432000 134512640 135107411 4287810016 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10434/statm: 105121 1492 59 146 0 103997 0
[pid=10432/tid=10492] ppid=10333 vsize=312972 CPUtime=0 cores=0,2
/proc/10432/task/10492/stat : 10492 (python) S 10333 10333 10281 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867154867 320483328 6536 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 514 18446604453929121792 0 0 -1 2 0 0 0
[pid=10493] ppid=10333 vsize=323228 CPUtime=0.14 cores=0,2
/proc/10493/stat : 10493 (python) S 10333 10333 10281 0 -1 4202560 1081 0 0 0 9 5 0 0 19 0 2 0 867154868 330985472 6540 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10493/statm: 80807 6540 400 364 0 16713 0
[pid=10495] ppid=10493 vsize=420484 CPUtime=100.12 cores=0,2
/proc/10495/stat : 10495 (adaptg2wsat2009) T 10493 10495 10495 0 -1 4202496 1756 0 0 0 10012 0 0 0 25 0 1 0 867154868 430575616 1493 33554432000 134512640 135107411 4287362336 18446744073709551615 134531232 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10495/statm: 105121 1493 59 146 0 103997 0
[pid=10493/tid=10510] ppid=10333 vsize=323228 CPUtime=0 cores=0,2
/proc/10493/task/10510/stat : 10510 (python) S 10333 10333 10281 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 867164882 330985472 6540 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 514 18446604453979476992 0 0 -1 2 0 0 0
[pid=10511] ppid=10333 vsize=333620 CPUtime=0.16 cores=0,2
/proc/10511/stat : 10511 (python) S 10333 10333 10281 0 -1 4202560 1095 0 0 0 9 7 0 0 19 0 2 0 867164883 341626880 6558 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10511/statm: 83405 6558 400 364 0 19308 0
[pid=10513] ppid=10511 vsize=1018800 CPUtime=100.01 cores=0,2
/proc/10513/stat : 10513 (gnovelty+2) T 10511 10513 10513 0 -1 4202496 865 0 0 0 10000 1 0 0 25 0 1 0 867164883 1043251200 603 33554432000 134512640 135663704 4291826080 18446744073709551615 134545682 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10513/statm: 254700 603 113 282 0 254416 0
[pid=10511/tid=10529] ppid=10333 vsize=333620 CPUtime=0 cores=0,2
/proc/10511/task/10529/stat : 10529 (python) S 10333 10333 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867174902 341626880 6558 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 514 18446604453947927296 0 0 -1 0 0 0 0
[pid=10530] ppid=10333 vsize=343876 CPUtime=0.16 cores=0,2
/proc/10530/stat : 10530 (python) S 10333 10333 10281 0 -1 4202560 1085 0 0 0 9 7 0 0 19 0 2 0 867174903 352129024 6588 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10530/statm: 85969 6588 400 364 0 21869 0
[pid=10532] ppid=10530 vsize=250368 CPUtime=99.99 cores=0,2
/proc/10532/stat : 10532 (FH) T 10530 10532 10532 0 -1 4202496 1673 0 0 0 9999 0 0 0 25 0 1 0 867174903 256376832 1409 33554432000 134512640 134936988 4291556928 18446744073709551615 134554229 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10532/statm: 62592 1409 41 104 0 62096 0
[pid=10530/tid=10549] ppid=10333 vsize=343876 CPUtime=0 cores=0,2
/proc/10530/task/10549/stat : 10549 (python) S 10333 10333 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867184918 352129024 6588 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 514 18446604453947386816 0 0 -1 2 0 0 0
[pid=10550] ppid=10333 vsize=354132 CPUtime=0 cores=0,2
/proc/10550/stat : 10550 (python) S 10333 10333 10281 0 -1 4202560 836 0 0 0 0 0 0 0 19 0 1 0 867184919 362631168 6541 33554432000 4194304 5683644 140735448578336 18446744073709551615 264726425158 0 0 16781312 514 4443971191945822207 0 0 17 0 0 0 0
/proc/10550/statm: 88533 6541 350 364 0 24430 0
[pid=10552] ppid=10550 vsize=418764 CPUtime=0.15 cores=0,2
/proc/10552/stat : 10552 (adaptg2wsat2009) R 10550 10552 10552 0 -1 4202496 1181 0 0 0 15 0 0 0 21 0 1 0 867184920 428814336 918 33554432000 134512640 135107411 4286677088 18446744073709551615 134523306 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10552/statm: 104691 918 49 146 0 103567 0
[pid=10333/tid=10379] ppid=10331 vsize=364376 CPUtime=0 cores=0,2
/proc/10333/task/10379/stat : 10379 (python) S 10331 10333 10281 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 9 0 867114906 373121024 8079 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 2 18446604440278902016 0 0 -1 0 0 0 0
[pid=10333/tid=10392] ppid=10331 vsize=364376 CPUtime=0 cores=0,2
/proc/10333/task/10392/stat : 10392 (python) S 10331 10333 10281 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 9 0 867124821 373121024 8079 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 2 18446604440278902016 0 0 -1 0 0 0 0
[pid=10333/tid=10414] ppid=10331 vsize=364376 CPUtime=0 cores=0,2
/proc/10333/task/10414/stat : 10414 (python) S 10331 10333 10281 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 9 0 867134838 373121024 8079 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 2 18446604440278902016 0 0 -1 0 0 0 0
[pid=10333/tid=10433] ppid=10331 vsize=364376 CPUtime=0 cores=0,2
/proc/10333/task/10433/stat : 10433 (python) S 10331 10333 10281 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 9 0 867144853 373121024 8079 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 2 18446604440278902016 0 0 -1 2 0 0 0
[pid=10333/tid=10494] ppid=10331 vsize=364376 CPUtime=0 cores=0,2
/proc/10333/task/10494/stat : 10494 (python) S 10331 10333 10281 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 867154868 373121024 8079 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 2 18446604440278902016 0 0 -1 2 0 0 0
[pid=10333/tid=10512] ppid=10331 vsize=364376 CPUtime=0 cores=0,2
/proc/10333/task/10512/stat : 10512 (python) S 10331 10333 10281 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 867164883 373121024 8079 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 2 18446604440278902016 0 0 -1 0 0 0 0
[pid=10333/tid=10531] ppid=10331 vsize=364376 CPUtime=0 cores=0,2
/proc/10333/task/10531/stat : 10531 (python) S 10331 10333 10281 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 9 0 867174903 373121024 8079 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 2 18446604440278902016 0 0 -1 0 0 0 0
[pid=10333/tid=10551] ppid=10331 vsize=364376 CPUtime=0 cores=0,2
/proc/10333/task/10551/stat : 10551 (python) S 10331 10333 10281 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 867184919 373121024 8079 33554432000 4194304 5683644 140735448578336 18446744073709551615 264738228657 0 0 16781312 2 18446604440278902016 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 7906508

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 702.663
CPU time (s): 702.34
CPU user time (s): 701.7
CPU system time (s): 0.64
CPU usage (%): 99.954
Max. virtual memory (cumulated for all children) (KiB): 7906508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.62975
system time used= 0.219966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19843
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= 22523
involuntary context switches= 86

runsolver used 1.54476 second user time and 2.87856 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-11 01:03:10
IDJOB=3484016
IDBENCH=82527
IDSOLVER=1975
FILE ID=node141/3484016-1307746990
RUNJOBID= node141-1307746989-10299
PBS_JOBID= 13550819
Free space on /tmp= 74128 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1250-c25000-S1103412232-098-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-3484016-1307746990/watcher-3484016-1307746990 -o /tmp/evaluation-result-3484016-1307746990/solver-3484016-1307746990 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484016-1307746990.cnf -seed 1487758871 -budget 1200

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

MD5SUM BENCH= d6a0b223b2c940add3196cb3c37e2d59
RANDOM SEED=1487758871

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.82
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.806
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.75
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.806
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.84
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.806
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.806
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.806
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:      31460732 kB
Buffers:        236036 kB
Cached:        1055816 kB
SwapCached:       8728 kB
Active:         476164 kB
Inactive:       832720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31460732 kB
SwapTotal:    67111528 kB
SwapFree:     67064580 kB
Dirty:           91604 kB
Writeback:           8 kB
AnonPages:       15968 kB
Mapped:           9432 kB
Slab:           116148 kB
PageTables:       4640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   159056 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= 74032 MiB
End job on node141 at 2011-06-11 01:14:55