Trace number 3484032

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) 704.14 704.365

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S319509287-085-UNKNOWN.cnf
MD5SUMbb548a1e884feefbb349d3449e849f5e
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 variables2000
Number of clauses40000
Sum of the clauses size200000
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 540000
Number of clauses of size over 50

Solver Data

0.32/0.59	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.59	c INFO: solving HOME/instance-3484032-1307746991.cnf
0.32/0.59	c INFO: computing task features
0.60/0.80	c INFO: computed variable-clause graph statistics
0.60/0.81	c INFO: computed clause balance statistics
1.30/1.89	c INFO: computed variable balance statistics
2.20/2.47	c INFO: computed small-clause counts
2.20/2.47	c INFO: computed Horn-clause counts
2.31/2.51	c INFO: computed variable graph statistics
2.31/2.51	c INFO: collected features for HOME/instance-3484032-1307746991.cnf in 1.92 s
2.31/2.52	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
102.46/102.71	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.13)
202.54/202.89	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
302.73/303.02	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
402.79/403.16	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.05)
503.02/503.29	c INFO: running gnovelty+2@0 for 97 with 697 remaining (b = 0.05)
603.22/603.49	c INFO: running FH@0 for 97 with 597 remaining (b = 0.03)
703.42/703.64	c INFO: running adaptg2wsat2009++@0 for 97 with 497 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-3484032-1307746991/watcher-3484032-1307746991 -o /tmp/evaluation-result-3484032-1307746991/solver-3484032-1307746991 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484032-1307746991.cnf -seed 1487758871 -budget 1200 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 0.08 0.02 0.01 3/184 17926
/proc/meminfo: memFree=31348008/32951124 swapFree=67057920/67111528
[pid=17926] ppid=17924 vsize=15184 CPUtime=0 cores=1,3
/proc/17926/stat : 17926 (python) S 17924 17926 17860 0 -1 4202496 726 0 0 0 0 0 0 0 21 0 1 0 867114460 15548416 615 33554432000 4194304 5683644 140735728993472 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/17926/statm: 3796 615 321 364 0 283 0

[startup+0.009985 s]
/proc/loadavg: 0.08 0.02 0.01 3/184 17926
/proc/meminfo: memFree=31348008/32951124 swapFree=67057920/67111528
[pid=17926] ppid=17924 vsize=15776 CPUtime=0 cores=1,3
/proc/17926/stat : 17926 (python) R 17924 17926 17860 0 -1 4202496 859 0 0 0 0 0 0 0 17 0 1 0 867114460 16154624 739 33554432000 4194304 5683644 140735728993472 18446744073709551615 5002908 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/17926/statm: 3944 739 335 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+0.100991 s]
/proc/loadavg: 0.08 0.02 0.01 3/184 17926
/proc/meminfo: memFree=31348008/32951124 swapFree=67057920/67111528
[pid=17926] ppid=17924 vsize=85072 CPUtime=0.06 cores=1,3
/proc/17926/stat : 17926 (python) R 17924 17926 17860 0 -1 4202496 2473 0 0 0 4 2 0 0 17 0 1 0 867114460 87113728 2198 33554432000 4194304 5683644 140735728993472 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/17926/statm: 21268 2199 707 364 0 1485 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85072

[startup+0.301002 s]
/proc/loadavg: 0.08 0.02 0.01 3/184 17926
/proc/meminfo: memFree=31348008/32951124 swapFree=67057920/67111528
[pid=17926] ppid=17924 vsize=135748 CPUtime=0.2 cores=1,3
/proc/17926/stat : 17926 (python) D 17924 17926 17860 0 -1 4202496 5976 935 1 0 14 6 0 0 17 0 1 0 867114460 139005952 4150 33554432000 4194304 5683644 140735728993472 18446744073709551615 254261612549 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/17926/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135748

[startup+0.700861 s]
/proc/loadavg: 0.08 0.02 0.01 3/184 17926
/proc/meminfo: memFree=31348008/32951124 swapFree=67057920/67111528
[pid=17926] ppid=17924 vsize=285040 CPUtime=0.5 cores=1,3
/proc/17926/stat : 17926 (python) R 17924 17926 17860 0 -1 4202496 10902 935 1 0 39 11 0 0 17 0 1 0 867114460 291880960 8571 33554432000 4194304 5683644 140735728993472 18446744073709551615 254261277381 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/17926/statm: 71260 8571 1761 364 0 7184 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 285040

[startup+1.50072 s]
/proc/loadavg: 0.08 0.02 0.01 4/185 17935
/proc/meminfo: memFree=31235160/32951124 swapFree=67057920/67111528
[pid=17926] ppid=17924 vsize=290796 CPUtime=1.3 cores=1,3
/proc/17926/stat : 17926 (python) R 17924 17926 17860 0 -1 4202496 14022 935 1 0 118 12 0 0 17 0 1 0 867114460 297775104 10084 33554432000 4194304 5683644 140735728993472 18446744073709551615 47043422845496 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/17926/statm: 72699 10084 1826 364 0 8623 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 290796

