Trace number 3377476

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)? (TO) 1302.78 1300.06

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1780733482-097.UNKNOWN.cnf
MD5SUM261ca77431063ab06f6a4cdf20ea9cf2
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.36/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.65	c INFO: solving HOME/instance-3377476-1305453473.cnf
0.36/0.65	c INFO: computing task features
0.36/0.69	c INFO: computed variable-clause graph statistics
0.36/0.69	c INFO: computed clause balance statistics
0.63/0.93	c INFO: computed variable balance statistics
0.73/1.02	c INFO: computed small-clause counts
0.73/1.02	c INFO: computed Horn-clause counts
0.73/1.03	c INFO: computed variable graph statistics
0.73/1.03	c INFO: collected features for HOME/instance-3377476-1305453473.cnf in 0.39 s
0.73/1.05	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.52)
101.13/101.41	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.10)
201.69/201.73	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.05)
302.04/302.09	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.04)
402.50/402.44	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.03)
502.11/501.78	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.03)
601.81/601.13	c INFO: running FH@0 for 97 with 1800 remaining (b = 0.02)
702.36/701.49	c INFO: running march_hi@0 for 485 with 1700 remaining (b = 0.09)
1194.27/1191.72	c INFO: running march_hi@490 for 194 with 1210 remaining (b = 0.05)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.09 4.05 4.00 5/459 26599
/proc/meminfo: memFree=23526552/32950928 swapFree=38710892/67111528
[pid=26599] ppid=26596 vsize=15772 CPUtime=0 cores=0,2
/proc/26599/stat : 26599 (python) R 26596 26599 24847 0 -1 4202496 894 0 0 0 0 0 0 0 18 0 1 0 735577947 16150528 776 33554432000 4194304 5683644 140735493504432 18446744073709551615 251367544832 0 2147483391 16781312 2 0 0 0 17 0 0 0 0
/proc/26599/statm: 3943 776 343 364 0 430 0

[startup+0.101833 s]
/proc/loadavg: 4.09 4.05 4.00 5/459 26599
/proc/meminfo: memFree=23526552/32950928 swapFree=38710892/67111528
[pid=26599] ppid=26596 vsize=89764 CPUtime=0.06 cores=0,2
/proc/26599/stat : 26599 (python) S 26596 26599 24847 0 -1 4202496 2671 0 0 0 4 2 0 0 17 0 1 0 735577947 91918336 2387 33554432000 4194304 5683644 140735493504432 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/26599/statm: 22441 2387 750 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89764

[startup+0.200754 s]
/proc/loadavg: 4.09 4.05 4.00 5/459 26599
/proc/meminfo: memFree=23526552/32950928 swapFree=38710892/67111528
[pid=26599] ppid=26596 vsize=124232 CPUtime=0.11 cores=0,2
/proc/26599/stat : 26599 (python) S 26596 26599 24847 0 -1 4202496 4271 0 1 0 8 3 0 0 17 0 1 0 735577947 127213568 3879 33554432000 4194304 5683644 140735493504432 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/26599/statm: 31058 3879 996 364 0 2869 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 124232

[startup+0.300705 s]
/proc/loadavg: 4.09 4.05 4.00 5/459 26599
/proc/meminfo: memFree=23526552/32950928 swapFree=38710892/67111528
[pid=26599] ppid=26596 vsize=135748 CPUtime=0.17 cores=0,2
/proc/26599/stat : 26599 (python) S 26596 26599 24847 0 -1 4202496 5973 937 1 0 13 4 0 0 18 0 1 0 735577947 139005952 4149 33554432000 4194304 5683644 140735493504432 18446744073709551615 251367542789 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/26599/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.704665 s]
/proc/loadavg: 4.09 4.05 4.00 5/459 26599
/proc/meminfo: memFree=23526552/32950928 swapFree=38710892/67111528
[pid=26599] ppid=26596 vsize=279848 CPUtime=0.43 cores=0,2
/proc/26599/stat : 26599 (python) R 26596 26599 24847 0 -1 4202496 9773 937 1 0 34 9 0 0 17 0 1 0 735577947 286564352 7347 33554432000 4194304 5683644 140735493504432 18446744073709551615 47073166473166 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/26599/statm: 69962 7347 1826 364 0 5886 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 279848

