Trace number 3377358

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S1274193329-021-UNKNOWN.cnf
MD5SUM3c4691c1028b5642345f341166405cb7
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 variables250
Number of clauses21250
Sum of the clauses size148750
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 521250

Solver Data

0.45/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.45/0.70	c INFO: solving HOME/instance-3377358-1305452676.cnf
0.45/0.70	c INFO: computing task features
0.45/0.78	c INFO: computed variable-clause graph statistics
0.45/0.79	c INFO: computed clause balance statistics
1.24/1.53	c INFO: computed variable balance statistics
1.54/1.83	c INFO: computed small-clause counts
1.54/1.84	c INFO: computed Horn-clause counts
1.54/1.86	c INFO: computed variable graph statistics
1.54/1.86	c INFO: collected features for HOME/instance-3377358-1305452676.cnf in 1.22 s
1.54/1.87	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.36)
101.84/102.11	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
202.23/202.36	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
302.38/302.59	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
402.67/402.80	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.05)
502.89/503.02	c INFO: running gnovelty+2@0 for 97 with 1898 remaining (b = 0.04)
603.11/603.27	c INFO: running FH@0 for 97 with 1798 remaining (b = 0.03)
703.30/703.48	c INFO: running adaptg2wsat2009++@0 for 97 with 1698 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-3377358-1305452676/watcher-3377358-1305452676 -o /tmp/evaluation-result-3377358-1305452676/solver-3377358-1305452676 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377358-1305452676.cnf -seed 1292795204 -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: 3.22 1.79 2.18 4/295 9598
/proc/meminfo: memFree=24687936/32951124 swapFree=67083432/67111528
[pid=9598] ppid=9596 vsize=15384 CPUtime=0 cores=5,7
/proc/9598/stat : 9598 (python) R 9596 9598 8612 0 -1 4202496 806 0 0 0 0 0 0 0 25 0 1 0 735498196 15753216 693 33554432000 4194304 5683644 140734830869632 18446744073709551615 4651872 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/9598/statm: 3846 693 332 364 0 333 0

[startup+0.0950541 s]
/proc/loadavg: 3.22 1.79 2.18 4/295 9598
/proc/meminfo: memFree=24687936/32951124 swapFree=67083432/67111528
[pid=9598] ppid=9596 vsize=85364 CPUtime=0.05 cores=5,7
/proc/9598/stat : 9598 (python) R 9596 9598 8612 0 -1 4202496 2560 0 0 0 4 1 0 0 17 0 1 0 735498196 87412736 2288 33554432000 4194304 5683644 140734830869632 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/9598/statm: 21341 2294 707 364 0 1558 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85364

[startup+0.10105 s]
/proc/loadavg: 3.22 1.79 2.18 4/295 9598
/proc/meminfo: memFree=24687936/32951124 swapFree=67083432/67111528
[pid=9598] ppid=9596 vsize=89772 CPUtime=0.06 cores=5,7
/proc/9598/stat : 9598 (python) S 9596 9598 8612 0 -1 4202496 2671 0 0 0 4 2 0 0 17 0 1 0 735498196 91926528 2388 33554432000 4194304 5683644 140734830869632 18446744073709551615 260020393984 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/9598/statm: 22443 2388 750 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89772

[startup+0.301022 s]
/proc/loadavg: 3.22 1.79 2.18 4/295 9598
/proc/meminfo: memFree=24687936/32951124 swapFree=67083432/67111528
[pid=9598] ppid=9596 vsize=135752 CPUtime=0.18 cores=5,7
/proc/9598/stat : 9598 (python) R 9596 9598 8612 0 -1 4202496 5972 930 1 0 13 5 0 0 17 0 1 0 735498196 139010048 4149 33554432000 4194304 5683644 140734830869632 18446744073709551615 260020391941 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/9598/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700916 s]
/proc/loadavg: 3.22 1.79 2.18 4/295 9598
/proc/meminfo: memFree=24687936/32951124 swapFree=67083432/67111528
[pid=9598] ppid=9596 vsize=281000 CPUtime=0.45 cores=5,7
/proc/9598/stat : 9598 (python) R 9596 9598 8612 0 -1 4202496 9903 930 1 0 33 12 0 0 15 0 1 0 735498196 287744000 7575 33554432000 4194304 5683644 140734830869632 18446744073709551615 4297509 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/9598/statm: 70250 7577 1761 364 0 6174 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 281000

[startup+1.50077 s]
/proc/loadavg: 3.28 1.83 2.19 5/296 9603
/proc/meminfo: memFree=24660152/32951124 swapFree=67083432/67111528
[pid=9598] ppid=9596 vsize=283976 CPUtime=1.24 cores=5,7
/proc/9598/stat : 9598 (python) R 9596 9598 8612 0 -1 4202496 11752 930 1 0 112 12 0 0 16 0 1 0 735498196 290791424 8378 33554432000 4194304 5683644 140734830869632 18446744073709551615 47609185798272 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/9598/statm: 70994 8378 1826 364 0 6918 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 283976

