Trace number 3484026

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)? (MO) 701.97 702.466

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S181603592-089-UNKNOWN.cnf
MD5SUMaf7b69f0071c372d5cdc250bc7f688e1
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 variables200
Number of clauses17000
Sum of the clauses size119000
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 517000

Solver Data

0.53/1.11	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.53/1.11	c INFO: solving HOME/instance-3484026-1307746990.cnf
0.53/1.11	c INFO: computing task features
0.62/1.23	c INFO: computed variable-clause graph statistics
0.62/1.23	c INFO: computed clause balance statistics
1.22/1.86	c INFO: computed variable balance statistics
1.53/2.10	c INFO: computed small-clause counts
1.53/2.10	c INFO: computed Horn-clause counts
1.53/2.12	c INFO: computed variable graph statistics
1.53/2.12	c INFO: collected features for HOME/instance-3484026-1307746990.cnf in 1.01 s
1.53/2.13	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.36)
101.62/102.29	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.12)
201.80/202.45	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
302.00/302.60	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
401.22/401.75	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.05)
501.46/501.90	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.04)
601.56/602.08	c INFO: running FH@0 for 97 with 599 remaining (b = 0.03)
701.76/702.25	c INFO: running adaptg2wsat2009++@0 for 97 with 499 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.1 (svn: 988)

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

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 0.01 2.16 5.30 5/180 15263
/proc/meminfo: memFree=31731784/32951124 swapFree=67063556/67111528
[pid=15263] ppid=15261 vsize=15380 CPUtime=0 cores=5,7
/proc/15263/stat : 15263 (python) R 15261 15263 15206 0 -1 4202496 793 0 0 0 0 0 0 0 18 0 1 0 886297273 15749120 679 33554432000 4194304 5683644 140733856524992 18446744073709551615 246516830053 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15263/statm: 3845 679 322 364 0 332 0

[startup+0.0241849 s]
/proc/loadavg: 0.01 2.16 5.30 5/180 15263
/proc/meminfo: memFree=31731784/32951124 swapFree=67063556/67111528
[pid=15263] ppid=15261 vsize=16392 CPUtime=0.01 cores=5,7
/proc/15263/stat : 15263 (python) R 15261 15263 15206 0 -1 4202496 1122 0 0 0 1 0 0 0 17 0 1 0 886297273 16785408 988 33554432000 4194304 5683644 140733856524992 18446744073709551615 246516832256 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15263/statm: 4098 988 413 364 0 585 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16392

[startup+0.100147 s]
/proc/loadavg: 0.01 2.16 5.30 5/180 15263
/proc/meminfo: memFree=31731784/32951124 swapFree=67063556/67111528
[pid=15263] ppid=15261 vsize=85364 CPUtime=0.06 cores=5,7
/proc/15263/stat : 15263 (python) R 15261 15263 15206 0 -1 4202496 2595 0 0 0 4 2 0 0 17 0 1 0 886297273 87412736 2315 33554432000 4194304 5683644 140733856524992 18446744073709551615 246516833936 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15263/statm: 21341 2314 713 364 0 1558 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85364

[startup+0.301106 s]
/proc/loadavg: 0.01 2.16 5.30 5/180 15263
/proc/meminfo: memFree=31731784/32951124 swapFree=67063556/67111528
[pid=15263] ppid=15261 vsize=126296 CPUtime=0.16 cores=5,7
/proc/15263/stat : 15263 (python) R 15261 15263 15206 0 -1 4202496 4711 933 1 0 10 6 0 0 18 0 1 0 886297273 129327104 3895 33554432000 4194304 5683644 140733856524992 18446744073709551615 5168736 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15263/statm: 31574 3895 1001 364 0 2869 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 126296

[startup+0.701059 s]
/proc/loadavg: 0.01 2.16 5.30 5/180 15263
/proc/meminfo: memFree=31731784/32951124 swapFree=67063556/67111528
[pid=15263] ppid=15261 vsize=135748 CPUtime=0.3 cores=5,7
/proc/15263/stat : 15263 (python) D 15261 15263 15206 0 -1 4202496 6014 933 1 0 16 14 0 0 16 0 1 0 886297273 139005952 4170 33554432000 4194304 5683644 140733856524992 18446744073709551615 246516830213 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15263/statm: 33937 4170 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 135748

[startup+1.50089 s]
/proc/loadavg: 0.01 2.16 5.30 3/191 15299
/proc/meminfo: memFree=31621648/32951124 swapFree=67063556/67111528
[pid=15263] ppid=15261 vsize=282556 CPUtime=0.92 cores=5,7
/proc/15263/stat : 15263 (python) R 15261 15263 15206 0 -1 4202496 11217 933 1 0 68 24 0 0 16 0 1 0 886297273 289337344 8052 33554432000 4194304 5683644 140733856524992 18446744073709551615 47804118998656 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15263/statm: 70639 8052 1826 364 0 6563 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 282556