[startup+1.50054 s]
/proc/loadavg: 4.09 4.05 4.00 5/463 26607
/proc/meminfo: memFree=23498868/32950928 swapFree=38710892/67111528
[pid=26599] ppid=26596 vsize=290116 CPUtime=0.79 cores=0,2
/proc/26599/stat : 26599 (python) S 26596 26599 24847 0 -1 4202496 10076 937 1 0 69 10 0 0 20 0 2 0 735577947 297078784 7408 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26599/statm: 72529 7408 1877 364 0 8447 0
[pid=26605] ppid=26599 vsize=279872 CPUtime=0 cores=0,2
/proc/26605/stat : 26605 (python) S 26599 26599 24847 0 -1 4202560 735 0 0 0 0 0 0 0 19 0 1 0 735578052 286588928 5881 33554432000 4194304 5683644 140735493504432 18446744073709551615 251367566863 0 0 16781312 514 14478232504529584127 0 0 17 0 0 0 0
/proc/26605/statm: 69968 5881 354 364 0 5886 0
[pid=26607] ppid=26605 vsize=1018076 CPUtime=0.44 cores=0,2
/proc/26607/stat : 26607 (gnovelty+2) R 26605 26607 26607 0 -1 4202496 534 0 0 0 44 0 0 0 21 0 1 0 735578052 1042509824 267 33554432000 134512640 135663704 4292075296 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26607/statm: 254519 267 113 282 0 254235 0
[pid=26599/tid=26606] ppid=26596 vsize=290116 CPUtime=0 cores=0,2
/proc/26599/task/26606/stat : 26606 (python) S 26596 26599 24847 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 2 0 735578052 297078784 7408 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 2 18446604453825434048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 1588064

[startup+3.10123 s]
/proc/loadavg: 4.09 4.05 4.00 5/463 26607
/proc/meminfo: memFree=23497752/32950928 swapFree=38710892/67111528
[pid=26599] ppid=26596 vsize=290116 CPUtime=0.79 cores=0,2
/proc/26599/stat : 26599 (python) S 26596 26599 24847 0 -1 4202496 10076 937 1 0 69 10 0 0 20 0 2 0 735577947 297078784 7408 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26599/statm: 72529 7408 1877 364 0 8447 0
[pid=26605] ppid=26599 vsize=279872 CPUtime=0 cores=0,2
/proc/26605/stat : 26605 (python) S 26599 26599 24847 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 735578052 286588928 5881 33554432000 4194304 5683644 140735493504432 18446744073709551615 251367566863 0 0 16781312 514 14478232504529551618 0 0 17 0 0 0 0
/proc/26605/statm: 69968 5881 354 364 0 5886 0
[pid=26607] ppid=26605 vsize=1018076 CPUtime=2.04 cores=0,2
/proc/26607/stat : 26607 (gnovelty+2) R 26605 26607 26607 0 -1 4202496 534 0 0 0 204 0 0 0 25 0 1 0 735578052 1042509824 267 33554432000 134512640 135663704 4292075296 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26607/statm: 254519 267 113 282 0 254235 0
[pid=26599/tid=26606] ppid=26596 vsize=290116 CPUtime=0 cores=0,2
/proc/26599/task/26606/stat : 26606 (python) S 26596 26599 24847 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 2 0 735578052 297078784 7408 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 2 18446604453825434048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 1588064

[startup+6.30064 s]
/proc/loadavg: 4.08 4.05 4.00 5/463 26607
/proc/meminfo: memFree=23496648/32950928 swapFree=38710892/67111528
[pid=26599] ppid=26596 vsize=290116 CPUtime=0.79 cores=0,2
/proc/26599/stat : 26599 (python) S 26596 26599 24847 0 -1 4202496 10076 937 1 0 69 10 0 0 20 0 2 0 735577947 297078784 7408 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26599/statm: 72529 7408 1877 364 0 8447 0
[pid=26605] ppid=26599 vsize=279872 CPUtime=0.02 cores=0,2
/proc/26605/stat : 26605 (python) S 26599 26599 24847 0 -1 4202560 970 0 0 0 1 1 0 0 18 0 1 0 735578052 286588928 5909 33554432000 4194304 5683644 140735493504432 18446744073709551615 251367566863 0 0 16781312 514 14478232504529551618 0 0 17 0 0 0 0
/proc/26605/statm: 69968 5909 382 364 0 5886 0
[pid=26607] ppid=26605 vsize=1018076 CPUtime=5.22 cores=0,2
/proc/26607/stat : 26607 (gnovelty+2) R 26605 26607 26607 0 -1 4202496 534 0 0 0 522 0 0 0 25 0 1 0 735578052 1042509824 267 33554432000 134512640 135663704 4292075296 18446744073709551615 134524921 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26607/statm: 254519 267 113 282 0 254235 0
[pid=26599/tid=26606] ppid=26596 vsize=290116 CPUtime=0 cores=0,2
/proc/26599/task/26606/stat : 26606 (python) S 26596 26599 24847 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 2 0 735578052 297078784 7408 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 2 18446604453825434048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 1588064

