Trace number 3484184

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) 703.22 703.964

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S977260632-016-UNKNOWN.cnf
MD5SUM58eb79e3bfc8d25580f794d4e2d18629
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 variables250
Number of clauses21250
Sum of the clauses size148750
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 521250

Solver Data

0.37/1.18	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/1.18	c INFO: solving HOME/instance-3484184-1307748219.cnf
0.37/1.18	c INFO: computing task features
0.52/1.33	c INFO: computed variable-clause graph statistics
0.52/1.33	c INFO: computed clause balance statistics
1.22/2.06	c INFO: computed variable balance statistics
1.52/2.35	c INFO: computed small-clause counts
1.52/2.35	c INFO: computed Horn-clause counts
1.52/2.38	c INFO: computed variable graph statistics
1.52/2.38	c INFO: collected features for HOME/instance-3484184-1307748219.cnf in 1.19 s
1.52/2.39	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.36)
101.69/102.56	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.13)
201.84/202.72	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
301.94/302.85	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
402.14/402.99	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.05)
502.35/503.12	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.04)
602.47/603.29	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
702.72/703.44	c INFO: running adaptg2wsat2009++@0 for 97 with 498 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-3484184-1307748219/watcher-3484184-1307748219 -o /tmp/evaluation-result-3484184-1307748219/solver-3484184-1307748219 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484184-1307748219.cnf -seed 693387542 -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.05 3.99 3.00 6/261 20454
/proc/meminfo: memFree=30078000/32951132 swapFree=67054616/67111528
[pid=20454] ppid=20452 vsize=11804 CPUtime=0 cores=5,7
/proc/20454/stat : 20454 (runsolver) S 20452 20454 19898 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 886421632 12087296 50 33554432000 4194304 5436572 140736890996240 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699870519 0 0 17 7 0 0 0
/proc/20454/statm: 2951 50 31 304 0 2643 0

[startup+0.078122 s]
/proc/loadavg: 4.05 3.99 3.00 6/261 20454
/proc/meminfo: memFree=30078000/32951132 swapFree=67054616/67111528
[pid=20454] ppid=20452 vsize=15080 CPUtime=0 cores=5,7
/proc/20454/stat : 20454 (python) S 20452 20454 19898 0 -1 4202496 650 0 0 0 0 0 0 0 20 0 1 0 886421632 15441920 545 33554432000 4194304 5683644 140734843852352 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 5 0 0 0
/proc/20454/statm: 3770 545 312 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.101115 s]
/proc/loadavg: 4.05 3.99 3.00 6/261 20454
/proc/meminfo: memFree=30078000/32951132 swapFree=67054616/67111528
[pid=20454] ppid=20452 vsize=15184 CPUtime=0 cores=5,7
/proc/20454/stat : 20454 (python) S 20452 20454 19898 0 -1 4202496 712 0 0 0 0 0 0 0 20 0 1 0 886421632 15548416 603 33554432000 4194304 5683644 140734843852352 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 5 0 0 0
/proc/20454/statm: 3796 603 319 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.301079 s]
/proc/loadavg: 4.05 3.99 3.00 6/261 20454
/proc/meminfo: memFree=30078000/32951132 swapFree=67054616/67111528
[pid=20454] ppid=20452 vsize=15776 CPUtime=0 cores=5,7
/proc/20454/stat : 20454 (python) S 20452 20454 19898 0 -1 4202496 896 0 0 0 0 0 0 0 18 0 1 0 886421632 16154624 777 33554432000 4194304 5683644 140734843852352 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 5 0 0 0
/proc/20454/statm: 3944 777 343 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+0.70097 s]
/proc/loadavg: 4.05 3.99 3.00 6/261 20454
/proc/meminfo: memFree=30078000/32951132 swapFree=67054616/67111528
[pid=20454] ppid=20452 vsize=135748 CPUtime=0.18 cores=5,7
/proc/20454/stat : 20454 (python) R 20452 20454 19898 0 -1 4202496 5969 937 1 0 14 4 0 0 16 0 1 0 886421632 139005952 4149 33554432000 4194304 5683644 140734843852352 18446744073709551615 4891429 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/20454/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+1.50086 s]
/proc/loadavg: 4.05 3.99 3.00 4/262 20459
/proc/meminfo: memFree=30062272/32951132 swapFree=67054616/67111528
[pid=20454] ppid=20452 vsize=283972 CPUtime=0.72 cores=5,7
/proc/20454/stat : 20454 (python) R 20452 20454 19898 0 -1 4202496 11757 937 1 0 62 10 0 0 16 0 1 0 886421632 290787328 8378 33554432000 4194304 5683644 140734843852352 18446744073709551615 47466127498029 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/20454/statm: 70993 8378 1826 364 0 6917 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 283972

