Trace number 3377277

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.93 704.075

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S655589261-059-UNKNOWN.cnf
MD5SUM7ca36bcba61bdf9cc15c9739d715b3da
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

1.38/1.56	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
1.38/1.56	c INFO: solving HOME/instance-3377277-1305452027.cnf
1.38/1.56	c INFO: computing task features
1.38/1.56	c INFO: computed variable-clause graph statistics
1.38/1.56	c INFO: computed clause balance statistics
1.38/1.56	c INFO: computed variable balance statistics
1.49/1.66	c INFO: computed small-clause counts
1.49/1.66	c INFO: computed Horn-clause counts
1.49/1.69	c INFO: computed variable graph statistics
1.49/1.69	c INFO: collected features for HOME/instance-3377277-1305452027.cnf in 1.21 s
1.59/1.70	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.36)
100.92/101.99	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.13)
201.22/202.29	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.08)
301.50/302.54	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.07)
401.80/402.80	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.05)
501.98/503.08	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.04)
602.27/603.39	c INFO: running FH@0 for 97 with 1799 remaining (b = 0.03)
702.53/703.66	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-3377277-1305452027/watcher-3377277-1305452027 -o /tmp/evaluation-result-3377277-1305452027/solver-3377277-1305452027 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377277-1305452027.cnf -seed 2048929588 -budget 2400 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.12 3.98 3.68 8/364 362
/proc/meminfo: memFree=26827832/32951124 swapFree=63649232/67111528
[pid=362] ppid=360 vsize=84608 CPUtime=0.05 cores=1,3
/proc/362/stat : 362 (python) S 360 362 31275 0 -1 4202496 2408 0 0 0 4 1 0 0 18 0 1 0 656801269 86638592 2136 33554432000 4194304 5683644 140734769010256 18446744073709551615 210204645376 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/362/statm: 21152 2136 707 364 0 1369 0

[startup+0.135322 s]
/proc/loadavg: 4.12 3.98 3.68 8/364 362
/proc/meminfo: memFree=26827832/32951124 swapFree=63649232/67111528
[pid=362] ppid=360 vsize=113348 CPUtime=0.08 cores=1,3
/proc/362/stat : 362 (python) R 360 362 31275 0 -1 4202496 3574 0 0 0 6 2 0 0 17 0 1 0 656801269 116068352 3220 33554432000 4194304 5683644 140734769010256 18446744073709551615 5393148 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/362/statm: 28337 3220 886 364 0 2359 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 113348

[startup+0.200312 s]
/proc/loadavg: 4.12 3.98 3.68 8/364 362
/proc/meminfo: memFree=26827832/32951124 swapFree=63649232/67111528
[pid=362] ppid=360 vsize=126300 CPUtime=0.14 cores=1,3
/proc/362/stat : 362 (python) R 360 362 31275 0 -1 4202496 4978 935 1 0 11 3 0 0 18 0 1 0 656801269 129331200 3902 33554432000 4194304 5683644 140734769010256 18446744073709551615 5214071 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/362/statm: 31575 3903 1003 364 0 2870 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 126300

[startup+0.300296 s]
/proc/loadavg: 4.12 3.98 3.68 8/364 362
/proc/meminfo: memFree=26827832/32951124 swapFree=63649232/67111528
[pid=362] ppid=360 vsize=156692 CPUtime=0.22 cores=1,3
/proc/362/stat : 362 (python) R 360 362 31275 0 -1 4202496 6439 935 1 0 17 5 0 0 17 0 1 0 656801269 160452608 4539 33554432000 4194304 5683644 140734769010256 18446744073709551615 210204645376 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/362/statm: 39173 4539 1257 364 0 3281 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 156692

[startup+0.70023 s]
/proc/loadavg: 4.12 3.98 3.68 8/364 362
/proc/meminfo: memFree=26827832/32951124 swapFree=63649232/67111528
[pid=362] ppid=360 vsize=283976 CPUtime=0.58 cores=1,3
/proc/362/stat : 362 (python) R 360 362 31275 0 -1 4202496 11752 935 1 0 51 7 0 0 17 0 1 0 656801269 290791424 8378 33554432000 4194304 5683644 140734769010256 18446744073709551615 47002422411429 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/362/statm: 70994 8378 1826 364 0 6918 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 283976

[startup+1.5011 s]
/proc/loadavg: 4.12 3.98 3.68 7/365 367
/proc/meminfo: memFree=26802956/32951124 swapFree=63649232/67111528
[pid=362] ppid=360 vsize=283976 CPUtime=1.38 cores=1,3
/proc/362/stat : 362 (python) R 360 362 31275 0 -1 4202496 11753 935 1 0 131 7 0 0 18 0 1 0 656801269 290791424 8379 33554432000 4194304 5683644 140734769010256 18446744073709551615 47002417776407 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/362/statm: 70994 8379 1827 364 0 6918 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 283976