[startup+12.7005 s]
/proc/loadavg: 4.07 4.05 4.00 5/463 26608
/proc/meminfo: memFree=23496716/32950928 swapFree=38710892/67111528
[pid=26599] ppid=26596 vsize=290116 CPUtime=0.79 cores=0,2
/proc/26599/stat : 26599 (python) S 26596 26599 24847 0 -1 4202496 10076 937 1 0 69 10 0 0 20 0 2 0 735577947 297078784 7408 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26599/statm: 72529 7408 1877 364 0 8447 0
[pid=26605] ppid=26599 vsize=279872 CPUtime=0.04 cores=0,2
/proc/26605/stat : 26605 (python) S 26599 26599 24847 0 -1 4202560 974 0 0 0 2 2 0 0 18 0 1 0 735578052 286588928 5909 33554432000 4194304 5683644 140735493504432 18446744073709551615 251367566863 0 0 16781312 514 2149096631557914882 0 0 17 0 0 0 0
/proc/26605/statm: 69968 5909 382 364 0 5886 0
[pid=26607] ppid=26605 vsize=1018076 CPUtime=11.6 cores=0,2
/proc/26607/stat : 26607 (gnovelty+2) R 26605 26607 26607 0 -1 4202496 534 0 0 0 1160 0 0 0 25 0 1 0 735578052 1042509824 267 33554432000 134512640 135663704 4292075296 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26607/statm: 254519 267 113 282 0 254235 0
[pid=26599/tid=26606] ppid=26596 vsize=290116 CPUtime=0 cores=0,2
/proc/26599/task/26606/stat : 26606 (python) S 26596 26599 24847 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 2 0 735578052 297078784 7408 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 2 18446604453825434048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 1588064

[startup+25.5011 s]
/proc/loadavg: 4.22 4.08 4.01 5/467 26612
/proc/meminfo: memFree=23492460/32950928 swapFree=38710892/67111528
[pid=26599] ppid=26596 vsize=290116 CPUtime=0.79 cores=0,2
/proc/26599/stat : 26599 (python) S 26596 26599 24847 0 -1 4202496 10076 937 1 0 69 10 0 0 20 0 2 0 735577947 297078784 7408 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26599/statm: 72529 7408 1877 364 0 8447 0
[pid=26605] ppid=26599 vsize=279872 CPUtime=0.07 cores=0,2
/proc/26605/stat : 26605 (python) S 26599 26599 24847 0 -1 4202560 981 0 0 0 4 3 0 0 18 0 1 0 735578052 286588928 5909 33554432000 4194304 5683644 140735493504432 18446744073709551615 251367566863 0 0 16781312 514 2149096631557914882 0 0 17 0 0 0 0
/proc/26605/statm: 69968 5909 382 364 0 5886 0
[pid=26607] ppid=26605 vsize=1018076 CPUtime=24.36 cores=0,2
/proc/26607/stat : 26607 (gnovelty+2) R 26605 26607 26607 0 -1 4202496 534 0 0 0 2436 0 0 0 25 0 1 0 735578052 1042509824 267 33554432000 134512640 135663704 4292075296 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26607/statm: 254519 267 113 282 0 254235 0
[pid=26599/tid=26606] ppid=26596 vsize=290116 CPUtime=0 cores=0,2
/proc/26599/task/26606/stat : 26606 (python) S 26596 26599 24847 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 2 0 735578052 297078784 7408 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 2 18446604453825434048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 1588064

[startup+51.1014 s]
/proc/loadavg: 4.14 4.07 4.01 5/467 26613
/proc/meminfo: memFree=23491884/32950928 swapFree=38710892/67111528
[pid=26599] ppid=26596 vsize=290116 CPUtime=0.79 cores=0,2
/proc/26599/stat : 26599 (python) S 26596 26599 24847 0 -1 4202496 10076 937 1 0 69 10 0 0 20 0 2 0 735577947 297078784 7408 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26599/statm: 72529 7408 1877 364 0 8447 0
[pid=26605] ppid=26599 vsize=279872 CPUtime=0.16 cores=0,2
/proc/26605/stat : 26605 (python) S 26599 26599 24847 0 -1 4202560 992 0 0 0 8 8 0 0 18 0 1 0 735578052 286588928 5909 33554432000 4194304 5683644 140735493504432 18446744073709551615 251367566863 0 0 16781312 514 2149096631557914882 0 0 17 0 0 0 0
/proc/26605/statm: 69968 5909 382 364 0 5886 0
[pid=26607] ppid=26605 vsize=1018076 CPUtime=49.87 cores=0,2
/proc/26607/stat : 26607 (gnovelty+2) R 26605 26607 26607 0 -1 4202496 534 0 0 0 4987 0 0 0 25 0 1 0 735578052 1042509824 267 33554432000 134512640 135663704 4292075296 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26607/statm: 254519 267 113 282 0 254235 0
[pid=26599/tid=26606] ppid=26596 vsize=290116 CPUtime=0 cores=0,2
/proc/26599/task/26606/stat : 26606 (python) S 26596 26599 24847 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 2 0 735578052 297078784 7408 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 2 18446604453825434048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 1588064

