Trace number 3377357

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)? (MO) 703.89 703.981

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S698025027-034-UNKNOWN.cnf
MD5SUM92b3ae536df5707fe014291d91790352
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.3165
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
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 520000
Number of clauses of size over 50

Solver Data

0.36/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.66	c INFO: solving HOME/instance-3377357-1305452664.cnf
0.36/0.66	c INFO: computing task features
0.44/0.74	c INFO: computed variable-clause graph statistics
0.44/0.75	c INFO: computed clause balance statistics
0.94/1.26	c INFO: computed variable balance statistics
1.24/1.53	c INFO: computed small-clause counts
1.24/1.53	c INFO: computed Horn-clause counts
1.24/1.55	c INFO: computed variable graph statistics
1.24/1.55	c INFO: collected features for HOME/instance-3377357-1305452664.cnf in 0.91 s
1.24/1.57	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.39)
101.61/101.90	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.14)
201.90/202.23	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.10)
302.19/302.54	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.08)
402.48/402.85	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.06)
502.06/502.18	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.05)
602.47/602.53	c INFO: running FH@0 for 97 with 1799 remaining (b = 0.04)
702.78/702.85	c INFO: running adaptg2wsat2009++@0 for 97 with 1699 remaining (b = 0.04)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.05 4.07 4.01 4/430 23768
/proc/meminfo: memFree=20502504/32951124 swapFree=65581052/67111528
[pid=23768] ppid=23766 vsize=15764 CPUtime=0 cores=4,6
/proc/23768/stat : 23768 (python) R 23766 23768 22815 0 -1 4202496 852 0 0 0 0 0 0 0 25 0 1 0 656864141 16142336 735 33554432000 4194304 5683644 140735895447552 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23768/statm: 3940 734 334 364 0 427 0

[startup+0.0161729 s]
/proc/loadavg: 4.05 4.07 4.01 4/430 23768
/proc/meminfo: memFree=20502504/32951124 swapFree=65581052/67111528
[pid=23768] ppid=23766 vsize=16240 CPUtime=0 cores=4,6
/proc/23768/stat : 23768 (python) R 23766 23768 22815 0 -1 4202496 997 0 0 0 0 0 0 0 25 0 1 0 656864141 16629760 870 33554432000 4194304 5683644 140735895447552 18446744073709551615 4867330 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23768/statm: 4060 870 368 364 0 547 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16240

[startup+0.10111 s]
/proc/loadavg: 4.05 4.07 4.01 4/430 23768
/proc/meminfo: memFree=20502504/32951124 swapFree=65581052/67111528
[pid=23768] ppid=23766 vsize=93960 CPUtime=0.07 cores=4,6
/proc/23768/stat : 23768 (python) R 23766 23768 22815 0 -1 4202496 2688 0 0 0 5 2 0 0 17 0 1 0 656864141 96215040 2403 33554432000 4194304 5683644 140735895447552 18446744073709551615 218900768232 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23768/statm: 23490 2406 763 364 0 1622 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 93960

[startup+0.301087 s]
/proc/loadavg: 4.05 4.07 4.01 4/430 23768
/proc/meminfo: memFree=20502504/32951124 swapFree=65581052/67111528
[pid=23768] ppid=23766 vsize=135748 CPUtime=0.18 cores=4,6
/proc/23768/stat : 23768 (python) S 23766 23768 22815 0 -1 4202496 5968 936 1 0 13 5 0 0 18 0 1 0 656864141 139005952 4149 33554432000 4194304 5683644 140735895447552 18446744073709551615 218905726981 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/23768/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.701023 s]
/proc/loadavg: 4.05 4.07 4.01 4/430 23768
/proc/meminfo: memFree=20502504/32951124 swapFree=65581052/67111528
[pid=23768] ppid=23766 vsize=281580 CPUtime=0.44 cores=4,6
/proc/23768/stat : 23768 (python) R 23766 23768 22815 0 -1 4202496 10009 936 1 0 34 10 0 0 17 0 1 0 656864141 288337920 7684 33554432000 4194304 5683644 140735895447552 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23768/statm: 70395 7684 1761 364 0 6319 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 281580

[startup+1.50088 s]
/proc/loadavg: 4.05 4.07 4.01 5/431 23773
/proc/meminfo: memFree=20473976/32951124 swapFree=65581052/67111528
[pid=23768] ppid=23766 vsize=284124 CPUtime=1.24 cores=4,6
/proc/23768/stat : 23768 (python) R 23766 23768 22815 0 -1 4202496 11462 936 1 0 114 10 0 0 18 0 1 0 656864141 290942976 8417 33554432000 4194304 5683644 140735895447552 18446744073709551615 4567033 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23768/statm: 71031 8417 1827 364 0 6955 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 284124