[startup+3.10047 s]
/proc/loadavg: 3.28 1.83 2.19 5/299 9606
/proc/meminfo: memFree=24660376/32951124 swapFree=67083432/67111528
[pid=9598] ppid=9596 vsize=289868 CPUtime=1.63 cores=5,7
/proc/9598/stat : 9598 (python) S 9596 9598 8612 0 -1 4202496 12097 930 1 0 150 13 0 0 19 0 2 0 735498196 296824832 7331 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9598/statm: 72467 7331 1869 364 0 8385 0
[pid=9604] ppid=9598 vsize=280108 CPUtime=0 cores=5,7
/proc/9604/stat : 9604 (python) S 9598 9598 8612 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 735498383 286830592 5814 33554432000 4194304 5683644 140734830869632 18446744073709551615 260020416015 0 0 16781312 514 1001729039355838727 0 0 17 5 0 0 0
/proc/9604/statm: 70027 5814 355 364 0 5945 0
[pid=9606] ppid=9604 vsize=1018820 CPUtime=1.21 cores=5,7
/proc/9606/stat : 9606 (gnovelty+2) R 9604 9606 9606 0 -1 4202496 865 0 0 0 121 0 0 0 22 0 1 0 735498384 1043271680 596 33554432000 134512640 135663704 4294903408 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9606/statm: 254705 596 113 282 0 254421 0
[pid=9598/tid=9605] ppid=9596 vsize=289868 CPUtime=0 cores=5,7
/proc/9598/task/9605/stat : 9605 (python) S 9596 9598 8612 0 -1 4202560 25 930 0 0 0 0 0 0 19 0 2 0 735498384 296824832 7331 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 2 18446604456422660864 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 1588796

[startup+6.30089 s]
/proc/loadavg: 3.34 1.87 2.20 5/299 9606
/proc/meminfo: memFree=24660176/32951124 swapFree=67083432/67111528
[pid=9598] ppid=9596 vsize=289868 CPUtime=1.63 cores=5,7
/proc/9598/stat : 9598 (python) S 9596 9598 8612 0 -1 4202496 12097 930 1 0 150 13 0 0 19 0 2 0 735498196 296824832 7331 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9598/statm: 72467 7331 1869 364 0 8385 0
[pid=9604] ppid=9598 vsize=280108 CPUtime=0 cores=5,7
/proc/9604/stat : 9604 (python) S 9598 9598 8612 0 -1 4202560 968 0 0 0 0 0 0 0 18 0 1 0 735498383 286830592 5842 33554432000 4194304 5683644 140734830869632 18446744073709551615 260020416015 0 0 16781312 514 1001729039355838727 0 0 17 5 0 0 0
/proc/9604/statm: 70027 5842 383 364 0 5945 0
[pid=9606] ppid=9604 vsize=1018820 CPUtime=4.4 cores=5,7
/proc/9606/stat : 9606 (gnovelty+2) R 9604 9606 9606 0 -1 4202496 865 0 0 0 440 0 0 0 25 0 1 0 735498384 1043271680 596 33554432000 134512640 135663704 4294903408 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9606/statm: 254705 596 113 282 0 254421 0
[pid=9598/tid=9605] ppid=9596 vsize=289868 CPUtime=0 cores=5,7
/proc/9598/task/9605/stat : 9605 (python) S 9596 9598 8612 0 -1 4202560 25 930 0 0 0 0 0 0 19 0 2 0 735498384 296824832 7331 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 2 18446604456422660864 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 1588796

[startup+12.7007 s]
/proc/loadavg: 3.39 1.90 2.21 5/299 9606
/proc/meminfo: memFree=24659236/32951124 swapFree=67083432/67111528
[pid=9598] ppid=9596 vsize=289868 CPUtime=1.63 cores=5,7
/proc/9598/stat : 9598 (python) S 9596 9598 8612 0 -1 4202496 12097 930 1 0 150 13 0 0 19 0 2 0 735498196 296824832 7331 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9598/statm: 72467 7331 1869 364 0 8385 0
[pid=9604] ppid=9598 vsize=280108 CPUtime=0.02 cores=5,7
/proc/9604/stat : 9604 (python) S 9598 9598 8612 0 -1 4202560 971 0 0 0 1 1 0 0 18 0 1 0 735498383 286830592 5842 33554432000 4194304 5683644 140734830869632 18446744073709551615 260020416015 0 0 16781312 514 15964785690005176583 0 0 17 5 0 0 0
/proc/9604/statm: 70027 5842 383 364 0 5945 0
[pid=9606] ppid=9604 vsize=1018820 CPUtime=10.79 cores=5,7
/proc/9606/stat : 9606 (gnovelty+2) R 9604 9606 9606 0 -1 4202496 865 0 0 0 1079 0 0 0 25 0 1 0 735498384 1043271680 596 33554432000 134512640 135663704 4294903408 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9606/statm: 254705 596 113 282 0 254421 0
[pid=9598/tid=9605] ppid=9596 vsize=289868 CPUtime=0 cores=5,7
/proc/9598/task/9605/stat : 9605 (python) S 9596 9598 8612 0 -1 4202560 25 930 0 0 0 0 0 0 19 0 2 0 735498384 296824832 7331 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 2 18446604456422660864 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 1588796