[startup+102.301 s]
/proc/loadavg: 3.49 3.91 3.95 4/443 26636
/proc/meminfo: memFree=23680040/32950928 swapFree=38710892/67111528
[pid=26599] ppid=26596 vsize=300372 CPUtime=0.8 cores=0,2
/proc/26599/stat : 26599 (python) S 26596 26599 24847 0 -1 4202496 10952 937 1 0 70 10 0 0 20 0 3 0 735577947 307580928 7415 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26599/statm: 75093 7415 1880 364 0 11008 0
[pid=26605] ppid=26599 vsize=290116 CPUtime=0.35 cores=0,2
/proc/26605/stat : 26605 (python) S 26599 26599 24847 0 -1 4202560 1150 0 0 0 18 17 0 0 19 0 2 0 735578052 297078784 5947 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26605/statm: 72529 5947 415 364 0 8447 0
[pid=26607] ppid=26605 vsize=1018076 CPUtime=99.99 cores=0,2
/proc/26607/stat : 26607 (gnovelty+2) T 26605 26607 26607 0 -1 4202496 534 0 0 0 9999 0 0 0 25 0 1 0 735578052 1042509824 267 33554432000 134512640 135663704 4292075296 18446744073709551615 134545646 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26607/statm: 254519 267 113 282 0 254235 0
[pid=26605/tid=26633] ppid=26599 vsize=290116 CPUtime=0 cores=0,2
/proc/26605/task/26633/stat : 26633 (python) S 26599 26599 24847 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735588087 297078784 5947 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 514 18446604447693734848 0 0 -1 0 0 0 0
[pid=26634] ppid=26599 vsize=290128 CPUtime=0 cores=0,2
/proc/26634/stat : 26634 (python) S 26599 26599 24847 0 -1 4202560 741 0 0 0 0 0 0 0 19 0 1 0 735588088 297091072 5879 33554432000 4194304 5683644 140735493504432 18446744073709551615 251367566918 0 0 16781312 514 9137822065049468927 0 0 17 2 0 0 0
/proc/26634/statm: 72532 5879 348 364 0 8447 0
[pid=26636] ppid=26634 vsize=1018076 CPUtime=0.89 cores=0,2
/proc/26636/stat : 26636 (gnovelty+2) R 26634 26636 26636 0 -1 4202496 534 0 0 0 89 0 0 0 23 0 1 0 735588088 1042509824 266 33554432000 134512640 135663704 4288970336 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26636/statm: 254519 266 113 282 0 254235 0
[pid=26599/tid=26606] ppid=26596 vsize=300372 CPUtime=0 cores=0,2
/proc/26599/task/26606/stat : 26606 (python) S 26596 26599 24847 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 3 0 735578052 307580928 7415 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 2 18446604453825434048 0 0 -1 0 0 0 0
[pid=26599/tid=26635] ppid=26596 vsize=300372 CPUtime=0 cores=0,2
/proc/26599/task/26635/stat : 26635 (python) S 26596 26599 24847 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 3 0 735588088 307580928 7415 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 2 18446604453825434048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 2916768

[startup+162.301 s]
/proc/loadavg: 3.18 3.74 3.89 4/451 26646
/proc/meminfo: memFree=23627876/32950928 swapFree=38710892/67111528
[pid=26599] ppid=26596 vsize=300372 CPUtime=0.8 cores=0,2
/proc/26599/stat : 26599 (python) S 26596 26599 24847 0 -1 4202496 10952 937 1 0 70 10 0 0 20 0 3 0 735577947 307580928 7415 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26599/statm: 75093 7415 1880 364 0 11008 0
[pid=26605] ppid=26599 vsize=290116 CPUtime=0.35 cores=0,2

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