[startup+3.1004 s]
/proc/loadavg: 0.08 0.02 0.01 4/185 17937
/proc/meminfo: memFree=31223504/32951124 swapFree=67057920/67111528
[pid=17926] ppid=17924 vsize=294132 CPUtime=2.33 cores=1,3
/proc/17926/stat : 17926 (python) S 17924 17926 17860 0 -1 4202496 14379 935 1 0 221 12 0 0 21 0 2 0 867114460 301191168 8415 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17926/statm: 73533 8415 1869 364 0 9451 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 294132
heavy processes:

[startup+6.30087 s]
/proc/loadavg: 0.31 0.07 0.02 5/193 17956
/proc/meminfo: memFree=31139640/32951124 swapFree=67057920/67111528
[pid=17926] ppid=17924 vsize=294132 CPUtime=2.33 cores=1,3
/proc/17926/stat : 17926 (python) S 17924 17926 17860 0 -1 4202496 14379 935 1 0 221 12 0 0 21 0 2 0 867114460 301191168 8415 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17926/statm: 73533 8415 1869 364 0 9451 0
[pid=17938] ppid=17926 vsize=284980 CPUtime=0 cores=1,3
/proc/17938/stat : 17938 (python) S 17926 17926 17860 0 -1 4202560 726 0 0 0 0 0 0 0 18 0 1 0 867114713 291819520 6898 33554432000 4194304 5683644 140735728993472 18446744073709551615 254261636623 0 0 16781312 514 4492398356957462792 0 0 17 1 0 0 0
/proc/17938/statm: 71245 6898 355 364 0 7163 0
[pid=17940] ppid=17938 vsize=1020308 CPUtime=3.76 cores=1,3
/proc/17940/stat : 17940 (gnovelty+2) R 17938 17940 17940 0 -1 4202496 1154 0 0 0 376 0 0 0 25 0 1 0 867114713 1044795392 891 33554432000 134512640 135663704 4286790848 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17940/statm: 255077 891 113 282 0 254793 0
[pid=17926/tid=17939] ppid=17924 vsize=294132 CPUtime=0 cores=1,3
/proc/17926/task/17939/stat : 17939 (python) S 17924 17926 17860 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 2 0 867114713 301191168 8415 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 2 18446604454225506560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 1599420

[startup+12.7007 s]
/proc/loadavg: 0.61 0.13 0.04 5/202 17965
/proc/meminfo: memFree=31047108/32951124 swapFree=67057920/67111528
[pid=17926] ppid=17924 vsize=294132 CPUtime=2.33 cores=1,3
/proc/17926/stat : 17926 (python) S 17924 17926 17860 0 -1 4202496 14379 935 1 0 221 12 0 0 21 0 2 0 867114460 301191168 8415 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17926/statm: 73533 8415 1869 364 0 9451 0
[pid=17938] ppid=17926 vsize=284980 CPUtime=0.01 cores=1,3
/proc/17938/stat : 17938 (python) S 17926 17926 17860 0 -1 4202560 863 0 0 0 1 0 0 0 18 0 1 0 867114713 291819520 6921 33554432000 4194304 5683644 140735728993472 18446744073709551615 254261636623 0 0 16781312 514 2556197408811745544 0 0 17 1 0 0 0
/proc/17938/statm: 71245 6921 378 364 0 7163 0
[pid=17940] ppid=17938 vsize=1020308 CPUtime=10.14 cores=1,3
/proc/17940/stat : 17940 (gnovelty+2) R 17938 17940 17940 0 -1 4202496 1154 0 0 0 1014 0 0 0 25 0 1 0 867114713 1044795392 891 33554432000 134512640 135663704 4286790848 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/17940/statm: 255077 891 113 282 0 254793 0
[pid=17926/tid=17939] ppid=17924 vsize=294132 CPUtime=0 cores=1,3
/proc/17926/task/17939/stat : 17939 (python) S 17924 17926 17860 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 2 0 867114713 301191168 8415 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 2 18446604454225506560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 1599420