[startup+3.10083 s]
/proc/loadavg: 4.12 3.98 3.68 7/368 370
/proc/meminfo: memFree=26801780/32951124 swapFree=63649232/67111528
[pid=362] ppid=360 vsize=289868 CPUtime=1.6 cores=1,3
/proc/362/stat : 362 (python) S 360 362 31275 0 -1 4202496 12104 935 1 0 152 8 0 0 21 0 2 0 656801269 296824832 7339 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/362/statm: 72467 7339 1877 364 0 8385 0
[pid=368] ppid=362 vsize=280108 CPUtime=0 cores=1,3
/proc/368/stat : 368 (python) S 362 362 31275 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 656801440 286830592 5814 33554432000 4194304 5683644 140734769010256 18446744073709551615 210204667407 0 0 16781312 514 16313281677159792901 0 0 17 1 0 0 0
/proc/368/statm: 70027 5814 355 364 0 5945 0
[pid=370] ppid=368 vsize=1018820 CPUtime=1.37 cores=1,3
/proc/370/stat : 370 (gnovelty+2) R 368 370 370 0 -1 4202496 863 0 0 0 137 0 0 0 25 0 1 0 656801440 1043271680 596 33554432000 134512640 135663704 4293022560 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/370/statm: 254705 596 113 282 0 254421 0
[pid=362/tid=369] ppid=360 vsize=289868 CPUtime=0 cores=1,3
/proc/362/task/369/stat : 369 (python) S 360 362 31275 0 -1 4202560 27 935 0 0 0 0 0 0 21 0 2 0 656801440 296824832 7339 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 1588796

[startup+6.30029 s]
/proc/loadavg: 4.19 3.99 3.68 6/371 373
/proc/meminfo: memFree=26766824/32951124 swapFree=63649232/67111528
[pid=362] ppid=360 vsize=289868 CPUtime=1.6 cores=1,3
/proc/362/stat : 362 (python) S 360 362 31275 0 -1 4202496 12104 935 1 0 152 8 0 0 21 0 2 0 656801269 296824832 7339 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/362/statm: 72467 7339 1877 364 0 8385 0
[pid=368] ppid=362 vsize=280108 CPUtime=0 cores=1,3
/proc/368/stat : 368 (python) S 362 362 31275 0 -1 4202560 963 0 0 0 0 0 0 0 18 0 1 0 656801440 286830592 5842 33554432000 4194304 5683644 140734769010256 18446744073709551615 210204667407 0 0 16781312 514 16313281677159792901 0 0 17 1 0 0 0
/proc/368/statm: 70027 5842 383 364 0 5945 0
[pid=370] ppid=368 vsize=1018820 CPUtime=4.54 cores=1,3
/proc/370/stat : 370 (gnovelty+2) R 368 370 370 0 -1 4202496 863 0 0 0 454 0 0 0 25 0 1 0 656801440 1043271680 596 33554432000 134512640 135663704 4293022560 18446744073709551615 134544373 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/370/statm: 254705 596 113 282 0 254421 0
[pid=362/tid=369] ppid=360 vsize=289868 CPUtime=0 cores=1,3
/proc/362/task/369/stat : 369 (python) S 360 362 31275 0 -1 4202560 27 935 0 0 0 0 0 0 21 0 2 0 656801440 296824832 7339 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 1588796

[startup+12.7012 s]
/proc/loadavg: 4.26 4.01 3.69 6/371 373
/proc/meminfo: memFree=26765028/32951124 swapFree=63649232/67111528
[pid=362] ppid=360 vsize=289868 CPUtime=1.6 cores=1,3
/proc/362/stat : 362 (python) S 360 362 31275 0 -1 4202496 12104 935 1 0 152 8 0 0 21 0 2 0 656801269 296824832 7339 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/362/statm: 72467 7339 1877 364 0 8385 0
[pid=368] ppid=362 vsize=280108 CPUtime=0.02 cores=1,3
/proc/368/stat : 368 (python) S 362 362 31275 0 -1 4202560 965 0 0 0 1 1 0 0 18 0 1 0 656801440 286830592 5842 33554432000 4194304 5683644 140734769010256 18446744073709551615 210204667407 0 0 16781312 514 10896019493771772165 0 0 17 1 0 0 0
/proc/368/statm: 70027 5842 383 364 0 5945 0
[pid=370] ppid=368 vsize=1018820 CPUtime=10.87 cores=1,3
/proc/370/stat : 370 (gnovelty+2) R 368 370 370 0 -1 4202496 863 0 0 0 1087 0 0 0 25 0 1 0 656801440 1043271680 596 33554432000 134512640 135663704 4293022560 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/370/statm: 254705 596 113 282 0 254421 0
[pid=362/tid=369] ppid=360 vsize=289868 CPUtime=0 cores=1,3
/proc/362/task/369/stat : 369 (python) S 360 362 31275 0 -1 4202560 27 935 0 0 0 0 0 0 21 0 2 0 656801440 296824832 7339 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 1588796