/proc/26660/stat : 26660 (adaptg2wsat2009) T 26658 26660 26660 0 -1 4202496 676 0 0 0 10003 0 0 0 25 0 1 0 735598121 426926080 406 33554432000 134512640 135107411 4292221440 18446744073709551615 134531674 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26660/statm: 104230 406 59 146 0 103106 0
[pid=26658/tid=26663] ppid=26599 vsize=300384 CPUtime=0 cores=0,2
/proc/26658/task/26663/stat : 26663 (python) S 26599 26599 24847 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735608155 307593216 5936 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 514 18446604441941903360 0 0 -1 0 0 0 0
[pid=26664] ppid=26599 vsize=310640 CPUtime=0.35 cores=0,2
/proc/26664/stat : 26664 (python) S 26599 26599 24847 0 -1 4202560 1082 0 0 0 19 16 0 0 19 0 2 0 735608156 318095360 5940 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26664/statm: 77660 5940 400 364 0 13569 0
[pid=26666] ppid=26664 vsize=416920 CPUtime=100.06 cores=0,2
/proc/26666/stat : 26666 (adaptg2wsat2009) T 26664 26666 26666 0 -1 4202496 674 0 0 0 10006 0 0 0 25 0 1 0 735608157 426926080 405 33554432000 134512640 135107411 4292749472 18446744073709551615 134532326 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/26666/statm: 104230 405 59 146 0 103106 0
[pid=26664/tid=26674] ppid=26599 vsize=310640 CPUtime=0 cores=0,2
/proc/26664/task/26674/stat : 26674 (python) S 26599 26599 24847 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735618190 318095360 5940 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 514 18446604453104281472 0 0 -1 2 0 0 0
[pid=26675] ppid=26599 vsize=320896 CPUtime=0.31 cores=0,2
/proc/26675/stat : 26675 (python) S 26599 26599 24847 0 -1 4202560 1097 0 0 0 15 16 0 0 19 0 2 0 735618192 328597504 5944 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26675/statm: 80224 5944 400 364 0 16130 0
[pid=26677] ppid=26675 vsize=416920 CPUtime=99.3 cores=0,2
/proc/26677/stat : 26677 (adaptg2wsat2009) T 26675 26677 26677 0 -1 4202496 670 0 0 0 9930 0 0 0 25 0 1 0 735618192 426926080 405 33554432000 134512640 135107411 4294195488 18446744073709551615 134532416 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26677/statm: 104230 405 59 146 0 103106 0
[pid=26675/tid=26681] ppid=26599 vsize=320896 CPUtime=0 cores=0,2
/proc/26675/task/26681/stat : 26681 (python) S 26599 26599 24847 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735628124 328597504 5944 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 514 18446604446354034944 0 0 -1 0 0 0 0
[pid=26682] ppid=26599 vsize=331152 CPUtime=0.32 cores=0,2
/proc/26682/stat : 26682 (python) S 26599 26599 24847 0 -1 4202560 1094 0 0 0 16 16 0 0 19 0 2 0 735628125 339099648 5948 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26682/statm: 82788 5948 400 364 0 18691 0
[pid=26684] ppid=26682 vsize=1018076 CPUtime=99.32 cores=0,2
/proc/26684/stat : 26684 (gnovelty+2) T 26682 26684 26684 0 -1 4202496 533 0 0 0 9932 0 0 0 25 0 1 0 735628126 1042509824 266 33554432000 134512640 135663704 4293727120 18446744073709551615 134525168 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26684/statm: 254519 266 113 282 0 254235 0
[pid=26682/tid=26691] ppid=26599 vsize=331152 CPUtime=0 cores=0,2
/proc/26682/task/26691/stat : 26691 (python) S 26599 26599 24847 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735638059 339099648 5948 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 514 18446604443480955584 0 0 -1 2 0 0 0
[pid=26692] ppid=26599 vsize=341408 CPUtime=0.34 cores=0,2
/proc/26692/stat : 26692 (python) S 26599 26599 24847 0 -1 4202560 1087 0 0 0 19 15 0 0 19 0 2 0 735638060 349601792 5952 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26692/statm: 85352 5952 400 364 0 21252 0
[pid=26694] ppid=26692 vsize=247064 CPUtime=100.26 cores=0,2
/proc/26694/stat : 26694 (FH) T 26692 26694 26694 0 -1 4202496 630 0 0 0 10026 0 0 0 25 0 1 0 735638061 252993536 365 33554432000 134512640 134936988 4291826496 18446744073709551615 134544742 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/26694/statm: 61766 365 41 104 0 61270 0
[pid=26692/tid=26716] ppid=26599 vsize=341408 CPUtime=0 cores=0,2
/proc/26692/task/26716/stat : 26716 (python) S 26599 26599 24847 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735648095 349601792 5952 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 514 18446604441285568448 0 0 -1 2 0 0 0
[pid=26717] ppid=26599 vsize=351664 CPUtime=1.97 cores=0,2
/proc/26717/stat : 26717 (python) S 26599 26599 24847 0 -1 4202560 1190 0 0 0 106 91 0 0 15 0 2 0 735648096 360103936 5962 33554432000 4194304 5683644 140735493504432 18446744073709551615 251367566918 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26717/statm: 87916 5962 406 364 0 23813 0
[pid=26719] ppid=26717 vsize=5156 CPUtime=598.33 cores=0,2
/proc/26719/stat : 26719 (march_hi) R 26717 26719 26719 0 -1 4202496 2046 0 0 0 59832 1 0 0 25 0 1 0 735648097 5279744 1010 33554432000 4194304 4955518 140736112561296 18446744073709551615 4296768 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26719/statm: 1289 1010 106 186 0 1102 0
[pid=26717/tid=26733] ppid=26599 vsize=351664 CPUtime=0 cores=0,2
/proc/26717/task/26733/stat : 26733 (python) S 26599 26599 24847 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 735697118 360103936 5962 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 514 18446604444178622464 0 0 -1 0 0 0 0
[pid=26599/tid=26606] ppid=26596 vsize=361908 CPUtime=0 cores=0,2
/proc/26599/task/26606/stat : 26606 (python) S 26596 26599 24847 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 9 0 735578052 370593792 7451 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 2 18446604453825434048 0 0 -1 0 0 0 0
[pid=26599/tid=26635] ppid=26596 vsize=361908 CPUtime=0 cores=0,2
/proc/26599/task/26635/stat : 26635 (python) S 26596 26599 24847 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 9 0 735588088 370593792 7451 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 2 18446604453825434048 0 0 -1 0 0 0 0
[pid=26599/tid=26659] ppid=26596 vsize=361908 CPUtime=0 cores=0,2
/proc/26599/task/26659/stat : 26659 (python) S 26596 26599 24847 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 9 0 735598121 370593792 7451 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 2 18446604453825434048 0 0 -1 0 0 0 0
[pid=26599/tid=26665] ppid=26596 vsize=361908 CPUtime=0 cores=0,2
/proc/26599/task/26665/stat : 26665 (python) S 26596 26599 24847 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 9 0 735608156 370593792 7451 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 2 18446604453825434048 0 0 -1 0 0 0 0
[pid=26599/tid=26676] ppid=26596 vsize=361908 CPUtime=0 cores=0,2
/proc/26599/task/26676/stat : 26676 (python) S 26596 26599 24847 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 9 0 735618192 370593792 7451 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 2 18446604453825434048 0 0 -1 2 0 0 0
[pid=26599/tid=26683] ppid=26596 vsize=361908 CPUtime=0 cores=0,2
/proc/26599/task/26683/stat : 26683 (python) S 26596 26599 24847 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 9 0 735628125 370593792 7451 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 2 18446604453825434048 0 0 -1 0 0 0 0
[pid=26599/tid=26693] ppid=26596 vsize=361908 CPUtime=0 cores=0,2
/proc/26599/task/26693/stat : 26693 (python) S 26596 26599 24847 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 9 0 735638060 370593792 7451 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 2 18446604453825434048 0 0 -1 0 0 0 0
[pid=26599/tid=26718] ppid=26596 vsize=361908 CPUtime=0 cores=0,2
/proc/26599/task/26718/stat : 26718 (python) S 26596 26599 24847 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 9 0 735648096 370593792 7451 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 2 18446604453825434048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1302.78
Current children cumulated vsize (KiB) 7455504

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

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