[startup+25.5004 s]
/proc/loadavg: 3.53 2.00 2.24 5/303 9611
/proc/meminfo: memFree=24655432/32951124 swapFree=67083432/67111528
[pid=9598] ppid=9596 vsize=289868 CPUtime=1.63 cores=5,7
/proc/9598/stat : 9598 (python) S 9596 9598 8612 0 -1 4202496 12097 930 1 0 150 13 0 0 19 0 2 0 735498196 296824832 7331 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9598/statm: 72467 7331 1869 364 0 8385 0
[pid=9604] ppid=9598 vsize=280108 CPUtime=0.04 cores=5,7
/proc/9604/stat : 9604 (python) S 9598 9598 8612 0 -1 4202560 977 0 0 0 2 2 0 0 18 0 1 0 735498383 286830592 5842 33554432000 4194304 5683644 140734830869632 18446744073709551615 260020416015 0 0 16781312 514 15964785690005176583 0 0 17 5 0 0 0
/proc/9604/statm: 70027 5842 383 364 0 5945 0
[pid=9606] ppid=9604 vsize=1018820 CPUtime=23.56 cores=5,7
/proc/9606/stat : 9606 (gnovelty+2) R 9604 9606 9606 0 -1 4202496 865 0 0 0 2356 0 0 0 25 0 1 0 735498384 1043271680 596 33554432000 134512640 135663704 4294903408 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9606/statm: 254705 596 113 282 0 254421 0
[pid=9598/tid=9605] ppid=9596 vsize=289868 CPUtime=0 cores=5,7
/proc/9598/task/9605/stat : 9605 (python) S 9596 9598 8612 0 -1 4202560 25 930 0 0 0 0 0 0 19 0 2 0 735498384 296824832 7331 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 2 18446604456422660864 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 1588796

[startup+51.1007 s]
/proc/loadavg: 3.69 2.16 2.28 5/311 9619
/proc/meminfo: memFree=24585768/32951124 swapFree=67083432/67111528
[pid=9598] ppid=9596 vsize=289868 CPUtime=1.63 cores=5,7
/proc/9598/stat : 9598 (python) S 9596 9598 8612 0 -1 4202496 12097 930 1 0 150 13 0 0 19 0 2 0 735498196 296824832 7331 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9598/statm: 72467 7331 1869 364 0 8385 0
[pid=9604] ppid=9598 vsize=280108 CPUtime=0.08 cores=5,7
/proc/9604/stat : 9604 (python) S 9598 9598 8612 0 -1 4202560 989 0 0 0 4 4 0 0 18 0 1 0 735498383 286830592 5842 33554432000 4194304 5683644 140734830869632 18446744073709551615 260020416015 0 0 16781312 514 15964785690005176583 0 0 17 5 0 0 0
/proc/9604/statm: 70027 5842 383 364 0 5945 0
[pid=9606] ppid=9604 vsize=1018820 CPUtime=49.12 cores=5,7
/proc/9606/stat : 9606 (gnovelty+2) R 9604 9606 9606 0 -1 4202496 865 0 0 0 4912 0 0 0 25 0 1 0 735498384 1043271680 596 33554432000 134512640 135663704 4294903408 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9606/statm: 254705 596 113 282 0 254421 0
[pid=9598/tid=9605] ppid=9596 vsize=289868 CPUtime=0 cores=5,7
/proc/9598/task/9605/stat : 9605 (python) S 9596 9598 8612 0 -1 4202560 25 930 0 0 0 0 0 0 19 0 2 0 735498384 296824832 7331 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 2 18446604456422660864 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 1588796

