Trace number 3377327

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)? (MO) 702.86 703.968

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S971556279-001-UNKNOWN.cnf
MD5SUM9224277e61359574518ca553717e02ee
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses40000
Sum of the clauses size200000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 540000
Number of clauses of size over 50

Solver Data

0.78/2.38	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.78/2.38	c INFO: solving HOME/instance-3377327-1305452312.cnf
0.78/2.38	c INFO: computing task features
0.92/2.59	c INFO: computed variable-clause graph statistics
0.92/2.60	c INFO: computed clause balance statistics
2.02/3.60	c INFO: computed variable balance statistics
2.52/4.15	c INFO: computed small-clause counts
3.70/5.32	c INFO: computed Horn-clause counts
3.70/5.32	c INFO: computed variable graph statistics
3.70/5.32	c INFO: collected features for HOME/instance-3377327-1305452312.cnf in 1.81 s
3.70/5.32	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
102.83/104.44	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
203.03/204.66	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
303.29/304.85	c INFO: running adaptg2wsat2009++@0 for 97 with 2097 remaining (b = 0.07)
403.52/405.04	c INFO: running adaptg2wsat2009++@0 for 97 with 1997 remaining (b = 0.05)
503.91/505.25	c INFO: running gnovelty+2@0 for 97 with 1897 remaining (b = 0.05)
604.24/605.51	c INFO: running FH@0 for 97 with 1797 remaining (b = 0.03)
702.63/703.73	c INFO: running adaptg2wsat2009++@0 for 97 with 1699 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.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-3377327-1305452312/watcher-3377327-1305452312 -o /tmp/evaluation-result-3377327-1305452312/solver-3377327-1305452312 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377327-1305452312.cnf -seed 31274089 -budget 2400 

running on 2 cores: 5,7

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: 1.70 2.09 2.72 6/241 15731
/proc/meminfo: memFree=19008344/32950928 swapFree=64721848/67111528
[pid=15731] ppid=15729 vsize=11796 CPUtime=0 cores=5,7
/proc/15731/stat : 15731 (runsolver) R 15729 15731 14954 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 656831019 12079104 49 33554432000 4194304 5432360 140735991457760 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/15731/statm: 2949 49 30 303 0 2643 0

[startup+0.0573921 s]
/proc/loadavg: 1.70 2.09 2.72 6/241 15731
/proc/meminfo: memFree=19008344/32950928 swapFree=64721848/67111528
[pid=15731] ppid=15729 vsize=18884 CPUtime=0.03 cores=5,7
/proc/15731/stat : 15731 (python) R 15729 15731 14954 0 -1 4202496 1286 0 0 0 2 1 0 0 17 0 1 0 656831019 19337216 1139 33554432000 4194304 5683644 140735234205136 18446744073709551615 4864854 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15731/statm: 4721 1139 421 364 0 690 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18884

[startup+0.100382 s]
/proc/loadavg: 1.70 2.09 2.72 6/241 15731
/proc/meminfo: memFree=19008344/32950928 swapFree=64721848/67111528
[pid=15731] ppid=15729 vsize=25292 CPUtime=0.04 cores=5,7
/proc/15731/stat : 15731 (python) D 15729 15731 14954 0 -1 4202496 1344 0 3 0 2 2 0 0 17 0 1 0 656831019 25899008 1193 33554432000 4194304 5683644 140735234205136 18446744073709551615 248089696256 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15731/statm: 6323 1193 438 364 0 724 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 25292

[startup+0.30037 s]
/proc/loadavg: 1.70 2.09 2.72 6/241 15731
/proc/meminfo: memFree=19008344/32950928 swapFree=64721848/67111528
[pid=15731] ppid=15729 vsize=54536 CPUtime=0.11 cores=5,7
/proc/15731/stat : 15731 (python) R 15729 15731 14954 0 -1 4202496 2042 0 7 0 4 7 0 0 17 0 1 0 656831019 55844864 1808 33554432000 4194304 5683644 140735234205136 18446744073709551615 248089696256 0 2147483391 16781312 2 0 0 0 17 5 0 0 1
/proc/15731/statm: 13634 1808 492 364 0 1284 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 54536

[startup+0.700216 s]
/proc/loadavg: 1.70 2.09 2.72 6/241 15731
/proc/meminfo: memFree=19008344/32950928 swapFree=64721848/67111528
[pid=15731] ppid=15729 vsize=116036 CPUtime=0.23 cores=5,7
/proc/15731/stat : 15731 (python) R 15729 15731 14954 0 -1 4202496 3730 0 20 0 7 16 0 0 16 0 1 0 656831019 118820864 3388 33554432000 4194304 5683644 140735234205136 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 5
/proc/15731/statm: 29009 3391 895 364 0 2510 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 116036

[startup+1.50114 s]
/proc/loadavg: 1.70 2.09 2.72 2/242 15748
/proc/meminfo: memFree=18950648/32950928 swapFree=64721848/67111528
[pid=15731] ppid=15729 vsize=160664 CPUtime=0.57 cores=5,7
/proc/15731/stat : 15731 (python) S 15729 15731 14954 0 -1 4202496 6583 923 29 9 18 39 0 0 16 0 1 0 656831019 164519936 4699 33554432000 4194304 5683644 140735234205136 18446744073709551615 248084774468 0 2147483391 16781312 2 18446744071699945619 0 0 17 5 0 0 9
/proc/15731/statm: 40166 4699 1259 364 0 3453 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 160664