[startup+3.10055 s]
/proc/loadavg: 4.05 3.99 3.01 7/262 20459
/proc/meminfo: memFree=30049128/32951132 swapFree=67054616/67111528
[pid=20454] ppid=20452 vsize=289864 CPUtime=1.61 cores=5,7
/proc/20454/stat : 20454 (python) S 20452 20454 19898 0 -1 4202496 12111 937 1 0 151 10 0 0 19 0 2 0 886421632 296820736 7339 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20454/statm: 72466 7339 1877 364 0 8384 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 289864
heavy processes:

[startup+6.30102 s]
/proc/loadavg: 4.05 3.99 3.01 6/268 20465
/proc/meminfo: memFree=30020808/32951132 swapFree=67054616/67111528
[pid=20454] ppid=20452 vsize=289864 CPUtime=1.61 cores=5,7
/proc/20454/stat : 20454 (python) S 20452 20454 19898 0 -1 4202496 12111 937 1 0 151 10 0 0 19 0 2 0 886421632 296820736 7339 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20454/statm: 72466 7339 1877 364 0 8384 0
[pid=20460] ppid=20454 vsize=280104 CPUtime=0 cores=5,7
/proc/20460/stat : 20460 (python) S 20454 20454 19898 0 -1 4202560 722 0 0 0 0 0 0 0 18 0 1 0 886421872 286826496 5814 33554432000 4194304 5683644 140734843852352 18446744073709551615 274664828431 0 0 16781312 514 4512399847856242948 0 0 17 5 0 0 0
/proc/20460/statm: 70026 5814 355 364 0 5944 0
[pid=20462] ppid=20460 vsize=1018820 CPUtime=3.9 cores=5,7
/proc/20462/stat : 20462 (gnovelty+2) R 20460 20462 20462 0 -1 4202496 861 0 0 0 389 1 0 0 25 0 1 0 886421872 1043271680 595 33554432000 134512640 135663704 4290602112 18446744073709551615 134525699 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20462/statm: 254705 595 113 282 0 254421 0
[pid=20454/tid=20461] ppid=20452 vsize=289864 CPUtime=0 cores=5,7
/proc/20454/task/20461/stat : 20461 (python) S 20452 20454 19898 0 -1 4202560 25 937 0 0 0 0 0 0 19 0 2 0 886421872 296820736 7339 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.51
Current children cumulated vsize (KiB) 1588788

[startup+12.7009 s]
/proc/loadavg: 4.43 4.07 3.05 5/268 20465
/proc/meminfo: memFree=30020016/32951132 swapFree=67054616/67111528
[pid=20454] ppid=20452 vsize=289864 CPUtime=1.61 cores=5,7
/proc/20454/stat : 20454 (python) S 20452 20454 19898 0 -1 4202496 12111 937 1 0 151 10 0 0 19 0 2 0 886421632 296820736 7339 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20454/statm: 72466 7339 1877 364 0 8384 0
[pid=20460] ppid=20454 vsize=280104 CPUtime=0.01 cores=5,7
/proc/20460/stat : 20460 (python) S 20454 20454 19898 0 -1 4202560 865 0 0 0 0 1 0 0 18 0 1 0 886421872 286826496 5837 33554432000 4194304 5683644 140734843852352 18446744073709551615 274664828431 0 0 16781312 514 10265322031893414148 0 0 17 5 0 0 0
/proc/20460/statm: 70026 5837 378 364 0 5944 0
[pid=20462] ppid=20460 vsize=1018820 CPUtime=10.27 cores=5,7
/proc/20462/stat : 20462 (gnovelty+2) R 20460 20462 20462 0 -1 4202496 861 0 0 0 1026 1 0 0 25 0 1 0 886421872 1043271680 595 33554432000 134512640 135663704 4290602112 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20462/statm: 254705 595 113 282 0 254421 0
[pid=20454/tid=20461] ppid=20452 vsize=289864 CPUtime=0 cores=5,7
/proc/20454/task/20461/stat : 20461 (python) S 20452 20454 19898 0 -1 4202560 25 937 0 0 0 0 0 0 19 0 2 0 886421872 296820736 7339 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 1588788