[startup+102.311 s]
/proc/loadavg: 3.86 2.44 2.37 5/311 9660
/proc/meminfo: memFree=24563844/32951124 swapFree=67083432/67111528
[pid=9598] ppid=9596 vsize=300124 CPUtime=1.64 cores=5,7
/proc/9598/stat : 9598 (python) S 9596 9598 8612 0 -1 4202496 12980 930 1 0 151 13 0 0 20 0 3 0 735498196 307326976 7346 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9598/statm: 75031 7346 1880 364 0 10946 0
[pid=9604] ppid=9598 vsize=290352 CPUtime=0.19 cores=5,7
/proc/9604/stat : 9604 (python) S 9598 9598 8612 0 -1 4202560 1152 0 0 0 10 9 0 0 19 0 2 0 735498383 297320448 5879 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9604/statm: 72588 5879 415 364 0 8506 0
[pid=9606] ppid=9604 vsize=1018820 CPUtime=100.03 cores=5,7
/proc/9606/stat : 9606 (gnovelty+2) T 9604 9606 9606 0 -1 4202496 865 0 0 0 10003 0 0 0 25 0 1 0 735498384 1043271680 596 33554432000 134512640 135663704 4294903408 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/9606/statm: 254705 596 113 282 0 254421 0
[pid=9604/tid=9657] ppid=9598 vsize=290352 CPUtime=0 cores=5,7
/proc/9604/task/9657/stat : 9657 (python) S 9598 9598 8612 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735508406 297320448 5879 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 514 18446604461735861056 0 0 -1 7 0 0 0
[pid=9658] ppid=9598 vsize=290364 CPUtime=0 cores=5,7
/proc/9658/stat : 9658 (python) S 9598 9598 8612 0 -1 4202560 741 0 0 0 0 0 0 0 20 0 1 0 735508407 297332736 5812 33554432000 4194304 5683644 140734830869632 18446744073709551615 260020416070 0 0 16781312 514 14785326102167420927 0 0 17 7 0 0 0
/proc/9658/statm: 72591 5812 349 364 0 8506 0
[pid=9660] ppid=9658 vsize=1018820 CPUtime=0.18 cores=5,7
/proc/9660/stat : 9660 (gnovelty+2) R 9658 9660 9660 0 -1 4202496 859 0 0 0 18 0 0 0 22 0 1 0 735508408 1043271680 595 33554432000 134512640 135663704 4294663376 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9660/statm: 254705 595 113 282 0 254421 0
[pid=9598/tid=9605] ppid=9596 vsize=300124 CPUtime=0 cores=5,7
/proc/9598/task/9605/stat : 9605 (python) S 9596 9598 8612 0 -1 4202560 25 930 0 0 0 0 0 0 19 0 3 0 735498384 307326976 7346 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 2 18446604456422660864 0 0 -1 5 0 0 0
[pid=9598/tid=9659] ppid=9596 vsize=300124 CPUtime=0 cores=5,7
/proc/9598/task/9659/stat : 9659 (python) S 9596 9598 8612 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 3 0 735508408 307326976 7346 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 2 18446604456422660864 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 2918480

[startup+162.301 s]
/proc/loadavg: 3.95 2.72 2.47 5/319 9669
/proc/meminfo: memFree=24492608/32951124 swapFree=67083432/67111528
[pid=9598] ppid=9596 vsize=300124 CPUtime=1.64 cores=5,7
/proc/9598/stat : 9598 (python) S 9596 9598 8612 0 -1 4202496 12980 930 1 0 151 13 0 0 20 0 3 0 735498196 307326976 7346 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9598/statm: 75031 7346 1880 364 0 10946 0
[pid=9604] ppid=9598 vsize=290352 CPUtime=0.19 cores=5,7
/proc/9604/stat : 9604 (python) S 9598 9598 8612 0 -1 4202560 1152 0 0 0 10 9 0 0 19 0 2 0 735498383 297320448 5879 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9604/statm: 72588 5879 415 364 0 8506 0
[pid=9606] ppid=9604 vsize=1018820 CPUtime=100.03 cores=5,7
/proc/9606/stat : 9606 (gnovelty+2) T 9604 9606 9606 0 -1 4202496 865 0 0 0 10003 0 0 0 25 0 1 0 735498384 1043271680 596 33554432000 134512640 135663704 4294903408 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/9606/statm: 254705 596 113 282 0 254421 0
[pid=9604/tid=9657] ppid=9598 vsize=290352 CPUtime=0 cores=5,7
/proc/9604/task/9657/stat : 9657 (python) S 9598 9598 8612 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735508406 297320448 5879 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 514 18446604461735861056 0 0 -1 7 0 0 0
[pid=9658] ppid=9598 vsize=290364 CPUtime=0.11 cores=5,7

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