[startup+3.10056 s]
/proc/loadavg: 0.01 2.16 5.30 5/191 15299
/proc/meminfo: memFree=31513272/32951124 swapFree=67063556/67111528
[pid=15263] ppid=15261 vsize=289436 CPUtime=1.56 cores=5,7
/proc/15263/stat : 15263 (python) S 15261 15263 15206 0 -1 4202496 11576 933 1 0 131 25 0 0 19 0 2 0 886297273 296382464 7224 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15263/statm: 72359 7224 1869 364 0 8277 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 289436
heavy processes:

[startup+6.30098 s]
/proc/loadavg: 0.41 2.21 5.30 5/197 15306
/proc/meminfo: memFree=31510792/32951124 swapFree=67063556/67111528
[pid=15263] ppid=15261 vsize=289436 CPUtime=1.56 cores=5,7
/proc/15263/stat : 15263 (python) S 15261 15263 15206 0 -1 4202496 11576 933 1 0 131 25 0 0 19 0 2 0 886297273 296382464 7224 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15263/statm: 72359 7224 1869 364 0 8277 0
[pid=15300] ppid=15263 vsize=279192 CPUtime=0 cores=5,7
/proc/15300/stat : 15300 (python) S 15263 15263 15206 0 -1 4202560 860 0 0 0 0 0 0 0 18 0 1 0 886297486 285892608 5728 33554432000 4194304 5683644 140733856524992 18446744073709551615 246516854287 0 0 16781312 514 4470692897913536775 0 0 17 5 0 0 0
/proc/15300/statm: 69798 5728 377 364 0 5716 0
[pid=15302] ppid=15300 vsize=1018616 CPUtime=4.15 cores=5,7
/proc/15302/stat : 15302 (gnovelty+2) R 15300 15302 15302 0 -1 4202496 766 0 0 0 415 0 0 0 25 0 1 0 886297486 1043062784 500 33554432000 134512640 135663704 4292751664 18446744073709551615 134525437 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/15302/statm: 254654 500 113 282 0 254370 0
[pid=15263/tid=15301] ppid=15261 vsize=289436 CPUtime=0 cores=5,7
/proc/15263/task/15301/stat : 15301 (python) S 15261 15263 15206 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 2 0 886297486 296382464 7224 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 1587244

[startup+12.7008 s]
/proc/loadavg: 0.69 2.24 5.29 5/203 15312
/proc/meminfo: memFree=31466740/32951124 swapFree=67063556/67111528
[pid=15263] ppid=15261 vsize=289436 CPUtime=1.56 cores=5,7
/proc/15263/stat : 15263 (python) S 15261 15263 15206 0 -1 4202496 11576 933 1 0 131 25 0 0 19 0 2 0 886297273 296382464 7224 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15263/statm: 72359 7224 1869 364 0 8277 0
[pid=15300] ppid=15263 vsize=279192 CPUtime=0 cores=5,7
/proc/15300/stat : 15300 (python) S 15263 15263 15206 0 -1 4202560 860 0 0 0 0 0 0 0 18 0 1 0 886297486 285892608 5728 33554432000 4194304 5683644 140733856524992 18446744073709551615 246516854287 0 0 16781312 514 5619753463144481031 0 0 17 5 0 0 0
/proc/15300/statm: 69798 5728 377 364 0 5716 0
[pid=15302] ppid=15300 vsize=1018616 CPUtime=10.55 cores=5,7
/proc/15302/stat : 15302 (gnovelty+2) R 15300 15302 15302 0 -1 4202496 766 0 0 0 1055 0 0 0 25 0 1 0 886297486 1043062784 500 33554432000 134512640 135663704 4292751664 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15302/statm: 254654 500 113 282 0 254370 0
[pid=15263/tid=15301] ppid=15261 vsize=289436 CPUtime=0 cores=5,7
/proc/15263/task/15301/stat : 15301 (python) S 15261 15263 15206 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 2 0 886297486 296382464 7224 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 1587244