[startup+25.5011 s]
/proc/loadavg: 4.42 4.06 3.71 7/371 374
/proc/meminfo: memFree=26766508/32951124 swapFree=63649232/67111528
[pid=362] ppid=360 vsize=289868 CPUtime=1.6 cores=1,3
/proc/362/stat : 362 (python) S 360 362 31275 0 -1 4202496 12104 935 1 0 152 8 0 0 21 0 2 0 656801269 296824832 7339 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/362/statm: 72467 7339 1877 364 0 8385 0
[pid=368] ppid=362 vsize=280108 CPUtime=0.06 cores=1,3
/proc/368/stat : 368 (python) S 362 362 31275 0 -1 4202560 970 0 0 0 3 3 0 0 18 0 1 0 656801440 286830592 5842 33554432000 4194304 5683644 140734769010256 18446744073709551615 210204667407 0 0 16781312 514 10896019493771772165 0 0 17 1 0 0 0
/proc/368/statm: 70027 5842 383 364 0 5945 0
[pid=370] ppid=368 vsize=1018820 CPUtime=23.52 cores=1,3
/proc/370/stat : 370 (gnovelty+2) R 368 370 370 0 -1 4202496 863 0 0 0 2352 0 0 0 25 0 1 0 656801440 1043271680 596 33554432000 134512640 135663704 4293022560 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/370/statm: 254705 596 113 282 0 254421 0
[pid=362/tid=369] ppid=360 vsize=289868 CPUtime=0 cores=1,3
/proc/362/task/369/stat : 369 (python) S 360 362 31275 0 -1 4202560 27 935 0 0 0 0 0 0 21 0 2 0 656801440 296824832 7339 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 1588796

[startup+51.1008 s]
/proc/loadavg: 4.62 4.13 3.74 7/371 374
/proc/meminfo: memFree=26766436/32951124 swapFree=63649232/67111528
[pid=362] ppid=360 vsize=289868 CPUtime=1.6 cores=1,3
/proc/362/stat : 362 (python) S 360 362 31275 0 -1 4202496 12104 935 1 0 152 8 0 0 21 0 2 0 656801269 296824832 7339 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/362/statm: 72467 7339 1877 364 0 8385 0
[pid=368] ppid=362 vsize=280108 CPUtime=0.11 cores=1,3
/proc/368/stat : 368 (python) S 362 362 31275 0 -1 4202560 982 0 0 0 5 6 0 0 18 0 1 0 656801440 286830592 5842 33554432000 4194304 5683644 140734769010256 18446744073709551615 210204667407 0 0 16781312 514 10896019493771772165 0 0 17 1 0 0 0
/proc/368/statm: 70027 5842 383 364 0 5945 0
[pid=370] ppid=368 vsize=1018820 CPUtime=48.85 cores=1,3
/proc/370/stat : 370 (gnovelty+2) R 368 370 370 0 -1 4202496 863 0 0 0 4885 0 0 0 25 0 1 0 656801440 1043271680 596 33554432000 134512640 135663704 4293022560 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/370/statm: 254705 596 113 282 0 254421 0
[pid=362/tid=369] ppid=360 vsize=289868 CPUtime=0 cores=1,3
/proc/362/task/369/stat : 369 (python) S 360 362 31275 0 -1 4202560 27 935 0 0 0 0 0 0 21 0 2 0 656801440 296824832 7339 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 1588796