[startup+25.5005 s]
/proc/loadavg: 1.36 0.32 0.10 5/202 17965
/proc/meminfo: memFree=31046628/32951124 swapFree=67057920/67111528
[pid=17926] ppid=17924 vsize=294132 CPUtime=2.33 cores=1,3
/proc/17926/stat : 17926 (python) S 17924 17926 17860 0 -1 4202496 14379 935 1 0 221 12 0 0 21 0 2 0 867114460 301191168 8415 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17926/statm: 73533 8415 1869 364 0 9451 0
[pid=17938] ppid=17926 vsize=284980 CPUtime=0.03 cores=1,3
/proc/17938/stat : 17938 (python) S 17926 17926 17860 0 -1 4202560 868 0 0 0 2 1 0 0 18 0 1 0 867114713 291819520 6921 33554432000 4194304 5683644 140735728993472 18446744073709551615 254261636623 0 0 16781312 514 2556197408811745544 0 0 17 1 0 0 0
/proc/17938/statm: 71245 6921 378 364 0 7163 0
[pid=17940] ppid=17938 vsize=1020308 CPUtime=22.93 cores=1,3
/proc/17940/stat : 17940 (gnovelty+2) R 17938 17940 17940 0 -1 4202496 1154 0 0 0 2293 0 0 0 25 0 1 0 867114713 1044795392 891 33554432000 134512640 135663704 4286790848 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/17940/statm: 255077 891 113 282 0 254793 0
[pid=17926/tid=17939] ppid=17924 vsize=294132 CPUtime=0 cores=1,3
/proc/17926/task/17939/stat : 17939 (python) S 17924 17926 17860 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 2 0 867114713 301191168 8415 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 2 18446604454225506560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 1599420

[startup+51.101 s]
/proc/loadavg: 2.32 0.63 0.21 5/202 17966
/proc/meminfo: memFree=31046496/32951124 swapFree=67057920/67111528
[pid=17926] ppid=17924 vsize=294132 CPUtime=2.33 cores=1,3
/proc/17926/stat : 17926 (python) S 17924 17926 17860 0 -1 4202496 14379 935 1 0 221 12 0 0 21 0 2 0 867114460 301191168 8415 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17926/statm: 73533 8415 1869 364 0 9451 0
[pid=17938] ppid=17926 vsize=284980 CPUtime=0.05 cores=1,3
/proc/17938/stat : 17938 (python) S 17926 17926 17860 0 -1 4202560 881 0 0 0 3 2 0 0 18 0 1 0 867114713 291819520 6921 33554432000 4194304 5683644 140735728993472 18446744073709551615 254261636623 0 0 16781312 514 2556197408811745544 0 0 17 1 0 0 0
/proc/17938/statm: 71245 6921 378 364 0 7163 0
[pid=17940] ppid=17938 vsize=1020308 CPUtime=48.49 cores=1,3
/proc/17940/stat : 17940 (gnovelty+2) R 17938 17940 17940 0 -1 4202496 1154 0 0 0 4849 0 0 0 25 0 1 0 867114713 1044795392 891 33554432000 134512640 135663704 4286790848 18446744073709551615 134524503 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17940/statm: 255077 891 113 282 0 254793 0
[pid=17926/tid=17939] ppid=17924 vsize=294132 CPUtime=0 cores=1,3
/proc/17926/task/17939/stat : 17939 (python) S 17924 17926 17860 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 2 0 867114713 301191168 8415 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 2 18446604454225506560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 1599420

[startup+102.301 s]
/proc/loadavg: 3.27 1.15 0.41 5/202 17968
/proc/meminfo: memFree=31045420/32951124 swapFree=67057920/67111528
[pid=17926] ppid=17924 vsize=294132 CPUtime=2.33 cores=1,3
/proc/17926/stat : 17926 (python) S 17924 17926 17860 0 -1 4202496 14379 935 1 0 221 12 0 0 21 0 2 0 867114460 301191168 8415 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17926/statm: 73533 8415 1869 364 0 9451 0
[pid=17938] ppid=17926 vsize=284980 CPUtime=0.12 cores=1,3
/proc/17938/stat : 17938 (python) S 17926 17926 17860 0 -1 4202560 904 0 0 0 7 5 0 0 18 0 1 0 867114713 291819520 6921 33554432000 4194304 5683644 140735728993472 18446744073709551615 254261636623 0 0 16781312 514 2556197408811745544 0 0 17 1 0 0 0
/proc/17938/statm: 71245 6921 378 364 0 7163 0
[pid=17940] ppid=17938 vsize=1020308 CPUtime=99.61 cores=1,3
/proc/17940/stat : 17940 (gnovelty+2) R 17938 17940 17940 0 -1 4202496 1154 0 0 0 9961 0 0 0 25 0 1 0 867114713 1044795392 891 33554432000 134512640 135663704 4286790848 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17940/statm: 255077 891 113 282 0 254793 0
[pid=17926/tid=17939] ppid=17924 vsize=294132 CPUtime=0 cores=1,3
/proc/17926/task/17939/stat : 17939 (python) S 17924 17926 17860 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 2 0 867114713 301191168 8415 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 2 18446604454225506560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 1599420