[startup+25.5007 s]
/proc/loadavg: 4.36 4.07 3.06 5/268 20465
/proc/meminfo: memFree=30020656/32951132 swapFree=67054616/67111528
[pid=20454] ppid=20452 vsize=289864 CPUtime=1.61 cores=5,7
/proc/20454/stat : 20454 (python) S 20452 20454 19898 0 -1 4202496 12111 937 1 0 151 10 0 0 19 0 2 0 886421632 296820736 7339 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20454/statm: 72466 7339 1877 364 0 8384 0
[pid=20460] ppid=20454 vsize=280104 CPUtime=0.03 cores=5,7
/proc/20460/stat : 20460 (python) S 20454 20454 19898 0 -1 4202560 869 0 0 0 1 2 0 0 18 0 1 0 886421872 286826496 5837 33554432000 4194304 5683644 140734843852352 18446744073709551615 274664828431 0 0 16781312 514 10265322031893414148 0 0 17 5 0 0 0
/proc/20460/statm: 70026 5837 378 364 0 5944 0
[pid=20462] ppid=20460 vsize=1018820 CPUtime=23.06 cores=5,7
/proc/20462/stat : 20462 (gnovelty+2) R 20460 20462 20462 0 -1 4202496 861 0 0 0 2305 1 0 0 25 0 1 0 886421872 1043271680 595 33554432000 134512640 135663704 4290602112 18446744073709551615 134524854 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20462/statm: 254705 595 113 282 0 254421 0
[pid=20454/tid=20461] ppid=20452 vsize=289864 CPUtime=0 cores=5,7
/proc/20454/task/20461/stat : 20461 (python) S 20452 20454 19898 0 -1 4202560 25 937 0 0 0 0 0 0 19 0 2 0 886421872 296820736 7339 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.7
Current children cumulated vsize (KiB) 1588788

[startup+51.1003 s]
/proc/loadavg: 4.78 4.18 3.12 5/248 20613
/proc/meminfo: memFree=30343596/32951132 swapFree=67054616/67111528
[pid=20454] ppid=20452 vsize=289864 CPUtime=1.61 cores=5,7
/proc/20454/stat : 20454 (python) S 20452 20454 19898 0 -1 4202496 12111 937 1 0 151 10 0 0 19 0 2 0 886421632 296820736 7339 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20454/statm: 72466 7339 1877 364 0 8384 0
[pid=20460] ppid=20454 vsize=280104 CPUtime=0.06 cores=5,7
/proc/20460/stat : 20460 (python) S 20454 20454 19898 0 -1 4202560 882 0 0 0 3 3 0 0 18 0 1 0 886421872 286826496 5837 33554432000 4194304 5683644 140734843852352 18446744073709551615 274664828431 0 0 16781312 514 10265322031893414148 0 0 17 5 0 0 0
/proc/20460/statm: 70026 5837 378 364 0 5944 0
[pid=20462] ppid=20460 vsize=1018820 CPUtime=48.62 cores=5,7
/proc/20462/stat : 20462 (gnovelty+2) R 20460 20462 20462 0 -1 4202496 861 0 0 0 4860 2 0 0 25 0 1 0 886421872 1043271680 595 33554432000 134512640 135663704 4290602112 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20462/statm: 254705 595 113 282 0 254421 0
[pid=20454/tid=20461] ppid=20452 vsize=289864 CPUtime=0 cores=5,7
/proc/20454/task/20461/stat : 20461 (python) S 20452 20454 19898 0 -1 4202560 25 937 0 0 0 0 0 0 19 0 2 0 886421872 296820736 7339 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 1588788

[startup+102.307 s]
/proc/loadavg: 4.50 4.22 3.19 5/248 20614
/proc/meminfo: memFree=30343240/32951132 swapFree=67054616/67111528
[pid=20454] ppid=20452 vsize=289864 CPUtime=1.61 cores=5,7
/proc/20454/stat : 20454 (python) S 20452 20454 19898 0 -1 4202496 12111 937 1 0 151 10 0 0 19 0 2 0 886421632 296820736 7339 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20454/statm: 72466 7339 1877 364 0 8384 0
[pid=20460] ppid=20454 vsize=280104 CPUtime=0.13 cores=5,7
/proc/20460/stat : 20460 (python) S 20454 20454 19898 0 -1 4202560 904 0 0 0 7 6 0 0 18 0 1 0 886421872 286826496 5837 33554432000 4194304 5683644 140734843852352 18446744073709551615 274664828431 0 0 16781312 514 10265322031893414148 0 0 17 5 0 0 0
/proc/20460/statm: 70026 5837 378 364 0 5944 0
[pid=20462] ppid=20460 vsize=1018820 CPUtime=99.75 cores=5,7
/proc/20462/stat : 20462 (gnovelty+2) R 20460 20462 20462 0 -1 4202496 861 0 0 0 9973 2 0 0 25 0 1 0 886421872 1043271680 595 33554432000 134512640 135663704 4290602112 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20462/statm: 254705 595 113 282 0 254421 0
[pid=20454/tid=20461] ppid=20452 vsize=289864 CPUtime=0 cores=5,7
/proc/20454/task/20461/stat : 20461 (python) S 20452 20454 19898 0 -1 4202560 25 937 0 0 0 0 0 0 19 0 2 0 886421872 296820736 7339 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 1588788