[startup+102.301 s]
/proc/loadavg: 4.83 4.26 3.81 7/384 389
/proc/meminfo: memFree=26705664/32951124 swapFree=63649232/67111528
[pid=362] ppid=360 vsize=300124 CPUtime=1.61 cores=1,3
/proc/362/stat : 362 (python) S 360 362 31275 0 -1 4202496 12976 935 1 0 153 8 0 0 20 0 3 0 656801269 307326976 7346 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/362/statm: 75031 7346 1880 364 0 10946 0
[pid=368] ppid=362 vsize=290352 CPUtime=0.25 cores=1,3
/proc/368/stat : 368 (python) S 362 362 31275 0 -1 4202560 1143 0 0 0 12 13 0 0 19 0 2 0 656801440 297320448 5879 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/368/statm: 72588 5879 415 364 0 8506 0
[pid=370] ppid=368 vsize=1018820 CPUtime=99.18 cores=1,3
/proc/370/stat : 370 (gnovelty+2) T 368 370 370 0 -1 4202496 863 0 0 0 9918 0 0 0 25 0 1 0 656801440 1043271680 596 33554432000 134512640 135663704 4293022560 18446744073709551615 134524857 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/370/statm: 254705 596 113 282 0 254421 0
[pid=368/tid=385] ppid=362 vsize=290352 CPUtime=0 cores=1,3
/proc/368/task/385/stat : 385 (python) S 362 362 31275 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656811467 297320448 5879 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 514 18446604456710925120 0 0 -1 3 0 0 0
[pid=386] ppid=362 vsize=290364 CPUtime=0 cores=1,3
/proc/386/stat : 386 (python) S 362 362 31275 0 -1 4202560 738 0 0 0 0 0 0 0 20 0 1 0 656811469 297332736 5812 33554432000 4194304 5683644 140734769010256 18446744073709551615 210204667462 0 0 16781312 514 8733553079992975359 0 0 17 1 0 0 0
/proc/386/statm: 72591 5812 349 364 0 8506 0
[pid=388] ppid=386 vsize=1018820 CPUtime=0.29 cores=1,3
/proc/388/stat : 388 (gnovelty+2) R 386 388 388 0 -1 4202496 859 0 0 0 29 0 0 0 22 0 1 0 656811469 1043271680 596 33554432000 134512640 135663704 4292157072 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/388/statm: 254705 596 113 282 0 254421 0
[pid=362/tid=369] ppid=360 vsize=300124 CPUtime=0 cores=1,3
/proc/362/task/369/stat : 369 (python) S 360 362 31275 0 -1 4202560 27 935 0 0 0 0 0 0 21 0 3 0 656801440 307326976 7346 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 1 0 0 0
[pid=362/tid=387] ppid=360 vsize=300124 CPUtime=0 cores=1,3
/proc/362/task/387/stat : 387 (python) S 360 362 31275 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 3 0 656811469 307326976 7346 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 2918480

[startup+162.301 s]
/proc/loadavg: 4.89 4.39 3.88 7/367 429
/proc/meminfo: memFree=26721792/32951124 swapFree=63649232/67111528
[pid=362] ppid=360 vsize=300124 CPUtime=1.61 cores=1,3
/proc/362/stat : 362 (python) S 360 362 31275 0 -1 4202496 12976 935 1 0 153 8 0 0 20 0 3 0 656801269 307326976 7346 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/362/statm: 75031 7346 1880 364 0 10946 0
[pid=368] ppid=362 vsize=290352 CPUtime=0.25 cores=1,3
/proc/368/stat : 368 (python) S 362 362 31275 0 -1 4202560 1143 0 0 0 12 13 0 0 19 0 2 0 656801440 297320448 5879 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/368/statm: 72588 5879 415 364 0 8506 0
[pid=370] ppid=368 vsize=1018820 CPUtime=99.18 cores=1,3
/proc/370/stat : 370 (gnovelty+2) T 368 370 370 0 -1 4202496 863 0 0 0 9918 0 0 0 25 0 1 0 656801440 1043271680 596 33554432000 134512640 135663704 4293022560 18446744073709551615 134524857 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/370/statm: 254705 596 113 282 0 254421 0
[pid=368/tid=385] ppid=362 vsize=290352 CPUtime=0 cores=1,3
/proc/368/task/385/stat : 385 (python) S 362 362 31275 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656811467 297320448 5879 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 514 18446604456710925120 0 0 -1 3 0 0 0
[pid=386] ppid=362 vsize=290364 CPUtime=0.14 cores=1,3

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

