Trace number 3484226

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)? (TO) 1200.03 1199.36

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1805176884-064.UNKNOWN.cnf
MD5SUM91ecb427720c901d7e357cfd52fa252a
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 variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

Solver Data

0.35/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.65	c INFO: solving HOME/instance-3484226-1307748403.cnf
0.35/0.65	c INFO: computing task features
0.35/0.69	c INFO: computed variable-clause graph statistics
0.35/0.69	c INFO: computed clause balance statistics
0.63/0.91	c INFO: computed variable balance statistics
0.63/0.99	c INFO: computed small-clause counts
0.63/1.00	c INFO: computed Horn-clause counts
0.73/1.00	c INFO: computed variable graph statistics
0.73/1.00	c INFO: collected features for HOME/instance-3484226-1307748403.cnf in 0.35 s
0.73/1.01	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.53)
100.84/101.15	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.10)
200.15/200.30	c INFO: running adaptg2wsat2009++@0 for 97 with 1000 remaining (b = 0.05)
300.30/300.45	c INFO: running adaptg2wsat2009++@0 for 97 with 900 remaining (b = 0.04)
400.51/400.60	c INFO: running adaptg2wsat2009++@0 for 97 with 800 remaining (b = 0.03)
500.60/500.74	c INFO: running gnovelty+2@0 for 97 with 700 remaining (b = 0.03)
600.71/600.88	c INFO: running FH@0 for 97 with 600 remaining (b = 0.02)
700.92/701.02	c INFO: running march_hi@0 for 388 with 500 remaining (b = 0.08)
1090.35/1089.86	c INFO: running march_hi@388 for 111 with 111 remaining (b = 0.03)
1200.03/1199.35	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3484226-1307748403/watcher-3484226-1307748403 -o /tmp/evaluation-result-3484226-1307748403/solver-3484226-1307748403 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484226-1307748403.cnf -seed 1354758474 -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: 4.00 4.00 3.14 4/218 18586
/proc/meminfo: memFree=31085284/32951124 swapFree=67057920/67111528
[pid=18586] ppid=18584 vsize=15384 CPUtime=0 cores=1,3
/proc/18586/stat : 18586 (python) R 18584 18586 17860 0 -1 4202496 790 0 0 0 0 0 0 0 24 0 1 0 867255688 15753216 677 33554432000 4194304 5683644 140734872072720 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18586/statm: 3846 677 322 364 0 333 0

[startup+0.0907589 s]
/proc/loadavg: 4.00 4.00 3.14 4/218 18586
/proc/meminfo: memFree=31085284/32951124 swapFree=67057920/67111528
[pid=18586] ppid=18584 vsize=84468 CPUtime=0.05 cores=1,3
/proc/18586/stat : 18586 (python) R 18584 18586 17860 0 -1 4202496 2382 0 0 0 3 2 0 0 17 0 1 0 867255688 86495232 2109 33554432000 4194304 5683644 140734872072720 18446744073709551615 254261277381 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18586/statm: 21117 2110 706 364 0 1334 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84468

[startup+0.100755 s]
/proc/loadavg: 4.00 4.00 3.14 4/218 18586
/proc/meminfo: memFree=31085284/32951124 swapFree=67057920/67111528
[pid=18586] ppid=18584 vsize=91824 CPUtime=0.06 cores=1,3
/proc/18586/stat : 18586 (python) R 18584 18586 17860 0 -1 4202496 2679 0 0 0 4 2 0 0 17 0 1 0 867255688 94027776 2393 33554432000 4194304 5683644 140734872072720 18446744073709551615 254261612389 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18586/statm: 22956 2393 755 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 91824

[startup+0.300721 s]
/proc/loadavg: 4.00 4.00 3.14 4/218 18586
/proc/meminfo: memFree=31085284/32951124 swapFree=67057920/67111528
[pid=18586] ppid=18584 vsize=135744 CPUtime=0.17 cores=1,3
/proc/18586/stat : 18586 (python) R 18584 18586 17860 0 -1 4202496 5975 936 1 0 13 4 0 0 17 0 1 0 867255688 139001856 4148 33554432000 4194304 5683644 140734872072720 18446744073709551615 254261612549 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/18586/statm: 33936 4148 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135744

[startup+0.700651 s]
/proc/loadavg: 4.00 4.00 3.14 4/218 18586
/proc/meminfo: memFree=31085284/32951124 swapFree=67057920/67111528
[pid=18586] ppid=18584 vsize=279848 CPUtime=0.43 cores=1,3
/proc/18586/stat : 18586 (python) R 18584 18586 17860 0 -1 4202496 9776 936 1 0 34 9 0 0 15 0 1 0 867255688 286564352 7344 33554432000 4194304 5683644 140734872072720 18446744073709551615 254265025193 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18586/statm: 69962 7344 1823 364 0 5886 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 279848