[startup+162.301 s]
/proc/loadavg: 3.83 1.69 0.64 5/219 17989
/proc/meminfo: memFree=30896300/32951124 swapFree=67057920/67111528
[pid=17926] ppid=17924 vsize=304996 CPUtime=2.33 cores=1,3
/proc/17926/stat : 17926 (python) S 17924 17926 17860 0 -1 4202496 15254 935 1 0 221 12 0 0 19 0 3 0 867114460 312315904 8557 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17926/statm: 76249 8557 1872 364 0 12164 0
[pid=17938] ppid=17926 vsize=295224 CPUtime=0.13 cores=1,3
/proc/17938/stat : 17938 (python) S 17926 17926 17860 0 -1 4202560 1145 0 0 0 7 6 0 0 19 0 2 0 867114713 302309376 6963 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/17938/statm: 73806 6963 415 364 0 9724 0
[pid=17940] ppid=17938 vsize=1020308 CPUtime=100 cores=1,3
/proc/17940/stat : 17940 (gnovelty+2) T 17938 17940 17940 0 -1 4202496 1154 0 0 0 10000 0 0 0 25 0 1 0 867114713 1044795392 891 33554432000 134512640 135663704 4286790848 18446744073709551615 134524461 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/17940/statm: 255077 891 113 282 0 254793 0
[pid=17938/tid=17969] ppid=17926 vsize=295224 CPUtime=0 cores=1,3
/proc/17938/task/17969/stat : 17969 (python) S 17926 17926 17860 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867124730 302309376 6963 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 514 18446604471138530432 0 0 -1 3 0 0 0
[pid=17970] ppid=17926 vsize=294904 CPUtime=0.08 cores=1,3
/proc/17970/stat : 17970 (python) S 17926 17926 17860 0 -1 4202560 902 0 0 0 5 3 0 0 18 0 1 0 867124731 301981696 7054 33554432000 4194304 5683644 140735728993472 18446744073709551615 254261636678 0 0 16781312 514 2556197408811745544 0 0 17 1 0 0 0
/proc/17970/statm: 73726 7054 372 364 0 9641 0
[pid=17972] ppid=17970 vsize=1020308 CPUtime=59.5 cores=1,3
/proc/17972/stat : 17972 (gnovelty+2) R 17970 17972 17972 0 -1 4202496 1158 0 0 0 5950 0 0 0 25 0 1 0 867124732 1044795392 891 33554432000 134512640 135663704 4287728704 18446744073709551615 134544242 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17972/statm: 255077 891 113 282 0 254793 0
[pid=17926/tid=17939] ppid=17924 vsize=304996 CPUtime=0 cores=1,3
/proc/17926/task/17939/stat : 17939 (python) S 17924 17926 17860 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 3 0 867114713 312315904 8557 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 2 18446604454225506560 0 0 -1 3 0 0 0
[pid=17926/tid=17971] ppid=17924 vsize=304996 CPUtime=0 cores=1,3
/proc/17926/task/17971/stat : 17971 (python) S 17924 17926 17860 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 3 0 867124731 312315904 8557 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 2 18446604454225506560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 2935740

[startup+222.301 s]
/proc/loadavg: 3.94 2.11 0.85 5/231 18003
/proc/meminfo: memFree=30811200/32951124 swapFree=67057920/67111528
[pid=17926] ppid=17924 vsize=315252 CPUtime=2.34 cores=1,3
/proc/17926/stat : 17926 (python) S 17924 17926 17860 0 -1 4202496 16056 935 1 0 222 12 0 0 19 0 4 0 867114460 322818048 8563 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0

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