[startup+25.5005 s]
/proc/loadavg: 1.43 2.32 5.27 6/203 15312
/proc/meminfo: memFree=31446388/32951124 swapFree=67063556/67111528
[pid=15263] ppid=15261 vsize=289436 CPUtime=1.56 cores=5,7
/proc/15263/stat : 15263 (python) S 15261 15263 15206 0 -1 4202496 11576 933 1 0 131 25 0 0 19 0 2 0 886297273 296382464 7224 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15263/statm: 72359 7224 1869 364 0 8277 0
[pid=15300] ppid=15263 vsize=279192 CPUtime=0.02 cores=5,7
/proc/15300/stat : 15300 (python) S 15263 15263 15206 0 -1 4202560 867 0 0 0 1 1 0 0 18 0 1 0 886297486 285892608 5728 33554432000 4194304 5683644 140733856524992 18446744073709551615 246516854287 0 0 16781312 514 5619753463144481031 0 0 17 5 0 0 0
/proc/15300/statm: 69798 5728 377 364 0 5716 0
[pid=15302] ppid=15300 vsize=1018616 CPUtime=23.33 cores=5,7
/proc/15302/stat : 15302 (gnovelty+2) R 15300 15302 15302 0 -1 4202496 766 0 0 0 2333 0 0 0 25 0 1 0 886297486 1043062784 500 33554432000 134512640 135663704 4292751664 18446744073709551615 134545635 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15302/statm: 254654 500 113 282 0 254370 0
[pid=15263/tid=15301] ppid=15261 vsize=289436 CPUtime=0 cores=5,7
/proc/15263/task/15301/stat : 15301 (python) S 15261 15263 15206 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 2 0 886297486 296382464 7224 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 1587244

[startup+51.1008 s]
/proc/loadavg: 2.30 2.46 5.23 5/203 15313
/proc/meminfo: memFree=31446236/32951124 swapFree=67063556/67111528
[pid=15263] ppid=15261 vsize=289436 CPUtime=1.56 cores=5,7
/proc/15263/stat : 15263 (python) S 15261 15263 15206 0 -1 4202496 11576 933 1 0 131 25 0 0 19 0 2 0 886297273 296382464 7224 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15263/statm: 72359 7224 1869 364 0 8277 0
[pid=15300] ppid=15263 vsize=279192 CPUtime=0.06 cores=5,7
/proc/15300/stat : 15300 (python) S 15263 15263 15206 0 -1 4202560 879 0 0 0 3 3 0 0 18 0 1 0 886297486 285892608 5728 33554432000 4194304 5683644 140733856524992 18446744073709551615 246516854287 0 0 16781312 514 5619753463144481031 0 0 17 5 0 0 0
/proc/15300/statm: 69798 5728 377 364 0 5716 0
[pid=15302] ppid=15300 vsize=1018616 CPUtime=48.91 cores=5,7
/proc/15302/stat : 15302 (gnovelty+2) R 15300 15302 15302 0 -1 4202496 766 0 0 0 4891 0 0 0 25 0 1 0 886297486 1043062784 500 33554432000 134512640 135663704 4292751664 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15302/statm: 254654 500 113 282 0 254370 0
[pid=15263/tid=15301] ppid=15261 vsize=289436 CPUtime=0 cores=5,7
/proc/15263/task/15301/stat : 15301 (python) S 15261 15263 15206 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 2 0 886297486 296382464 7224 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 1587244

[startup+102.3 s]
/proc/loadavg: 3.26 2.69 5.17 5/203 15317
/proc/meminfo: memFree=31445660/32951124 swapFree=67063556/67111528
[pid=15263] ppid=15261 vsize=299864 CPUtime=1.57 cores=5,7
/proc/15263/stat : 15263 (python) S 15261 15263 15206 0 -1 4202496 12420 933 1 0 132 25 0 0 19 0 3 0 886297273 307060736 7290 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15263/statm: 74966 7290 1872 364 0 10881 0
[pid=15300] ppid=15263 vsize=289436 CPUtime=0.13 cores=5,7
/proc/15300/stat : 15300 (python) S 15263 15263 15206 0 -1 4202560 1134 0 0 0 6 7 0 0 19 0 2 0 886297486 296382464 5771 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15300/statm: 72359 5771 415 364 0 8277 0
[pid=15302] ppid=15300 vsize=1018616 CPUtime=100.01 cores=5,7
/proc/15302/stat : 15302 (gnovelty+2) T 15300 15302 15302 0 -1 4202496 766 0 0 0 10001 0 0 0 25 0 1 0 886297486 1043062784 500 33554432000 134512640 135663704 4292751664 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15302/statm: 254654 500 113 282 0 254370 0
[pid=15263/tid=15301] ppid=15261 vsize=299864 CPUtime=0 cores=5,7
/proc/15263/task/15301/stat : 15301 (python) S 15261 15263 15206 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 3 0 886297486 307060736 7290 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 1607916