[startup+3.10058 s]
/proc/loadavg: 4.05 4.07 4.01 5/434 23776
/proc/meminfo: memFree=20473204/32951124 swapFree=65581052/67111528
[pid=23768] ppid=23766 vsize=291472 CPUtime=1.32 cores=4,6
/proc/23768/stat : 23768 (python) S 23766 23768 22815 0 -1 4202496 11826 936 1 0 121 11 0 0 20 0 2 0 656864141 298467328 7733 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23768/statm: 72868 7733 1869 364 0 8786 0
[pid=23774] ppid=23768 vsize=281228 CPUtime=0 cores=4,6
/proc/23774/stat : 23774 (python) S 23768 23768 22815 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 656864298 287977472 6214 33554432000 4194304 5683644 140735895447552 18446744073709551615 218905751055 0 0 16781312 514 1078754776683872513 0 0 17 4 0 0 0
/proc/23774/statm: 70307 6214 354 364 0 6225 0
[pid=23776] ppid=23774 vsize=1018676 CPUtime=1.5 cores=4,6
/proc/23776/stat : 23776 (gnovelty+2) R 23774 23776 23776 0 -1 4202496 775 0 0 0 150 0 0 0 25 0 1 0 656864299 1043124224 509 33554432000 134512640 135663704 4286666448 18446744073709551615 134524610 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23776/statm: 254669 509 113 282 0 254385 0
[pid=23768/tid=23775] ppid=23766 vsize=291472 CPUtime=0 cores=4,6
/proc/23768/task/23775/stat : 23775 (python) S 23766 23768 22815 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 2 0 656864298 298467328 7733 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 2 18446604442556357376 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 1591376

[startup+6.30102 s]
/proc/loadavg: 4.04 4.06 4.01 5/434 23776
/proc/meminfo: memFree=20472840/32951124 swapFree=65581052/67111528
[pid=23768] ppid=23766 vsize=291472 CPUtime=1.32 cores=4,6
/proc/23768/stat : 23768 (python) S 23766 23768 22815 0 -1 4202496 11826 936 1 0 121 11 0 0 20 0 2 0 656864141 298467328 7733 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23768/statm: 72868 7733 1869 364 0 8786 0
[pid=23774] ppid=23768 vsize=281228 CPUtime=0.01 cores=4,6
/proc/23774/stat : 23774 (python) S 23768 23768 22815 0 -1 4202560 960 0 0 0 0 1 0 0 18 0 1 0 656864298 287977472 6241 33554432000 4194304 5683644 140735895447552 18446744073709551615 218905751055 0 0 16781312 514 1078754776683872513 0 0 17 4 0 0 0
/proc/23774/statm: 70307 6241 381 364 0 6225 0
[pid=23776] ppid=23774 vsize=1018676 CPUtime=4.68 cores=4,6
/proc/23776/stat : 23776 (gnovelty+2) R 23774 23776 23776 0 -1 4202496 775 0 0 0 468 0 0 0 25 0 1 0 656864299 1043124224 509 33554432000 134512640 135663704 4286666448 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23776/statm: 254669 509 113 282 0 254385 0
[pid=23768/tid=23775] ppid=23766 vsize=291472 CPUtime=0 cores=4,6
/proc/23768/task/23775/stat : 23775 (python) S 23766 23768 22815 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 2 0 656864298 298467328 7733 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 2 18446604442556357376 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 1591376

[startup+12.7009 s]
/proc/loadavg: 4.04 4.06 4.01 5/434 23776
/proc/meminfo: memFree=20472848/32951124 swapFree=65581052/67111528
[pid=23768] ppid=23766 vsize=291472 CPUtime=1.32 cores=4,6
/proc/23768/stat : 23768 (python) S 23766 23768 22815 0 -1 4202496 11826 936 1 0 121 11 0 0 20 0 2 0 656864141 298467328 7733 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23768/statm: 72868 7733 1869 364 0 8786 0
[pid=23774] ppid=23768 vsize=281228 CPUtime=0.03 cores=4,6
/proc/23774/stat : 23774 (python) S 23768 23768 22815 0 -1 4202560 962 0 0 0 2 1 0 0 18 0 1 0 656864298 287977472 6241 33554432000 4194304 5683644 140735895447552 18446744073709551615 218905751055 0 0 16781312 514 242068479971131649 0 0 17 4 0 0 0
/proc/23774/statm: 70307 6241 381 364 0 6225 0
[pid=23776] ppid=23774 vsize=1018676 CPUtime=11.07 cores=4,6
/proc/23776/stat : 23776 (gnovelty+2) R 23774 23776 23776 0 -1 4202496 775 0 0 0 1107 0 0 0 25 0 1 0 656864299 1043124224 509 33554432000 134512640 135663704 4286666448 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23776/statm: 254669 509 113 282 0 254385 0
[pid=23768/tid=23775] ppid=23766 vsize=291472 CPUtime=0 cores=4,6
/proc/23768/task/23775/stat : 23775 (python) S 23766 23768 22815 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 2 0 656864298 298467328 7733 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 2 18446604442556357376 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 1591376