[pid=9711] ppid=9598 vsize=300700 CPUtime=0.21 cores=5,7
/proc/9711/stat : 9711 (python) S 9598 9598 8612 0 -1 4202560 1081 0 0 0 10 11 0 0 19 0 2 0 735518432 307916800 5868 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9711/statm: 75175 5868 400 364 0 11087 0
[pid=9713] ppid=9711 vsize=419428 CPUtime=99.96 cores=5,7
/proc/9713/stat : 9713 (adaptg2wsat2009) T 9711 9713 9713 0 -1 4202496 1441 0 0 0 9996 0 0 0 25 0 1 0 735518433 429494272 1176 33554432000 134512640 135107411 4289983456 18446744073709551615 134531401 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/9713/statm: 104857 1176 59 146 0 103733 0
[pid=9711/tid=9723] ppid=9598 vsize=300700 CPUtime=0 cores=5,7
/proc/9711/task/9723/stat : 9723 (python) S 9598 9598 8612 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735528453 307916800 5868 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 514 18446604462036759744 0 0 -1 7 0 0 0
[pid=9724] ppid=9598 vsize=311048 CPUtime=0.2 cores=5,7
/proc/9724/stat : 9724 (python) S 9598 9598 8612 0 -1 4202560 1080 0 0 0 11 9 0 0 19 0 2 0 735528455 318513152 5892 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9724/statm: 77762 5892 400 364 0 13671 0
[pid=9726] ppid=9724 vsize=419428 CPUtime=99.98 cores=5,7
/proc/9726/stat : 9726 (adaptg2wsat2009) T 9724 9726 9726 0 -1 4202496 1444 0 0 0 9998 0 0 0 25 0 1 0 735528455 429494272 1177 33554432000 134512640 135107411 4292726672 18446744073709551615 134537856 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/9726/statm: 104857 1177 59 146 0 103733 0
[pid=9724/tid=9765] ppid=9598 vsize=311048 CPUtime=0 cores=5,7
/proc/9724/task/9765/stat : 9765 (python) S 9598 9598 8612 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735538475 318513152 5892 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 514 18446604458945698880 0 0 -1 7 0 0 0
[pid=9766] ppid=9598 vsize=321400 CPUtime=0.21 cores=5,7
/proc/9766/stat : 9766 (python) S 9598 9598 8612 0 -1 4202560 1098 0 0 0 11 10 0 0 19 0 2 0 735538476 329113600 5919 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9766/statm: 80350 5919 400 364 0 16256 0
[pid=9768] ppid=9766 vsize=419428 CPUtime=100.03 cores=5,7
/proc/9768/stat : 9768 (adaptg2wsat2009) T 9766 9768 9768 0 -1 4202496 1442 0 0 0 10003 0 0 0 25 0 1 0 735538476 429494272 1176 33554432000 134512640 135107411 4290655760 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/9768/statm: 104857 1176 59 146 0 103733 0
[pid=9766/tid=9781] ppid=9598 vsize=321400 CPUtime=0 cores=5,7
/proc/9766/task/9781/stat : 9781 (python) S 9598 9598 8612 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735548496 329113600 5919 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 514 18446604471093442688 0 0 -1 7 0 0 0
[pid=9782] ppid=9598 vsize=397404 CPUtime=0.2 cores=5,7
/proc/9782/stat : 9782 (python) S 9598 9598 8612 0 -1 4202560 1088 0 0 0 10 10 0 0 18 0 2 0 735548498 406941696 5948 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9782/statm: 99351 5948 400 364 0 35254 0
[pid=9784] ppid=9782 vsize=1018820 CPUtime=100.04 cores=5,7
/proc/9784/stat : 9784 (gnovelty+2) T 9782 9784 9784 0 -1 4202496 859 0 0 0 10004 0 0 0 25 0 1 0 735548498 1043271680 596 33554432000 134512640 135663704 4289656896 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/9784/statm: 254705 596 113 282 0 254421 0
[pid=9782/tid=10003] ppid=9598 vsize=397404 CPUtime=0 cores=5,7
/proc/9782/task/10003/stat : 10003 (python) S 9598 9598 8612 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735558521 406941696 5948 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 514 18446604459069490240 0 0 -1 7 0 0 0
[pid=10004] ppid=9598 vsize=341952 CPUtime=0.21 cores=5,7
/proc/10004/stat : 10004 (python) S 9598 9598 8612 0 -1 4202560 1096 0 0 0 12 9 0 0 19 0 2 0 735558523 350158848 6004 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/10004/statm: 85488 6004 400 364 0 21388 0
[pid=10006] ppid=10004 vsize=249188 CPUtime=99.99 cores=5,7
/proc/10006/stat : 10006 (FH) T 10004 10006 10006 0 -1 4202496 1322 0 0 0 9999 0 0 0 25 0 1 0 735558523 255168512 1058 33554432000 134512640 134936988 4293530880 18446744073709551615 134545000 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/10006/statm: 62297 1058 41 104 0 61801 0
[pid=10004/tid=10021] ppid=9598 vsize=341952 CPUtime=0 cores=5,7
/proc/10004/task/10021/stat : 10021 (python) S 9598 9598 8612 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735568543 350158848 6004 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 514 18446604471164544320 0 0 -1 5 0 0 0
[pid=10022] ppid=9598 vsize=352448 CPUtime=0 cores=5,7
/proc/10022/stat : 10022 (python) S 9598 9598 8612 0 -1 4202560 776 0 0 0 0 0 0 0 18 0 1 0 735568544 360906752 5958 33554432000 4194304 5683644 140734830869632 18446744073709551615 260020416070 0 0 16781312 514 11587587572926251007 0 0 17 7 0 0 0
/proc/10022/statm: 88112 5958 351 364 0 24009 0
[pid=10024] ppid=10022 vsize=419160 CPUtime=0.42 cores=5,7
/proc/10024/stat : 10024 (adaptg2wsat2009) R 10022 10024 10024 0 -1 4202496 1259 0 0 0 42 0 0 0 20 0 1 0 735568545 429219840 990 33554432000 134512640 135107411 4292783520 18446744073709551615 134523323 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/10024/statm: 104790 990 49 146 0 103666 0
[pid=9598/tid=9605] ppid=9596 vsize=362140 CPUtime=0 cores=5,7
/proc/9598/task/9605/stat : 9605 (python) S 9596 9598 8612 0 -1 4202560 25 930 0 0 0 0 0 0 19 0 9 0 735498384 370831360 7502 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 2 18446604456422660864 0 0 -1 5 0 0 0
[pid=9598/tid=9659] ppid=9596 vsize=362140 CPUtime=0 cores=5,7
/proc/9598/task/9659/stat : 9659 (python) S 9596 9598 8612 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 735508408 370831360 7502 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 2 18446604456422660864 0 0 -1 5 0 0 0
[pid=9598/tid=9712] ppid=9596 vsize=362140 CPUtime=0 cores=5,7
/proc/9598/task/9712/stat : 9712 (python) S 9596 9598 8612 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 735518433 370831360 7502 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 2 18446604456422660864 0 0 -1 5 0 0 0
[pid=9598/tid=9725] ppid=9596 vsize=362140 CPUtime=0 cores=5,7
/proc/9598/task/9725/stat : 9725 (python) S 9596 9598 8612 0 -1 4202560 21 930 0 0 0 0 0 0 20 0 9 0 735528455 370831360 7502 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 2 18446604456422660864 0 0 -1 5 0 0 0
[pid=9598/tid=9767] ppid=9596 vsize=362140 CPUtime=0 cores=5,7
/proc/9598/task/9767/stat : 9767 (python) S 9596 9598 8612 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 735538476 370831360 7502 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 2 18446604456422660864 0 0 -1 5 0 0 0
[pid=9598/tid=9783] ppid=9596 vsize=362140 CPUtime=0 cores=5,7
/proc/9598/task/9783/stat : 9783 (python) S 9596 9598 8612 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 735548498 370831360 7502 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 2 18446604456422660864 0 0 -1 5 0 0 0
[pid=9598/tid=10005] ppid=9596 vsize=362140 CPUtime=0 cores=5,7
/proc/9598/task/10005/stat : 10005 (python) S 9596 9598 8612 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 9 0 735558523 370831360 7502 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 2 18446604456422660864 0 0 -1 7 0 0 0
[pid=9598/tid=10023] ppid=9596 vsize=362140 CPUtime=0 cores=5,7
/proc/9598/task/10023/stat : 10023 (python) S 9596 9598 8612 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 9 0 735568545 370831360 7502 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 2 18446604456422660864 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 703.82
Current children cumulated vsize (KiB) 7950900

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

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