[startup+3.10079 s]
/proc/loadavg: 1.70 2.09 2.72 5/242 15748
/proc/meminfo: memFree=18901344/32950928 swapFree=64721848/67111528
[pid=15731] ppid=15729 vsize=290800 CPUtime=1.52 cores=5,7
/proc/15731/stat : 15731 (python) R 15729 15731 14954 0 -1 4202496 13953 923 71 9 100 52 0 0 16 0 1 0 656831019 297779200 10085 33554432000 4194304 5683644 140735234205136 18446744073709551615 47841448368411 0 0 16781312 2 0 0 0 17 5 0 0 38
/proc/15731/statm: 72700 10085 1826 364 0 8624 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 290800
heavy processes:

[startup+6.30022 s]
/proc/loadavg: 1.88 2.12 2.72 6/254 15760
/proc/meminfo: memFree=18857120/32950928 swapFree=64721848/67111528
[pid=15731] ppid=15729 vsize=294136 CPUtime=2.64 cores=5,7
/proc/15731/stat : 15731 (python) S 15729 15731 14954 0 -1 4202496 14313 923 71 9 212 52 0 0 20 0 2 0 656831019 301195264 8416 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 38
/proc/15731/statm: 73534 8416 1869 364 0 9452 0
[pid=15755] ppid=15731 vsize=284984 CPUtime=0 cores=5,7
/proc/15755/stat : 15755 (python) S 15731 15731 14954 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 656831441 291823616 6899 33554432000 4194304 5683644 140735234205136 18446744073709551615 248089718287 0 0 16781312 514 4519416931064709383 0 0 17 5 0 0 0
/proc/15755/statm: 71246 6899 355 364 0 7164 0
[pid=15757] ppid=15755 vsize=1020308 CPUtime=2.05 cores=5,7
/proc/15757/stat : 15757 (gnovelty+2) R 15755 15757 15757 0 -1 4202496 1158 0 0 0 205 0 0 0 25 0 1 0 656831441 1044795392 891 33554432000 134512640 135663704 4286953920 18446744073709551615 134544240 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15757/statm: 255077 891 113 282 0 254793 0
[pid=15731/tid=15756] ppid=15729 vsize=294136 CPUtime=0 cores=5,7
/proc/15731/task/15756/stat : 15756 (python) S 15729 15731 14954 0 -1 4202560 26 923 0 9 0 0 0 0 20 0 2 0 656831441 301195264 8416 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 2 18446604470228233216 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 1599428
heavy processes:

[startup+12.7011 s]
/proc/loadavg: 2.05 2.15 2.73 5/254 15760
/proc/meminfo: memFree=18855860/32950928 swapFree=64721848/67111528
[pid=15731] ppid=15729 vsize=294136 CPUtime=2.64 cores=5,7
/proc/15731/stat : 15731 (python) S 15729 15731 14954 0 -1 4202496 14313 923 71 9 212 52 0 0 20 0 2 0 656831019 301195264 8416 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 38
/proc/15731/statm: 73534 8416 1869 364 0 9452 0
[pid=15755] ppid=15731 vsize=284984 CPUtime=0 cores=5,7
/proc/15755/stat : 15755 (python) S 15731 15731 14954 0 -1 4202560 969 0 0 0 0 0 0 0 18 0 1 0 656831441 291823616 6927 33554432000 4194304 5683644 140735234205136 18446744073709551615 248089718287 0 0 16781312 514 4519416931064709383 0 0 17 5 0 0 0
/proc/15755/statm: 71246 6927 383 364 0 7164 0
[pid=15757] ppid=15755 vsize=1020308 CPUtime=8.45 cores=5,7
/proc/15757/stat : 15757 (gnovelty+2) R 15755 15757 15757 0 -1 4202496 1158 0 0 0 845 0 0 0 25 0 1 0 656831441 1044795392 891 33554432000 134512640 135663704 4286953920 18446744073709551615 134524916 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15757/statm: 255077 891 113 282 0 254793 0
[pid=15731/tid=15756] ppid=15729 vsize=294136 CPUtime=0 cores=5,7
/proc/15731/task/15756/stat : 15756 (python) S 15729 15731 14954 0 -1 4202560 26 923 0 9 0 0 0 0 20 0 2 0 656831441 301195264 8416 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 2 18446604470228233216 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.09
Current children cumulated vsize (KiB) 1599428