[startup+1.50047 s]
/proc/loadavg: 4.00 4.00 3.14 5/219 18591
/proc/meminfo: memFree=31062200/32951124 swapFree=67057920/67111528
[pid=18586] ppid=18584 vsize=290116 CPUtime=0.74 cores=1,3
/proc/18586/stat : 18586 (python) S 18584 18586 17860 0 -1 4202496 10078 936 1 0 65 9 0 0 17 0 2 0 867255688 297078784 7401 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18586/statm: 72529 7401 1869 364 0 8447 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 290116

[startup+3.10023 s]
/proc/loadavg: 4.16 4.04 3.15 5/222 18594
/proc/meminfo: memFree=31058332/32951124 swapFree=67057920/67111528
[pid=18586] ppid=18584 vsize=290116 CPUtime=0.74 cores=1,3
/proc/18586/stat : 18586 (python) S 18584 18586 17860 0 -1 4202496 10078 936 1 0 65 9 0 0 17 0 2 0 867255688 297078784 7401 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18586/statm: 72529 7401 1869 364 0 8447 0
[pid=18592] ppid=18586 vsize=279872 CPUtime=0 cores=1,3
/proc/18592/stat : 18592 (python) S 18586 18586 17860 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 867255790 286588928 5882 33554432000 4194304 5683644 140734872072720 18446744073709551615 254261636623 0 0 16781312 514 15117353874744115463 0 0 17 1 0 0 0
/proc/18592/statm: 69968 5882 354 364 0 5886 0
[pid=18594] ppid=18592 vsize=1018076 CPUtime=2.07 cores=1,3
/proc/18594/stat : 18594 (gnovelty+2) R 18592 18594 18594 0 -1 4202496 529 0 0 0 207 0 0 0 25 0 1 0 867255790 1042509824 267 33554432000 134512640 135663704 4294356944 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18594/statm: 254519 267 113 282 0 254235 0
[pid=18586/tid=18593] ppid=18584 vsize=290116 CPUtime=0 cores=1,3
/proc/18586/task/18593/stat : 18593 (python) S 18584 18586 17860 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 2 0 867255790 297078784 7401 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 2 18446604471134345344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 1588064

[startup+6.30066 s]
/proc/loadavg: 4.16 4.04 3.15 5/222 18595
/proc/meminfo: memFree=31058704/32951124 swapFree=67057920/67111528
[pid=18586] ppid=18584 vsize=290116 CPUtime=0.74 cores=1,3
/proc/18586/stat : 18586 (python) S 18584 18586 17860 0 -1 4202496 10078 936 1 0 65 9 0 0 17 0 2 0 867255688 297078784 7401 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18586/statm: 72529 7401 1869 364 0 8447 0
[pid=18592] ppid=18586 vsize=279872 CPUtime=0 cores=1,3
/proc/18592/stat : 18592 (python) S 18586 18586 17860 0 -1 4202560 871 0 0 0 0 0 0 0 18 0 1 0 867255790 286588928 5905 33554432000 4194304 5683644 140734872072720 18446744073709551615 254261636623 0 0 16781312 514 15117353874744115463 0 0 17 1 0 0 0
/proc/18592/statm: 69968 5905 377 364 0 5886 0
[pid=18594] ppid=18592 vsize=1018076 CPUtime=5.27 cores=1,3
/proc/18594/stat : 18594 (gnovelty+2) R 18592 18594 18594 0 -1 4202496 529 0 0 0 527 0 0 0 25 0 1 0 867255790 1042509824 267 33554432000 134512640 135663704 4294356944 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18594/statm: 254519 267 113 282 0 254235 0
[pid=18586/tid=18593] ppid=18584 vsize=290116 CPUtime=0 cores=1,3
/proc/18586/task/18593/stat : 18593 (python) S 18584 18586 17860 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 2 0 867255790 297078784 7401 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 2 18446604471134345344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 1588064

[startup+12.7005 s]
/proc/loadavg: 4.14 4.03 3.16 5/226 18599
/proc/meminfo: memFree=31049152/32951124 swapFree=67057920/67111528
[pid=18586] ppid=18584 vsize=290116 CPUtime=0.74 cores=1,3
/proc/18586/stat : 18586 (python) S 18584 18586 17860 0 -1 4202496 10078 936 1 0 65 9 0 0 17 0 2 0 867255688 297078784 7401 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18586/statm: 72529 7401 1869 364 0 8447 0
[pid=18592] ppid=18586 vsize=279872 CPUtime=0.01 cores=1,3
/proc/18592/stat : 18592 (python) S 18586 18586 17860 0 -1 4202560 876 0 0 0 0 1 0 0 18 0 1 0 867255790 286588928 5905 33554432000 4194304 5683644 140734872072720 18446744073709551615 254261636623 0 0 16781312 514 7636873514997219591 0 0 17 1 0 0 0
/proc/18592/statm: 69968 5905 377 364 0 5886 0
[pid=18594] ppid=18592 vsize=1018076 CPUtime=11.66 cores=1,3
/proc/18594/stat : 18594 (gnovelty+2) R 18592 18594 18594 0 -1 4202496 529 0 0 0 1166 0 0 0 25 0 1 0 867255790 1042509824 267 33554432000 134512640 135663704 4294356944 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18594/statm: 254519 267 113 282 0 254235 0
[pid=18586/tid=18593] ppid=18584 vsize=290116 CPUtime=0 cores=1,3
/proc/18586/task/18593/stat : 18593 (python) S 18584 18586 17860 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 2 0 867255790 297078784 7401 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 2 18446604471134345344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 1588064