[startup+25.5005 s]
/proc/loadavg: 4.03 4.06 4.01 5/438 23781
/proc/meminfo: memFree=20464184/32951124 swapFree=65581052/67111528
[pid=23768] ppid=23766 vsize=291472 CPUtime=1.32 cores=4,6
/proc/23768/stat : 23768 (python) S 23766 23768 22815 0 -1 4202496 11826 936 1 0 121 11 0 0 20 0 2 0 656864141 298467328 7733 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23768/statm: 72868 7733 1869 364 0 8786 0
[pid=23774] ppid=23768 vsize=281228 CPUtime=0.07 cores=4,6
/proc/23774/stat : 23774 (python) S 23768 23768 22815 0 -1 4202560 968 0 0 0 4 3 0 0 18 0 1 0 656864298 287977472 6242 33554432000 4194304 5683644 140735895447552 18446744073709551615 218905751055 0 0 16781312 514 242068479971131649 0 0 17 4 0 0 0
/proc/23774/statm: 70307 6242 382 364 0 6225 0
[pid=23776] ppid=23774 vsize=1018676 CPUtime=23.82 cores=4,6
/proc/23776/stat : 23776 (gnovelty+2) R 23774 23776 23776 0 -1 4202496 775 0 0 0 2382 0 0 0 25 0 1 0 656864299 1043124224 509 33554432000 134512640 135663704 4286666448 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23776/statm: 254669 509 113 282 0 254385 0
[pid=23768/tid=23775] ppid=23766 vsize=291472 CPUtime=0 cores=4,6
/proc/23768/task/23775/stat : 23775 (python) S 23766 23768 22815 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 2 0 656864298 298467328 7733 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 2 18446604442556357376 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 1591376

[startup+51.1009 s]
/proc/loadavg: 4.02 4.05 4.00 5/439 23782
/proc/meminfo: memFree=20462192/32951124 swapFree=65581052/67111528
[pid=23768] ppid=23766 vsize=291472 CPUtime=1.32 cores=4,6
/proc/23768/stat : 23768 (python) S 23766 23768 22815 0 -1 4202496 11826 936 1 0 121 11 0 0 20 0 2 0 656864141 298467328 7733 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23768/statm: 72868 7733 1869 364 0 8786 0
[pid=23774] ppid=23768 vsize=281228 CPUtime=0.14 cores=4,6
/proc/23774/stat : 23774 (python) S 23768 23768 22815 0 -1 4202560 980 0 0 0 7 7 0 0 18 0 1 0 656864298 287977472 6242 33554432000 4194304 5683644 140735895447552 18446744073709551615 218905751055 0 0 16781312 514 242068479971131649 0 0 17 4 0 0 0
/proc/23774/statm: 70307 6242 382 364 0 6225 0
[pid=23776] ppid=23774 vsize=1018676 CPUtime=49.35 cores=4,6
/proc/23776/stat : 23776 (gnovelty+2) R 23774 23776 23776 0 -1 4202496 775 0 0 0 4935 0 0 0 25 0 1 0 656864299 1043124224 509 33554432000 134512640 135663704 4286666448 18446744073709551615 134545566 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23776/statm: 254669 509 113 282 0 254385 0
[pid=23768/tid=23775] ppid=23766 vsize=291472 CPUtime=0 cores=4,6
/proc/23768/task/23775/stat : 23775 (python) S 23766 23768 22815 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 2 0 656864298 298467328 7733 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 2 18446604442556357376 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 1591376

[startup+102.315 s]
/proc/loadavg: 4.05 4.06 4.00 5/444 23789
/proc/meminfo: memFree=20453924/32951124 swapFree=65581052/67111528
[pid=23768] ppid=23766 vsize=301728 CPUtime=1.33 cores=4,6
/proc/23768/stat : 23768 (python) S 23766 23768 22815 0 -1 4202496 12716 936 1 0 122 11 0 0 20 0 3 0 656864141 308969472 7757 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23768/statm: 75432 7757 1872 364 0 11347 0
[pid=23774] ppid=23768 vsize=291472 CPUtime=0.3 cores=4,6
/proc/23774/stat : 23774 (python) S 23768 23768 22815 0 -1 4202560 1144 0 0 0 15 15 0 0 19 0 2 0 656864298 298467328 6280 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23774/statm: 72868 6280 415 364 0 8786 0
[pid=23776] ppid=23774 vsize=1018676 CPUtime=99.98 cores=4,6
/proc/23776/stat : 23776 (gnovelty+2) T 23774 23776 23776 0 -1 4202496 775 0 0 0 9998 0 0 0 25 0 1 0 656864299 1043124224 509 33554432000 134512640 135663704 4286666448 18446744073709551615 134525490 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23776/statm: 254669 509 113 282 0 254385 0
[pid=23774/tid=23786] ppid=23768 vsize=291472 CPUtime=0 cores=4,6
/proc/23774/task/23786/stat : 23786 (python) S 23768 23768 22815 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656874330 298467328 6280 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 514 18446604440278958528 0 0 -1 6 0 0 0
[pid=23787] ppid=23768 vsize=291484 CPUtime=0 cores=4,6
/proc/23787/stat : 23787 (python) S 23768 23768 22815 0 -1 4202560 740 0 0 0 0 0 0 0 19 0 1 0 656874331 298479616 6229 33554432000 4194304 5683644 140735895447552 18446744073709551615 218905751110 0 0 16781312 514 9832035015129563135 0 0 17 4 0 0 0
/proc/23787/statm: 72871 6229 348 364 0 8786 0
[pid=23789] ppid=23787 vsize=1018676 CPUtime=0.39 cores=4,6
/proc/23789/stat : 23789 (gnovelty+2) R 23787 23789 23789 0 -1 4202496 773 0 0 0 39 0 0 0 21 0 1 0 656874332 1043124224 509 33554432000 134512640 135663704 4286858432 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23789/statm: 254669 509 113 282 0 254385 0
[pid=23768/tid=23775] ppid=23766 vsize=301728 CPUtime=0 cores=4,6
/proc/23768/task/23775/stat : 23775 (python) S 23766 23768 22815 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 3 0 656864298 308969472 7757 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 2 18446604442556357376 0 0 -1 4 0 0 0
[pid=23768/tid=23788] ppid=23766 vsize=301728 CPUtime=0 cores=4,6
/proc/23768/task/23788/stat : 23788 (python) S 23766 23768 22815 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 3 0 656874331 308969472 7757 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 2 18446604442556357376 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 2922036