[pid=17992] ppid=17926 vsize=305768 CPUtime=0.13 cores=1,3
/proc/17992/stat : 17992 (python) S 17926 17926 17860 0 -1 4202560 1071 0 0 0 6 7 0 0 19 0 2 0 867134750 313106432 7087 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/17992/statm: 76442 7087 400 364 0 12354 0
[pid=17994] ppid=17992 vsize=423400 CPUtime=100 cores=1,3
/proc/17994/stat : 17994 (adaptg2wsat2009) T 17992 17994 17994 0 -1 4202496 2625 0 0 0 10000 0 0 0 25 0 1 0 867134750 433561600 2359 33554432000 134512640 135107411 4293972048 18446744073709551615 134531817 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/17994/statm: 105850 2359 59 146 0 104726 0
[pid=17992/tid=18010] ppid=17926 vsize=305768 CPUtime=0 cores=1,3
/proc/17992/task/18010/stat : 18010 (python) S 17926 17926 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867144762 313106432 7087 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 514 18446604471134546816 0 0 -1 3 0 0 0
[pid=18011] ppid=17926 vsize=315540 CPUtime=0.13 cores=1,3
/proc/18011/stat : 18011 (python) S 17926 17926 17860 0 -1 4202560 1087 0 0 0 6 7 0 0 19 0 2 0 867144763 323112960 7159 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18011/statm: 78885 7159 399 364 0 14794 0
[pid=18013] ppid=18011 vsize=423400 CPUtime=99.96 cores=1,3
/proc/18013/stat : 18013 (adaptg2wsat2009) T 18011 18013 18013 0 -1 4202496 2620 0 0 0 9996 0 0 0 25 0 1 0 867144764 433561600 2357 33554432000 134512640 135107411 4288304336 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18013/statm: 105850 2357 59 146 0 104726 0
[pid=18011/tid=18069] ppid=17926 vsize=315540 CPUtime=0 cores=1,3
/proc/18011/task/18069/stat : 18069 (python) S 17926 17926 17860 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867154776 323112960 7159 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 514 18446604471134343552 0 0 -1 3 0 0 0
[pid=18070] ppid=17926 vsize=326040 CPUtime=0.13 cores=1,3
/proc/18070/stat : 18070 (python) S 17926 17926 17860 0 -1 4202560 1077 0 0 0 8 5 0 0 19 0 2 0 867154777 333864960 7164 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/18070/statm: 81510 7164 400 364 0 17416 0
[pid=18072] ppid=18070 vsize=423400 CPUtime=100.11 cores=1,3
/proc/18072/stat : 18072 (adaptg2wsat2009) T 18070 18072 18072 0 -1 4202496 2621 0 0 0 10011 0 0 0 25 0 1 0 867154777 433561600 2357 33554432000 134512640 135107411 4293958624 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18072/statm: 105850 2357 59 146 0 104726 0
[pid=18070/tid=18127] ppid=17926 vsize=326040 CPUtime=0 cores=1,3
/proc/18070/task/18127/stat : 18127 (python) S 17926 17926 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867164789 333864960 7164 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 514 18446604471162829504 0 0 -1 3 0 0 0
[pid=18128] ppid=17926 vsize=336400 CPUtime=0.14 cores=1,3
/proc/18128/stat : 18128 (python) S 17926 17926 17860 0 -1 4202560 1070 0 0 0 9 5 0 0 19 0 2 0 867164790 344473600 7168 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18128/statm: 84100 7168 400 364 0 20003 0
[pid=18130] ppid=18128 vsize=1020308 CPUtime=100.05 cores=1,3
/proc/18130/stat : 18130 (gnovelty+2) T 18128 18130 18130 0 -1 4202496 1153 0 0 0 10005 0 0 0 25 0 1 0 867164790 1044795392 892 33554432000 134512640 135663704 4289091792 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18130/statm: 255077 892 113 282 0 254793 0
[pid=18128/tid=18146] ppid=17926 vsize=336400 CPUtime=0 cores=1,3
/proc/18128/task/18146/stat : 18146 (python) S 17926 17926 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867174809 344473600 7168 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 514 18446604471134345344 0 0 -1 3 0 0 0
[pid=18147] ppid=17926 vsize=346584 CPUtime=0.14 cores=1,3
/proc/18147/stat : 18147 (python) S 17926 17926 17860 0 -1 4202560 1083 0 0 0 7 7 0 0 19 0 2 0 867174810 354902016 7172 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18147/statm: 86646 7172 400 364 0 22546 0
[pid=18149] ppid=18147 vsize=253032 CPUtime=100 cores=1,3
/proc/18149/stat : 18149 (FH) T 18147 18149 18149 0 -1 4202496 2497 0 0 0 10000 0 0 0 25 0 1 0 867174810 259104768 2232 33554432000 134512640 134936988 4291914480 18446744073709551615 134553498 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18149/statm: 63258 2232 41 104 0 62762 0
[pid=18147/tid=18161] ppid=17926 vsize=346584 CPUtime=0 cores=1,3
/proc/18147/task/18161/stat : 18161 (python) S 17926 17926 17860 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867184824 354902016 7172 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 514 18446604462383744960 0 0 -1 3 0 0 0
[pid=18162] ppid=17926 vsize=356564 CPUtime=0 cores=1,3
/proc/18162/stat : 18162 (python) S 17926 17926 17860 0 -1 4202560 828 0 0 0 0 0 0 0 19 0 1 0 867184825 365121536 7124 33554432000 4194304 5683644 140735728993472 18446744073709551615 254261636678 0 0 16781312 514 15117357723034845183 0 0 17 1 0 0 0
/proc/18162/statm: 89141 7124 349 364 0 25038 0
[pid=18164] ppid=18162 vsize=420480 CPUtime=0.66 cores=1,3
/proc/18164/stat : 18164 (adaptg2wsat2009) R 18162 18164 18164 0 -1 4202496 1687 0 0 0 66 0 0 0 22 0 1 0 867184825 430571520 1422 33554432000 134512640 135107411 4287758816 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18164/statm: 105120 1422 49 146 0 103996 0
[pid=17926/tid=17939] ppid=17924 vsize=366808 CPUtime=0 cores=1,3
/proc/17926/task/17939/stat : 17939 (python) S 17924 17926 17860 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 9 0 867114713 375611392 8670 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 2 18446604454225506560 0 0 -1 3 0 0 0
[pid=17926/tid=17971] ppid=17924 vsize=366808 CPUtime=0 cores=1,3
/proc/17926/task/17971/stat : 17971 (python) S 17924 17926 17860 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 9 0 867124731 375611392 8670 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 2 18446604454225506560 0 0 -1 1 0 0 0
[pid=17926/tid=17993] ppid=17924 vsize=366808 CPUtime=0 cores=1,3
/proc/17926/task/17993/stat : 17993 (python) S 17924 17926 17860 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 867134750 375611392 8670 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 2 18446604454225506560 0 0 -1 1 0 0 0
[pid=17926/tid=18012] ppid=17924 vsize=366808 CPUtime=0 cores=1,3
/proc/17926/task/18012/stat : 18012 (python) S 17924 17926 17860 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 867144763 375611392 8670 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 2 18446604454225506560 0 0 -1 1 0 0 0
[pid=17926/tid=18071] ppid=17924 vsize=366808 CPUtime=0 cores=1,3
/proc/17926/task/18071/stat : 18071 (python) S 17924 17926 17860 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 867154777 375611392 8670 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 2 18446604454225506560 0 0 -1 1 0 0 0
[pid=17926/tid=18129] ppid=17924 vsize=366808 CPUtime=0 cores=1,3
/proc/17926/task/18129/stat : 18129 (python) S 17924 17926 17860 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 867164790 375611392 8670 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 2 18446604454225506560 0 0 -1 1 0 0 0
[pid=17926/tid=18148] ppid=17924 vsize=366808 CPUtime=0 cores=1,3
/proc/17926/task/18148/stat : 18148 (python) S 17924 17926 17860 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 867174810 375611392 8670 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 2 18446604454225506560 0 0 -1 3 0 0 0
[pid=17926/tid=18163] ppid=17924 vsize=366808 CPUtime=0 cores=1,3
/proc/17926/task/18163/stat : 18163 (python) S 17924 17926 17860 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 867184825 375611392 8670 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 2 18446604454225506560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 704.14
Current children cumulated vsize (KiB) 7948468

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

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