[startup+25.5003 s]
/proc/loadavg: 4.12 4.03 3.17 5/230 18603
/proc/meminfo: memFree=31039724/32951124 swapFree=67057920/67111528
[pid=18586] ppid=18584 vsize=290116 CPUtime=0.74 cores=1,3
/proc/18586/stat : 18586 (python) S 18584 18586 17860 0 -1 4202496 10078 936 1 0 65 9 0 0 17 0 2 0 867255688 297078784 7401 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18586/statm: 72529 7401 1869 364 0 8447 0
[pid=18592] ppid=18586 vsize=279872 CPUtime=0.02 cores=1,3
/proc/18592/stat : 18592 (python) S 18586 18586 17860 0 -1 4202560 882 0 0 0 1 1 0 0 18 0 1 0 867255790 286588928 5905 33554432000 4194304 5683644 140734872072720 18446744073709551615 254261636623 0 0 16781312 514 7636873514997219591 0 0 17 1 0 0 0
/proc/18592/statm: 69968 5905 377 364 0 5886 0
[pid=18594] ppid=18592 vsize=1018076 CPUtime=24.45 cores=1,3
/proc/18594/stat : 18594 (gnovelty+2) R 18592 18594 18594 0 -1 4202496 529 0 0 0 2445 0 0 0 25 0 1 0 867255790 1042509824 267 33554432000 134512640 135663704 4294356944 18446744073709551615 134525347 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18594/statm: 254519 267 113 282 0 254235 0
[pid=18586/tid=18593] ppid=18584 vsize=290116 CPUtime=0 cores=1,3
/proc/18586/task/18593/stat : 18593 (python) S 18584 18586 17860 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 2 0 867255790 297078784 7401 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 2 18446604471134345344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 1588064

[startup+51.1008 s]
/proc/loadavg: 4.08 4.03 3.19 5/231 18605
/proc/meminfo: memFree=31037436/32951124 swapFree=67057920/67111528
[pid=18586] ppid=18584 vsize=290116 CPUtime=0.74 cores=1,3
/proc/18586/stat : 18586 (python) S 18584 18586 17860 0 -1 4202496 10078 936 1 0 65 9 0 0 17 0 2 0 867255688 297078784 7401 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18586/statm: 72529 7401 1869 364 0 8447 0
[pid=18592] ppid=18586 vsize=279872 CPUtime=0.06 cores=1,3
/proc/18592/stat : 18592 (python) S 18586 18586 17860 0 -1 4202560 894 0 0 0 3 3 0 0 18 0 1 0 867255790 286588928 5905 33554432000 4194304 5683644 140734872072720 18446744073709551615 254261636623 0 0 16781312 514 7636873514997219591 0 0 17 1 0 0 0
/proc/18592/statm: 69968 5905 377 364 0 5886 0
[pid=18594] ppid=18592 vsize=1018076 CPUtime=50.03 cores=1,3
/proc/18594/stat : 18594 (gnovelty+2) R 18592 18594 18594 0 -1 4202496 529 0 0 0 5003 0 0 0 25 0 1 0 867255790 1042509824 267 33554432000 134512640 135663704 4294356944 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18594/statm: 254519 267 113 282 0 254235 0
[pid=18586/tid=18593] ppid=18584 vsize=290116 CPUtime=0 cores=1,3
/proc/18586/task/18593/stat : 18593 (python) S 18584 18586 17860 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 2 0 867255790 297078784 7401 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 2 18446604471134345344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 1588064