[startup+25.5008 s]
/proc/loadavg: 2.48 2.24 2.75 5/254 15760
/proc/meminfo: memFree=18857964/32950928 swapFree=64721848/67111528
[pid=15731] ppid=15729 vsize=294136 CPUtime=2.64 cores=5,7
/proc/15731/stat : 15731 (python) S 15729 15731 14954 0 -1 4202496 14313 923 71 9 212 52 0 0 20 0 2 0 656831019 301195264 8416 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 38
/proc/15731/statm: 73534 8416 1869 364 0 9452 0
[pid=15755] ppid=15731 vsize=284984 CPUtime=0.02 cores=5,7
/proc/15755/stat : 15755 (python) S 15731 15731 14954 0 -1 4202560 973 0 0 0 1 1 0 0 18 0 1 0 656831441 291823616 6927 33554432000 4194304 5683644 140735234205136 18446744073709551615 248089718287 0 0 16781312 514 17389875904905183495 0 0 17 5 0 0 0
/proc/15755/statm: 71246 6927 383 364 0 7164 0
[pid=15757] ppid=15755 vsize=1020308 CPUtime=21.24 cores=5,7
/proc/15757/stat : 15757 (gnovelty+2) R 15755 15757 15757 0 -1 4202496 1158 0 0 0 2124 0 0 0 25 0 1 0 656831441 1044795392 891 33554432000 134512640 135663704 4286953920 18446744073709551615 134545622 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15757/statm: 255077 891 113 282 0 254793 0
[pid=15731/tid=15756] ppid=15729 vsize=294136 CPUtime=0 cores=5,7
/proc/15731/task/15756/stat : 15756 (python) S 15729 15731 14954 0 -1 4202560 26 923 0 9 0 0 0 0 20 0 2 0 656831441 301195264 8416 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 2 18446604470228233216 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.9
Current children cumulated vsize (KiB) 1599428

[startup+51.1003 s]
/proc/loadavg: 3.00 2.38 2.78 5/254 15761
/proc/meminfo: memFree=18858808/32950928 swapFree=64721848/67111528
[pid=15731] ppid=15729 vsize=294136 CPUtime=2.64 cores=5,7
/proc/15731/stat : 15731 (python) S 15729 15731 14954 0 -1 4202496 14313 923 71 9 212 52 0 0 20 0 2 0 656831019 301195264 8416 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 38
/proc/15731/statm: 73534 8416 1869 364 0 9452 0
[pid=15755] ppid=15731 vsize=284984 CPUtime=0.07 cores=5,7
/proc/15755/stat : 15755 (python) S 15731 15731 14954 0 -1 4202560 988 0 0 0 3 4 0 0 18 0 1 0 656831441 291823616 6927 33554432000 4194304 5683644 140735234205136 18446744073709551615 248089718287 0 0 16781312 514 17389875904905183495 0 0 17 5 0 0 0
/proc/15755/statm: 71246 6927 383 364 0 7164 0
[pid=15757] ppid=15755 vsize=1020308 CPUtime=46.78 cores=5,7
/proc/15757/stat : 15757 (gnovelty+2) R 15755 15757 15757 0 -1 4202496 1158 0 0 0 4678 0 0 0 25 0 1 0 656831441 1044795392 891 33554432000 134512640 135663704 4286953920 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15757/statm: 255077 891 113 282 0 254793 0
[pid=15731/tid=15756] ppid=15729 vsize=294136 CPUtime=0 cores=5,7
/proc/15731/task/15756/stat : 15756 (python) S 15729 15731 14954 0 -1 4202560 26 923 0 9 0 0 0 0 20 0 2 0 656831441 301195264 8416 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 2 18446604470228233216 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.49
Current children cumulated vsize (KiB) 1599428

[startup+102.308 s]
/proc/loadavg: 3.56 2.63 2.84 5/254 15797
/proc/meminfo: memFree=18860416/32950928 swapFree=64721848/67111528
[pid=15731] ppid=15729 vsize=294136 CPUtime=2.64 cores=5,7
/proc/15731/stat : 15731 (python) S 15729 15731 14954 0 -1 4202496 14313 923 71 9 212 52 0 0 20 0 2 0 656831019 301195264 8416 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 38
/proc/15731/statm: 73534 8416 1869 364 0 9452 0
[pid=15755] ppid=15731 vsize=284984 CPUtime=0.15 cores=5,7
/proc/15755/stat : 15755 (python) S 15731 15731 14954 0 -1 4202560 1009 0 0 0 8 7 0 0 18 0 1 0 656831441 291823616 6927 33554432000 4194304 5683644 140735234205136 18446744073709551615 248089718287 0 0 16781312 514 17389875904905183495 0 0 17 5 0 0 0
/proc/15755/statm: 71246 6927 383 364 0 7164 0
[pid=15757] ppid=15755 vsize=1020308 CPUtime=97.94 cores=5,7
/proc/15757/stat : 15757 (gnovelty+2) R 15755 15757 15757 0 -1 4202496 1158 0 0 0 9794 0 0 0 25 0 1 0 656831441 1044795392 891 33554432000 134512640 135663704 4286953920 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15757/statm: 255077 891 113 282 0 254793 0
[pid=15731/tid=15756] ppid=15729 vsize=294136 CPUtime=0 cores=5,7
/proc/15731/task/15756/stat : 15756 (python) S 15729 15731 14954 0 -1 4202560 26 923 0 9 0 0 0 0 20 0 2 0 656831441 301195264 8416 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 2 18446604470228233216 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.73
Current children cumulated vsize (KiB) 1599428