[startup+162.301 s]
/proc/loadavg: 3.73 2.93 5.09 5/219 15335
/proc/meminfo: memFree=31351956/32951124 swapFree=67063556/67111528
[pid=15263] ppid=15261 vsize=299864 CPUtime=1.57 cores=5,7
/proc/15263/stat : 15263 (python) S 15261 15263 15206 0 -1 4202496 12420 933 1 0 132 25 0 0 19 0 3 0 886297273 307060736 7290 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15263/statm: 74966 7290 1872 364 0 10881 0
[pid=15300] ppid=15263 vsize=289436 CPUtime=0.13 cores=5,7
/proc/15300/stat : 15300 (python) S 15263 15263 15206 0 -1 4202560 1134 0 0 0 6 7 0 0 19 0 2 0 886297486 296382464 5771 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15300/statm: 72359 5771 415 364 0 8277 0
[pid=15302] ppid=15300 vsize=1018616 CPUtime=100.01 cores=5,7
/proc/15302/stat : 15302 (gnovelty+2) T 15300 15302 15302 0 -1 4202496 766 0 0 0 10001 0 0 0 25 0 1 0 886297486 1043062784 500 33554432000 134512640 135663704 4292751664 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15302/statm: 254654 500 113 282 0 254370 0
[pid=15300/tid=15318] ppid=15263 vsize=289436 CPUtime=0 cores=5,7
/proc/15300/task/15318/stat : 15318 (python) S 15263 15263 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886307501 296382464 5771 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 514 18446604471133476736 0 0 -1 7 0 0 0
[pid=15319] ppid=15263 vsize=289620 CPUtime=0.07 cores=5,7
/proc/15319/stat : 15319 (python) S 15263 15263 15206 0 -1 4202560 917 0 0 0 4 3 0 0 18 0 1 0 886307502 296570880 5785 33554432000 4194304 5683644 140733856524992 18446744073709551615 246516854342 0 0 16781312 514 5619753463144481032 0 0 17 5 0 0 0
/proc/15319/statm: 72405 5785 371 364 0 8320 0
[pid=15321] ppid=15319 vsize=1018616 CPUtime=59.92 cores=5,7
/proc/15321/stat : 15321 (gnovelty+2) R 15319 15321 15321 0 -1 4202496 764 0 0 0 5992 0 0 0 25 0 1 0 886307502 1043062784 500 33554432000 134512640 135663704 4289335968 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15321/statm: 254654 500 113 282 0 254370 0
[pid=15263/tid=15301] ppid=15261 vsize=299864 CPUtime=0 cores=5,7
/proc/15263/task/15301/stat : 15301 (python) S 15261 15263 15206 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 3 0 886297486 307060736 7290 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
[pid=15263/tid=15320] ppid=15261 vsize=299864 CPUtime=0 cores=5,7
/proc/15263/task/15320/stat : 15320 (python) S 15261 15263 15206 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 886307502 307060736 7290 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 161.7
Current children cumulated vsize (KiB) 2916152

[startup+222.301 s]
/proc/loadavg: 3.94 3.14 5.03 5/235 15352
/proc/meminfo: memFree=31255692/32951124 swapFree=67063556/67111528
[pid=15263] ppid=15261 vsize=310724 CPUtime=1.57 cores=5,7
/proc/15263/stat : 15263 (python) S 15261 15263 15206 0 -1 4202496 13262 933 1 0 132 25 0 0 19 0 4 0 886297273 318181376 7431 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0

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