[startup+102.308 s]
/proc/loadavg: 4.08 4.04 3.24 5/235 18610
/proc/meminfo: memFree=31031992/32951124 swapFree=67057920/67111528
[pid=18586] ppid=18584 vsize=300372 CPUtime=0.75 cores=1,3
/proc/18586/stat : 18586 (python) S 18584 18586 17860 0 -1 4202496 10951 936 1 0 66 9 0 0 20 0 3 0 867255688 307580928 7408 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18586/statm: 75093 7408 1872 364 0 11008 0
[pid=18592] ppid=18586 vsize=290116 CPUtime=0.12 cores=1,3
/proc/18592/stat : 18592 (python) S 18586 18586 17860 0 -1 4202560 1149 0 0 0 6 6 0 0 19 0 2 0 867255790 297078784 5949 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18592/statm: 72529 5949 416 364 0 8447 0
[pid=18594] ppid=18592 vsize=1018076 CPUtime=100.02 cores=1,3
/proc/18594/stat : 18594 (gnovelty+2) T 18592 18594 18594 0 -1 4202496 529 0 0 0 10002 0 0 0 25 0 1 0 867255790 1042509824 267 33554432000 134512640 135663704 4294356944 18446744073709551615 134545635 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18594/statm: 254519 267 113 282 0 254235 0
[pid=18592/tid=18607] ppid=18586 vsize=290116 CPUtime=0 cores=1,3
/proc/18592/task/18607/stat : 18607 (python) S 18586 18586 17860 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867265803 297078784 5949 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 514 18446604460727443776 0 0 -1 3 0 0 0
[pid=18608] ppid=18586 vsize=290128 CPUtime=0 cores=1,3
/proc/18608/stat : 18608 (python) S 18586 18586 17860 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 867265804 297091072 5880 33554432000 4194304 5683644 140734872072720 18446744073709551615 254261636678 0 0 16781312 514 4596762076520612103 0 0 17 3 0 0 0
/proc/18608/statm: 72532 5880 348 364 0 8447 0
[pid=18610] ppid=18608 vsize=1018076 CPUtime=1.14 cores=1,3
/proc/18610/stat : 18610 (gnovelty+2) R 18608 18610 18610 0 -1 4202496 530 0 0 0 114 0 0 0 24 0 1 0 867265804 1042509824 267 33554432000 134512640 135663704 4286944144 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18610/statm: 254519 267 113 282 0 254235 0
[pid=18586/tid=18593] ppid=18584 vsize=300372 CPUtime=0 cores=1,3
/proc/18586/task/18593/stat : 18593 (python) S 18584 18586 17860 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 3 0 867255790 307580928 7408 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 2 18446604471134345344 0 0 -1 1 0 0 0
[pid=18586/tid=18609] ppid=18584 vsize=300372 CPUtime=0 cores=1,3
/proc/18586/task/18609/stat : 18609 (python) S 18584 18586 17860 0 -1 4202560 32 936 0 0 0 0 0 0 20 0 3 0 867265804 307580928 7408 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 2 18446604471134345344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 2916768

[startup+162.301 s]
/proc/loadavg: 4.03 4.03 3.29 5/243 18620
/proc/meminfo: memFree=31011288/32951124 swapFree=67057920/67111528
[pid=18586] ppid=18584 vsize=300372 CPUtime=0.75 cores=1,3
/proc/18586/stat : 18586 (python) S 18584 18586 17860 0 -1 4202496 10951 936 1 0 66 9 0 0 20 0 3 0 867255688 307580928 7408 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18586/statm: 75093 7408 1872 364 0 11008 0
[pid=18592] ppid=18586 vsize=290116 CPUtime=0.12 cores=1,3
/proc/18592/stat : 18592 (python) S 18586 18586 17860 0 -1 4202560 1149 0 0 0 6 6 0 0 19 0 2 0 867255790 297078784 5949 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18592/statm: 72529 5949 416 364 0 8447 0
[pid=18594] ppid=18592 vsize=1018076 CPUtime=100.02 cores=1,3
/proc/18594/stat : 18594 (gnovelty+2) T 18592 18594 18594 0 -1 4202496 529 0 0 0 10002 0 0 0 25 0 1 0 867255790 1042509824 267 33554432000 134512640 135663704 4294356944 18446744073709551615 134545635 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18594/statm: 254519 267 113 282 0 254235 0
[pid=18592/tid=18607] ppid=18586 vsize=290116 CPUtime=0 cores=1,3
/proc/18592/task/18607/stat : 18607 (python) S 18586 18586 17860 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867265803 297078784 5949 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 514 18446604460727443776 0 0 -1 3 0 0 0
[pid=18608] ppid=18586 vsize=290128 CPUtime=0.08 cores=1,3

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