[pid=439] ppid=362 vsize=300700 CPUtime=0.25 cores=1,3
/proc/439/stat : 439 (python) S 362 362 31275 0 -1 4202560 1087 0 0 0 13 12 0 0 19 0 2 0 656821498 307916800 5868 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/439/statm: 75175 5868 400 364 0 11087 0
[pid=441] ppid=439 vsize=419428 CPUtime=99.98 cores=1,3
/proc/441/stat : 441 (adaptg2wsat2009) T 439 441 441 0 -1 4202496 1443 0 0 0 9998 0 0 0 25 0 1 0 656821498 429494272 1176 33554432000 134512640 135107411 4287987584 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/441/statm: 104857 1176 59 146 0 103733 0
[pid=439/tid=451] ppid=362 vsize=300700 CPUtime=0 cores=1,3
/proc/439/task/451/stat : 451 (python) S 362 362 31275 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656831523 307916800 5868 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 514 18446604455462337536 0 0 -1 1 0 0 0
[pid=452] ppid=362 vsize=311048 CPUtime=0.25 cores=1,3
/proc/452/stat : 452 (python) S 362 362 31275 0 -1 4202560 1088 0 0 0 12 13 0 0 19 0 2 0 656831524 318513152 5892 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/452/statm: 77762 5892 400 364 0 13671 0
[pid=454] ppid=452 vsize=419428 CPUtime=99.98 cores=1,3
/proc/454/stat : 454 (adaptg2wsat2009) T 452 454 454 0 -1 4202496 1444 0 0 0 9998 0 0 0 25 0 1 0 656831524 429494272 1177 33554432000 134512640 135107411 4291629616 18446744073709551615 134531561 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/454/statm: 104857 1177 59 146 0 103733 0
[pid=452/tid=475] ppid=362 vsize=311048 CPUtime=0 cores=1,3
/proc/452/task/475/stat : 475 (python) S 362 362 31275 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656841548 318513152 5892 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 514 18446604469626357888 0 0 -1 1 0 0 0
[pid=476] ppid=362 vsize=321400 CPUtime=0.27 cores=1,3
/proc/476/stat : 476 (python) S 362 362 31275 0 -1 4202560 1101 0 0 0 14 13 0 0 19 0 2 0 656841550 329113600 5919 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/476/statm: 80350 5919 400 364 0 16256 0
[pid=478] ppid=476 vsize=419428 CPUtime=99.98 cores=1,3
/proc/478/stat : 478 (adaptg2wsat2009) T 476 478 478 0 -1 4202496 1443 0 0 0 9998 0 0 0 25 0 1 0 656841550 429494272 1175 33554432000 134512640 135107411 4293928304 18446744073709551615 134532313 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/478/statm: 104857 1175 59 146 0 103733 0
[pid=476/tid=488] ppid=362 vsize=321400 CPUtime=0 cores=1,3
/proc/476/task/488/stat : 488 (python) S 362 362 31275 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656851576 329113600 5919 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 514 18446604456710924224 0 0 -1 1 0 0 0
[pid=489] ppid=362 vsize=331868 CPUtime=0.26 cores=1,3
/proc/489/stat : 489 (python) S 362 362 31275 0 -1 4202560 1089 0 0 0 13 13 0 0 19 0 2 0 656851577 339832832 5947 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/489/statm: 82967 5947 400 364 0 18870 0
[pid=491] ppid=489 vsize=1018820 CPUtime=100.01 cores=1,3
/proc/491/stat : 491 (gnovelty+2) T 489 491 491 0 -1 4202496 859 0 0 0 10001 0 0 0 25 0 1 0 656851578 1043271680 595 33554432000 134512640 135663704 4289145744 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/491/statm: 254705 595 113 282 0 254421 0
[pid=489/tid=504] ppid=362 vsize=331868 CPUtime=0 cores=1,3
/proc/489/task/504/stat : 504 (python) S 362 362 31275 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656861607 339832832 5947 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 514 18446604468155770112 0 0 -1 1 0 0 0
[pid=505] ppid=362 vsize=341952 CPUtime=0.26 cores=1,3
/proc/505/stat : 505 (python) S 362 362 31275 0 -1 4202560 1090 0 0 0 14 12 0 0 19 0 2 0 656861609 350158848 6004 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/505/statm: 85488 6004 400 364 0 21388 0
[pid=507] ppid=505 vsize=249188 CPUtime=99.97 cores=1,3
/proc/507/stat : 507 (FH) T 505 507 507 0 -1 4202496 1323 0 0 0 9996 1 0 0 25 0 1 0 656861609 255168512 1058 33554432000 134512640 134936988 4288364672 18446744073709551615 134545157 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/507/statm: 62297 1058 41 104 0 61801 0
[pid=505/tid=588] ppid=362 vsize=341952 CPUtime=0 cores=1,3
/proc/505/task/588/stat : 588 (python) S 362 362 31275 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656871635 350158848 6004 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 514 18446604471158024896 0 0 -1 1 0 0 0
[pid=589] ppid=362 vsize=352448 CPUtime=0 cores=1,3
/proc/589/stat : 589 (python) S 362 362 31275 0 -1 4202560 769 0 0 0 0 0 0 0 19 0 1 0 656871636 360906752 5958 33554432000 4194304 5683644 140734769010256 18446744073709551615 210204667462 0 0 16781312 514 9605645296092577791 0 0 17 1 0 0 0
/proc/589/statm: 88112 5958 351 364 0 24009 0
[pid=591] ppid=589 vsize=419160 CPUtime=0.34 cores=1,3
/proc/591/stat : 591 (adaptg2wsat2009) R 589 591 591 0 -1 4202496 1258 0 0 0 34 0 0 0 21 0 1 0 656871636 429219840 991 33554432000 134512640 135107411 4287062128 18446744073709551615 134523444 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/591/statm: 104790 991 49 146 0 103666 0
[pid=362/tid=369] ppid=360 vsize=362140 CPUtime=0 cores=1,3
/proc/362/task/369/stat : 369 (python) S 360 362 31275 0 -1 4202560 27 935 0 0 0 0 0 0 21 0 9 0 656801440 370831360 7502 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 1 0 0 0
[pid=362/tid=387] ppid=360 vsize=362140 CPUtime=0 cores=1,3
/proc/362/task/387/stat : 387 (python) S 360 362 31275 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 656811469 370831360 7502 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 1 0 0 0
[pid=362/tid=440] ppid=360 vsize=362140 CPUtime=0 cores=1,3
/proc/362/task/440/stat : 440 (python) S 360 362 31275 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 656821498 370831360 7502 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 1 0 0 0
[pid=362/tid=453] ppid=360 vsize=362140 CPUtime=0 cores=1,3
/proc/362/task/453/stat : 453 (python) S 360 362 31275 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 9 0 656831524 370831360 7502 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 1 0 0 0
[pid=362/tid=477] ppid=360 vsize=362140 CPUtime=0 cores=1,3
/proc/362/task/477/stat : 477 (python) S 360 362 31275 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 656841550 370831360 7502 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 1 0 0 0
[pid=362/tid=490] ppid=360 vsize=362140 CPUtime=0 cores=1,3
/proc/362/task/490/stat : 490 (python) S 360 362 31275 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 656851577 370831360 7502 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 1 0 0 0
[pid=362/tid=506] ppid=360 vsize=362140 CPUtime=0 cores=1,3
/proc/362/task/506/stat : 506 (python) S 360 362 31275 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 656861609 370831360 7502 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 1 0 0 0
[pid=362/tid=590] ppid=360 vsize=362140 CPUtime=0 cores=1,3
/proc/362/task/590/stat : 590 (python) S 360 362 31275 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 656871636 370831360 7502 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 702.93
Current children cumulated vsize (KiB) 7885364

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

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