[pid=15338] ppid=15263 vsize=300480 CPUtime=0.14 cores=5,7
/proc/15338/stat : 15338 (python) S 15263 15263 15206 0 -1 4202560 1068 0 0 0 8 6 0 0 19 0 2 0 886317518 307691520 5954 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15338/statm: 75120 5954 399 364 0 11032 0
[pid=15340] ppid=15338 vsize=418636 CPUtime=100 cores=5,7
/proc/15340/stat : 15340 (adaptg2wsat2009) T 15338 15340 15340 0 -1 4202496 1222 0 0 0 10000 0 0 0 25 0 1 0 886317518 428683264 956 33554432000 134512640 135107411 4290225136 18446744073709551615 134531674 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15340/statm: 104659 956 59 146 0 103535 0
[pid=15338/tid=15359] ppid=15263 vsize=300480 CPUtime=0 cores=5,7
/proc/15338/task/15359/stat : 15359 (python) S 15263 15263 15206 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886327532 307691520 5954 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 514 18446604471118158784 0 0 -1 7 0 0 0
[pid=15360] ppid=15263 vsize=310736 CPUtime=0.15 cores=5,7
/proc/15360/stat : 15360 (python) S 15263 15263 15206 0 -1 4202560 1086 0 0 0 8 7 0 0 19 0 2 0 886327533 318193664 5958 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15360/statm: 77684 5958 400 364 0 13593 0
[pid=15362] ppid=15360 vsize=418636 CPUtime=99.14 cores=5,7
/proc/15362/stat : 15362 (adaptg2wsat2009) T 15360 15362 15362 0 -1 4202496 1220 0 0 0 9914 0 0 0 25 0 1 0 886327533 428683264 955 33554432000 134512640 135107411 4287940352 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15362/statm: 104659 955 59 146 0 103535 0
[pid=15360/tid=15368] ppid=15263 vsize=310736 CPUtime=0 cores=5,7
/proc/15360/task/15368/stat : 15368 (python) S 15263 15263 15206 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886337447 318193664 5958 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 514 18446604471118156096 0 0 -1 7 0 0 0
[pid=15369] ppid=15263 vsize=320992 CPUtime=0.14 cores=5,7
/proc/15369/stat : 15369 (python) S 15263 15263 15206 0 -1 4202560 1076 0 0 0 7 7 0 0 19 0 2 0 886337448 328695808 5962 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15369/statm: 80248 5962 400 364 0 16154 0
[pid=15371] ppid=15369 vsize=418636 CPUtime=100.01 cores=5,7
/proc/15371/stat : 15371 (adaptg2wsat2009) T 15369 15371 15371 0 -1 4202496 1220 0 0 0 10001 0 0 0 25 0 1 0 886337449 428683264 955 33554432000 134512640 135107411 4294772896 18446744073709551615 134531343 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15371/statm: 104659 955 59 146 0 103535 0
[pid=15369/tid=15379] ppid=15263 vsize=320992 CPUtime=0 cores=5,7
/proc/15369/task/15379/stat : 15379 (python) S 15263 15263 15206 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886347462 328695808 5962 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 514 18446604471131940800 0 0 -1 7 0 0 0
[pid=15380] ppid=15263 vsize=331248 CPUtime=0.14 cores=5,7
/proc/15380/stat : 15380 (python) S 15263 15263 15206 0 -1 4202560 1068 0 0 0 7 7 0 0 19 0 2 0 886347463 339197952 5966 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15380/statm: 82812 5966 400 364 0 18715 0
[pid=15382] ppid=15380 vsize=1018616 CPUtime=100.03 cores=5,7
/proc/15382/stat : 15382 (gnovelty+2) T 15380 15382 15382 0 -1 4202496 760 0 0 0 10003 0 0 0 25 0 1 0 886347464 1043062784 500 33554432000 134512640 135663704 4294409232 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15382/statm: 254654 500 113 282 0 254370 0
[pid=15380/tid=15395] ppid=15263 vsize=331248 CPUtime=0 cores=5,7
/proc/15380/task/15395/stat : 15395 (python) S 15263 15263 15206 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886357480 339197952 5966 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 514 18446604471127571456 0 0 -1 7 0 0 0
[pid=15396] ppid=15263 vsize=341504 CPUtime=0.16 cores=5,7
/proc/15396/stat : 15396 (python) S 15263 15263 15206 0 -1 4202560 1082 0 0 0 8 8 0 0 16 0 2 0 886357481 349700096 5970 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15396/statm: 85376 5970 400 364 0 21276 0
[pid=15398] ppid=15396 vsize=248652 CPUtime=100 cores=5,7
/proc/15398/stat : 15398 (FH) T 15396 15398 15398 0 -1 4202496 1123 0 0 0 10000 0 0 0 25 0 1 0 886357482 254619648 858 33554432000 134512640 134936988 4286624272 18446744073709551615 134552080 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15398/statm: 62163 858 41 104 0 61667 0
[pid=15396/tid=15411] ppid=15263 vsize=341504 CPUtime=0 cores=5,7
/proc/15396/task/15411/stat : 15411 (python) S 15263 15263 15206 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 886367497 349700096 5970 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 514 18446604465073988544 0 0 -1 5 0 0 0
[pid=15412] ppid=15263 vsize=351760 CPUtime=0 cores=5,7
/proc/15412/stat : 15412 (python) S 15263 15263 15206 0 -1 4202560 829 0 0 0 0 0 0 0 19 0 1 0 886367498 360202240 5923 33554432000 4194304 5683644 140733856524992 18446744073709551615 246516854342 0 0 16781312 514 15338881278485200895 0 0 17 5 0 0 0
/proc/15412/statm: 87940 5923 350 364 0 23837 0
[pid=15414] ppid=15412 vsize=418500 CPUtime=0.15 cores=5,7
/proc/15414/stat : 15414 (adaptg2wsat2009) R 15412 15414 15414 0 -1 4202496 1078 0 0 0 15 0 0 0 21 0 1 0 886367498 428544000 809 33554432000 134512640 135107411 4292194464 18446744073709551615 134523430 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15414/statm: 104625 809 49 146 0 103501 0
[pid=15263/tid=15301] ppid=15261 vsize=362004 CPUtime=0 cores=5,7
/proc/15263/task/15301/stat : 15301 (python) S 15261 15263 15206 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 9 0 886297486 370692096 7461 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
[pid=15263/tid=15320] ppid=15261 vsize=362004 CPUtime=0 cores=5,7
/proc/15263/task/15320/stat : 15320 (python) S 15261 15263 15206 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 886307502 370692096 7461 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
[pid=15263/tid=15339] ppid=15261 vsize=362004 CPUtime=0 cores=5,7
/proc/15263/task/15339/stat : 15339 (python) S 15261 15263 15206 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 886317518 370692096 7461 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
[pid=15263/tid=15361] ppid=15261 vsize=362004 CPUtime=0 cores=5,7
/proc/15263/task/15361/stat : 15361 (python) S 15261 15263 15206 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 886327533 370692096 7461 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
[pid=15263/tid=15370] ppid=15261 vsize=362004 CPUtime=0 cores=5,7
/proc/15263/task/15370/stat : 15370 (python) S 15261 15263 15206 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 886337448 370692096 7461 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
[pid=15263/tid=15381] ppid=15261 vsize=362004 CPUtime=0 cores=5,7
/proc/15263/task/15381/stat : 15381 (python) S 15261 15263 15206 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 886347463 370692096 7461 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
[pid=15263/tid=15397] ppid=15261 vsize=362004 CPUtime=0 cores=5,7
/proc/15263/task/15397/stat : 15397 (python) S 15261 15263 15206 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 886357481 370692096 7461 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
[pid=15263/tid=15413] ppid=15261 vsize=362004 CPUtime=0 cores=5,7
/proc/15263/task/15413/stat : 15413 (python) S 15261 15263 15206 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 886367498 370692096 7461 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 7876688

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

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