/proc/18625/stat : 18625 (adaptg2wsat2009) T 18623 18625 18625 0 -1 4202496 668 0 0 0 10004 0 0 0 25 0 1 0 867275719 426926080 405 33554432000 134512640 135107411 4287077616 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18625/statm: 104230 405 59 146 0 103106 0
[pid=18623/tid=18639] ppid=18586 vsize=300384 CPUtime=0 cores=1,3
/proc/18623/task/18639/stat : 18639 (python) S 18586 18586 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867285733 307593216 5937 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 514 18446604463649334528 0 0 -1 3 0 0 0
[pid=18640] ppid=18586 vsize=310640 CPUtime=0.14 cores=1,3
/proc/18640/stat : 18640 (python) S 18586 18586 17860 0 -1 4202560 1082 0 0 0 7 7 0 0 19 0 2 0 867285734 318095360 5941 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18640/statm: 77660 5941 400 364 0 13569 0
[pid=18642] ppid=18640 vsize=416920 CPUtime=100 cores=1,3
/proc/18642/stat : 18642 (adaptg2wsat2009) T 18640 18642 18642 0 -1 4202496 668 0 0 0 10000 0 0 0 25 0 1 0 867285734 426926080 406 33554432000 134512640 135107411 4291980576 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18642/statm: 104230 406 59 146 0 103106 0
[pid=18640/tid=18928] ppid=18586 vsize=310640 CPUtime=0 cores=1,3
/proc/18640/task/18928/stat : 18928 (python) S 18586 18586 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867295748 318095360 5941 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 514 18446604460523299072 0 0 -1 1 0 0 0
[pid=18932] ppid=18586 vsize=320896 CPUtime=0.13 cores=1,3
/proc/18932/stat : 18932 (python) S 18586 18586 17860 0 -1 4202560 1075 0 0 0 7 6 0 0 19 0 2 0 867295749 328597504 5945 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18932/statm: 80224 5945 400 364 0 16130 0
[pid=18934] ppid=18932 vsize=416920 CPUtime=100 cores=1,3
/proc/18934/stat : 18934 (adaptg2wsat2009) T 18932 18934 18934 0 -1 4202496 666 0 0 0 10000 0 0 0 25 0 1 0 867295749 426926080 405 33554432000 134512640 135107411 4294056960 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18934/statm: 104230 405 59 146 0 103106 0
[pid=18932/tid=19129] ppid=18586 vsize=320896 CPUtime=0 cores=1,3
/proc/18932/task/19129/stat : 19129 (python) S 18586 18586 17860 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867305761 328597504 5945 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 514 18446604471119554496 0 0 -1 3 0 0 0
[pid=19130] ppid=18586 vsize=331152 CPUtime=0.12 cores=1,3
/proc/19130/stat : 19130 (python) S 18586 18586 17860 0 -1 4202560 1087 0 0 0 8 4 0 0 16 0 2 0 867305762 339099648 5958 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19130/statm: 82788 5958 409 364 0 18691 0
[pid=19132] ppid=19130 vsize=1018076 CPUtime=100.01 cores=1,3
/proc/19132/stat : 19132 (gnovelty+2) T 19130 19132 19132 0 -1 4202496 527 0 0 0 10001 0 0 0 25 0 1 0 867305763 1042509824 268 33554432000 134512640 135663704 4289036208 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/19132/statm: 254519 268 113 282 0 254235 0
[pid=19130/tid=19190] ppid=18586 vsize=331152 CPUtime=0 cores=1,3
/proc/19130/task/19190/stat : 19190 (python) S 18586 18586 17860 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 867315776 339099648 5958 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 514 18446604460523301760 0 0 -1 1 0 0 0
[pid=19191] ppid=18586 vsize=341408 CPUtime=0.13 cores=1,3
/proc/19191/stat : 19191 (python) S 18586 18586 17860 0 -1 4202560 1080 0 0 0 7 6 0 0 19 0 2 0 867315776 349601792 5953 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19191/statm: 85352 5953 400 364 0 21252 0
[pid=19193] ppid=19191 vsize=247072 CPUtime=100.02 cores=1,3
/proc/19193/stat : 19193 (FH) T 19191 19193 19193 0 -1 4202496 628 0 0 0 10002 0 0 0 25 0 1 0 867315777 253001728 365 33554432000 134512640 134936988 4293929552 18446744073709551615 134552304 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/19193/statm: 61768 365 41 104 0 61272 0
[pid=19191/tid=19208] ppid=18586 vsize=341408 CPUtime=0 cores=1,3
/proc/19191/task/19208/stat : 19208 (python) S 18586 18586 17860 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867325790 349601792 5953 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 514 18446604471117035328 0 0 -1 3 0 0 0
[pid=19209] ppid=18586 vsize=351664 CPUtime=0.81 cores=1,3
/proc/19209/stat : 19209 (python) S 18586 18586 17860 0 -1 4202560 1193 0 0 0 44 37 0 0 15 0 2 0 867325790 360103936 5963 33554432000 4194304 5683644 140734872072720 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19209/statm: 87916 5963 406 364 0 23813 0
[pid=19211] ppid=19209 vsize=5052 CPUtime=498.27 cores=1,3
/proc/19211/stat : 19211 (march_hi) R 19209 19211 19211 0 -1 4202496 2092 0 0 0 49827 0 0 0 25 0 1 0 867325791 5173248 942 33554432000 4194304 4955518 140735528279168 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19211/statm: 1263 942 106 186 0 1076 0
[pid=19209/tid=19310] ppid=18586 vsize=351664 CPUtime=0 cores=1,3
/proc/19209/task/19310/stat : 19310 (python) S 18586 18586 17860 0 -1 4202560 41 0 0 0 0 0 0 0 16 0 2 0 867364674 360103936 5963 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 514 18446604460727446464 0 0 -1 3 0 0 0
[pid=18586/tid=18593] ppid=18584 vsize=361908 CPUtime=0 cores=1,3
/proc/18586/task/18593/stat : 18593 (python) S 18584 18586 17860 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 9 0 867255790 370593792 7444 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 2 18446604471134345344 0 0 -1 1 0 0 0
[pid=18586/tid=18609] ppid=18584 vsize=361908 CPUtime=0 cores=1,3
/proc/18586/task/18609/stat : 18609 (python) S 18584 18586 17860 0 -1 4202560 32 936 0 0 0 0 0 0 20 0 9 0 867265804 370593792 7444 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 2 18446604471134345344 0 0 -1 1 0 0 0
[pid=18586/tid=18624] ppid=18584 vsize=361908 CPUtime=0 cores=1,3
/proc/18586/task/18624/stat : 18624 (python) S 18584 18586 17860 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 867275719 370593792 7444 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 2 18446604471134345344 0 0 -1 1 0 0 0
[pid=18586/tid=18641] ppid=18584 vsize=361908 CPUtime=0 cores=1,3
/proc/18586/task/18641/stat : 18641 (python) S 18584 18586 17860 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 9 0 867285734 370593792 7444 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 2 18446604471134345344 0 0 -1 3 0 0 0
[pid=18586/tid=18933] ppid=18584 vsize=361908 CPUtime=0 cores=1,3
/proc/18586/task/18933/stat : 18933 (python) S 18584 18586 17860 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 9 0 867295749 370593792 7444 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 2 18446604471134345344 0 0 -1 1 0 0 0
[pid=18586/tid=19131] ppid=18584 vsize=361908 CPUtime=0 cores=1,3
/proc/18586/task/19131/stat : 19131 (python) S 18584 18586 17860 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 9 0 867305762 370593792 7444 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 2 18446604471134345344 0 0 -1 1 0 0 0
[pid=18586/tid=19192] ppid=18584 vsize=361908 CPUtime=0 cores=1,3
/proc/18586/task/19192/stat : 19192 (python) S 18584 18586 17860 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 867315777 370593792 7444 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 2 18446604471134345344 0 0 -1 1 0 0 0
[pid=18586/tid=19210] ppid=18584 vsize=361908 CPUtime=0 cores=1,3
/proc/18586/task/19210/stat : 19210 (python) S 18584 18586 17860 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 9 0 867325791 370593792 7444 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 2 18446604471134345344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 7455408

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

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