[startup+162.301 s]
/proc/loadavg: 4.12 4.08 4.01 5/430 23867
/proc/meminfo: memFree=20435388/32951124 swapFree=65581052/67111528
[pid=23768] ppid=23766 vsize=301728 CPUtime=1.33 cores=4,6
/proc/23768/stat : 23768 (python) S 23766 23768 22815 0 -1 4202496 12716 936 1 0 122 11 0 0 20 0 3 0 656864141 308969472 7757 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23768/statm: 75432 7757 1872 364 0 11347 0
[pid=23774] ppid=23768 vsize=291472 CPUtime=0.3 cores=4,6
/proc/23774/stat : 23774 (python) S 23768 23768 22815 0 -1 4202560 1144 0 0 0 15 15 0 0 19 0 2 0 656864298 298467328 6280 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23774/statm: 72868 6280 415 364 0 8786 0
[pid=23776] ppid=23774 vsize=1018676 CPUtime=99.98 cores=4,6
/proc/23776/stat : 23776 (gnovelty+2) T 23774 23776 23776 0 -1 4202496 775 0 0 0 9998 0 0 0 25 0 1 0 656864299 1043124224 509 33554432000 134512640 135663704 4286666448 18446744073709551615 134525490 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23776/statm: 254669 509 113 282 0 254385 0
[pid=23774/tid=23786] ppid=23768 vsize=291472 CPUtime=0 cores=4,6
/proc/23774/task/23786/stat : 23786 (python) S 23768 23768 22815 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656874330 298467328 6280 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 514 18446604440278958528 0 0 -1 6 0 0 0
[pid=23787] ppid=23768 vsize=291484 CPUtime=0.17 cores=4,6

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