[startup+162.301 s]
/proc/loadavg: 5.44 4.50 3.35 7/208 20812
/proc/meminfo: memFree=30615060/32951132 swapFree=67054616/67111528
[pid=20454] ppid=20452 vsize=300120 CPUtime=1.62 cores=5,7
/proc/20454/stat : 20454 (python) S 20452 20454 19898 0 -1 4202496 12975 937 1 0 151 11 0 0 19 0 3 0 886421632 307322880 7346 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20454/statm: 75030 7346 1880 364 0 10945 0
[pid=20460] ppid=20454 vsize=290348 CPUtime=0.13 cores=5,7
/proc/20460/stat : 20460 (python) S 20454 20454 19898 0 -1 4202560 1133 0 0 0 7 6 0 0 19 0 2 0 886421872 297316352 5879 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20460/statm: 72587 5879 415 364 0 8505 0
[pid=20462] ppid=20460 vsize=1018820 CPUtime=100 cores=5,7
/proc/20462/stat : 20462 (gnovelty+2) T 20460 20462 20462 0 -1 4202496 861 0 0 0 9998 2 0 0 25 0 1 0 886421872 1043271680 595 33554432000 134512640 135663704 4290602112 18446744073709551615 134545644 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/20462/statm: 254705 595 113 282 0 254421 0
[pid=20460/tid=20615] ppid=20454 vsize=290348 CPUtime=0 cores=5,7
/proc/20460/task/20615/stat : 20615 (python) S 20454 20454 19898 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886431888 297316352 5879 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 514 18446604471143187392 0 0 -1 7 0 0 0
[pid=20616] ppid=20454 vsize=290360 CPUtime=0.07 cores=5,7
/proc/20616/stat : 20616 (python) S 20454 20454 19898 0 -1 4202560 908 0 0 0 3 4 0 0 18 0 1 0 886431889 297328640 5835 33554432000 4194304 5683644 140734843852352 18446744073709551615 274664828486 0 0 16781312 514 10265322031893414152 0 0 17 5 0 0 0
/proc/20616/statm: 72590 5835 372 364 0 8505 0
[pid=20618] ppid=20616 vsize=1018820 CPUtime=59.63 cores=5,7
/proc/20618/stat : 20618 (gnovelty+2) R 20616 20618 20618 0 -1 4202496 862 0 0 0 5963 0 0 0 25 0 1 0 886431889 1043271680 596 33554432000 134512640 135663704 4292490880 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20618/statm: 254705 596 113 282 0 254421 0
[pid=20454/tid=20461] ppid=20452 vsize=300120 CPUtime=0 cores=5,7
/proc/20454/task/20461/stat : 20461 (python) S 20452 20454 19898 0 -1 4202560 25 937 0 0 0 0 0 0 19 0 3 0 886421872 307322880 7346 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
[pid=20454/tid=20617] ppid=20452 vsize=300120 CPUtime=0 cores=5,7
/proc/20454/task/20617/stat : 20617 (python) S 20452 20454 19898 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 3 0 886431889 307322880 7346 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 161.45
Current children cumulated vsize (KiB) 2918468

[startup+222.301 s]
/proc/loadavg: 4.69 4.48 3.41 5/212 20818
/proc/meminfo: memFree=30599116/32951132 swapFree=67054616/67111528
[pid=20454] ppid=20452 vsize=310376 CPUtime=1.63 cores=5,7
/proc/20454/stat : 20454 (python) S 20452 20454 19898 0 -1 4202496 13766 937 1 0 152 11 0 0 20 0 4 0 886421632 317825024 7352 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0

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