[startup+704.302 s]
/proc/loadavg: 4.03 3.66 2.14 5/260 18164
/proc/meminfo: memFree=30780944/32951124 swapFree=67057920/67111528
[pid=17926] ppid=17924 vsize=366808 CPUtime=2.4 cores=1,3
/proc/17926/stat : 17926 (python) S 17924 17926 17860 0 -1 4202496 20396 935 1 0 226 14 0 0 20 0 9 0 867114460 375611392 8670 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17926/statm: 91702 8670 1892 364 0 27599 0
[pid=17938] ppid=17926 vsize=295224 CPUtime=0.13 cores=1,3
/proc/17938/stat : 17938 (python) S 17926 17926 17860 0 -1 4202560 1145 0 0 0 7 6 0 0 19 0 2 0 867114713 302309376 6963 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/17938/statm: 73806 6963 415 364 0 9724 0
[pid=17940] ppid=17938 vsize=1020308 CPUtime=100 cores=1,3
/proc/17940/stat : 17940 (gnovelty+2) T 17938 17940 17940 0 -1 4202496 1154 0 0 0 10000 0 0 0 25 0 1 0 867114713 1044795392 891 33554432000 134512640 135663704 4286790848 18446744073709551615 134524461 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/17940/statm: 255077 891 113 282 0 254793 0
[pid=17938/tid=17969] ppid=17926 vsize=295224 CPUtime=0 cores=1,3
/proc/17938/task/17969/stat : 17969 (python) S 17926 17926 17860 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867124730 302309376 6963 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 514 18446604471138530432 0 0 -1 3 0 0 0
[pid=17970] ppid=17926 vsize=294904 CPUtime=0.13 cores=1,3
/proc/17970/stat : 17970 (python) S 17926 17926 17860 0 -1 4202560 1070 0 0 0 8 5 0 0 19 0 2 0 867124731 301981696 7083 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/17970/statm: 73726 7083 400 364 0 9641 0
[pid=17972] ppid=17970 vsize=1020308 CPUtime=100.03 cores=1,3
/proc/17972/stat : 17972 (gnovelty+2) T 17970 17972 17972 0 -1 4202496 1158 0 0 0 10003 0 0 0 25 0 1 0 867124732 1044795392 891 33554432000 134512640 135663704 4287728704 18446744073709551615 134525490 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/17972/statm: 255077 891 113 282 0 254793 0
[pid=17970/tid=17991] ppid=17926 vsize=294904 CPUtime=0 cores=1,3
/proc/17970/task/17991/stat : 17991 (python) S 17926 17926 17860 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867134749 301981696 7083 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 514 18446604471134835008 0 0 -1 3 0 0 0
[pid=17992] ppid=17926 vsize=305768 CPUtime=0.13 cores=1,3
/proc/17992/stat : 17992 (python) S 17926 17926 17860 0 -1 4202560 1071 0 0 0 6 7 0 0 19 0 2 0 867134750 313106432 7087 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/17992/statm: 76442 7087 400 364 0 12354 0
[pid=17994] ppid=17992 vsize=423400 CPUtime=100 cores=1,3
/proc/17994/stat : 17994 (adaptg2wsat2009) T 17992 17994 17994 0 -1 4202496 2625 0 0 0 10000 0 0 0 25 0 1 0 867134750 433561600 2359 33554432000 134512640 135107411 4293972048 18446744073709551615 134531817 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/17994/statm: 105850 2359 59 146 0 104726 0
[pid=17992/tid=18010] ppid=17926 vsize=305768 CPUtime=0 cores=1,3
/proc/17992/task/18010/stat : 18010 (python) S 17926 17926 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867144762 313106432 7087 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 514 18446604471134546816 0 0 -1 3 0 0 0
[pid=18011] ppid=17926 vsize=315540 CPUtime=0.13 cores=1,3
/proc/18011/stat : 18011 (python) S 17926 17926 17860 0 -1 4202560 1087 0 0 0 6 7 0 0 19 0 2 0 867144763 323112960 7159 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18011/statm: 78885 7159 399 364 0 14794 0
[pid=18013] ppid=18011 vsize=423400 CPUtime=99.96 cores=1,3
/proc/18013/stat : 18013 (adaptg2wsat2009) T 18011 18013 18013 0 -1 4202496 2620 0 0 0 9996 0 0 0 25 0 1 0 867144764 433561600 2357 33554432000 134512640 135107411 4288304336 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18013/statm: 105850 2357 59 146 0 104726 0
[pid=18011/tid=18069] ppid=17926 vsize=315540 CPUtime=0 cores=1,3
/proc/18011/task/18069/stat : 18069 (python) S 17926 17926 17860 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867154776 323112960 7159 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 514 18446604471134343552 0 0 -1 3 0 0 0
[pid=18070] ppid=17926 vsize=326040 CPUtime=0.13 cores=1,3
/proc/18070/stat : 18070 (python) S 17926 17926 17860 0 -1 4202560 1077 0 0 0 8 5 0 0 19 0 2 0 867154777 333864960 7164 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/18070/statm: 81510 7164 400 364 0 17416 0
[pid=18072] ppid=18070 vsize=423400 CPUtime=100.11 cores=1,3
/proc/18072/stat : 18072 (adaptg2wsat2009) T 18070 18072 18072 0 -1 4202496 2621 0 0 0 10011 0 0 0 25 0 1 0 867154777 433561600 2357 33554432000 134512640 135107411 4293958624 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18072/statm: 105850 2357 59 146 0 104726 0
[pid=18070/tid=18127] ppid=17926 vsize=326040 CPUtime=0 cores=1,3
/proc/18070/task/18127/stat : 18127 (python) S 17926 17926 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867164789 333864960 7164 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 514 18446604471162829504 0 0 -1 3 0 0 0
[pid=18128] ppid=17926 vsize=336400 CPUtime=0.14 cores=1,3
/proc/18128/stat : 18128 (python) S 17926 17926 17860 0 -1 4202560 1070 0 0 0 9 5 0 0 19 0 2 0 867164790 344473600 7168 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18128/statm: 84100 7168 400 364 0 20003 0
[pid=18130] ppid=18128 vsize=1020308 CPUtime=100.05 cores=1,3
/proc/18130/stat : 18130 (gnovelty+2) T 18128 18130 18130 0 -1 4202496 1153 0 0 0 10005 0 0 0 25 0 1 0 867164790 1044795392 892 33554432000 134512640 135663704 4289091792 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18130/statm: 255077 892 113 282 0 254793 0
[pid=18128/tid=18146] ppid=17926 vsize=336400 CPUtime=0 cores=1,3
/proc/18128/task/18146/stat : 18146 (python) S 17926 17926 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867174809 344473600 7168 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 514 18446604471134345344 0 0 -1 3 0 0 0
[pid=18147] ppid=17926 vsize=346584 CPUtime=0.14 cores=1,3
/proc/18147/stat : 18147 (python) S 17926 17926 17860 0 -1 4202560 1083 0 0 0 7 7 0 0 19 0 2 0 867174810 354902016 7172 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18147/statm: 86646 7172 400 364 0 22546 0
[pid=18149] ppid=18147 vsize=253032 CPUtime=100 cores=1,3
/proc/18149/stat : 18149 (FH) T 18147 18149 18149 0 -1 4202496 2497 0 0 0 10000 0 0 0 25 0 1 0 867174810 259104768 2232 33554432000 134512640 134936988 4291914480 18446744073709551615 134553498 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18149/statm: 63258 2232 41 104 0 62762 0
[pid=18147/tid=18161] ppid=17926 vsize=346584 CPUtime=0 cores=1,3
/proc/18147/task/18161/stat : 18161 (python) S 17926 17926 17860 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867184824 354902016 7172 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 514 18446604462383744960 0 0 -1 3 0 0 0
[pid=18162] ppid=17926 vsize=356564 CPUtime=0 cores=1,3
/proc/18162/stat : 18162 (python) S 17926 17926 17860 0 -1 4202560 828 0 0 0 0 0 0 0 19 0 1 0 867184825 365121536 7124 33554432000 4194304 5683644 140735728993472 18446744073709551615 254261636678 0 0 16781312 514 15117357723034845183 0 0 17 1 0 0 0
/proc/18162/statm: 89141 7124 349 364 0 25038 0
[pid=18164] ppid=18162 vsize=420480 CPUtime=0.66 cores=1,3
/proc/18164/stat : 18164 (adaptg2wsat2009) R 18162 18164 18164 0 -1 4202496 1687 0 0 0 66 0 0 0 22 0 1 0 867184825 430571520 1422 33554432000 134512640 135107411 4287758816 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18164/statm: 105120 1422 49 146 0 103996 0
[pid=17926/tid=17939] ppid=17924 vsize=366808 CPUtime=0 cores=1,3
/proc/17926/task/17939/stat : 17939 (python) S 17924 17926 17860 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 9 0 867114713 375611392 8670 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 2 18446604454225506560 0 0 -1 3 0 0 0
[pid=17926/tid=17971] ppid=17924 vsize=366808 CPUtime=0 cores=1,3
/proc/17926/task/17971/stat : 17971 (python) S 17924 17926 17860 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 9 0 867124731 375611392 8670 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 2 18446604454225506560 0 0 -1 1 0 0 0
[pid=17926/tid=17993] ppid=17924 vsize=366808 CPUtime=0 cores=1,3
/proc/17926/task/17993/stat : 17993 (python) S 17924 17926 17860 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 867134750 375611392 8670 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 2 18446604454225506560 0 0 -1 1 0 0 0
[pid=17926/tid=18012] ppid=17924 vsize=366808 CPUtime=0 cores=1,3
/proc/17926/task/18012/stat : 18012 (python) S 17924 17926 17860 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 867144763 375611392 8670 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 2 18446604454225506560 0 0 -1 1 0 0 0
[pid=17926/tid=18071] ppid=17924 vsize=366808 CPUtime=0 cores=1,3
/proc/17926/task/18071/stat : 18071 (python) S 17924 17926 17860 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 867154777 375611392 8670 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 2 18446604454225506560 0 0 -1 1 0 0 0
[pid=17926/tid=18129] ppid=17924 vsize=366808 CPUtime=0 cores=1,3
/proc/17926/task/18129/stat : 18129 (python) S 17924 17926 17860 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 867164790 375611392 8670 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 2 18446604454225506560 0 0 -1 1 0 0 0
[pid=17926/tid=18148] ppid=17924 vsize=366808 CPUtime=0 cores=1,3
/proc/17926/task/18148/stat : 18148 (python) S 17924 17926 17860 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 867174810 375611392 8670 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 2 18446604454225506560 0 0 -1 3 0 0 0
[pid=17926/tid=18163] ppid=17924 vsize=366808 CPUtime=0 cores=1,3
/proc/17926/task/18163/stat : 18163 (python) S 17924 17926 17860 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 867184825 375611392 8670 33554432000 4194304 5683644 140735728993472 18446744073709551615 254273440177 0 0 16781312 2 18446604454225506560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 704.14
Current children cumulated vsize (KiB) 7948468

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 704.365
CPU time (s): 704.14
CPU user time (s): 703.58
CPU system time (s): 0.56
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (KiB): 7948468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.26865
system time used= 0.145977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21679
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= 4091
involuntary context switches= 33

runsolver used 1.9727 second user time and 3.2505 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-11 01:03:11
IDJOB=3484032
IDBENCH=82543
IDSOLVER=1975
FILE ID=node140/3484032-1307746991
RUNJOBID= node140-1307746989-17880
PBS_JOBID= 13550820
Free space on /tmp= 73772 MiB

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

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

MD5SUM BENCH= bb548a1e884feefbb349d3449e849f5e
RANDOM SEED=1487758871

node140.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.833
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.833
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	: 5226.14
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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31350156 kB
Buffers:        258336 kB
Cached:        1091672 kB
SwapCached:       7060 kB
Active:         708500 kB
Inactive:       688940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31350156 kB
SwapTotal:    67111528 kB
SwapFree:     67057920 kB
Dirty:          102272 kB
Writeback:           0 kB
AnonPages:       45616 kB
Mapped:          18096 kB
Slab:           136588 kB
PageTables:       5648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   260844 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= 73612 MiB
End job on node140 at 2011-06-11 01:14:58