[pid=23873] ppid=23768 vsize=302348 CPUtime=0.3 cores=4,6
/proc/23873/stat : 23873 (python) S 23768 23768 22815 0 -1 4202560 1081 0 0 0 15 15 0 0 19 0 2 0 656884364 309604352 6421 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23873/statm: 75587 6421 399 364 0 11499 0
[pid=23875] ppid=23873 vsize=419584 CPUtime=100.01 cores=4,6
/proc/23875/stat : 23875 (adaptg2wsat2009) T 23873 23875 23875 0 -1 4202496 1471 0 0 0 10001 0 0 0 25 0 1 0 656884365 429654016 1205 33554432000 134512640 135107411 4286646032 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23875/statm: 104896 1205 59 146 0 103772 0
[pid=23873/tid=23885] ppid=23768 vsize=302348 CPUtime=0 cores=4,6
/proc/23873/task/23885/stat : 23885 (python) S 23768 23768 22815 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656894394 309604352 6421 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 514 18446604453869957440 0 0 -1 6 0 0 0
[pid=23886] ppid=23768 vsize=312604 CPUtime=0.3 cores=4,6
/proc/23886/stat : 23886 (python) S 23768 23768 22815 0 -1 4202560 1079 0 0 0 15 15 0 0 19 0 2 0 656894395 320106496 6425 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23886/statm: 78151 6425 400 364 0 14060 0
[pid=23888] ppid=23886 vsize=419584 CPUtime=99.97 cores=4,6
/proc/23888/stat : 23888 (adaptg2wsat2009) T 23886 23888 23888 0 -1 4202496 1472 0 0 0 9997 0 0 0 25 0 1 0 656894395 429654016 1204 33554432000 134512640 135107411 4286651856 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23888/statm: 104896 1204 59 146 0 103772 0
[pid=23886/tid=23902] ppid=23768 vsize=312604 CPUtime=0 cores=4,6
/proc/23886/task/23902/stat : 23902 (python) S 23768 23768 22815 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656904425 320106496 6425 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 514 18446604440300669632 0 0 -1 6 0 0 0
[pid=23903] ppid=23768 vsize=322860 CPUtime=0.32 cores=4,6
/proc/23903/stat : 23903 (python) S 23768 23768 22815 0 -1 4202560 1074 0 0 0 18 14 0 0 19 0 2 0 656904426 330608640 6429 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23903/statm: 80715 6429 400 364 0 16621 0
[pid=23905] ppid=23903 vsize=419584 CPUtime=99.31 cores=4,6
/proc/23905/stat : 23905 (adaptg2wsat2009) T 23903 23905 23905 0 -1 4202496 1470 0 0 0 9931 0 0 0 25 0 1 0 656904426 429654016 1206 33554432000 134512640 135107411 4292792816 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23905/statm: 104896 1206 59 146 0 103772 0
[pid=23903/tid=23913] ppid=23768 vsize=322860 CPUtime=0 cores=4,6
/proc/23903/task/23913/stat : 23913 (python) S 23768 23768 22815 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656914358 330608640 6429 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 514 18446604449063426048 0 0 -1 6 0 0 0
[pid=23914] ppid=23768 vsize=333116 CPUtime=0.31 cores=4,6
/proc/23914/stat : 23914 (python) S 23768 23768 22815 0 -1 4202560 1096 0 0 0 16 15 0 0 19 0 2 0 656914359 341110784 6433 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23914/statm: 83279 6433 400 364 0 19182 0
[pid=23916] ppid=23914 vsize=1018676 CPUtime=100 cores=4,6
/proc/23916/stat : 23916 (gnovelty+2) T 23914 23916 23916 0 -1 4202496 775 0 0 0 10000 0 0 0 25 0 1 0 656914360 1043124224 508 33554432000 134512640 135663704 4288351152 18446744073709551615 134525699 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23916/statm: 254669 508 113 282 0 254385 0
[pid=23914/tid=23966] ppid=23768 vsize=333116 CPUtime=0 cores=4,6
/proc/23914/task/23966/stat : 23966 (python) S 23768 23768 22815 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656924392 341110784 6433 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 514 18446604451090143040 0 0 -1 6 0 0 0
[pid=23967] ppid=23768 vsize=343372 CPUtime=0.32 cores=4,6
/proc/23967/stat : 23967 (python) S 23768 23768 22815 0 -1 4202560 1086 0 0 0 17 15 0 0 19 0 2 0 656924394 351612928 6437 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23967/statm: 85843 6437 400 364 0 21743 0
[pid=23969] ppid=23967 vsize=249480 CPUtime=99.99 cores=4,6
/proc/23969/stat : 23969 (FH) T 23967 23969 23969 0 -1 4202496 1399 0 0 0 9999 0 0 0 25 0 1 0 656924394 255467520 1135 33554432000 134512640 134936988 4288894304 18446744073709551615 134554594 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23969/statm: 62370 1135 41 104 0 61874 0
[pid=23967/tid=23981] ppid=23768 vsize=343372 CPUtime=0 cores=4,6
/proc/23967/task/23981/stat : 23981 (python) S 23768 23768 22815 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656934425 351612928 6437 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 514 18446604440763774144 0 0 -1 6 0 0 0
[pid=23982] ppid=23768 vsize=353628 CPUtime=0 cores=4,6
/proc/23982/stat : 23982 (python) S 23768 23768 22815 0 -1 4202560 795 0 0 0 0 0 0 0 18 0 1 0 656934426 362115072 6394 33554432000 4194304 5683644 140735895447552 18446744073709551615 218905751110 0 0 16781312 514 3161018143703302143 0 0 17 4 0 0 0
/proc/23982/statm: 88407 6394 354 364 0 24304 0
[pid=23984] ppid=23982 vsize=419584 CPUtime=1.06 cores=4,6
/proc/23984/stat : 23984 (adaptg2wsat2009) R 23982 23984 23984 0 -1 4202496 1472 0 0 0 106 0 0 0 24 0 1 0 656934427 429654016 1204 33554432000 134512640 135107411 4291464768 18446744073709551615 134531935 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23984/statm: 104896 1204 59 146 0 103772 0
[pid=23768/tid=23775] ppid=23766 vsize=363872 CPUtime=0 cores=4,6
/proc/23768/task/23775/stat : 23775 (python) S 23766 23768 22815 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 9 0 656864298 372604928 7936 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 2 18446604442556357376 0 0 -1 4 0 0 0
[pid=23768/tid=23788] ppid=23766 vsize=363872 CPUtime=0 cores=4,6
/proc/23768/task/23788/stat : 23788 (python) S 23766 23768 22815 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 9 0 656874331 372604928 7936 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 2 18446604442556357376 0 0 -1 4 0 0 0
[pid=23768/tid=23874] ppid=23766 vsize=363872 CPUtime=0 cores=4,6
/proc/23768/task/23874/stat : 23874 (python) S 23766 23768 22815 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 9 0 656884365 372604928 7936 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 2 18446604442556357376 0 0 -1 4 0 0 0
[pid=23768/tid=23887] ppid=23766 vsize=363872 CPUtime=0 cores=4,6
/proc/23768/task/23887/stat : 23887 (python) S 23766 23768 22815 0 -1 4202560 23 936 0 0 0 0 0 0 20 0 9 0 656894395 372604928 7936 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 2 18446604442556357376 0 0 -1 4 0 0 0
[pid=23768/tid=23904] ppid=23766 vsize=363872 CPUtime=0 cores=4,6
/proc/23768/task/23904/stat : 23904 (python) S 23766 23768 22815 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 9 0 656904426 372604928 7936 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 2 18446604442556357376 0 0 -1 4 0 0 0
[pid=23768/tid=23915] ppid=23766 vsize=363872 CPUtime=0 cores=4,6
/proc/23768/task/23915/stat : 23915 (python) S 23766 23768 22815 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 656914359 372604928 7936 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 2 18446604442556357376 0 0 -1 4 0 0 0
[pid=23768/tid=23968] ppid=23766 vsize=363872 CPUtime=0 cores=4,6
/proc/23768/task/23968/stat : 23968 (python) S 23766 23768 22815 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 9 0 656924394 372604928 7936 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 2 18446604442556357376 0 0 -1 4 0 0 0
[pid=23768/tid=23983] ppid=23766 vsize=363872 CPUtime=0 cores=4,6
/proc/23768/task/23983/stat : 23983 (python) S 23766 23768 22815 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 9 0 656934427 372604928 7936 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 2 18446604442556357376 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 703.89
Current children cumulated vsize (KiB) 7898600

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

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