[startup+162.301 s]
/proc/loadavg: 3.87 2.89 2.92 5/270 15815
/proc/meminfo: memFree=18833244/32950928 swapFree=64721848/67111528
[pid=15731] ppid=15729 vsize=305000 CPUtime=2.65 cores=5,7
/proc/15731/stat : 15731 (python) S 15729 15731 14954 0 -1 4202496 15205 923 71 9 213 52 0 0 20 0 3 0 656831019 312320000 8558 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 38
/proc/15731/statm: 76250 8558 1872 364 0 12165 0
[pid=15755] ppid=15731 vsize=295228 CPUtime=0.16 cores=5,7
/proc/15755/stat : 15755 (python) S 15731 15731 14954 0 -1 4202560 1148 0 0 0 8 8 0 0 19 0 2 0 656831441 302313472 6964 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15755/statm: 73807 6964 415 364 0 9725 0
[pid=15757] ppid=15755 vsize=1020308 CPUtime=100.05 cores=5,7
/proc/15757/stat : 15757 (gnovelty+2) T 15755 15757 15757 0 -1 4202496 1158 0 0 0 10005 0 0 0 25 0 1 0 656831441 1044795392 891 33554432000 134512640 135663704 4286953920 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15757/statm: 255077 891 113 282 0 254793 0
[pid=15755/tid=15802] ppid=15731 vsize=295228 CPUtime=0 cores=5,7
/proc/15755/task/15802/stat : 15802 (python) S 15731 15731 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656841462 302313472 6964 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 514 18446604471144821184 0 0 -1 7 0 0 0
[pid=15803] ppid=15731 vsize=294912 CPUtime=0.08 cores=5,7
/proc/15803/stat : 15803 (python) S 15731 15731 14954 0 -1 4202560 910 0 0 0 4 4 0 0 18 0 1 0 656841463 301989888 7055 33554432000 4194304 5683644 140735234205136 18446744073709551615 248089718342 0 0 16781312 514 17389875904905183496 0 0 17 5 0 0 0
/proc/15803/statm: 73728 7055 372 364 0 9643 0
[pid=15805] ppid=15803 vsize=1020308 CPUtime=57.76 cores=5,7
/proc/15805/stat : 15805 (gnovelty+2) R 15803 15805 15805 0 -1 4202496 1156 0 0 0 5776 0 0 0 25 0 1 0 656841464 1044795392 891 33554432000 134512640 135663704 4288529392 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15805/statm: 255077 891 113 282 0 254793 0
[pid=15731/tid=15756] ppid=15729 vsize=305000 CPUtime=0 cores=5,7
/proc/15731/task/15756/stat : 15756 (python) S 15729 15731 14954 0 -1 4202560 26 923 0 9 0 0 0 0 20 0 3 0 656831441 312320000 8558 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 2 18446604470228233216 0 0 -1 5 0 0 0
[pid=15731/tid=15804] ppid=15729 vsize=305000 CPUtime=0 cores=5,7
/proc/15731/task/15804/stat : 15804 (python) S 15729 15731 14954 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 3 0 656841463 312320000 8558 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 2 18446604470228233216 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 2935756

[startup+222.301 s]
/proc/loadavg: 3.95 3.09 2.98 5/282 15829
/proc/meminfo: memFree=18796664/32950928 swapFree=64721848/67111528
[pid=15731] ppid=15729 vsize=315256 CPUtime=2.67 cores=5,7

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