[startup+1300 s]
/proc/loadavg: 1.33 1.92 2.68 2/441 26754
/proc/meminfo: memFree=23776872/32950928 swapFree=38710892/67111528
[pid=26599] ppid=26596 vsize=361908 CPUtime=0.91 cores=0,2
/proc/26599/stat : 26599 (python) S 26596 26599 24847 0 -1 4202496 16920 937 1 0 79 12 0 0 18 0 9 0 735577947 370593792 7451 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26599/statm: 90477 7451 1892 364 0 26374 0
[pid=26605] ppid=26599 vsize=290116 CPUtime=0.35 cores=0,2
/proc/26605/stat : 26605 (python) S 26599 26599 24847 0 -1 4202560 1150 0 0 0 18 17 0 0 19 0 2 0 735578052 297078784 5947 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26605/statm: 72529 5947 415 364 0 8447 0
[pid=26607] ppid=26605 vsize=1018076 CPUtime=99.99 cores=0,2
/proc/26607/stat : 26607 (gnovelty+2) T 26605 26607 26607 0 -1 4202496 534 0 0 0 9999 0 0 0 25 0 1 0 735578052 1042509824 267 33554432000 134512640 135663704 4292075296 18446744073709551615 134545646 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26607/statm: 254519 267 113 282 0 254235 0
[pid=26605/tid=26633] ppid=26599 vsize=290116 CPUtime=0 cores=0,2
/proc/26605/task/26633/stat : 26633 (python) S 26599 26599 24847 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735588087 297078784 5947 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 514 18446604447693734848 0 0 -1 0 0 0 0
[pid=26634] ppid=26599 vsize=290128 CPUtime=0.3 cores=0,2
/proc/26634/stat : 26634 (python) S 26599 26599 24847 0 -1 4202560 1077 0 0 0 17 13 0 0 19 0 2 0 735588088 297091072 5932 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26634/statm: 72532 5932 400 364 0 8447 0
[pid=26636] ppid=26634 vsize=1018076 CPUtime=100.29 cores=0,2
/proc/26636/stat : 26636 (gnovelty+2) T 26634 26636 26636 0 -1 4202496 534 0 0 0 10029 0 0 0 25 0 1 0 735588088 1042509824 266 33554432000 134512640 135663704 4288970336 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26636/statm: 254519 266 113 282 0 254235 0
[pid=26634/tid=26657] ppid=26599 vsize=290128 CPUtime=0 cores=0,2
/proc/26634/task/26657/stat : 26657 (python) S 26599 26599 24847 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735598119 297091072 5932 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 514 18446604446450323648 0 0 -1 2 0 0 0
[pid=26658] ppid=26599 vsize=300384 CPUtime=0.35 cores=0,2
/proc/26658/stat : 26658 (python) S 26599 26599 24847 0 -1 4202560 1085 0 0 0 19 16 0 0 19 0 2 0 735598120 307593216 5936 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26658/statm: 75096 5936 400 364 0 11008 0
[pid=26660] ppid=26658 vsize=416920 CPUtime=100.03 cores=0,2
/proc/26660/stat : 26660 (adaptg2wsat2009) T 26658 26660 26660 0 -1 4202496 676 0 0 0 10003 0 0 0 25 0 1 0 735598121 426926080 406 33554432000 134512640 135107411 4292221440 18446744073709551615 134531674 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26660/statm: 104230 406 59 146 0 103106 0
[pid=26658/tid=26663] ppid=26599 vsize=300384 CPUtime=0 cores=0,2
/proc/26658/task/26663/stat : 26663 (python) S 26599 26599 24847 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735608155 307593216 5936 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 514 18446604441941903360 0 0 -1 0 0 0 0
[pid=26664] ppid=26599 vsize=310640 CPUtime=0.35 cores=0,2
/proc/26664/stat : 26664 (python) S 26599 26599 24847 0 -1 4202560 1082 0 0 0 19 16 0 0 19 0 2 0 735608156 318095360 5940 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26664/statm: 77660 5940 400 364 0 13569 0
[pid=26666] ppid=26664 vsize=416920 CPUtime=100.06 cores=0,2
/proc/26666/stat : 26666 (adaptg2wsat2009) T 26664 26666 26666 0 -1 4202496 674 0 0 0 10006 0 0 0 25 0 1 0 735608157 426926080 405 33554432000 134512640 135107411 4292749472 18446744073709551615 134532326 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/26666/statm: 104230 405 59 146 0 103106 0
[pid=26664/tid=26674] ppid=26599 vsize=310640 CPUtime=0 cores=0,2
/proc/26664/task/26674/stat : 26674 (python) S 26599 26599 24847 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735618190 318095360 5940 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 514 18446604453104281472 0 0 -1 2 0 0 0
[pid=26675] ppid=26599 vsize=320896 CPUtime=0.31 cores=0,2
/proc/26675/stat : 26675 (python) S 26599 26599 24847 0 -1 4202560 1097 0 0 0 15 16 0 0 19 0 2 0 735618192 328597504 5944 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26675/statm: 80224 5944 400 364 0 16130 0
[pid=26677] ppid=26675 vsize=416920 CPUtime=99.3 cores=0,2
/proc/26677/stat : 26677 (adaptg2wsat2009) T 26675 26677 26677 0 -1 4202496 670 0 0 0 9930 0 0 0 25 0 1 0 735618192 426926080 405 33554432000 134512640 135107411 4294195488 18446744073709551615 134532416 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26677/statm: 104230 405 59 146 0 103106 0
[pid=26675/tid=26681] ppid=26599 vsize=320896 CPUtime=0 cores=0,2
/proc/26675/task/26681/stat : 26681 (python) S 26599 26599 24847 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735628124 328597504 5944 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 514 18446604446354034944 0 0 -1 0 0 0 0
[pid=26682] ppid=26599 vsize=331152 CPUtime=0.32 cores=0,2
/proc/26682/stat : 26682 (python) S 26599 26599 24847 0 -1 4202560 1094 0 0 0 16 16 0 0 19 0 2 0 735628125 339099648 5948 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26682/statm: 82788 5948 400 364 0 18691 0
[pid=26684] ppid=26682 vsize=1018076 CPUtime=99.32 cores=0,2
/proc/26684/stat : 26684 (gnovelty+2) T 26682 26684 26684 0 -1 4202496 533 0 0 0 9932 0 0 0 25 0 1 0 735628126 1042509824 266 33554432000 134512640 135663704 4293727120 18446744073709551615 134525168 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26684/statm: 254519 266 113 282 0 254235 0
[pid=26682/tid=26691] ppid=26599 vsize=331152 CPUtime=0 cores=0,2
/proc/26682/task/26691/stat : 26691 (python) S 26599 26599 24847 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735638059 339099648 5948 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 514 18446604443480955584 0 0 -1 2 0 0 0
[pid=26692] ppid=26599 vsize=341408 CPUtime=0.34 cores=0,2
/proc/26692/stat : 26692 (python) S 26599 26599 24847 0 -1 4202560 1087 0 0 0 19 15 0 0 19 0 2 0 735638060 349601792 5952 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26692/statm: 85352 5952 400 364 0 21252 0
[pid=26694] ppid=26692 vsize=247064 CPUtime=100.26 cores=0,2
/proc/26694/stat : 26694 (FH) T 26692 26694 26694 0 -1 4202496 630 0 0 0 10026 0 0 0 25 0 1 0 735638061 252993536 365 33554432000 134512640 134936988 4291826496 18446744073709551615 134544742 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/26694/statm: 61766 365 41 104 0 61270 0
[pid=26692/tid=26716] ppid=26599 vsize=341408 CPUtime=0 cores=0,2
/proc/26692/task/26716/stat : 26716 (python) S 26599 26599 24847 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735648095 349601792 5952 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 514 18446604441285568448 0 0 -1 2 0 0 0
[pid=26717] ppid=26599 vsize=351664 CPUtime=1.97 cores=0,2
/proc/26717/stat : 26717 (python) S 26599 26599 24847 0 -1 4202560 1190 0 0 0 106 91 0 0 15 0 2 0 735648096 360103936 5962 33554432000 4194304 5683644 140735493504432 18446744073709551615 251367566918 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26717/statm: 87916 5962 406 364 0 23813 0
[pid=26719] ppid=26717 vsize=5156 CPUtime=598.33 cores=0,2
/proc/26719/stat : 26719 (march_hi) R 26717 26719 26719 0 -1 4202496 2046 0 0 0 59832 1 0 0 25 0 1 0 735648097 5279744 1010 33554432000 4194304 4955518 140736112561296 18446744073709551615 4296768 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26719/statm: 1289 1010 106 186 0 1102 0
[pid=26717/tid=26733] ppid=26599 vsize=351664 CPUtime=0 cores=0,2
/proc/26717/task/26733/stat : 26733 (python) S 26599 26599 24847 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 735697118 360103936 5962 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 514 18446604444178622464 0 0 -1 0 0 0 0
[pid=26599/tid=26606] ppid=26596 vsize=361908 CPUtime=0 cores=0,2
/proc/26599/task/26606/stat : 26606 (python) S 26596 26599 24847 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 9 0 735578052 370593792 7451 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 2 18446604453825434048 0 0 -1 0 0 0 0
[pid=26599/tid=26635] ppid=26596 vsize=361908 CPUtime=0 cores=0,2
/proc/26599/task/26635/stat : 26635 (python) S 26596 26599 24847 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 9 0 735588088 370593792 7451 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 2 18446604453825434048 0 0 -1 0 0 0 0
[pid=26599/tid=26659] ppid=26596 vsize=361908 CPUtime=0 cores=0,2
/proc/26599/task/26659/stat : 26659 (python) S 26596 26599 24847 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 9 0 735598121 370593792 7451 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 2 18446604453825434048 0 0 -1 0 0 0 0
[pid=26599/tid=26665] ppid=26596 vsize=361908 CPUtime=0 cores=0,2
/proc/26599/task/26665/stat : 26665 (python) S 26596 26599 24847 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 9 0 735608156 370593792 7451 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 2 18446604453825434048 0 0 -1 0 0 0 0
[pid=26599/tid=26676] ppid=26596 vsize=361908 CPUtime=0 cores=0,2
/proc/26599/task/26676/stat : 26676 (python) S 26596 26599 24847 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 9 0 735618192 370593792 7451 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 2 18446604453825434048 0 0 -1 2 0 0 0
[pid=26599/tid=26683] ppid=26596 vsize=361908 CPUtime=0 cores=0,2
/proc/26599/task/26683/stat : 26683 (python) S 26596 26599 24847 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 9 0 735628125 370593792 7451 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 2 18446604453825434048 0 0 -1 0 0 0 0
[pid=26599/tid=26693] ppid=26596 vsize=361908 CPUtime=0 cores=0,2
/proc/26599/task/26693/stat : 26693 (python) S 26596 26599 24847 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 9 0 735638060 370593792 7451 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 2 18446604453825434048 0 0 -1 0 0 0 0
[pid=26599/tid=26718] ppid=26596 vsize=361908 CPUtime=0 cores=0,2
/proc/26599/task/26718/stat : 26718 (python) S 26596 26599 24847 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 9 0 735648096 370593792 7451 33554432000 4194304 5683644 140735493504432 18446744073709551615 251379370417 0 0 16781312 2 18446604453825434048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1302.78
Current children cumulated vsize (KiB) 7455504

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1300.06
CPU time (s): 1302.78
CPU user time (s): 1300.65
CPU system time (s): 2.13
CPU usage (%): 100.209
Max. virtual memory (cumulated for all children) (KiB): 7455508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.799878
system time used= 0.122981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17863
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= 2863
involuntary context switches= 45

runsolver used 7.80981 second user time and 15.1567 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-15 11:57:53
IDJOB=3377476
IDBENCH=82785
IDSOLVER=1857
FILE ID=node113/3377476-1305453473
RUNJOBID= node113-1305451360-25847
PBS_JOBID= 13324872
Free space on /tmp= 73280 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S1780733482-097.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-3377476-1305453473/watcher-3377476-1305453473 -o /tmp/evaluation-result-3377476-1305453473/solver-3377476-1305453473 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377476-1305453473.cnf -seed 1231799677 -budget 2400

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

MD5SUM BENCH= 261ca77431063ab06f6a4cdf20ea9cf2
RANDOM SEED=1231799677

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23526584 kB
Buffers:        274388 kB
Cached:        3163596 kB
SwapCached:      93712 kB
Active:        2312928 kB
Inactive:      6812192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23526584 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:           33156 kB
Writeback:           0 kB
AnonPages:     5605320 kB
Mapped:          25564 kB
Slab:           122860 kB
PageTables:     109856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 112872744 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= 73400 MiB
End job on node113 at 2011-05-15 12:19:35