[startup+703.902 s]
/proc/loadavg: 4.02 4.06 4.01 6/476 23984
/proc/meminfo: memFree=20249400/32951124 swapFree=65581052/67111528
[pid=23768] ppid=23766 vsize=363872 CPUtime=1.42 cores=4,6
/proc/23768/stat : 23768 (python) S 23766 23768 22815 0 -1 4202496 17974 936 1 0 130 12 0 0 20 0 9 0 656864141 372604928 7936 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23768/statm: 90968 7936 1892 364 0 26865 0
[pid=23774] ppid=23768 vsize=291472 CPUtime=0.3 cores=4,6
/proc/23774/stat : 23774 (python) S 23768 23768 22815 0 -1 4202560 1144 0 0 0 15 15 0 0 19 0 2 0 656864298 298467328 6280 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23774/statm: 72868 6280 415 364 0 8786 0
[pid=23776] ppid=23774 vsize=1018676 CPUtime=99.98 cores=4,6
/proc/23776/stat : 23776 (gnovelty+2) T 23774 23776 23776 0 -1 4202496 775 0 0 0 9998 0 0 0 25 0 1 0 656864299 1043124224 509 33554432000 134512640 135663704 4286666448 18446744073709551615 134525490 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23776/statm: 254669 509 113 282 0 254385 0
[pid=23774/tid=23786] ppid=23768 vsize=291472 CPUtime=0 cores=4,6
/proc/23774/task/23786/stat : 23786 (python) S 23768 23768 22815 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656874330 298467328 6280 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 514 18446604440278958528 0 0 -1 6 0 0 0
[pid=23787] ppid=23768 vsize=291484 CPUtime=0.29 cores=4,6
/proc/23787/stat : 23787 (python) S 23768 23768 22815 0 -1 4202560 1079 0 0 0 15 14 0 0 19 0 2 0 656874331 298479616 6291 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23787/statm: 72871 6291 409 364 0 8786 0
[pid=23789] ppid=23787 vsize=1018676 CPUtime=100.01 cores=4,6
/proc/23789/stat : 23789 (gnovelty+2) T 23787 23789 23789 0 -1 4202496 773 0 0 0 9998 3 0 0 25 0 1 0 656874332 1043124224 509 33554432000 134512640 135663704 4286858432 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23789/statm: 254669 509 113 282 0 254385 0
[pid=23787/tid=23872] ppid=23768 vsize=291484 CPUtime=0 cores=4,6
/proc/23787/task/23872/stat : 23872 (python) S 23768 23768 22815 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656884363 298479616 6291 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 514 18446604446611957696 0 0 -1 6 0 0 0
[pid=23873] ppid=23768 vsize=302348 CPUtime=0.3 cores=4,6
/proc/23873/stat : 23873 (python) S 23768 23768 22815 0 -1 4202560 1081 0 0 0 15 15 0 0 19 0 2 0 656884364 309604352 6421 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23873/statm: 75587 6421 399 364 0 11499 0
[pid=23875] ppid=23873 vsize=419584 CPUtime=100.01 cores=4,6
/proc/23875/stat : 23875 (adaptg2wsat2009) T 23873 23875 23875 0 -1 4202496 1471 0 0 0 10001 0 0 0 25 0 1 0 656884365 429654016 1205 33554432000 134512640 135107411 4286646032 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23875/statm: 104896 1205 59 146 0 103772 0
[pid=23873/tid=23885] ppid=23768 vsize=302348 CPUtime=0 cores=4,6
/proc/23873/task/23885/stat : 23885 (python) S 23768 23768 22815 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656894394 309604352 6421 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 514 18446604453869957440 0 0 -1 6 0 0 0
[pid=23886] ppid=23768 vsize=312604 CPUtime=0.3 cores=4,6
/proc/23886/stat : 23886 (python) S 23768 23768 22815 0 -1 4202560 1079 0 0 0 15 15 0 0 19 0 2 0 656894395 320106496 6425 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23886/statm: 78151 6425 400 364 0 14060 0
[pid=23888] ppid=23886 vsize=419584 CPUtime=99.97 cores=4,6
/proc/23888/stat : 23888 (adaptg2wsat2009) T 23886 23888 23888 0 -1 4202496 1472 0 0 0 9997 0 0 0 25 0 1 0 656894395 429654016 1204 33554432000 134512640 135107411 4286651856 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23888/statm: 104896 1204 59 146 0 103772 0
[pid=23886/tid=23902] ppid=23768 vsize=312604 CPUtime=0 cores=4,6
/proc/23886/task/23902/stat : 23902 (python) S 23768 23768 22815 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656904425 320106496 6425 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 514 18446604440300669632 0 0 -1 6 0 0 0
[pid=23903] ppid=23768 vsize=322860 CPUtime=0.32 cores=4,6
/proc/23903/stat : 23903 (python) S 23768 23768 22815 0 -1 4202560 1074 0 0 0 18 14 0 0 19 0 2 0 656904426 330608640 6429 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23903/statm: 80715 6429 400 364 0 16621 0
[pid=23905] ppid=23903 vsize=419584 CPUtime=99.31 cores=4,6
/proc/23905/stat : 23905 (adaptg2wsat2009) T 23903 23905 23905 0 -1 4202496 1470 0 0 0 9931 0 0 0 25 0 1 0 656904426 429654016 1206 33554432000 134512640 135107411 4292792816 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23905/statm: 104896 1206 59 146 0 103772 0
[pid=23903/tid=23913] ppid=23768 vsize=322860 CPUtime=0 cores=4,6
/proc/23903/task/23913/stat : 23913 (python) S 23768 23768 22815 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656914358 330608640 6429 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 514 18446604449063426048 0 0 -1 6 0 0 0
[pid=23914] ppid=23768 vsize=333116 CPUtime=0.31 cores=4,6
/proc/23914/stat : 23914 (python) S 23768 23768 22815 0 -1 4202560 1096 0 0 0 16 15 0 0 19 0 2 0 656914359 341110784 6433 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23914/statm: 83279 6433 400 364 0 19182 0
[pid=23916] ppid=23914 vsize=1018676 CPUtime=100 cores=4,6
/proc/23916/stat : 23916 (gnovelty+2) T 23914 23916 23916 0 -1 4202496 775 0 0 0 10000 0 0 0 25 0 1 0 656914360 1043124224 508 33554432000 134512640 135663704 4288351152 18446744073709551615 134525699 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23916/statm: 254669 508 113 282 0 254385 0
[pid=23914/tid=23966] ppid=23768 vsize=333116 CPUtime=0 cores=4,6
/proc/23914/task/23966/stat : 23966 (python) S 23768 23768 22815 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656924392 341110784 6433 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 514 18446604451090143040 0 0 -1 6 0 0 0
[pid=23967] ppid=23768 vsize=343372 CPUtime=0.32 cores=4,6
/proc/23967/stat : 23967 (python) S 23768 23768 22815 0 -1 4202560 1086 0 0 0 17 15 0 0 19 0 2 0 656924394 351612928 6437 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23967/statm: 85843 6437 400 364 0 21743 0
[pid=23969] ppid=23967 vsize=249480 CPUtime=99.99 cores=4,6
/proc/23969/stat : 23969 (FH) T 23967 23969 23969 0 -1 4202496 1399 0 0 0 9999 0 0 0 25 0 1 0 656924394 255467520 1135 33554432000 134512640 134936988 4288894304 18446744073709551615 134554594 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23969/statm: 62370 1135 41 104 0 61874 0
[pid=23967/tid=23981] ppid=23768 vsize=343372 CPUtime=0 cores=4,6
/proc/23967/task/23981/stat : 23981 (python) S 23768 23768 22815 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656934425 351612928 6437 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 514 18446604440763774144 0 0 -1 6 0 0 0
[pid=23982] ppid=23768 vsize=353628 CPUtime=0 cores=4,6
/proc/23982/stat : 23982 (python) S 23768 23768 22815 0 -1 4202560 795 0 0 0 0 0 0 0 18 0 1 0 656934426 362115072 6394 33554432000 4194304 5683644 140735895447552 18446744073709551615 218905751110 0 0 16781312 514 3161018143703302143 0 0 17 4 0 0 0
/proc/23982/statm: 88407 6394 354 364 0 24304 0
[pid=23984] ppid=23982 vsize=419584 CPUtime=1.06 cores=4,6
/proc/23984/stat : 23984 (adaptg2wsat2009) R 23982 23984 23984 0 -1 4202496 1472 0 0 0 106 0 0 0 24 0 1 0 656934427 429654016 1204 33554432000 134512640 135107411 4291464768 18446744073709551615 134531935 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23984/statm: 104896 1204 59 146 0 103772 0
[pid=23768/tid=23775] ppid=23766 vsize=363872 CPUtime=0 cores=4,6
/proc/23768/task/23775/stat : 23775 (python) S 23766 23768 22815 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 9 0 656864298 372604928 7936 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 2 18446604442556357376 0 0 -1 4 0 0 0
[pid=23768/tid=23788] ppid=23766 vsize=363872 CPUtime=0 cores=4,6
/proc/23768/task/23788/stat : 23788 (python) S 23766 23768 22815 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 9 0 656874331 372604928 7936 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 2 18446604442556357376 0 0 -1 4 0 0 0
[pid=23768/tid=23874] ppid=23766 vsize=363872 CPUtime=0 cores=4,6
/proc/23768/task/23874/stat : 23874 (python) S 23766 23768 22815 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 9 0 656884365 372604928 7936 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 2 18446604442556357376 0 0 -1 4 0 0 0
[pid=23768/tid=23887] ppid=23766 vsize=363872 CPUtime=0 cores=4,6
/proc/23768/task/23887/stat : 23887 (python) S 23766 23768 22815 0 -1 4202560 23 936 0 0 0 0 0 0 20 0 9 0 656894395 372604928 7936 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 2 18446604442556357376 0 0 -1 4 0 0 0
[pid=23768/tid=23904] ppid=23766 vsize=363872 CPUtime=0 cores=4,6
/proc/23768/task/23904/stat : 23904 (python) S 23766 23768 22815 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 9 0 656904426 372604928 7936 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 2 18446604442556357376 0 0 -1 4 0 0 0
[pid=23768/tid=23915] ppid=23766 vsize=363872 CPUtime=0 cores=4,6
/proc/23768/task/23915/stat : 23915 (python) S 23766 23768 22815 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 656914359 372604928 7936 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 2 18446604442556357376 0 0 -1 4 0 0 0
[pid=23768/tid=23968] ppid=23766 vsize=363872 CPUtime=0 cores=4,6
/proc/23768/task/23968/stat : 23968 (python) S 23766 23768 22815 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 9 0 656924394 372604928 7936 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 2 18446604442556357376 0 0 -1 4 0 0 0
[pid=23768/tid=23983] ppid=23766 vsize=363872 CPUtime=0 cores=4,6
/proc/23768/task/23983/stat : 23983 (python) S 23766 23768 22815 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 9 0 656934427 372604928 7936 33554432000 4194304 5683644 140735895447552 18446744073709551615 218917554609 0 0 16781312 2 18446604442556357376 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 703.89
Current children cumulated vsize (KiB) 7898600

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 703.981
CPU time (s): 703.89
CPU user time (s): 702.71
CPU system time (s): 1.18
CPU usage (%): 99.9871
Max. virtual memory (cumulated for all children) (KiB): 7898600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.3018
system time used= 0.13098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18916
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= 2864
involuntary context switches= 26