[pid=20815] ppid=20454 vsize=300696 CPUtime=0.13 cores=5,7
/proc/20815/stat : 20815 (python) S 20454 20454 19898 0 -1 4202560 1072 0 0 0 7 6 0 0 19 0 2 0 886441905 307912704 5868 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20815/statm: 75174 5868 400 364 0 11086 0
[pid=20817] ppid=20815 vsize=419428 CPUtime=99.99 cores=5,7
/proc/20817/stat : 20817 (adaptg2wsat2009) T 20815 20817 20817 0 -1 4202496 1441 0 0 0 9998 1 0 0 25 0 1 0 886441906 429494272 1175 33554432000 134512640 135107411 4293864256 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20817/statm: 104857 1175 59 146 0 103733 0
[pid=20815/tid=21013] ppid=20454 vsize=300696 CPUtime=0 cores=5,7
/proc/20815/task/21013/stat : 21013 (python) S 20454 20454 19898 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886451918 307912704 5868 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 514 18446604470987089216 0 0 -1 5 0 0 0
[pid=21014] ppid=20454 vsize=311044 CPUtime=0.13 cores=5,7
/proc/21014/stat : 21014 (python) S 20454 20454 19898 0 -1 4202560 1074 0 0 0 6 7 0 0 19 0 2 0 886451918 318509056 5892 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21014/statm: 77761 5892 400 364 0 13670 0
[pid=21016] ppid=21014 vsize=419428 CPUtime=100.11 cores=5,7
/proc/21016/stat : 21016 (adaptg2wsat2009) T 21014 21016 21016 0 -1 4202496 1437 0 0 0 10011 0 0 0 25 0 1 0 886451919 429494272 1176 33554432000 134512640 135107411 4286785632 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21016/statm: 104857 1176 59 146 0 103733 0
[pid=21014/tid=21027] ppid=20454 vsize=311044 CPUtime=0 cores=5,7
/proc/21014/task/21027/stat : 21027 (python) S 20454 20454 19898 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886461931 318509056 5892 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 514 18446604466066995968 0 0 -1 5 0 0 0
[pid=21028] ppid=20454 vsize=321396 CPUtime=0.13 cores=5,7
/proc/21028/stat : 21028 (python) S 20454 20454 19898 0 -1 4202560 1067 0 0 0 7 6 0 0 19 0 2 0 886461932 329109504 5919 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21028/statm: 80349 5919 400 364 0 16255 0
[pid=21030] ppid=21028 vsize=419428 CPUtime=100.01 cores=5,7
/proc/21030/stat : 21030 (adaptg2wsat2009) T 21028 21030 21030 0 -1 4202496 1438 0 0 0 10001 0 0 0 25 0 1 0 886461932 429494272 1174 33554432000 134512640 135107411 4289002400 18446744073709551615 134532024 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/21030/statm: 104857 1174 59 146 0 103733 0
[pid=21028/tid=21042] ppid=20454 vsize=321396 CPUtime=0 cores=5,7
/proc/21028/task/21042/stat : 21042 (python) S 20454 20454 19898 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886471944 329109504 5919 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 514 18446604471143186496 0 0 -1 7 0 0 0
[pid=21043] ppid=20454 vsize=331864 CPUtime=0.13 cores=5,7
/proc/21043/stat : 21043 (python) S 20454 20454 19898 0 -1 4202560 1074 0 0 0 7 6 0 0 19 0 2 0 886471945 339828736 5947 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21043/statm: 82966 5947 400 364 0 18869 0
[pid=21045] ppid=21043 vsize=1018820 CPUtime=100.04 cores=5,7
/proc/21045/stat : 21045 (gnovelty+2) T 21043 21045 21045 0 -1 4202496 854 0 0 0 10004 0 0 0 25 0 1 0 886471946 1043271680 595 33554432000 134512640 135663704 4288453408 18446744073709551615 134525715 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/21045/statm: 254705 595 113 282 0 254421 0
[pid=21043/tid=21057] ppid=20454 vsize=331864 CPUtime=0 cores=5,7
/proc/21043/task/21057/stat : 21057 (python) S 20454 20454 19898 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886481961 339828736 5947 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 514 18446604461557906304 0 0 -1 7 0 0 0
[pid=21058] ppid=20454 vsize=341940 CPUtime=0.15 cores=5,7
/proc/21058/stat : 21058 (python) S 20454 20454 19898 0 -1 4202560 1076 0 0 0 10 5 0 0 19 0 2 0 886481962 350146560 6004 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21058/statm: 85485 6004 400 364 0 21385 0
[pid=21060] ppid=21058 vsize=249192 CPUtime=100.04 cores=5,7
/proc/21060/stat : 21060 (FH) T 21058 21060 21060 0 -1 4202496 1323 0 0 0 10004 0 0 0 25 0 1 0 886481963 255172608 1059 33554432000 134512640 134936988 4289184896 18446744073709551615 134554983 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/21060/statm: 62298 1059 41 104 0 61802 0
[pid=21058/tid=21068] ppid=20454 vsize=341940 CPUtime=0 cores=5,7
/proc/21058/task/21068/stat : 21068 (python) S 20454 20454 19898 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886491976 350146560 6004 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 514 18446604471002704896 0 0 -1 7 0 0 0
[pid=21069] ppid=20454 vsize=352436 CPUtime=0 cores=5,7
/proc/21069/stat : 21069 (python) S 20454 20454 19898 0 -1 4202560 830 0 0 0 0 0 0 0 18 0 1 0 886491977 360894464 5958 33554432000 4194304 5683644 140734843852352 18446744073709551615 274664828486 0 0 16781312 514 4454711221525938175 0 0 17 5 0 0 0
/proc/21069/statm: 88109 5958 351 364 0 24006 0
[pid=21071] ppid=21069 vsize=419160 CPUtime=0.45 cores=5,7
/proc/21071/stat : 21071 (adaptg2wsat2009) R 21069 21071 21071 0 -1 4202496 1258 0 0 0 45 0 0 0 20 0 1 0 886491978 429219840 992 33554432000 134512640 135107411 4288270976 18446744073709551615 134523426 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21071/statm: 104790 992 49 146 0 103666 0
[pid=20454/tid=20461] ppid=20452 vsize=362136 CPUtime=0 cores=5,7
/proc/20454/task/20461/stat : 20461 (python) S 20452 20454 19898 0 -1 4202560 25 937 0 0 0 0 0 0 19 0 9 0 886421872 370827264 7502 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
[pid=20454/tid=20617] ppid=20452 vsize=362136 CPUtime=0 cores=5,7
/proc/20454/task/20617/stat : 20617 (python) S 20452 20454 19898 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 9 0 886431889 370827264 7502 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 5 0 0 0
[pid=20454/tid=20816] ppid=20452 vsize=362136 CPUtime=0 cores=5,7
/proc/20454/task/20816/stat : 20816 (python) S 20452 20454 19898 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 9 0 886441905 370827264 7502 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
[pid=20454/tid=21015] ppid=20452 vsize=362136 CPUtime=0 cores=5,7
/proc/20454/task/21015/stat : 21015 (python) S 20452 20454 19898 0 -1 4202560 24 937 0 0 0 0 0 0 20 0 9 0 886451919 370827264 7502 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
[pid=20454/tid=21029] ppid=20452 vsize=362136 CPUtime=0 cores=5,7
/proc/20454/task/21029/stat : 21029 (python) S 20452 20454 19898 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 9 0 886461932 370827264 7502 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 5 0 0 0
[pid=20454/tid=21044] ppid=20452 vsize=362136 CPUtime=0 cores=5,7
/proc/20454/task/21044/stat : 21044 (python) S 20452 20454 19898 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 9 0 886471945 370827264 7502 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 5 0 0 0
[pid=20454/tid=21059] ppid=20452 vsize=362136 CPUtime=0 cores=5,7
/proc/20454/task/21059/stat : 21059 (python) S 20452 20454 19898 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 9 0 886481962 370827264 7502 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 5 0 0 0
[pid=20454/tid=21070] ppid=20452 vsize=362136 CPUtime=0 cores=5,7
/proc/20454/task/21070/stat : 21070 (python) S 20452 20454 19898 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 9 0 886491977 370827264 7502 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 703.22
Current children cumulated vsize (KiB) 7885316

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

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