[startup+1199.3 s]
/proc/loadavg: 4.13 4.05 3.78 5/287 19320
/proc/meminfo: memFree=31096512/32951124 swapFree=67057920/67111528
[pid=18586] ppid=18584 vsize=361908 CPUtime=0.81 cores=1,3
/proc/18586/stat : 18586 (python) S 18584 18586 17860 0 -1 4202496 16819 936 1 0 70 11 0 0 18 0 9 0 867255688 370593792 7444 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18586/statm: 90477 7444 1884 364 0 26374 0
[pid=18592] ppid=18586 vsize=290116 CPUtime=0.12 cores=1,3
/proc/18592/stat : 18592 (python) S 18586 18586 17860 0 -1 4202560 1149 0 0 0 6 6 0 0 19 0 2 0 867255790 297078784 5949 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18592/statm: 72529 5949 416 364 0 8447 0
[pid=18594] ppid=18592 vsize=1018076 CPUtime=100.02 cores=1,3
/proc/18594/stat : 18594 (gnovelty+2) T 18592 18594 18594 0 -1 4202496 529 0 0 0 10002 0 0 0 25 0 1 0 867255790 1042509824 267 33554432000 134512640 135663704 4294356944 18446744073709551615 134545635 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18594/statm: 254519 267 113 282 0 254235 0
[pid=18592/tid=18607] ppid=18586 vsize=290116 CPUtime=0 cores=1,3
/proc/18592/task/18607/stat : 18607 (python) S 18586 18586 17860 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867265803 297078784 5949 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 514 18446604460727443776 0 0 -1 3 0 0 0
[pid=18608] ppid=18586 vsize=290128 CPUtime=0.13 cores=1,3
/proc/18608/stat : 18608 (python) S 18586 18586 17860 0 -1 4202560 1076 0 0 0 7 6 0 0 19 0 2 0 867265804 297091072 5933 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/18608/statm: 72532 5933 400 364 0 8447 0
[pid=18610] ppid=18608 vsize=1018076 CPUtime=99.13 cores=1,3
/proc/18610/stat : 18610 (gnovelty+2) T 18608 18610 18610 0 -1 4202496 530 0 0 0 9913 0 0 0 25 0 1 0 867265804 1042509824 267 33554432000 134512640 135663704 4286944144 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18610/statm: 254519 267 113 282 0 254235 0
[pid=18608/tid=18622] ppid=18586 vsize=290128 CPUtime=0 cores=1,3
/proc/18608/task/18622/stat : 18622 (python) S 18586 18586 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867275718 297091072 5933 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 514 18446604471162829504 0 0 -1 3 0 0 0
[pid=18623] ppid=18586 vsize=300384 CPUtime=0.15 cores=1,3
/proc/18623/stat : 18623 (python) S 18586 18586 17860 0 -1 4202560 1074 0 0 0 8 7 0 0 19 0 2 0 867275719 307593216 5937 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18623/statm: 75096 5937 400 364 0 11008 0
[pid=18625] ppid=18623 vsize=416920 CPUtime=100.04 cores=1,3
/proc/18625/stat : 18625 (adaptg2wsat2009) T 18623 18625 18625 0 -1 4202496 668 0 0 0 10004 0 0 0 25 0 1 0 867275719 426926080 405 33554432000 134512640 135107411 4287077616 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18625/statm: 104230 405 59 146 0 103106 0
[pid=18623/tid=18639] ppid=18586 vsize=300384 CPUtime=0 cores=1,3
/proc/18623/task/18639/stat : 18639 (python) S 18586 18586 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867285733 307593216 5937 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 514 18446604463649334528 0 0 -1 3 0 0 0
[pid=18640] ppid=18586 vsize=310640 CPUtime=0.14 cores=1,3
/proc/18640/stat : 18640 (python) S 18586 18586 17860 0 -1 4202560 1082 0 0 0 7 7 0 0 19 0 2 0 867285734 318095360 5941 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18640/statm: 77660 5941 400 364 0 13569 0
[pid=18642] ppid=18640 vsize=416920 CPUtime=100 cores=1,3
/proc/18642/stat : 18642 (adaptg2wsat2009) T 18640 18642 18642 0 -1 4202496 668 0 0 0 10000 0 0 0 25 0 1 0 867285734 426926080 406 33554432000 134512640 135107411 4291980576 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18642/statm: 104230 406 59 146 0 103106 0
[pid=18640/tid=18928] ppid=18586 vsize=310640 CPUtime=0 cores=1,3
/proc/18640/task/18928/stat : 18928 (python) S 18586 18586 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867295748 318095360 5941 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 514 18446604460523299072 0 0 -1 1 0 0 0
[pid=18932] ppid=18586 vsize=320896 CPUtime=0.13 cores=1,3
/proc/18932/stat : 18932 (python) S 18586 18586 17860 0 -1 4202560 1075 0 0 0 7 6 0 0 19 0 2 0 867295749 328597504 5945 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18932/statm: 80224 5945 400 364 0 16130 0
[pid=18934] ppid=18932 vsize=416920 CPUtime=100 cores=1,3
/proc/18934/stat : 18934 (adaptg2wsat2009) T 18932 18934 18934 0 -1 4202496 666 0 0 0 10000 0 0 0 25 0 1 0 867295749 426926080 405 33554432000 134512640 135107411 4294056960 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18934/statm: 104230 405 59 146 0 103106 0
[pid=18932/tid=19129] ppid=18586 vsize=320896 CPUtime=0 cores=1,3
/proc/18932/task/19129/stat : 19129 (python) S 18586 18586 17860 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867305761 328597504 5945 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 514 18446604471119554496 0 0 -1 3 0 0 0
[pid=19130] ppid=18586 vsize=331152 CPUtime=0.12 cores=1,3
/proc/19130/stat : 19130 (python) S 18586 18586 17860 0 -1 4202560 1087 0 0 0 8 4 0 0 16 0 2 0 867305762 339099648 5958 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19130/statm: 82788 5958 409 364 0 18691 0
[pid=19132] ppid=19130 vsize=1018076 CPUtime=100.01 cores=1,3
/proc/19132/stat : 19132 (gnovelty+2) T 19130 19132 19132 0 -1 4202496 527 0 0 0 10001 0 0 0 25 0 1 0 867305763 1042509824 268 33554432000 134512640 135663704 4289036208 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/19132/statm: 254519 268 113 282 0 254235 0
[pid=19130/tid=19190] ppid=18586 vsize=331152 CPUtime=0 cores=1,3
/proc/19130/task/19190/stat : 19190 (python) S 18586 18586 17860 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 867315776 339099648 5958 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 514 18446604460523301760 0 0 -1 1 0 0 0
[pid=19191] ppid=18586 vsize=341408 CPUtime=0.13 cores=1,3
/proc/19191/stat : 19191 (python) S 18586 18586 17860 0 -1 4202560 1080 0 0 0 7 6 0 0 19 0 2 0 867315776 349601792 5953 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19191/statm: 85352 5953 400 364 0 21252 0
[pid=19193] ppid=19191 vsize=247072 CPUtime=100.02 cores=1,3
/proc/19193/stat : 19193 (FH) T 19191 19193 19193 0 -1 4202496 628 0 0 0 10002 0 0 0 25 0 1 0 867315777 253001728 365 33554432000 134512640 134936988 4293929552 18446744073709551615 134552304 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/19193/statm: 61768 365 41 104 0 61272 0
[pid=19191/tid=19208] ppid=18586 vsize=341408 CPUtime=0 cores=1,3
/proc/19191/task/19208/stat : 19208 (python) S 18586 18586 17860 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867325790 349601792 5953 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 514 18446604471117035328 0 0 -1 3 0 0 0
[pid=19209] ppid=18586 vsize=351664 CPUtime=0.81 cores=1,3
/proc/19209/stat : 19209 (python) S 18586 18586 17860 0 -1 4202560 1193 0 0 0 44 37 0 0 15 0 2 0 867325790 360103936 5963 33554432000 4194304 5683644 140734872072720 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19209/statm: 87916 5963 406 364 0 23813 0
[pid=19211] ppid=19209 vsize=5052 CPUtime=498.27 cores=1,3
/proc/19211/stat : 19211 (march_hi) R 19209 19211 19211 0 -1 4202496 2092 0 0 0 49827 0 0 0 25 0 1 0 867325791 5173248 942 33554432000 4194304 4955518 140735528279168 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19211/statm: 1263 942 106 186 0 1076 0
[pid=19209/tid=19310] ppid=18586 vsize=351664 CPUtime=0 cores=1,3
/proc/19209/task/19310/stat : 19310 (python) S 18586 18586 17860 0 -1 4202560 41 0 0 0 0 0 0 0 16 0 2 0 867364674 360103936 5963 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 514 18446604460727446464 0 0 -1 3 0 0 0
[pid=18586/tid=18593] ppid=18584 vsize=361908 CPUtime=0 cores=1,3
/proc/18586/task/18593/stat : 18593 (python) S 18584 18586 17860 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 9 0 867255790 370593792 7444 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 2 18446604471134345344 0 0 -1 1 0 0 0
[pid=18586/tid=18609] ppid=18584 vsize=361908 CPUtime=0 cores=1,3
/proc/18586/task/18609/stat : 18609 (python) S 18584 18586 17860 0 -1 4202560 32 936 0 0 0 0 0 0 20 0 9 0 867265804 370593792 7444 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 2 18446604471134345344 0 0 -1 1 0 0 0
[pid=18586/tid=18624] ppid=18584 vsize=361908 CPUtime=0 cores=1,3
/proc/18586/task/18624/stat : 18624 (python) S 18584 18586 17860 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 867275719 370593792 7444 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 2 18446604471134345344 0 0 -1 1 0 0 0
[pid=18586/tid=18641] ppid=18584 vsize=361908 CPUtime=0 cores=1,3
/proc/18586/task/18641/stat : 18641 (python) S 18584 18586 17860 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 9 0 867285734 370593792 7444 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 2 18446604471134345344 0 0 -1 3 0 0 0
[pid=18586/tid=18933] ppid=18584 vsize=361908 CPUtime=0 cores=1,3
/proc/18586/task/18933/stat : 18933 (python) S 18584 18586 17860 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 9 0 867295749 370593792 7444 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 2 18446604471134345344 0 0 -1 1 0 0 0
[pid=18586/tid=19131] ppid=18584 vsize=361908 CPUtime=0 cores=1,3
/proc/18586/task/19131/stat : 19131 (python) S 18584 18586 17860 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 9 0 867305762 370593792 7444 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 2 18446604471134345344 0 0 -1 1 0 0 0
[pid=18586/tid=19192] ppid=18584 vsize=361908 CPUtime=0 cores=1,3
/proc/18586/task/19192/stat : 19192 (python) S 18584 18586 17860 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 867315777 370593792 7444 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 2 18446604471134345344 0 0 -1 1 0 0 0
[pid=18586/tid=19210] ppid=18584 vsize=361908 CPUtime=0 cores=1,3
/proc/18586/task/19210/stat : 19210 (python) S 18584 18586 17860 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 9 0 867325791 370593792 7444 33554432000 4194304 5683644 140734872072720 18446744073709551615 254273440177 0 0 16781312 2 18446604471134345344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 7455408

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1199.36
CPU time (s): 1200.03
CPU user time (s): 1199.13
CPU system time (s): 0.9
CPU usage (%): 100.056
Max. virtual memory (cumulated for all children) (KiB): 7455408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 500.027
system time used= 0.974851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30308
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= 4463
involuntary context switches= 608

runsolver used 4.36534 second user time and 5.99209 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-11 01:26:43
IDJOB=3484226
IDBENCH=82737
IDSOLVER=1975
FILE ID=node140/3484226-1307748403
RUNJOBID= node140-1307746989-17880
PBS_JOBID= 13550820
Free space on /tmp= 73712 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S1805176884-064.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-3484226-1307748403/watcher-3484226-1307748403 -o /tmp/evaluation-result-3484226-1307748403/solver-3484226-1307748403 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484226-1307748403.cnf -seed 1354758474 -budget 1200

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

MD5SUM BENCH= 91ecb427720c901d7e357cfd52fa252a
RANDOM SEED=1354758474

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:      31085588 kB
Buffers:        263784 kB
Cached:        1124800 kB
SwapCached:       7060 kB
Active:         962192 kB
Inactive:       692844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31085588 kB
SwapTotal:    67111528 kB
SwapFree:     67057920 kB
Dirty:           31948 kB
Writeback:          24 kB
AnonPages:      264444 kB
Mapped:          20676 kB
Slab:           137252 kB
PageTables:      12552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  6184732 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= 73680 MiB
End job on node140 at 2011-06-11 01:46:45