runsolver used 3.3005 second user time and 6.98394 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-15 11:44:24
IDJOB=3377357
IDBENCH=82666
IDSOLVER=1857
FILE ID=node137/3377357-1305452664
RUNJOBID= node137-1305451935-23450
PBS_JOBID= 13324880
Free space on /tmp= 73692 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1000-c20000-S698025027-034-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-3377357-1305452664/watcher-3377357-1305452664 -o /tmp/evaluation-result-3377357-1305452664/solver-3377357-1305452664 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377357-1305452664.cnf -seed 1708222783 -budget 2400

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

MD5SUM BENCH= 92b3ae536df5707fe014291d91790352
RANDOM SEED=1708222783

node137.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.844
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.68
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.844
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.844
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.74
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.844
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.74
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.844
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.82
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.844
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.844
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.83
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.844
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:     32951124 kB
MemFree:      20502784 kB
Buffers:        297664 kB
Cached:        3954488 kB
SwapCached:      36328 kB
Active:        2367828 kB
Inactive:      9829268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20502784 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:           32192 kB
Writeback:           0 kB
AnonPages:     7918512 kB
Mapped:          27972 kB
Slab:           132908 kB
PageTables:      53012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88915488 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= 73648 MiB
End job on node137 at 2011-05-15 11:56:10