[startup+704.001 s]
/proc/loadavg: 5.08 4.99 4.41 6/410 591
/proc/meminfo: memFree=26484232/32951124 swapFree=63649232/67111528
[pid=362] ppid=360 vsize=362140 CPUtime=1.69 cores=1,3
/proc/362/stat : 362 (python) S 360 362 31275 0 -1 4202496 18119 935 1 0 160 9 0 0 19 0 9 0 656801269 370831360 7502 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/362/statm: 90535 7502 1892 364 0 26432 0
[pid=368] ppid=362 vsize=290352 CPUtime=0.25 cores=1,3
/proc/368/stat : 368 (python) S 362 362 31275 0 -1 4202560 1143 0 0 0 12 13 0 0 19 0 2 0 656801440 297320448 5879 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/368/statm: 72588 5879 415 364 0 8506 0
[pid=370] ppid=368 vsize=1018820 CPUtime=99.18 cores=1,3
/proc/370/stat : 370 (gnovelty+2) T 368 370 370 0 -1 4202496 863 0 0 0 9918 0 0 0 25 0 1 0 656801440 1043271680 596 33554432000 134512640 135663704 4293022560 18446744073709551615 134524857 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/370/statm: 254705 596 113 282 0 254421 0
[pid=368/tid=385] ppid=362 vsize=290352 CPUtime=0 cores=1,3
/proc/368/task/385/stat : 385 (python) S 362 362 31275 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656811467 297320448 5879 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 514 18446604456710925120 0 0 -1 3 0 0 0
[pid=386] ppid=362 vsize=290364 CPUtime=0.25 cores=1,3
/proc/386/stat : 386 (python) S 362 362 31275 0 -1 4202560 1079 0 0 0 14 11 0 0 19 0 2 0 656811469 297332736 5864 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/386/statm: 72591 5864 400 364 0 8506 0
[pid=388] ppid=386 vsize=1018820 CPUtime=100.01 cores=1,3
/proc/388/stat : 388 (gnovelty+2) T 386 388 388 0 -1 4202496 859 0 0 0 10001 0 0 0 25 0 1 0 656811469 1043271680 596 33554432000 134512640 135663704 4292157072 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/388/statm: 254705 596 113 282 0 254421 0
[pid=386/tid=438] ppid=362 vsize=290364 CPUtime=0 cores=1,3
/proc/386/task/438/stat : 438 (python) S 362 362 31275 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656821497 297332736 5864 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 514 18446604463536066624 0 0 -1 1 0 0 0
[pid=439] ppid=362 vsize=300700 CPUtime=0.25 cores=1,3
/proc/439/stat : 439 (python) S 362 362 31275 0 -1 4202560 1087 0 0 0 13 12 0 0 19 0 2 0 656821498 307916800 5868 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/439/statm: 75175 5868 400 364 0 11087 0
[pid=441] ppid=439 vsize=419428 CPUtime=99.98 cores=1,3
/proc/441/stat : 441 (adaptg2wsat2009) T 439 441 441 0 -1 4202496 1443 0 0 0 9998 0 0 0 25 0 1 0 656821498 429494272 1176 33554432000 134512640 135107411 4287987584 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/441/statm: 104857 1176 59 146 0 103733 0
[pid=439/tid=451] ppid=362 vsize=300700 CPUtime=0 cores=1,3
/proc/439/task/451/stat : 451 (python) S 362 362 31275 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656831523 307916800 5868 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 514 18446604455462337536 0 0 -1 1 0 0 0
[pid=452] ppid=362 vsize=311048 CPUtime=0.25 cores=1,3
/proc/452/stat : 452 (python) S 362 362 31275 0 -1 4202560 1088 0 0 0 12 13 0 0 19 0 2 0 656831524 318513152 5892 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/452/statm: 77762 5892 400 364 0 13671 0
[pid=454] ppid=452 vsize=419428 CPUtime=99.98 cores=1,3
/proc/454/stat : 454 (adaptg2wsat2009) T 452 454 454 0 -1 4202496 1444 0 0 0 9998 0 0 0 25 0 1 0 656831524 429494272 1177 33554432000 134512640 135107411 4291629616 18446744073709551615 134531561 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/454/statm: 104857 1177 59 146 0 103733 0
[pid=452/tid=475] ppid=362 vsize=311048 CPUtime=0 cores=1,3
/proc/452/task/475/stat : 475 (python) S 362 362 31275 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656841548 318513152 5892 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 514 18446604469626357888 0 0 -1 1 0 0 0
[pid=476] ppid=362 vsize=321400 CPUtime=0.27 cores=1,3
/proc/476/stat : 476 (python) S 362 362 31275 0 -1 4202560 1101 0 0 0 14 13 0 0 19 0 2 0 656841550 329113600 5919 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/476/statm: 80350 5919 400 364 0 16256 0
[pid=478] ppid=476 vsize=419428 CPUtime=99.98 cores=1,3
/proc/478/stat : 478 (adaptg2wsat2009) T 476 478 478 0 -1 4202496 1443 0 0 0 9998 0 0 0 25 0 1 0 656841550 429494272 1175 33554432000 134512640 135107411 4293928304 18446744073709551615 134532313 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/478/statm: 104857 1175 59 146 0 103733 0
[pid=476/tid=488] ppid=362 vsize=321400 CPUtime=0 cores=1,3
/proc/476/task/488/stat : 488 (python) S 362 362 31275 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656851576 329113600 5919 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 514 18446604456710924224 0 0 -1 1 0 0 0
[pid=489] ppid=362 vsize=331868 CPUtime=0.26 cores=1,3
/proc/489/stat : 489 (python) S 362 362 31275 0 -1 4202560 1089 0 0 0 13 13 0 0 19 0 2 0 656851577 339832832 5947 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/489/statm: 82967 5947 400 364 0 18870 0
[pid=491] ppid=489 vsize=1018820 CPUtime=100.01 cores=1,3
/proc/491/stat : 491 (gnovelty+2) T 489 491 491 0 -1 4202496 859 0 0 0 10001 0 0 0 25 0 1 0 656851578 1043271680 595 33554432000 134512640 135663704 4289145744 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/491/statm: 254705 595 113 282 0 254421 0
[pid=489/tid=504] ppid=362 vsize=331868 CPUtime=0 cores=1,3
/proc/489/task/504/stat : 504 (python) S 362 362 31275 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656861607 339832832 5947 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 514 18446604468155770112 0 0 -1 1 0 0 0
[pid=505] ppid=362 vsize=341952 CPUtime=0.26 cores=1,3
/proc/505/stat : 505 (python) S 362 362 31275 0 -1 4202560 1090 0 0 0 14 12 0 0 19 0 2 0 656861609 350158848 6004 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/505/statm: 85488 6004 400 364 0 21388 0
[pid=507] ppid=505 vsize=249188 CPUtime=99.97 cores=1,3
/proc/507/stat : 507 (FH) T 505 507 507 0 -1 4202496 1323 0 0 0 9996 1 0 0 25 0 1 0 656861609 255168512 1058 33554432000 134512640 134936988 4288364672 18446744073709551615 134545157 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/507/statm: 62297 1058 41 104 0 61801 0
[pid=505/tid=588] ppid=362 vsize=341952 CPUtime=0 cores=1,3
/proc/505/task/588/stat : 588 (python) S 362 362 31275 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656871635 350158848 6004 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 514 18446604471158024896 0 0 -1 1 0 0 0
[pid=589] ppid=362 vsize=352448 CPUtime=0 cores=1,3
/proc/589/stat : 589 (python) S 362 362 31275 0 -1 4202560 769 0 0 0 0 0 0 0 19 0 1 0 656871636 360906752 5958 33554432000 4194304 5683644 140734769010256 18446744073709551615 210204667462 0 0 16781312 514 9605645296092577791 0 0 17 1 0 0 0
/proc/589/statm: 88112 5958 351 364 0 24009 0
[pid=591] ppid=589 vsize=419160 CPUtime=0.34 cores=1,3
/proc/591/stat : 591 (adaptg2wsat2009) R 589 591 591 0 -1 4202496 1258 0 0 0 34 0 0 0 21 0 1 0 656871636 429219840 991 33554432000 134512640 135107411 4287062128 18446744073709551615 134523444 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/591/statm: 104790 991 49 146 0 103666 0
[pid=362/tid=369] ppid=360 vsize=362140 CPUtime=0 cores=1,3
/proc/362/task/369/stat : 369 (python) S 360 362 31275 0 -1 4202560 27 935 0 0 0 0 0 0 21 0 9 0 656801440 370831360 7502 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 1 0 0 0
[pid=362/tid=387] ppid=360 vsize=362140 CPUtime=0 cores=1,3
/proc/362/task/387/stat : 387 (python) S 360 362 31275 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 656811469 370831360 7502 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 1 0 0 0
[pid=362/tid=440] ppid=360 vsize=362140 CPUtime=0 cores=1,3
/proc/362/task/440/stat : 440 (python) S 360 362 31275 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 656821498 370831360 7502 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 1 0 0 0
[pid=362/tid=453] ppid=360 vsize=362140 CPUtime=0 cores=1,3
/proc/362/task/453/stat : 453 (python) S 360 362 31275 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 9 0 656831524 370831360 7502 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 1 0 0 0
[pid=362/tid=477] ppid=360 vsize=362140 CPUtime=0 cores=1,3
/proc/362/task/477/stat : 477 (python) S 360 362 31275 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 656841550 370831360 7502 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 1 0 0 0
[pid=362/tid=490] ppid=360 vsize=362140 CPUtime=0 cores=1,3
/proc/362/task/490/stat : 490 (python) S 360 362 31275 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 656851577 370831360 7502 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 1 0 0 0
[pid=362/tid=506] ppid=360 vsize=362140 CPUtime=0 cores=1,3
/proc/362/task/506/stat : 506 (python) S 360 362 31275 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 656861609 370831360 7502 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 1 0 0 0
[pid=362/tid=590] ppid=360 vsize=362140 CPUtime=0 cores=1,3
/proc/362/task/590/stat : 590 (python) S 360 362 31275 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 656871636 370831360 7502 33554432000 4194304 5683644 140734769010256 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 702.93
Current children cumulated vsize (KiB) 7885364

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 704.075
CPU time (s): 702.93
CPU user time (s): 701.96
CPU system time (s): 0.97
CPU usage (%): 99.8374
Max. virtual memory (cumulated for all children) (KiB): 7885364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.61075
system time used= 0.103984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19060
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= 1021
involuntary context switches= 54

runsolver used 2.49362 second user time and 5.77612 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 11:33:48
IDJOB=3377277
IDBENCH=82586
IDSOLVER=1857
FILE ID=node130/3377277-1305452027
RUNJOBID= node130-1305451278-32332
PBS_JOBID= 13324842
Free space on /tmp= 73348 MiB

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

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

MD5SUM BENCH= 7ca36bcba61bdf9cc15c9739d715b3da
RANDOM SEED=2048929588

node130.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	: 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.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.81
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.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.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26830840 kB
Buffers:        283784 kB
Cached:        4088940 kB
SwapCached:      10248 kB
Active:        1926264 kB
Inactive:      3901840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26830840 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:           69272 kB
Writeback:           0 kB
AnonPages:     1453336 kB
Mapped:          22660 kB
Slab:           190172 kB
PageTables:      37296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 67859036 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= 73272 MiB
End job on node130 at 2011-05-15 11:45:34