[startup+702.402 s]
/proc/loadavg: 4.11 3.89 4.63 5/284 15414
/proc/meminfo: memFree=31083236/32951124 swapFree=67063556/67111528
[pid=15263] ppid=15261 vsize=362004 CPUtime=1.63 cores=5,7
/proc/15263/stat : 15263 (python) S 15261 15263 15206 0 -1 4202496 17471 933 1 0 137 26 0 0 20 0 9 0 886297273 370692096 7461 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15263/statm: 90501 7461 1884 364 0 26398 0
[pid=15300] ppid=15263 vsize=289436 CPUtime=0.13 cores=5,7
/proc/15300/stat : 15300 (python) S 15263 15263 15206 0 -1 4202560 1134 0 0 0 6 7 0 0 19 0 2 0 886297486 296382464 5771 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15300/statm: 72359 5771 415 364 0 8277 0
[pid=15302] ppid=15300 vsize=1018616 CPUtime=100.01 cores=5,7
/proc/15302/stat : 15302 (gnovelty+2) T 15300 15302 15302 0 -1 4202496 766 0 0 0 10001 0 0 0 25 0 1 0 886297486 1043062784 500 33554432000 134512640 135663704 4292751664 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15302/statm: 254654 500 113 282 0 254370 0
[pid=15300/tid=15318] ppid=15263 vsize=289436 CPUtime=0 cores=5,7
/proc/15300/task/15318/stat : 15318 (python) S 15263 15263 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886307501 296382464 5771 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 514 18446604471133476736 0 0 -1 7 0 0 0
[pid=15319] ppid=15263 vsize=289620 CPUtime=0.13 cores=5,7
/proc/15319/stat : 15319 (python) S 15263 15263 15206 0 -1 4202560 1084 0 0 0 7 6 0 0 19 0 2 0 886307502 296570880 5815 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15319/statm: 72405 5815 400 364 0 8320 0
[pid=15321] ppid=15319 vsize=1018616 CPUtime=100.01 cores=5,7
/proc/15321/stat : 15321 (gnovelty+2) T 15319 15321 15321 0 -1 4202496 764 0 0 0 10001 0 0 0 25 0 1 0 886307502 1043062784 500 33554432000 134512640 135663704 4289335968 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15321/statm: 254654 500 113 282 0 254370 0
[pid=15319/tid=15337] ppid=15263 vsize=289620 CPUtime=0 cores=5,7
/proc/15319/task/15337/stat : 15337 (python) S 15263 15263 15206 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886317517 296570880 5815 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 514 18446604454223863872 0 0 -1 7 0 0 0
[pid=15338] ppid=15263 vsize=300480 CPUtime=0.14 cores=5,7
/proc/15338/stat : 15338 (python) S 15263 15263 15206 0 -1 4202560 1068 0 0 0 8 6 0 0 19 0 2 0 886317518 307691520 5954 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15338/statm: 75120 5954 399 364 0 11032 0
[pid=15340] ppid=15338 vsize=418636 CPUtime=100 cores=5,7
/proc/15340/stat : 15340 (adaptg2wsat2009) T 15338 15340 15340 0 -1 4202496 1222 0 0 0 10000 0 0 0 25 0 1 0 886317518 428683264 956 33554432000 134512640 135107411 4290225136 18446744073709551615 134531674 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15340/statm: 104659 956 59 146 0 103535 0
[pid=15338/tid=15359] ppid=15263 vsize=300480 CPUtime=0 cores=5,7
/proc/15338/task/15359/stat : 15359 (python) S 15263 15263 15206 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886327532 307691520 5954 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 514 18446604471118158784 0 0 -1 7 0 0 0
[pid=15360] ppid=15263 vsize=310736 CPUtime=0.15 cores=5,7
/proc/15360/stat : 15360 (python) S 15263 15263 15206 0 -1 4202560 1086 0 0 0 8 7 0 0 19 0 2 0 886327533 318193664 5958 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15360/statm: 77684 5958 400 364 0 13593 0
[pid=15362] ppid=15360 vsize=418636 CPUtime=99.14 cores=5,7
/proc/15362/stat : 15362 (adaptg2wsat2009) T 15360 15362 15362 0 -1 4202496 1220 0 0 0 9914 0 0 0 25 0 1 0 886327533 428683264 955 33554432000 134512640 135107411 4287940352 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15362/statm: 104659 955 59 146 0 103535 0
[pid=15360/tid=15368] ppid=15263 vsize=310736 CPUtime=0 cores=5,7
/proc/15360/task/15368/stat : 15368 (python) S 15263 15263 15206 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886337447 318193664 5958 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 514 18446604471118156096 0 0 -1 7 0 0 0
[pid=15369] ppid=15263 vsize=320992 CPUtime=0.14 cores=5,7
/proc/15369/stat : 15369 (python) S 15263 15263 15206 0 -1 4202560 1076 0 0 0 7 7 0 0 19 0 2 0 886337448 328695808 5962 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15369/statm: 80248 5962 400 364 0 16154 0
[pid=15371] ppid=15369 vsize=418636 CPUtime=100.01 cores=5,7
/proc/15371/stat : 15371 (adaptg2wsat2009) T 15369 15371 15371 0 -1 4202496 1220 0 0 0 10001 0 0 0 25 0 1 0 886337449 428683264 955 33554432000 134512640 135107411 4294772896 18446744073709551615 134531343 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15371/statm: 104659 955 59 146 0 103535 0
[pid=15369/tid=15379] ppid=15263 vsize=320992 CPUtime=0 cores=5,7
/proc/15369/task/15379/stat : 15379 (python) S 15263 15263 15206 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886347462 328695808 5962 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 514 18446604471131940800 0 0 -1 7 0 0 0
[pid=15380] ppid=15263 vsize=331248 CPUtime=0.14 cores=5,7
/proc/15380/stat : 15380 (python) S 15263 15263 15206 0 -1 4202560 1068 0 0 0 7 7 0 0 19 0 2 0 886347463 339197952 5966 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15380/statm: 82812 5966 400 364 0 18715 0
[pid=15382] ppid=15380 vsize=1018616 CPUtime=100.03 cores=5,7
/proc/15382/stat : 15382 (gnovelty+2) T 15380 15382 15382 0 -1 4202496 760 0 0 0 10003 0 0 0 25 0 1 0 886347464 1043062784 500 33554432000 134512640 135663704 4294409232 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15382/statm: 254654 500 113 282 0 254370 0
[pid=15380/tid=15395] ppid=15263 vsize=331248 CPUtime=0 cores=5,7
/proc/15380/task/15395/stat : 15395 (python) S 15263 15263 15206 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886357480 339197952 5966 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 514 18446604471127571456 0 0 -1 7 0 0 0
[pid=15396] ppid=15263 vsize=341504 CPUtime=0.16 cores=5,7
/proc/15396/stat : 15396 (python) S 15263 15263 15206 0 -1 4202560 1082 0 0 0 8 8 0 0 16 0 2 0 886357481 349700096 5970 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15396/statm: 85376 5970 400 364 0 21276 0
[pid=15398] ppid=15396 vsize=248652 CPUtime=100 cores=5,7
/proc/15398/stat : 15398 (FH) T 15396 15398 15398 0 -1 4202496 1123 0 0 0 10000 0 0 0 25 0 1 0 886357482 254619648 858 33554432000 134512640 134936988 4286624272 18446744073709551615 134552080 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15398/statm: 62163 858 41 104 0 61667 0
[pid=15396/tid=15411] ppid=15263 vsize=341504 CPUtime=0 cores=5,7
/proc/15396/task/15411/stat : 15411 (python) S 15263 15263 15206 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 886367497 349700096 5970 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 514 18446604465073988544 0 0 -1 5 0 0 0
[pid=15412] ppid=15263 vsize=351760 CPUtime=0 cores=5,7
/proc/15412/stat : 15412 (python) S 15263 15263 15206 0 -1 4202560 829 0 0 0 0 0 0 0 19 0 1 0 886367498 360202240 5923 33554432000 4194304 5683644 140733856524992 18446744073709551615 246516854342 0 0 16781312 514 15338881278485200895 0 0 17 5 0 0 0
/proc/15412/statm: 87940 5923 350 364 0 23837 0
[pid=15414] ppid=15412 vsize=418500 CPUtime=0.15 cores=5,7
/proc/15414/stat : 15414 (adaptg2wsat2009) R 15412 15414 15414 0 -1 4202496 1078 0 0 0 15 0 0 0 21 0 1 0 886367498 428544000 809 33554432000 134512640 135107411 4292194464 18446744073709551615 134523430 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15414/statm: 104625 809 49 146 0 103501 0
[pid=15263/tid=15301] ppid=15261 vsize=362004 CPUtime=0 cores=5,7
/proc/15263/task/15301/stat : 15301 (python) S 15261 15263 15206 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 9 0 886297486 370692096 7461 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
[pid=15263/tid=15320] ppid=15261 vsize=362004 CPUtime=0 cores=5,7
/proc/15263/task/15320/stat : 15320 (python) S 15261 15263 15206 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 886307502 370692096 7461 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
[pid=15263/tid=15339] ppid=15261 vsize=362004 CPUtime=0 cores=5,7
/proc/15263/task/15339/stat : 15339 (python) S 15261 15263 15206 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 886317518 370692096 7461 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
[pid=15263/tid=15361] ppid=15261 vsize=362004 CPUtime=0 cores=5,7
/proc/15263/task/15361/stat : 15361 (python) S 15261 15263 15206 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 886327533 370692096 7461 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
[pid=15263/tid=15370] ppid=15261 vsize=362004 CPUtime=0 cores=5,7
/proc/15263/task/15370/stat : 15370 (python) S 15261 15263 15206 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 886337448 370692096 7461 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
[pid=15263/tid=15381] ppid=15261 vsize=362004 CPUtime=0 cores=5,7
/proc/15263/task/15381/stat : 15381 (python) S 15261 15263 15206 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 886347463 370692096 7461 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
[pid=15263/tid=15397] ppid=15261 vsize=362004 CPUtime=0 cores=5,7
/proc/15263/task/15397/stat : 15397 (python) S 15261 15263 15206 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 886357481 370692096 7461 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 5 0 0 0
[pid=15263/tid=15413] ppid=15261 vsize=362004 CPUtime=0 cores=5,7
/proc/15263/task/15413/stat : 15413 (python) S 15261 15263 15206 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 886367498 370692096 7461 33554432000 4194304 5683644 140733856524992 18446744073709551615 246528657841 0 0 16781312 2 18446604471131939008 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 7876688

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 702.466
CPU time (s): 701.97
CPU user time (s): 701.23
CPU system time (s): 0.74
CPU usage (%): 99.9294
Max. virtual memory (cumulated for all children) (KiB): 7876688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.37179
system time used= 0.270958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18410
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= 22968
involuntary context switches= 27

runsolver used 1.85272 second user time and 3.2715 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-11 01:03:11
IDJOB=3484026
IDBENCH=82537
IDSOLVER=1975
FILE ID=node134/3484026-1307746990
RUNJOBID= node134-1307746989-15227
PBS_JOBID= 13550824
Free space on /tmp= 74116 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S181603592-089-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-3484026-1307746990/watcher-3484026-1307746990 -o /tmp/evaluation-result-3484026-1307746990/solver-3484026-1307746990 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484026-1307746990.cnf -seed 1487758871 -budget 1200

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

MD5SUM BENCH= af7b69f0071c372d5cdc250bc7f688e1
RANDOM SEED=1487758871

node134.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.831
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31729840 kB
Buffers:        268064 kB
Cached:         725412 kB
SwapCached:      10284 kB
Active:         515748 kB
Inactive:       502004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31729840 kB
SwapTotal:    67111528 kB
SwapFree:     67063556 kB
Dirty:          103668 kB
Writeback:           0 kB
AnonPages:       21808 kB
Mapped:          10704 kB
Slab:           138344 kB
PageTables:       4808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184548 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73984 MiB
End job on node134 at 2011-06-11 01:14:55