[pid=15822] ppid=15731 vsize=305776 CPUtime=0.18 cores=5,7
/proc/15822/stat : 15822 (python) S 15731 15731 14954 0 -1 4202560 1080 0 0 0 9 9 0 0 19 0 2 0 656851486 313114624 7088 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15822/statm: 76444 7088 400 364 0 12356 0
[pid=15824] ppid=15822 vsize=423400 CPUtime=100.05 cores=5,7
/proc/15824/stat : 15824 (adaptg2wsat2009) T 15822 15824 15824 0 -1 4202496 2623 0 0 0 10005 0 0 0 25 0 1 0 656851486 433561600 2357 33554432000 134512640 135107411 4290103024 18446744073709551615 134531970 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15824/statm: 105850 2357 59 146 0 104726 0
[pid=15822/tid=15844] ppid=15731 vsize=305776 CPUtime=0 cores=5,7
/proc/15822/task/15844/stat : 15844 (python) S 15731 15731 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656861503 313114624 7088 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 514 18446604468863287424 0 0 -1 7 0 0 0
[pid=15845] ppid=15731 vsize=315548 CPUtime=0.18 cores=5,7
/proc/15845/stat : 15845 (python) S 15731 15731 14954 0 -1 4202560 1091 0 0 0 9 9 0 0 19 0 2 0 656861504 323121152 7161 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15845/statm: 78887 7161 399 364 0 14796 0
[pid=15847] ppid=15845 vsize=423400 CPUtime=100.03 cores=5,7
/proc/15847/stat : 15847 (adaptg2wsat2009) T 15845 15847 15847 0 -1 4202496 2622 0 0 0 10003 0 0 0 25 0 1 0 656861505 433561600 2356 33554432000 134512640 135107411 4287389216 18446744073709551615 134531817 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15847/statm: 105850 2356 59 146 0 104726 0
[pid=15845/tid=15862] ppid=15731 vsize=315548 CPUtime=0 cores=5,7
/proc/15845/task/15862/stat : 15862 (python) S 15731 15731 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656871522 323121152 7161 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 514 18446604463509611520 0 0 -1 7 0 0 0
[pid=15863] ppid=15731 vsize=326048 CPUtime=0.2 cores=5,7
/proc/15863/stat : 15863 (python) S 15731 15731 14954 0 -1 4202560 1088 0 0 0 12 8 0 0 19 0 2 0 656871523 333873152 7166 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15863/statm: 81512 7166 400 364 0 17418 0
[pid=15865] ppid=15863 vsize=423400 CPUtime=100.19 cores=5,7
/proc/15865/stat : 15865 (adaptg2wsat2009) T 15863 15865 15865 0 -1 4202496 2624 0 0 0 10019 0 0 0 25 0 1 0 656871524 433561600 2358 33554432000 134512640 135107411 4291441120 18446744073709551615 134531254 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15865/statm: 105850 2358 59 146 0 104726 0
[pid=15863/tid=15881] ppid=15731 vsize=326048 CPUtime=0 cores=5,7
/proc/15863/task/15881/stat : 15881 (python) S 15731 15731 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656881544 333873152 7166 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 514 18446604459823370496 0 0 -1 5 0 0 0
[pid=15882] ppid=15731 vsize=336408 CPUtime=0.2 cores=5,7
/proc/15882/stat : 15882 (python) S 15731 15731 14954 0 -1 4202560 1093 0 0 0 11 9 0 0 19 0 2 0 656881545 344481792 7170 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15882/statm: 84102 7170 400 364 0 20005 0
[pid=15884] ppid=15882 vsize=1020308 CPUtime=100.08 cores=5,7
/proc/15884/stat : 15884 (gnovelty+2) T 15882 15884 15884 0 -1 4202496 1156 0 0 0 10008 0 0 0 25 0 1 0 656881545 1044795392 892 33554432000 134512640 135663704 4293527808 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15884/statm: 255077 892 113 282 0 254793 0
[pid=15882/tid=15900] ppid=15731 vsize=336408 CPUtime=0 cores=5,7
/proc/15882/task/15900/stat : 15900 (python) S 15731 15731 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656891569 344481792 7170 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 514 18446604471134455744 0 0 -1 7 0 0 0
[pid=15901] ppid=15731 vsize=346588 CPUtime=0.2 cores=5,7
/proc/15901/stat : 15901 (python) S 15731 15731 14954 0 -1 4202560 1083 0 0 0 10 10 0 0 19 0 2 0 656891571 354906112 7174 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15901/statm: 86647 7174 400 364 0 22547 0
[pid=15903] ppid=15901 vsize=253028 CPUtime=98.2 cores=5,7
/proc/15903/stat : 15903 (FH) T 15901 15903 15903 0 -1 4202496 2498 0 0 0 9820 0 0 0 25 0 1 0 656891571 259100672 2233 33554432000 134512640 134936988 4294415088 18446744073709551615 134552493 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15903/statm: 63257 2233 41 104 0 62761 0
[pid=15901/tid=15921] ppid=15731 vsize=346588 CPUtime=0 cores=5,7
/proc/15901/task/15921/stat : 15921 (python) S 15731 15731 14954 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656901391 354906112 7174 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 514 18446604459823372288 0 0 -1 7 0 0 0
[pid=15922] ppid=15731 vsize=356572 CPUtime=0 cores=5,7
/proc/15922/stat : 15922 (python) S 15731 15731 14954 0 -1 4202560 774 0 0 0 0 0 0 0 19 0 1 0 656901393 365129728 7126 33554432000 4194304 5683644 140735234205136 18446744073709551615 248089718342 0 0 16781312 514 13184360206311620607 0 0 17 5 0 0 0
/proc/15922/statm: 89143 7126 349 364 0 25040 0
[pid=15924] ppid=15922 vsize=420480 CPUtime=0.17 cores=5,7
/proc/15924/stat : 15924 (adaptg2wsat2009) R 15922 15924 15924 0 -1 4202496 1692 0 0 0 17 0 0 0 21 0 1 0 656901393 430571520 1422 33554432000 134512640 135107411 4288926128 18446744073709551615 134523314 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15924/statm: 105120 1422 49 146 0 103996 0
[pid=15731/tid=15756] ppid=15729 vsize=366816 CPUtime=0 cores=5,7
/proc/15731/task/15756/stat : 15756 (python) S 15729 15731 14954 0 -1 4202560 26 923 0 9 0 0 0 0 20 0 9 0 656831441 375619584 8672 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 2 18446604470228233216 0 0 -1 5 0 0 0
[pid=15731/tid=15804] ppid=15729 vsize=366816 CPUtime=0 cores=5,7
/proc/15731/task/15804/stat : 15804 (python) S 15729 15731 14954 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 9 0 656841463 375619584 8672 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 2 18446604470228233216 0 0 -1 5 0 0 0
[pid=15731/tid=15823] ppid=15729 vsize=366816 CPUtime=0 cores=5,7
/proc/15731/task/15823/stat : 15823 (python) S 15729 15731 14954 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 9 0 656851486 375619584 8672 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 2 18446604470228233216 0 0 -1 7 0 0 0
[pid=15731/tid=15846] ppid=15729 vsize=366816 CPUtime=0 cores=5,7
/proc/15731/task/15846/stat : 15846 (python) S 15729 15731 14954 0 -1 4202560 30 923 0 9 0 0 0 0 20 0 9 0 656861505 375619584 8672 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 2 18446604470228233216 0 0 -1 5 0 0 0
[pid=15731/tid=15864] ppid=15729 vsize=366816 CPUtime=0 cores=5,7
/proc/15731/task/15864/stat : 15864 (python) S 15729 15731 14954 0 -1 4202560 26 923 0 9 0 0 0 0 20 0 9 0 656871524 375619584 8672 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 2 18446604470228233216 0 0 -1 5 0 0 0
[pid=15731/tid=15883] ppid=15729 vsize=366816 CPUtime=0 cores=5,7
/proc/15731/task/15883/stat : 15883 (python) S 15729 15731 14954 0 -1 4202560 25 923 0 9 0 0 0 0 20 0 9 0 656881545 375619584 8672 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 2 18446604470228233216 0 0 -1 5 0 0 0
[pid=15731/tid=15902] ppid=15729 vsize=366816 CPUtime=0 cores=5,7
/proc/15731/task/15902/stat : 15902 (python) S 15729 15731 14954 0 -1 4202560 29 923 0 9 0 0 0 0 20 0 9 0 656891571 375619584 8672 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 2 18446604470228233216 0 0 -1 5 0 0 0
[pid=15731/tid=15923] ppid=15729 vsize=366816 CPUtime=0 cores=5,7
/proc/15731/task/15923/stat : 15923 (python) S 15729 15731 14954 0 -1 4202560 28 923 0 9 0 0 0 0 20 0 9 0 656901393 375619584 8672 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 2 18446604470228233216 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 702.86
Current children cumulated vsize (KiB) 7948528

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

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