[startup+703.901 s]
/proc/loadavg: 4.00 4.12 3.66 5/265 21071
/proc/meminfo: memFree=30408212/32951132 swapFree=67054616/67111528
[pid=20454] ppid=20452 vsize=362136 CPUtime=1.67 cores=5,7
/proc/20454/stat : 20454 (python) S 20452 20454 19898 0 -1 4202496 18002 937 1 0 155 12 0 0 19 0 9 0 886421632 370827264 7502 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20454/statm: 90534 7502 1892 364 0 26431 0
[pid=20460] ppid=20454 vsize=290348 CPUtime=0.13 cores=5,7
/proc/20460/stat : 20460 (python) S 20454 20454 19898 0 -1 4202560 1133 0 0 0 7 6 0 0 19 0 2 0 886421872 297316352 5879 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20460/statm: 72587 5879 415 364 0 8505 0
[pid=20462] ppid=20460 vsize=1018820 CPUtime=100 cores=5,7
/proc/20462/stat : 20462 (gnovelty+2) T 20460 20462 20462 0 -1 4202496 861 0 0 0 9998 2 0 0 25 0 1 0 886421872 1043271680 595 33554432000 134512640 135663704 4290602112 18446744073709551615 134545644 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/20462/statm: 254705 595 113 282 0 254421 0
[pid=20460/tid=20615] ppid=20454 vsize=290348 CPUtime=0 cores=5,7
/proc/20460/task/20615/stat : 20615 (python) S 20454 20454 19898 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886431888 297316352 5879 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 514 18446604471143187392 0 0 -1 7 0 0 0
[pid=20616] ppid=20454 vsize=290360 CPUtime=0.12 cores=5,7
/proc/20616/stat : 20616 (python) S 20454 20454 19898 0 -1 4202560 1072 0 0 0 7 5 0 0 19 0 2 0 886431889 297328640 5864 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20616/statm: 72590 5864 400 364 0 8505 0
[pid=20618] ppid=20616 vsize=1018820 CPUtime=99.99 cores=5,7
/proc/20618/stat : 20618 (gnovelty+2) T 20616 20618 20618 0 -1 4202496 862 0 0 0 9999 0 0 0 25 0 1 0 886431889 1043271680 596 33554432000 134512640 135663704 4292490880 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/20618/statm: 254705 596 113 282 0 254421 0
[pid=20616/tid=20814] ppid=20454 vsize=290360 CPUtime=0 cores=5,7
/proc/20616/task/20814/stat : 20814 (python) S 20454 20454 19898 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886441904 297328640 5864 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 514 18446604471138620672 0 0 -1 7 0 0 0
[pid=20815] ppid=20454 vsize=300696 CPUtime=0.13 cores=5,7
/proc/20815/stat : 20815 (python) S 20454 20454 19898 0 -1 4202560 1072 0 0 0 7 6 0 0 19 0 2 0 886441905 307912704 5868 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20815/statm: 75174 5868 400 364 0 11086 0
[pid=20817] ppid=20815 vsize=419428 CPUtime=99.99 cores=5,7
/proc/20817/stat : 20817 (adaptg2wsat2009) T 20815 20817 20817 0 -1 4202496 1441 0 0 0 9998 1 0 0 25 0 1 0 886441906 429494272 1175 33554432000 134512640 135107411 4293864256 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20817/statm: 104857 1175 59 146 0 103733 0
[pid=20815/tid=21013] ppid=20454 vsize=300696 CPUtime=0 cores=5,7
/proc/20815/task/21013/stat : 21013 (python) S 20454 20454 19898 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886451918 307912704 5868 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 514 18446604470987089216 0 0 -1 5 0 0 0
[pid=21014] ppid=20454 vsize=311044 CPUtime=0.13 cores=5,7
/proc/21014/stat : 21014 (python) S 20454 20454 19898 0 -1 4202560 1074 0 0 0 6 7 0 0 19 0 2 0 886451918 318509056 5892 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21014/statm: 77761 5892 400 364 0 13670 0
[pid=21016] ppid=21014 vsize=419428 CPUtime=100.11 cores=5,7
/proc/21016/stat : 21016 (adaptg2wsat2009) T 21014 21016 21016 0 -1 4202496 1437 0 0 0 10011 0 0 0 25 0 1 0 886451919 429494272 1176 33554432000 134512640 135107411 4286785632 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21016/statm: 104857 1176 59 146 0 103733 0
[pid=21014/tid=21027] ppid=20454 vsize=311044 CPUtime=0 cores=5,7
/proc/21014/task/21027/stat : 21027 (python) S 20454 20454 19898 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886461931 318509056 5892 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 514 18446604466066995968 0 0 -1 5 0 0 0
[pid=21028] ppid=20454 vsize=321396 CPUtime=0.13 cores=5,7
/proc/21028/stat : 21028 (python) S 20454 20454 19898 0 -1 4202560 1067 0 0 0 7 6 0 0 19 0 2 0 886461932 329109504 5919 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21028/statm: 80349 5919 400 364 0 16255 0
[pid=21030] ppid=21028 vsize=419428 CPUtime=100.01 cores=5,7
/proc/21030/stat : 21030 (adaptg2wsat2009) T 21028 21030 21030 0 -1 4202496 1438 0 0 0 10001 0 0 0 25 0 1 0 886461932 429494272 1174 33554432000 134512640 135107411 4289002400 18446744073709551615 134532024 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/21030/statm: 104857 1174 59 146 0 103733 0
[pid=21028/tid=21042] ppid=20454 vsize=321396 CPUtime=0 cores=5,7
/proc/21028/task/21042/stat : 21042 (python) S 20454 20454 19898 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886471944 329109504 5919 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 514 18446604471143186496 0 0 -1 7 0 0 0
[pid=21043] ppid=20454 vsize=331864 CPUtime=0.13 cores=5,7
/proc/21043/stat : 21043 (python) S 20454 20454 19898 0 -1 4202560 1074 0 0 0 7 6 0 0 19 0 2 0 886471945 339828736 5947 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21043/statm: 82966 5947 400 364 0 18869 0
[pid=21045] ppid=21043 vsize=1018820 CPUtime=100.04 cores=5,7
/proc/21045/stat : 21045 (gnovelty+2) T 21043 21045 21045 0 -1 4202496 854 0 0 0 10004 0 0 0 25 0 1 0 886471946 1043271680 595 33554432000 134512640 135663704 4288453408 18446744073709551615 134525715 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/21045/statm: 254705 595 113 282 0 254421 0
[pid=21043/tid=21057] ppid=20454 vsize=331864 CPUtime=0 cores=5,7
/proc/21043/task/21057/stat : 21057 (python) S 20454 20454 19898 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886481961 339828736 5947 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 514 18446604461557906304 0 0 -1 7 0 0 0
[pid=21058] ppid=20454 vsize=341940 CPUtime=0.15 cores=5,7
/proc/21058/stat : 21058 (python) S 20454 20454 19898 0 -1 4202560 1076 0 0 0 10 5 0 0 19 0 2 0 886481962 350146560 6004 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21058/statm: 85485 6004 400 364 0 21385 0
[pid=21060] ppid=21058 vsize=249192 CPUtime=100.04 cores=5,7
/proc/21060/stat : 21060 (FH) T 21058 21060 21060 0 -1 4202496 1323 0 0 0 10004 0 0 0 25 0 1 0 886481963 255172608 1059 33554432000 134512640 134936988 4289184896 18446744073709551615 134554983 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/21060/statm: 62298 1059 41 104 0 61802 0
[pid=21058/tid=21068] ppid=20454 vsize=341940 CPUtime=0 cores=5,7
/proc/21058/task/21068/stat : 21068 (python) S 20454 20454 19898 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886491976 350146560 6004 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 514 18446604471002704896 0 0 -1 7 0 0 0
[pid=21069] ppid=20454 vsize=352436 CPUtime=0 cores=5,7
/proc/21069/stat : 21069 (python) S 20454 20454 19898 0 -1 4202560 830 0 0 0 0 0 0 0 18 0 1 0 886491977 360894464 5958 33554432000 4194304 5683644 140734843852352 18446744073709551615 274664828486 0 0 16781312 514 4454711221525938175 0 0 17 5 0 0 0
/proc/21069/statm: 88109 5958 351 364 0 24006 0
[pid=21071] ppid=21069 vsize=419160 CPUtime=0.45 cores=5,7
/proc/21071/stat : 21071 (adaptg2wsat2009) R 21069 21071 21071 0 -1 4202496 1258 0 0 0 45 0 0 0 20 0 1 0 886491978 429219840 992 33554432000 134512640 135107411 4288270976 18446744073709551615 134523426 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21071/statm: 104790 992 49 146 0 103666 0
[pid=20454/tid=20461] ppid=20452 vsize=362136 CPUtime=0 cores=5,7
/proc/20454/task/20461/stat : 20461 (python) S 20452 20454 19898 0 -1 4202560 25 937 0 0 0 0 0 0 19 0 9 0 886421872 370827264 7502 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
[pid=20454/tid=20617] ppid=20452 vsize=362136 CPUtime=0 cores=5,7
/proc/20454/task/20617/stat : 20617 (python) S 20452 20454 19898 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 9 0 886431889 370827264 7502 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 5 0 0 0
[pid=20454/tid=20816] ppid=20452 vsize=362136 CPUtime=0 cores=5,7
/proc/20454/task/20816/stat : 20816 (python) S 20452 20454 19898 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 9 0 886441905 370827264 7502 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
[pid=20454/tid=21015] ppid=20452 vsize=362136 CPUtime=0 cores=5,7
/proc/20454/task/21015/stat : 21015 (python) S 20452 20454 19898 0 -1 4202560 24 937 0 0 0 0 0 0 20 0 9 0 886451919 370827264 7502 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
[pid=20454/tid=21029] ppid=20452 vsize=362136 CPUtime=0 cores=5,7
/proc/20454/task/21029/stat : 21029 (python) S 20452 20454 19898 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 9 0 886461932 370827264 7502 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 5 0 0 0
[pid=20454/tid=21044] ppid=20452 vsize=362136 CPUtime=0 cores=5,7
/proc/20454/task/21044/stat : 21044 (python) S 20452 20454 19898 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 9 0 886471945 370827264 7502 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 5 0 0 0
[pid=20454/tid=21059] ppid=20452 vsize=362136 CPUtime=0 cores=5,7
/proc/20454/task/21059/stat : 21059 (python) S 20452 20454 19898 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 9 0 886481962 370827264 7502 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 5 0 0 0
[pid=20454/tid=21070] ppid=20452 vsize=362136 CPUtime=0 cores=5,7
/proc/20454/task/21070/stat : 21070 (python) S 20452 20454 19898 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 9 0 886491977 370827264 7502 33554432000 4194304 5683644 140734843852352 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 703.22
Current children cumulated vsize (KiB) 7885316

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 703.964
CPU time (s): 703.22
CPU user time (s): 702.66
CPU system time (s): 0.56
CPU usage (%): 99.8943
Max. virtual memory (cumulated for all children) (KiB): 7885316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.56776
system time used= 0.12698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19560
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= 2865
involuntary context switches= 40

runsolver used 1.40779 second user time and 2.84957 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-11 01:23:39
IDJOB=3484184
IDBENCH=82695
IDSOLVER=1975
FILE ID=node131/3484184-1307748219
RUNJOBID= node131-1307747008-19919
PBS_JOBID= 13550827
Free space on /tmp= 73968 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v250-c21250-S977260632-016-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-3484184-1307748219/watcher-3484184-1307748219 -o /tmp/evaluation-result-3484184-1307748219/solver-3484184-1307748219 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484184-1307748219.cnf -seed 693387542 -budget 1200

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

MD5SUM BENCH= 58eb79e3bfc8d25580f794d4e2d18629
RANDOM SEED=693387542

node131.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.83
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.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.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.77
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30078776 kB
Buffers:        248624 kB
Cached:        1696064 kB
SwapCached:       9824 kB
Active:        1202804 kB
Inactive:      1399396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30078776 kB
SwapTotal:    67111528 kB
SwapFree:     67054616 kB
Dirty:           32424 kB
Writeback:          52 kB
AnonPages:      655632 kB
Mapped:          21156 kB
Slab:           187956 kB
PageTables:      21540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10244472 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73944 MiB
End job on node131 at 2011-06-11 01:35:26