[startup+703.902 s]
/proc/loadavg: 4.05 3.81 3.14 6/351 10024
/proc/meminfo: memFree=24499536/32951124 swapFree=67083432/67111528
[pid=9598] ppid=9596 vsize=362140 CPUtime=1.73 cores=5,7
/proc/9598/stat : 9598 (python) S 9596 9598 8612 0 -1 4202496 18142 930 1 0 159 14 0 0 19 0 9 0 735498196 370831360 7502 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9598/statm: 90535 7502 1892 364 0 26432 0
[pid=9604] ppid=9598 vsize=290352 CPUtime=0.19 cores=5,7
/proc/9604/stat : 9604 (python) S 9598 9598 8612 0 -1 4202560 1152 0 0 0 10 9 0 0 19 0 2 0 735498383 297320448 5879 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9604/statm: 72588 5879 415 364 0 8506 0
[pid=9606] ppid=9604 vsize=1018820 CPUtime=100.03 cores=5,7
/proc/9606/stat : 9606 (gnovelty+2) T 9604 9606 9606 0 -1 4202496 865 0 0 0 10003 0 0 0 25 0 1 0 735498384 1043271680 596 33554432000 134512640 135663704 4294903408 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/9606/statm: 254705 596 113 282 0 254421 0
[pid=9604/tid=9657] ppid=9598 vsize=290352 CPUtime=0 cores=5,7
/proc/9604/task/9657/stat : 9657 (python) S 9598 9598 8612 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735508406 297320448 5879 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 514 18446604461735861056 0 0 -1 7 0 0 0
[pid=9658] ppid=9598 vsize=290364 CPUtime=0.19 cores=5,7
/proc/9658/stat : 9658 (python) S 9598 9598 8612 0 -1 4202560 1074 0 0 0 9 10 0 0 19 0 2 0 735508407 297332736 5864 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9658/statm: 72591 5864 400 364 0 8506 0
[pid=9660] ppid=9658 vsize=1018820 CPUtime=100.23 cores=5,7
/proc/9660/stat : 9660 (gnovelty+2) T 9658 9660 9660 0 -1 4202496 859 0 0 0 10023 0 0 0 25 0 1 0 735508408 1043271680 595 33554432000 134512640 135663704 4294663376 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/9660/statm: 254705 595 113 282 0 254421 0
[pid=9658/tid=9710] ppid=9598 vsize=290364 CPUtime=0 cores=5,7
/proc/9658/task/9710/stat : 9710 (python) S 9598 9598 8612 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735518431 297332736 5864 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 514 18446604469240072128 0 0 -1 7 0 0 0
[pid=9711] ppid=9598 vsize=300700 CPUtime=0.21 cores=5,7
/proc/9711/stat : 9711 (python) S 9598 9598 8612 0 -1 4202560 1081 0 0 0 10 11 0 0 19 0 2 0 735518432 307916800 5868 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9711/statm: 75175 5868 400 364 0 11087 0
[pid=9713] ppid=9711 vsize=419428 CPUtime=99.96 cores=5,7
/proc/9713/stat : 9713 (adaptg2wsat2009) T 9711 9713 9713 0 -1 4202496 1441 0 0 0 9996 0 0 0 25 0 1 0 735518433 429494272 1176 33554432000 134512640 135107411 4289983456 18446744073709551615 134531401 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/9713/statm: 104857 1176 59 146 0 103733 0
[pid=9711/tid=9723] ppid=9598 vsize=300700 CPUtime=0 cores=5,7
/proc/9711/task/9723/stat : 9723 (python) S 9598 9598 8612 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735528453 307916800 5868 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 514 18446604462036759744 0 0 -1 7 0 0 0
[pid=9724] ppid=9598 vsize=311048 CPUtime=0.2 cores=5,7
/proc/9724/stat : 9724 (python) S 9598 9598 8612 0 -1 4202560 1080 0 0 0 11 9 0 0 19 0 2 0 735528455 318513152 5892 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9724/statm: 77762 5892 400 364 0 13671 0
[pid=9726] ppid=9724 vsize=419428 CPUtime=99.98 cores=5,7
/proc/9726/stat : 9726 (adaptg2wsat2009) T 9724 9726 9726 0 -1 4202496 1444 0 0 0 9998 0 0 0 25 0 1 0 735528455 429494272 1177 33554432000 134512640 135107411 4292726672 18446744073709551615 134537856 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/9726/statm: 104857 1177 59 146 0 103733 0
[pid=9724/tid=9765] ppid=9598 vsize=311048 CPUtime=0 cores=5,7
/proc/9724/task/9765/stat : 9765 (python) S 9598 9598 8612 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735538475 318513152 5892 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 514 18446604458945698880 0 0 -1 7 0 0 0
[pid=9766] ppid=9598 vsize=321400 CPUtime=0.21 cores=5,7
/proc/9766/stat : 9766 (python) S 9598 9598 8612 0 -1 4202560 1098 0 0 0 11 10 0 0 19 0 2 0 735538476 329113600 5919 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9766/statm: 80350 5919 400 364 0 16256 0
[pid=9768] ppid=9766 vsize=419428 CPUtime=100.03 cores=5,7
/proc/9768/stat : 9768 (adaptg2wsat2009) T 9766 9768 9768 0 -1 4202496 1442 0 0 0 10003 0 0 0 25 0 1 0 735538476 429494272 1176 33554432000 134512640 135107411 4290655760 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/9768/statm: 104857 1176 59 146 0 103733 0
[pid=9766/tid=9781] ppid=9598 vsize=321400 CPUtime=0 cores=5,7
/proc/9766/task/9781/stat : 9781 (python) S 9598 9598 8612 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735548496 329113600 5919 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 514 18446604471093442688 0 0 -1 7 0 0 0
[pid=9782] ppid=9598 vsize=397404 CPUtime=0.2 cores=5,7
/proc/9782/stat : 9782 (python) S 9598 9598 8612 0 -1 4202560 1088 0 0 0 10 10 0 0 18 0 2 0 735548498 406941696 5948 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9782/statm: 99351 5948 400 364 0 35254 0
[pid=9784] ppid=9782 vsize=1018820 CPUtime=100.04 cores=5,7
/proc/9784/stat : 9784 (gnovelty+2) T 9782 9784 9784 0 -1 4202496 859 0 0 0 10004 0 0 0 25 0 1 0 735548498 1043271680 596 33554432000 134512640 135663704 4289656896 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/9784/statm: 254705 596 113 282 0 254421 0
[pid=9782/tid=10003] ppid=9598 vsize=397404 CPUtime=0 cores=5,7
/proc/9782/task/10003/stat : 10003 (python) S 9598 9598 8612 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735558521 406941696 5948 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 514 18446604459069490240 0 0 -1 7 0 0 0
[pid=10004] ppid=9598 vsize=341952 CPUtime=0.21 cores=5,7
/proc/10004/stat : 10004 (python) S 9598 9598 8612 0 -1 4202560 1096 0 0 0 12 9 0 0 19 0 2 0 735558523 350158848 6004 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/10004/statm: 85488 6004 400 364 0 21388 0
[pid=10006] ppid=10004 vsize=249188 CPUtime=99.99 cores=5,7
/proc/10006/stat : 10006 (FH) T 10004 10006 10006 0 -1 4202496 1322 0 0 0 9999 0 0 0 25 0 1 0 735558523 255168512 1058 33554432000 134512640 134936988 4293530880 18446744073709551615 134545000 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/10006/statm: 62297 1058 41 104 0 61801 0
[pid=10004/tid=10021] ppid=9598 vsize=341952 CPUtime=0 cores=5,7
/proc/10004/task/10021/stat : 10021 (python) S 9598 9598 8612 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735568543 350158848 6004 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 514 18446604471164544320 0 0 -1 5 0 0 0
[pid=10022] ppid=9598 vsize=352448 CPUtime=0 cores=5,7
/proc/10022/stat : 10022 (python) S 9598 9598 8612 0 -1 4202560 776 0 0 0 0 0 0 0 18 0 1 0 735568544 360906752 5958 33554432000 4194304 5683644 140734830869632 18446744073709551615 260020416070 0 0 16781312 514 11587587572926251007 0 0 17 7 0 0 0
/proc/10022/statm: 88112 5958 351 364 0 24009 0
[pid=10024] ppid=10022 vsize=419160 CPUtime=0.42 cores=5,7
/proc/10024/stat : 10024 (adaptg2wsat2009) R 10022 10024 10024 0 -1 4202496 1259 0 0 0 42 0 0 0 20 0 1 0 735568545 429219840 990 33554432000 134512640 135107411 4292783520 18446744073709551615 134523323 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/10024/statm: 104790 990 49 146 0 103666 0
[pid=9598/tid=9605] ppid=9596 vsize=362140 CPUtime=0 cores=5,7
/proc/9598/task/9605/stat : 9605 (python) S 9596 9598 8612 0 -1 4202560 25 930 0 0 0 0 0 0 19 0 9 0 735498384 370831360 7502 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 2 18446604456422660864 0 0 -1 5 0 0 0
[pid=9598/tid=9659] ppid=9596 vsize=362140 CPUtime=0 cores=5,7
/proc/9598/task/9659/stat : 9659 (python) S 9596 9598 8612 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 735508408 370831360 7502 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 2 18446604456422660864 0 0 -1 5 0 0 0
[pid=9598/tid=9712] ppid=9596 vsize=362140 CPUtime=0 cores=5,7
/proc/9598/task/9712/stat : 9712 (python) S 9596 9598 8612 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 735518433 370831360 7502 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 2 18446604456422660864 0 0 -1 5 0 0 0
[pid=9598/tid=9725] ppid=9596 vsize=362140 CPUtime=0 cores=5,7
/proc/9598/task/9725/stat : 9725 (python) S 9596 9598 8612 0 -1 4202560 21 930 0 0 0 0 0 0 20 0 9 0 735528455 370831360 7502 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 2 18446604456422660864 0 0 -1 5 0 0 0
[pid=9598/tid=9767] ppid=9596 vsize=362140 CPUtime=0 cores=5,7
/proc/9598/task/9767/stat : 9767 (python) S 9596 9598 8612 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 735538476 370831360 7502 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 2 18446604456422660864 0 0 -1 5 0 0 0
[pid=9598/tid=9783] ppid=9596 vsize=362140 CPUtime=0 cores=5,7
/proc/9598/task/9783/stat : 9783 (python) S 9596 9598 8612 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 735548498 370831360 7502 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 2 18446604456422660864 0 0 -1 5 0 0 0
[pid=9598/tid=10005] ppid=9596 vsize=362140 CPUtime=0 cores=5,7
/proc/9598/task/10005/stat : 10005 (python) S 9596 9598 8612 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 9 0 735558523 370831360 7502 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 2 18446604456422660864 0 0 -1 7 0 0 0
[pid=9598/tid=10023] ppid=9596 vsize=362140 CPUtime=0 cores=5,7
/proc/9598/task/10023/stat : 10023 (python) S 9596 9598 8612 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 9 0 735568545 370831360 7502 33554432000 4194304 5683644 140734830869632 18446744073709551615 260032219569 0 0 16781312 2 18446604456422660864 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 703.82
Current children cumulated vsize (KiB) 7950900

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 703.971
CPU time (s): 703.82
CPU user time (s): 703
CPU system time (s): 0.82
CPU usage (%): 99.9786
Max. virtual memory (cumulated for all children) (KiB): 7950900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.60276
system time used= 0.146977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19571
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2864
involuntary context switches= 33

runsolver used 1.92171 second user time and 4.6133 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-15 11:44:36
IDJOB=3377358
IDBENCH=82667
IDSOLVER=1857
FILE ID=node110/3377358-1305452676
RUNJOBID= node110-1305452594-9501
PBS_JOBID= 13324859
Free space on /tmp= 73540 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v250-c21250-S1274193329-021-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-3377358-1305452676/watcher-3377358-1305452676 -o /tmp/evaluation-result-3377358-1305452676/solver-3377358-1305452676 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377358-1305452676.cnf -seed 1292795204 -budget 2400

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

MD5SUM BENCH= 3c4691c1028b5642345f341166405cb7
RANDOM SEED=1292795204

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.83
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.830
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.830
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.83
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.830
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.76
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.830
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.83
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.830
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.830
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:     32951124 kB
MemFree:      24688092 kB
Buffers:        287204 kB
Cached:        4295732 kB
SwapCached:       1440 kB
Active:        4695896 kB
Inactive:      3232728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24688092 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           32220 kB
Writeback:           0 kB
AnonPages:     3343996 kB
Mapped:          30068 kB
Slab:           246988 kB
PageTables:      25020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 48017440 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= 73512 MiB
End job on node110 at 2011-05-15 11:56:22