[startup+703.901 s]
/proc/loadavg: 3.88 3.81 3.39 3/310 15924
/proc/meminfo: memFree=18716596/32950928 swapFree=64721848/67111528
[pid=15731] ppid=15729 vsize=366816 CPUtime=2.75 cores=5,7
/proc/15731/stat : 15731 (python) S 15729 15731 14954 0 -1 4202496 20475 923 71 9 221 54 0 0 20 0 9 0 656831019 375619584 8672 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 38
/proc/15731/statm: 91704 8672 1892 364 0 27601 0
[pid=15755] ppid=15731 vsize=295228 CPUtime=0.16 cores=5,7
/proc/15755/stat : 15755 (python) S 15731 15731 14954 0 -1 4202560 1148 0 0 0 8 8 0 0 19 0 2 0 656831441 302313472 6964 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15755/statm: 73807 6964 415 364 0 9725 0
[pid=15757] ppid=15755 vsize=1020308 CPUtime=100.05 cores=5,7
/proc/15757/stat : 15757 (gnovelty+2) T 15755 15757 15757 0 -1 4202496 1158 0 0 0 10005 0 0 0 25 0 1 0 656831441 1044795392 891 33554432000 134512640 135663704 4286953920 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15757/statm: 255077 891 113 282 0 254793 0
[pid=15755/tid=15802] ppid=15731 vsize=295228 CPUtime=0 cores=5,7
/proc/15755/task/15802/stat : 15802 (python) S 15731 15731 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656841462 302313472 6964 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 514 18446604471144821184 0 0 -1 7 0 0 0
[pid=15803] ppid=15731 vsize=294912 CPUtime=0.16 cores=5,7
/proc/15803/stat : 15803 (python) S 15731 15731 14954 0 -1 4202560 1078 0 0 0 9 7 0 0 19 0 2 0 656841463 301989888 7084 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15803/statm: 73728 7084 400 364 0 9643 0
[pid=15805] ppid=15803 vsize=1020308 CPUtime=100.06 cores=5,7
/proc/15805/stat : 15805 (gnovelty+2) T 15803 15805 15805 0 -1 4202496 1156 0 0 0 10006 0 0 0 25 0 1 0 656841464 1044795392 891 33554432000 134512640 135663704 4288529392 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15805/statm: 255077 891 113 282 0 254793 0
[pid=15803/tid=15821] ppid=15731 vsize=294912 CPUtime=0 cores=5,7
/proc/15803/task/15821/stat : 15821 (python) S 15731 15731 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656851484 301989888 7084 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 514 18446604463509612416 0 0 -1 7 0 0 0
[pid=15822] ppid=15731 vsize=305776 CPUtime=0.18 cores=5,7
/proc/15822/stat : 15822 (python) S 15731 15731 14954 0 -1 4202560 1080 0 0 0 9 9 0 0 19 0 2 0 656851486 313114624 7088 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15822/statm: 76444 7088 400 364 0 12356 0
[pid=15824] ppid=15822 vsize=423400 CPUtime=100.05 cores=5,7
/proc/15824/stat : 15824 (adaptg2wsat2009) T 15822 15824 15824 0 -1 4202496 2623 0 0 0 10005 0 0 0 25 0 1 0 656851486 433561600 2357 33554432000 134512640 135107411 4290103024 18446744073709551615 134531970 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15824/statm: 105850 2357 59 146 0 104726 0
[pid=15822/tid=15844] ppid=15731 vsize=305776 CPUtime=0 cores=5,7
/proc/15822/task/15844/stat : 15844 (python) S 15731 15731 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656861503 313114624 7088 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 514 18446604468863287424 0 0 -1 7 0 0 0
[pid=15845] ppid=15731 vsize=315548 CPUtime=0.18 cores=5,7
/proc/15845/stat : 15845 (python) S 15731 15731 14954 0 -1 4202560 1091 0 0 0 9 9 0 0 19 0 2 0 656861504 323121152 7161 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15845/statm: 78887 7161 399 364 0 14796 0
[pid=15847] ppid=15845 vsize=423400 CPUtime=100.03 cores=5,7
/proc/15847/stat : 15847 (adaptg2wsat2009) T 15845 15847 15847 0 -1 4202496 2622 0 0 0 10003 0 0 0 25 0 1 0 656861505 433561600 2356 33554432000 134512640 135107411 4287389216 18446744073709551615 134531817 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15847/statm: 105850 2356 59 146 0 104726 0
[pid=15845/tid=15862] ppid=15731 vsize=315548 CPUtime=0 cores=5,7
/proc/15845/task/15862/stat : 15862 (python) S 15731 15731 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656871522 323121152 7161 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 514 18446604463509611520 0 0 -1 7 0 0 0
[pid=15863] ppid=15731 vsize=326048 CPUtime=0.2 cores=5,7
/proc/15863/stat : 15863 (python) S 15731 15731 14954 0 -1 4202560 1088 0 0 0 12 8 0 0 19 0 2 0 656871523 333873152 7166 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15863/statm: 81512 7166 400 364 0 17418 0
[pid=15865] ppid=15863 vsize=423400 CPUtime=100.19 cores=5,7
/proc/15865/stat : 15865 (adaptg2wsat2009) T 15863 15865 15865 0 -1 4202496 2624 0 0 0 10019 0 0 0 25 0 1 0 656871524 433561600 2358 33554432000 134512640 135107411 4291441120 18446744073709551615 134531254 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15865/statm: 105850 2358 59 146 0 104726 0
[pid=15863/tid=15881] ppid=15731 vsize=326048 CPUtime=0 cores=5,7
/proc/15863/task/15881/stat : 15881 (python) S 15731 15731 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656881544 333873152 7166 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 514 18446604459823370496 0 0 -1 5 0 0 0
[pid=15882] ppid=15731 vsize=336408 CPUtime=0.2 cores=5,7
/proc/15882/stat : 15882 (python) S 15731 15731 14954 0 -1 4202560 1093 0 0 0 11 9 0 0 19 0 2 0 656881545 344481792 7170 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15882/statm: 84102 7170 400 364 0 20005 0
[pid=15884] ppid=15882 vsize=1020308 CPUtime=100.08 cores=5,7
/proc/15884/stat : 15884 (gnovelty+2) T 15882 15884 15884 0 -1 4202496 1156 0 0 0 10008 0 0 0 25 0 1 0 656881545 1044795392 892 33554432000 134512640 135663704 4293527808 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15884/statm: 255077 892 113 282 0 254793 0
[pid=15882/tid=15900] ppid=15731 vsize=336408 CPUtime=0 cores=5,7
/proc/15882/task/15900/stat : 15900 (python) S 15731 15731 14954 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656891569 344481792 7170 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 514 18446604471134455744 0 0 -1 7 0 0 0
[pid=15901] ppid=15731 vsize=346588 CPUtime=0.2 cores=5,7
/proc/15901/stat : 15901 (python) S 15731 15731 14954 0 -1 4202560 1083 0 0 0 10 10 0 0 19 0 2 0 656891571 354906112 7174 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15901/statm: 86647 7174 400 364 0 22547 0
[pid=15903] ppid=15901 vsize=253028 CPUtime=98.2 cores=5,7
/proc/15903/stat : 15903 (FH) T 15901 15903 15903 0 -1 4202496 2498 0 0 0 9820 0 0 0 25 0 1 0 656891571 259100672 2233 33554432000 134512640 134936988 4294415088 18446744073709551615 134552493 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15903/statm: 63257 2233 41 104 0 62761 0
[pid=15901/tid=15921] ppid=15731 vsize=346588 CPUtime=0 cores=5,7
/proc/15901/task/15921/stat : 15921 (python) S 15731 15731 14954 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656901391 354906112 7174 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 514 18446604459823372288 0 0 -1 7 0 0 0
[pid=15922] ppid=15731 vsize=356572 CPUtime=0 cores=5,7
/proc/15922/stat : 15922 (python) S 15731 15731 14954 0 -1 4202560 774 0 0 0 0 0 0 0 19 0 1 0 656901393 365129728 7126 33554432000 4194304 5683644 140735234205136 18446744073709551615 248089718342 0 0 16781312 514 13184360206311620607 0 0 17 5 0 0 0
/proc/15922/statm: 89143 7126 349 364 0 25040 0
[pid=15924] ppid=15922 vsize=420480 CPUtime=0.17 cores=5,7
/proc/15924/stat : 15924 (adaptg2wsat2009) R 15922 15924 15924 0 -1 4202496 1692 0 0 0 17 0 0 0 21 0 1 0 656901393 430571520 1422 33554432000 134512640 135107411 4288926128 18446744073709551615 134523314 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15924/statm: 105120 1422 49 146 0 103996 0
[pid=15731/tid=15756] ppid=15729 vsize=366816 CPUtime=0 cores=5,7
/proc/15731/task/15756/stat : 15756 (python) S 15729 15731 14954 0 -1 4202560 26 923 0 9 0 0 0 0 20 0 9 0 656831441 375619584 8672 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 2 18446604470228233216 0 0 -1 5 0 0 0
[pid=15731/tid=15804] ppid=15729 vsize=366816 CPUtime=0 cores=5,7
/proc/15731/task/15804/stat : 15804 (python) S 15729 15731 14954 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 9 0 656841463 375619584 8672 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 2 18446604470228233216 0 0 -1 5 0 0 0
[pid=15731/tid=15823] ppid=15729 vsize=366816 CPUtime=0 cores=5,7
/proc/15731/task/15823/stat : 15823 (python) S 15729 15731 14954 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 9 0 656851486 375619584 8672 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 2 18446604470228233216 0 0 -1 7 0 0 0
[pid=15731/tid=15846] ppid=15729 vsize=366816 CPUtime=0 cores=5,7
/proc/15731/task/15846/stat : 15846 (python) S 15729 15731 14954 0 -1 4202560 30 923 0 9 0 0 0 0 20 0 9 0 656861505 375619584 8672 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 2 18446604470228233216 0 0 -1 5 0 0 0
[pid=15731/tid=15864] ppid=15729 vsize=366816 CPUtime=0 cores=5,7
/proc/15731/task/15864/stat : 15864 (python) S 15729 15731 14954 0 -1 4202560 26 923 0 9 0 0 0 0 20 0 9 0 656871524 375619584 8672 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 2 18446604470228233216 0 0 -1 5 0 0 0
[pid=15731/tid=15883] ppid=15729 vsize=366816 CPUtime=0 cores=5,7
/proc/15731/task/15883/stat : 15883 (python) S 15729 15731 14954 0 -1 4202560 25 923 0 9 0 0 0 0 20 0 9 0 656881545 375619584 8672 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 2 18446604470228233216 0 0 -1 5 0 0 0
[pid=15731/tid=15902] ppid=15729 vsize=366816 CPUtime=0 cores=5,7
/proc/15731/task/15902/stat : 15902 (python) S 15729 15731 14954 0 -1 4202560 29 923 0 9 0 0 0 0 20 0 9 0 656891571 375619584 8672 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 2 18446604470228233216 0 0 -1 5 0 0 0
[pid=15731/tid=15923] ppid=15729 vsize=366816 CPUtime=0 cores=5,7
/proc/15731/task/15923/stat : 15923 (python) S 15729 15731 14954 0 -1 4202560 28 923 0 9 0 0 0 0 20 0 9 0 656901393 375619584 8672 33554432000 4194304 5683644 140735234205136 18446744073709551615 248101521841 0 0 16781312 2 18446604470228233216 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 702.86
Current children cumulated vsize (KiB) 7948528

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 703.968
CPU time (s): 702.86
CPU user time (s): 701.72
CPU system time (s): 1.14
CPU usage (%): 99.8426
Max. virtual memory (cumulated for all children) (KiB): 7948528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.21166
system time used= 0.547916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21403
page faults= 80
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54193
involuntary context switches= 84

runsolver used 1.80472 second user time and 3.99939 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-15 11:38:32
IDJOB=3377327
IDBENCH=82636
IDSOLVER=1857
FILE ID=node123/3377327-1305452312
RUNJOBID= node123-1305452312-15692
PBS_JOBID= 13324867
Free space on /tmp= 73428 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S971556279-001-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-3377327-1305452312/watcher-3377327-1305452312 -o /tmp/evaluation-result-3377327-1305452312/solver-3377327-1305452312 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377327-1305452312.cnf -seed 31274089 -budget 2400

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

MD5SUM BENCH= 9224277e61359574518ca553717e02ee
RANDOM SEED=31274089

node123.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.838
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.67
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.838
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.15
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.838
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.838
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.82
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.838
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.838
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.80
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.838
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.74
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.838
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19008880 kB
Buffers:        309988 kB
Cached:        4286904 kB
SwapCached:      10528 kB
Active:       10751080 kB
Inactive:      2919644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19008880 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:          129844 kB
Writeback:           8 kB
AnonPages:     9071032 kB
Mapped:          16620 kB
Slab:           179192 kB
PageTables:      31708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 13093692 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= 73332 MiB
End job on node123 at 2011-05-15 11:50:18