Trace number 3484047

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)? (TO) 1200.07 1201.06

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S913491256-073-UNKNOWN.cnf
MD5SUM785309e098f4d0ba8da3027c8426e931
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark245.957
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.46/2.57	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.46/2.57	c INFO: solving HOME/instance-3484047-1307747009.cnf
0.46/2.57	c INFO: computing task features
0.92/3.00	c INFO: computed variable-clause graph statistics
0.92/3.02	c INFO: computed clause balance statistics
3.12/5.29	c INFO: computed variable balance statistics
5.02/7.10	c INFO: computed small-clause counts
5.02/7.12	c INFO: computed Horn-clause counts
6.23/8.35	c INFO: computed variable graph statistics
6.23/8.35	c INFO: collected features for HOME/instance-3484047-1307747009.cnf in 5.77 s
6.23/8.36	c INFO: running hybridGM3@0 for 97 with 1194 remaining (b = 0.38)
107.21/109.30	c INFO: running hybridGM3@0 for 97 with 1093 remaining (b = 0.23)
208.19/210.32	c INFO: running hybridGM3@0 for 97 with 992 remaining (b = 0.15)
309.29/311.36	c INFO: running hybridGM3@100 for 97 with 891 remaining (b = 0.12)
406.41/408.49	c INFO: running hybridGM3@100 for 97 with 794 remaining (b = 0.12)
503.62/505.63	c INFO: running TNM@0 for 97 with 697 remaining (b = 0.13)
603.85/605.79	c INFO: running hybridGM3@101 for 97 with 597 remaining (b = 0.11)
700.21/701.93	c INFO: running hybridGM3@0 for 97 with 501 remaining (b = 0.11)
800.34/801.95	c INFO: running hybridGM3@99 for 97 with 401 remaining (b = 0.08)
894.59/896.09	c INFO: running hybridGM3@0 for 97 with 307 remaining (b = 0.08)
994.82/996.14	c INFO: running hybridGM3@100 for 97 with 207 remaining (b = 0.06)
1089.08/1090.29	c INFO: running hybridGM3@0 for 112 with 112 remaining (b = 0.06)

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-3484047-1307747009/watcher-3484047-1307747009 -o /tmp/evaluation-result-3484047-1307747009/solver-3484047-1307747009 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484047-1307747009.cnf -seed 5039089 -budget 1200 

running on 2 cores: 0,2

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.32 0.07 0.02 7/186 15711
/proc/meminfo: memFree=31655000/32950928 swapFree=67050648/67111528
[pid=15711] ppid=15707 vsize=11804 CPUtime=0 cores=0,2
/proc/15711/stat : 15711 (runsolver) R 15707 15711 15638 0 -1 4202560 47 0 0 0 0 0 0 0 21 0 1 0 886299941 12087296 55 33554432000 4194304 5436572 140737140091248 18446744073709551615 5057063 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/15711/statm: 2951 55 36 304 0 2643 0

[startup+0.055995 s]
/proc/loadavg: 0.32 0.07 0.02 7/186 15711
/proc/meminfo: memFree=31655000/32950928 swapFree=67050648/67111528
[pid=15711] ppid=15707 vsize=15380 CPUtime=0 cores=0,2
/proc/15711/stat : 15711 (python) S 15707 15711 15638 0 -1 4202496 792 0 0 0 0 0 0 0 21 0 1 0 886299941 15749120 678 33554432000 4194304 5683644 140735497785872 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 0 0 0 0
/proc/15711/statm: 3845 678 322 364 0 332 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15380

[startup+0.100988 s]
/proc/loadavg: 0.32 0.07 0.02 7/186 15711
/proc/meminfo: memFree=31655000/32950928 swapFree=67050648/67111528
[pid=15711] ppid=15707 vsize=15772 CPUtime=0 cores=0,2
/proc/15711/stat : 15711 (python) S 15707 15711 15638 0 -1 4202496 896 0 0 0 0 0 0 0 21 0 1 0 886299941 16150528 776 33554432000 4194304 5683644 140735497785872 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699962003 0 0 17 0 0 0 0
/proc/15711/statm: 3943 776 343 364 0 430 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15772

[startup+0.300897 s]
/proc/loadavg: 0.32 0.07 0.02 7/186 15711
/proc/meminfo: memFree=31655000/32950928 swapFree=67050648/67111528
[pid=15711] ppid=15707 vsize=29784 CPUtime=0.04 cores=0,2
/proc/15711/stat : 15711 (python) S 15707 15711 15638 0 -1 4202496 1415 0 0 0 2 2 0 0 16 0 1 0 886299941 30498816 1257 33554432000 4194304 5683644 140735497785872 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 0 0 0 0
/proc/15711/statm: 7446 1257 443 364 0 816 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29784

[startup+1.13276 s]
/proc/loadavg: 0.32 0.07 0.02 7/186 15711
/proc/meminfo: memFree=31655000/32950928 swapFree=67050648/67111528
[pid=15711] ppid=15707 vsize=135744 CPUtime=0.23 cores=0,2
/proc/15711/stat : 15711 (python) S 15707 15711 15638 0 -1 4202496 5975 935 1 0 14 9 0 0 16 0 1 0 886299941 139001856 4149 33554432000 4194304 5683644 140735497785872 18446744073709551615 251814236165 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 41
/proc/15711/statm: 33936 4149 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 135744

[startup+1.5007 s]
/proc/loadavg: 0.32 0.07 0.02 7/186 15711
/proc/meminfo: memFree=31655000/32950928 swapFree=67050648/67111528
[pid=15711] ppid=15707 vsize=135744 CPUtime=0.26 cores=0,2
/proc/15711/stat : 15711 (python) S 15707 15711 15638 0 -1 4202496 5977 935 1 0 15 11 0 0 15 0 1 0 886299941 139001856 4149 33554432000 4194304 5683644 140735497785872 18446744073709551615 251814236165 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 41
/proc/15711/statm: 33936 4149 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 135744

[startup+3.10043 s]
/proc/loadavg: 0.32 0.07 0.02 7/190 15731
/proc/meminfo: memFree=31513396/32950928 swapFree=67050648/67111528
[pid=15711] ppid=15707 vsize=307968 CPUtime=1.02 cores=0,2
/proc/15711/stat : 15711 (python) R 15707 15711 15638 0 -1 4202496 20151 935 1 0 80 22 0 0 16 0 1 0 886299941 315359232 14377 33554432000 4194304 5683644 140735497785872 18446744073709551615 47419644350800 0 0 16781312 2 0 0 0 17 0 0 0 41
/proc/15711/statm: 76992 14377 1826 364 0 12916 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 307968
heavy processes:

[startup+6.30094 s]
/proc/loadavg: 0.61 0.13 0.04 7/196 15737
/proc/meminfo: memFree=31443552/32950928 swapFree=67050648/67111528
[pid=15711] ppid=15707 vsize=307968 CPUtime=4.22 cores=0,2
/proc/15711/stat : 15711 (python) R 15707 15711 15638 0 -1 4202496 20152 935 1 0 400 22 0 0 21 0 1 0 886299941 315359232 14378 33554432000 4194304 5683644 140735497785872 18446744073709551615 4272664 0 0 16781312 2 0 0 0 17 0 0 0 41
/proc/15711/statm: 76992 14378 1827 364 0 12916 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 307968
heavy processes:

[startup+12.7009 s]
/proc/loadavg: 0.89 0.20 0.06 7/202 15743
/proc/meminfo: memFree=31381936/32950928 swapFree=67050648/67111528
[pid=15711] ppid=15707 vsize=315888 CPUtime=6.29 cores=0,2
/proc/15711/stat : 15711 (python) S 15707 15711 15638 0 -1 4202496 20451 935 1 0 606 23 0 0 25 0 2 0 886299941 323469312 13843 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 41
/proc/15711/statm: 78972 13843 1875 364 0 14890 0
[pid=15738] ppid=15711 vsize=305644 CPUtime=0 cores=0,2
/proc/15738/stat : 15738 (python) S 15711 15711 15638 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 886300777 312979456 12317 33554432000 4194304 5683644 140735497785872 18446744073709551615 251814260239 0 0 16781312 514 4581274905487573252 0 0 17 0 0 0 0
/proc/15738/statm: 76411 12317 353 364 0 12329 0
[pid=15740] ppid=15738 vsize=268424 CPUtime=4.33 cores=0,2
/proc/15740/stat : 15740 (hybridGM3) R 15738 15740 15740 0 -1 4202496 7605 0 0 0 432 1 0 0 25 0 1 0 886300778 274866176 7344 33554432000 134512640 135204385 4292436624 18446744073709551615 134546048 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15740/statm: 67106 7344 64 169 0 66936 0
[pid=15711/tid=15739] ppid=15707 vsize=315888 CPUtime=0 cores=0,2
/proc/15711/task/15739/stat : 15739 (python) S 15707 15711 15638 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 2 0 886300778 323469312 13843 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 2 18446604453985333312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.62
Current children cumulated vsize (KiB) 889956

[startup+25.5007 s]
/proc/loadavg: 1.57 0.38 0.13 5/199 15833
/proc/meminfo: memFree=31369924/32950928 swapFree=67050648/67111528
[pid=15711] ppid=15707 vsize=315888 CPUtime=6.29 cores=0,2
/proc/15711/stat : 15711 (python) S 15707 15711 15638 0 -1 4202496 20451 935 1 0 606 23 0 0 25 0 2 0 886299941 323469312 13843 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 41
/proc/15711/statm: 78972 13843 1875 364 0 14890 0
[pid=15738] ppid=15711 vsize=305644 CPUtime=0.02 cores=0,2
/proc/15738/stat : 15738 (python) S 15711 15711 15638 0 -1 4202560 876 0 0 0 1 1 0 0 18 0 1 0 886300777 312979456 12340 33554432000 4194304 5683644 140735497785872 18446744073709551615 251814260239 0 0 16781312 514 13536342736247947524 0 0 17 0 0 0 0
/proc/15738/statm: 76411 12340 376 364 0 12329 0
[pid=15740] ppid=15738 vsize=268424 CPUtime=17.1 cores=0,2
/proc/15740/stat : 15740 (hybridGM3) R 15738 15740 15740 0 -1 4202496 7615 0 0 0 1709 1 0 0 25 0 1 0 886300778 274866176 7354 33554432000 134512640 135204385 4292436624 18446744073709551615 134537401 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15740/statm: 67106 7354 64 169 0 66936 0
[pid=15711/tid=15739] ppid=15707 vsize=315888 CPUtime=0 cores=0,2
/proc/15711/task/15739/stat : 15739 (python) S 15707 15711 15638 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 2 0 886300778 323469312 13843 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 2 18446604453985333312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.41
Current children cumulated vsize (KiB) 889956

[startup+51.1004 s]
/proc/loadavg: 2.40 0.67 0.23 5/202 15889
/proc/meminfo: memFree=31355428/32950928 swapFree=67050648/67111528
[pid=15711] ppid=15707 vsize=315888 CPUtime=6.29 cores=0,2
/proc/15711/stat : 15711 (python) S 15707 15711 15638 0 -1 4202496 20451 935 1 0 606 23 0 0 25 0 2 0 886299941 323469312 13843 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 41
/proc/15711/statm: 78972 13843 1875 364 0 14890 0
[pid=15738] ppid=15711 vsize=305644 CPUtime=0.05 cores=0,2
/proc/15738/stat : 15738 (python) S 15711 15711 15638 0 -1 4202560 888 0 0 0 3 2 0 0 18 0 1 0 886300777 312979456 12340 33554432000 4194304 5683644 140735497785872 18446744073709551615 251814260239 0 0 16781312 514 13536342736247947524 0 0 17 0 0 0 0
/proc/15738/statm: 76411 12340 376 364 0 12329 0
[pid=15740] ppid=15738 vsize=268424 CPUtime=42.67 cores=0,2
/proc/15740/stat : 15740 (hybridGM3) R 15738 15740 15740 0 -1 4202496 7615 0 0 0 4266 1 0 0 25 0 1 0 886300778 274866176 7354 33554432000 134512640 135204385 4292436624 18446744073709551615 134536663 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15740/statm: 67106 7354 64 169 0 66936 0
[pid=15711/tid=15739] ppid=15707 vsize=315888 CPUtime=0 cores=0,2
/proc/15711/task/15739/stat : 15739 (python) S 15707 15711 15638 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 2 0 886300778 323469312 13843 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 2 18446604453985333312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.01
Current children cumulated vsize (KiB) 889956

[startup+102.301 s]
/proc/loadavg: 3.26 1.17 0.42 5/202 15983
/proc/meminfo: memFree=31290408/32950928 swapFree=67050648/67111528
[pid=15711] ppid=15707 vsize=315888 CPUtime=6.29 cores=0,2
/proc/15711/stat : 15711 (python) S 15707 15711 15638 0 -1 4202496 20451 935 1 0 606 23 0 0 25 0 2 0 886299941 323469312 13843 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 41
/proc/15711/statm: 78972 13843 1875 364 0 14890 0
[pid=15738] ppid=15711 vsize=305644 CPUtime=0.12 cores=0,2
/proc/15738/stat : 15738 (python) S 15711 15711 15638 0 -1 4202560 909 0 0 0 7 5 0 0 18 0 1 0 886300777 312979456 12340 33554432000 4194304 5683644 140735497785872 18446744073709551615 251814260239 0 0 16781312 514 13536342736247947524 0 0 17 0 0 0 0
/proc/15738/statm: 76411 12340 376 364 0 12329 0
[pid=15740] ppid=15738 vsize=268424 CPUtime=93.81 cores=0,2
/proc/15740/stat : 15740 (hybridGM3) R 15738 15740 15740 0 -1 4202496 7615 0 0 0 9380 1 0 0 25 0 1 0 886300778 274866176 7354 33554432000 134512640 135204385 4292436624 18446744073709551615 134536996 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15740/statm: 67106 7354 64 169 0 66936 0
[pid=15711/tid=15739] ppid=15707 vsize=315888 CPUtime=0 cores=0,2
/proc/15711/task/15739/stat : 15739 (python) S 15707 15711 15638 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 2 0 886300778 323469312 13843 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 2 18446604453985333312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.22
Current children cumulated vsize (KiB) 889956

[startup+162.301 s]
/proc/loadavg: 3.76 1.70 0.64 5/214 15996
/proc/meminfo: memFree=31180536/32950928 swapFree=67050648/67111528
[pid=15711] ppid=15707 vsize=326144 CPUtime=6.3 cores=0,2
/proc/15711/stat : 15711 (python) S 15707 15711 15638 0 -1 4202496 21340 935 1 0 607 23 0 0 20 0 3 0 886299941 333971456 13850 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 41
/proc/15711/statm: 81536 13850 1878 364 0 17451 0
[pid=15738] ppid=15711 vsize=315888 CPUtime=0.12 cores=0,2
/proc/15738/stat : 15738 (python) S 15711 15711 15638 0 -1 4202560 1150 0 0 0 7 5 0 0 19 0 2 0 886300777 323469312 12384 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15738/statm: 78972 12384 415 364 0 14890 0
[pid=15740] ppid=15738 vsize=268424 CPUtime=100.79 cores=0,2
/proc/15740/stat : 15740 (hybridGM3) T 15738 15740 15740 0 -1 4202496 7615 0 0 0 10078 1 0 0 25 0 1 0 886300778 274866176 7354 33554432000 134512640 135204385 4292436624 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15740/statm: 67106 7354 64 169 0 66936 0
[pid=15738/tid=15984] ppid=15711 vsize=315888 CPUtime=0 cores=0,2
/proc/15738/task/15984/stat : 15984 (python) S 15711 15711 15638 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886310871 323469312 12384 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 514 18446604453979354432 0 0 -1 2 0 0 0
[pid=15985] ppid=15711 vsize=315900 CPUtime=0.07 cores=0,2
/proc/15985/stat : 15985 (python) S 15711 15711 15638 0 -1 4202560 898 0 0 0 4 3 0 0 18 0 1 0 886310871 323481600 12338 33554432000 4194304 5683644 140735497785872 18446744073709551615 251814260294 0 0 16781312 514 13536342736247947524 0 0 17 0 0 0 0
/proc/15985/statm: 78975 12338 370 364 0 14890 0
[pid=15987] ppid=15985 vsize=268428 CPUtime=52.91 cores=0,2
/proc/15987/stat : 15987 (hybridGM3) R 15985 15987 15987 0 -1 4202496 7608 0 0 0 5291 0 0 0 25 0 1 0 886310872 274870272 7346 33554432000 134512640 135204385 4291954064 18446744073709551615 134536646 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15987/statm: 67107 7346 64 169 0 66937 0
[pid=15711/tid=15739] ppid=15707 vsize=326144 CPUtime=0 cores=0,2
/proc/15711/task/15739/stat : 15739 (python) S 15707 15711 15638 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 3 0 886300778 333971456 13850 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 2 18446604453985333312 0 0 -1 0 0 0 0
[pid=15711/tid=15986] ppid=15707 vsize=326144 CPUtime=0 cores=0,2
/proc/15711/task/15986/stat : 15986 (python) S 15707 15711 15638 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 3 0 886310872 333971456 13850 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 2 18446604453985333312 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 160.19
Current children cumulated vsize (KiB) 1494784

[startup+222.301 s]
/proc/loadavg: 3.99 2.13 0.86 5/226 16010
/proc/meminfo: memFree=31072516/32950928 swapFree=67050648/67111528
[pid=15711] ppid=15707 vsize=336400 CPUtime=6.31 cores=0,2
/proc/15711/stat : 15711 (python) S 15707 15711 15638 0 -1 4202496 22169 935 1 0 608 23 0 0 20 0 4 0 886299941 344473600 13856 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 41
/proc/15711/statm: 84100 13856 1880 364 0 20012 0
[pid=15738] ppid=15711 vsize=315888 CPUtime=0.12 cores=0,2
/proc/15738/stat : 15738 (python) S 15711 15711 15638 0 -1 4202560 1150 0 0 0 7 5 0 0 19 0 2 0 886300777 323469312 12384 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15738/statm: 78972 12384 415 364 0 14890 0
[pid=15740] ppid=15738 vsize=268424 CPUtime=100.79 cores=0,2
/proc/15740/stat : 15740 (hybridGM3) T 15738 15740 15740 0 -1 4202496 7615 0 0 0 10078 1 0 0 25 0 1 0 886300778 274866176 7354 33554432000 134512640 135204385 4292436624 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15740/statm: 67106 7354 64 169 0 66936 0

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

/proc/meminfo: memFree=30431880/32950928 swapFree=67050648/67111528
[pid=15711] ppid=15707 vsize=377424 CPUtime=6.38 cores=0,2
/proc/15711/stat : 15711 (python) S 15707 15711 15638 0 -1 4202496 25911 935 1 0 613 25 0 0 20 0 8 0 886299941 386482176 13880 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 41
/proc/15711/statm: 94356 13880 1888 364 0 30256 0
[pid=15738] ppid=15711 vsize=315888 CPUtime=0.27 cores=0,2
/proc/15738/stat : 15738 (python) S 15711 15711 15638 0 -1 4202560 1205 0 0 0 15 12 0 0 18 0 2 0 886300777 323469312 12385 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15738/statm: 78972 12385 416 364 0 14890 0
[pid=15740] ppid=15738 vsize=268424 CPUtime=197.77 cores=0,2
/proc/15740/stat : 15740 (hybridGM3) T 15738 15740 15740 0 -1 4202496 7615 0 0 0 19776 1 0 0 25 0 1 0 886300778 274866176 7354 33554432000 134512640 135204385 4292436624 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15740/statm: 67106 7354 64 169 0 66936 0
[pid=15738/tid=15984] ppid=15711 vsize=315888 CPUtime=0 cores=0,2
/proc/15738/task/15984/stat : 15984 (python) S 15711 15711 15638 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 886310871 323469312 12385 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 514 18446604453979354432 0 0 -1 2 0 0 0
[pid=15985] ppid=15711 vsize=315900 CPUtime=0.29 cores=0,2
/proc/15985/stat : 15985 (python) S 15711 15711 15638 0 -1 4202560 1106 0 0 0 16 13 0 0 18 0 2 0 886310871 323481600 12368 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15985/statm: 78975 12368 399 364 0 14890 0
[pid=15987] ppid=15985 vsize=268428 CPUtime=197.85 cores=0,2
/proc/15987/stat : 15987 (hybridGM3) T 15985 15987 15987 0 -1 4202496 7610 0 0 0 19784 1 0 0 25 0 1 0 886310872 274870272 7348 33554432000 134512640 135204385 4291954064 18446744073709551615 134546157 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15987/statm: 67107 7348 64 169 0 66937 0
[pid=15985/tid=16003] ppid=15711 vsize=315900 CPUtime=0 cores=0,2
/proc/15985/task/16003/stat : 16003 (python) S 15711 15711 15638 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 886320973 323481600 12368 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 514 18446604453857018176 0 0 -1 0 0 0 0
[pid=16004] ppid=15711 vsize=326156 CPUtime=0.29 cores=0,2
/proc/16004/stat : 16004 (python) S 15711 15711 15638 0 -1 4202560 1113 0 0 0 16 13 0 0 18 0 2 0 886320974 333983744 12372 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/16004/statm: 81539 12372 399 364 0 17451 0
[pid=16006] ppid=16004 vsize=268424 CPUtime=197.15 cores=0,2
/proc/16006/stat : 16006 (hybridGM3) T 16004 16006 16006 0 -1 4202496 7613 0 0 0 19715 0 0 0 25 0 1 0 886320974 274866176 7351 33554432000 134512640 135204385 4288137440 18446744073709551615 134537290 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16006/statm: 67106 7351 64 169 0 66936 0
[pid=16004/tid=16021] ppid=15711 vsize=326156 CPUtime=0 cores=0,2
/proc/16004/task/16021/stat : 16021 (python) S 15711 15711 15638 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 886331076 333983744 12372 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 514 18446604453876705472 0 0 -1 0 0 0 0
[pid=16031] ppid=15711 vsize=336412 CPUtime=0.15 cores=0,2
/proc/16031/stat : 16031 (python) S 15711 15711 15638 0 -1 4202560 1072 0 0 0 9 6 0 0 19 0 2 0 886350504 344485888 12376 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/16031/statm: 84103 12376 399 364 0 20012 0
[pid=16033] ppid=16031 vsize=463080 CPUtime=100.13 cores=0,2
/proc/16033/stat : 16033 (TNM) T 16031 16033 16033 0 -1 4202496 5202 0 0 0 10013 0 0 0 25 0 1 0 886350505 474193920 4942 33554432000 134512640 135008748 4288926960 18446744073709551615 134529367 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16033/statm: 115770 4942 46 122 0 114670 0
[pid=16031/tid=16045] ppid=15711 vsize=336412 CPUtime=0 cores=0,2
/proc/16031/task/16045/stat : 16045 (python) S 15711 15711 15638 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886360519 344485888 12376 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 514 18446604440399016256 0 0 -1 0 0 0 0
[pid=16052] ppid=15711 vsize=346668 CPUtime=0.29 cores=0,2
/proc/16052/stat : 16052 (python) S 15711 15711 15638 0 -1 4202560 1120 0 0 0 16 13 0 0 18 0 2 0 886370135 354988032 12380 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/16052/statm: 86667 12380 399 364 0 22573 0
[pid=16054] ppid=16052 vsize=268428 CPUtime=194.13 cores=0,2
/proc/16054/stat : 16054 (hybridGM3) T 16052 16054 16054 0 -1 4202496 7611 0 0 0 19412 1 0 0 25 0 1 0 886370135 274870272 7350 33554432000 134512640 135204385 4292216160 18446744073709551615 134545851 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16054/statm: 67107 7350 64 169 0 66937 0
[pid=16052/tid=16067] ppid=15711 vsize=346668 CPUtime=0 cores=0,2
/proc/16052/task/16067/stat : 16067 (python) S 15711 15711 15638 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 886380136 354988032 12380 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 514 18446604448122083520 0 0 -1 0 0 0 0
[pid=16073] ppid=15711 vsize=356924 CPUtime=0.32 cores=0,2
/proc/16073/stat : 16073 (python) S 15711 15711 15638 0 -1 4202560 1116 0 0 0 19 13 0 0 18 0 2 0 886389551 365490176 12384 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/16073/statm: 89231 12384 399 364 0 25134 0
[pid=16075] ppid=16073 vsize=268428 CPUtime=194.17 cores=0,2
/proc/16075/stat : 16075 (hybridGM3) T 16073 16075 16075 0 -1 4202496 7612 0 0 0 19417 0 0 0 25 0 1 0 886389551 274870272 7352 33554432000 134512640 135204385 4288440688 18446744073709551615 134545968 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16075/statm: 67107 7352 64 169 0 66937 0
[pid=16073/tid=16088] ppid=15711 vsize=356924 CPUtime=0 cores=0,2
/proc/16073/task/16088/stat : 16088 (python) S 15711 15711 15638 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 886399555 365490176 12384 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 514 18446604453979355328 0 0 -1 0 0 0 0
[pid=16094] ppid=15711 vsize=367180 CPUtime=0.18 cores=0,2
/proc/16094/stat : 16094 (python) S 15711 15711 15638 0 -1 4202560 925 0 0 0 10 8 0 0 18 0 1 0 886408971 375992320 12358 33554432000 4194304 5683644 140735497785872 18446744073709551615 251814260294 0 0 16781312 514 13536342736247947524 0 0 17 2 0 0 0
/proc/16094/statm: 91795 12358 370 364 0 27695 0
[pid=16096] ppid=16094 vsize=268420 CPUtime=110.7 cores=0,2
/proc/16096/stat : 16096 (hybridGM3) R 16094 16096 16096 0 -1 4202496 7609 0 0 0 11069 1 0 0 25 0 1 0 886408971 274862080 7347 33554432000 134512640 135204385 4292433072 18446744073709551615 134546153 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16096/statm: 67105 7347 64 169 0 66935 0
[pid=15711/tid=15739] ppid=15707 vsize=377424 CPUtime=0 cores=0,2
/proc/15711/task/15739/stat : 15739 (python) S 15707 15711 15638 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 8 0 886300778 386482176 13880 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 2 18446604453985333312 0 0 -1 0 0 0 0
[pid=15711/tid=15986] ppid=15707 vsize=377424 CPUtime=0 cores=0,2
/proc/15711/task/15986/stat : 15986 (python) S 15707 15711 15638 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 8 0 886310872 386482176 13880 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 2 18446604453985333312 0 0 -1 2 0 0 0
[pid=15711/tid=16005] ppid=15707 vsize=377424 CPUtime=0 cores=0,2
/proc/15711/task/16005/stat : 16005 (python) S 15707 15711 15638 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 8 0 886320974 386482176 13880 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 2 18446604453985333312 0 0 -1 2 0 0 0
[pid=15711/tid=16032] ppid=15707 vsize=377424 CPUtime=0 cores=0,2
/proc/15711/task/16032/stat : 16032 (python) S 15707 15711 15638 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 8 0 886350504 386482176 13880 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 2 18446604453985333312 0 0 -1 0 0 0 0
[pid=15711/tid=16053] ppid=15707 vsize=377424 CPUtime=0 cores=0,2
/proc/15711/task/16053/stat : 16053 (python) S 15707 15711 15638 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 8 0 886370135 386482176 13880 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 2 18446604453985333312 0 0 -1 2 0 0 0
[pid=15711/tid=16074] ppid=15707 vsize=377424 CPUtime=0 cores=0,2
/proc/15711/task/16074/stat : 16074 (python) S 15707 15711 15638 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 8 0 886389551 386482176 13880 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 2 18446604453985333312 0 0 -1 2 0 0 0
[pid=15711/tid=16095] ppid=15707 vsize=377424 CPUtime=0 cores=0,2
/proc/15711/task/16095/stat : 16095 (python) S 15707 15711 15638 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 8 0 886408971 386482176 13880 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 2 18446604453985333312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 4816184

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

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

[startup+1201 s]
/proc/loadavg: 4.00 3.94 2.89 5/298 16108
/proc/meminfo: memFree=30431880/32950928 swapFree=67050648/67111528
[pid=15711] ppid=15707 vsize=377424 CPUtime=6.38 cores=0,2
/proc/15711/stat : 15711 (python) S 15707 15711 15638 0 -1 4202496 25911 935 1 0 613 25 0 0 20 0 8 0 886299941 386482176 13880 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 41
/proc/15711/statm: 94356 13880 1888 364 0 30256 0
[pid=15738] ppid=15711 vsize=315888 CPUtime=0.27 cores=0,2
/proc/15738/stat : 15738 (python) S 15711 15711 15638 0 -1 4202560 1205 0 0 0 15 12 0 0 18 0 2 0 886300777 323469312 12385 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15738/statm: 78972 12385 416 364 0 14890 0
[pid=15740] ppid=15738 vsize=268424 CPUtime=197.77 cores=0,2
/proc/15740/stat : 15740 (hybridGM3) T 15738 15740 15740 0 -1 4202496 7615 0 0 0 19776 1 0 0 25 0 1 0 886300778 274866176 7354 33554432000 134512640 135204385 4292436624 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15740/statm: 67106 7354 64 169 0 66936 0
[pid=15738/tid=15984] ppid=15711 vsize=315888 CPUtime=0 cores=0,2
/proc/15738/task/15984/stat : 15984 (python) S 15711 15711 15638 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 886310871 323469312 12385 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 514 18446604453979354432 0 0 -1 2 0 0 0
[pid=15985] ppid=15711 vsize=315900 CPUtime=0.29 cores=0,2
/proc/15985/stat : 15985 (python) S 15711 15711 15638 0 -1 4202560 1106 0 0 0 16 13 0 0 18 0 2 0 886310871 323481600 12368 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15985/statm: 78975 12368 399 364 0 14890 0
[pid=15987] ppid=15985 vsize=268428 CPUtime=197.85 cores=0,2
/proc/15987/stat : 15987 (hybridGM3) T 15985 15987 15987 0 -1 4202496 7610 0 0 0 19784 1 0 0 25 0 1 0 886310872 274870272 7348 33554432000 134512640 135204385 4291954064 18446744073709551615 134546157 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15987/statm: 67107 7348 64 169 0 66937 0
[pid=15985/tid=16003] ppid=15711 vsize=315900 CPUtime=0 cores=0,2
/proc/15985/task/16003/stat : 16003 (python) S 15711 15711 15638 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 886320973 323481600 12368 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 514 18446604453857018176 0 0 -1 0 0 0 0
[pid=16004] ppid=15711 vsize=326156 CPUtime=0.29 cores=0,2
/proc/16004/stat : 16004 (python) S 15711 15711 15638 0 -1 4202560 1113 0 0 0 16 13 0 0 18 0 2 0 886320974 333983744 12372 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/16004/statm: 81539 12372 399 364 0 17451 0
[pid=16006] ppid=16004 vsize=268424 CPUtime=197.15 cores=0,2
/proc/16006/stat : 16006 (hybridGM3) T 16004 16006 16006 0 -1 4202496 7613 0 0 0 19715 0 0 0 25 0 1 0 886320974 274866176 7351 33554432000 134512640 135204385 4288137440 18446744073709551615 134537290 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16006/statm: 67106 7351 64 169 0 66936 0
[pid=16004/tid=16021] ppid=15711 vsize=326156 CPUtime=0 cores=0,2
/proc/16004/task/16021/stat : 16021 (python) S 15711 15711 15638 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 886331076 333983744 12372 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 514 18446604453876705472 0 0 -1 0 0 0 0
[pid=16031] ppid=15711 vsize=336412 CPUtime=0.15 cores=0,2
/proc/16031/stat : 16031 (python) S 15711 15711 15638 0 -1 4202560 1072 0 0 0 9 6 0 0 19 0 2 0 886350504 344485888 12376 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/16031/statm: 84103 12376 399 364 0 20012 0
[pid=16033] ppid=16031 vsize=463080 CPUtime=100.13 cores=0,2
/proc/16033/stat : 16033 (TNM) T 16031 16033 16033 0 -1 4202496 5202 0 0 0 10013 0 0 0 25 0 1 0 886350505 474193920 4942 33554432000 134512640 135008748 4288926960 18446744073709551615 134529367 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16033/statm: 115770 4942 46 122 0 114670 0
[pid=16031/tid=16045] ppid=15711 vsize=336412 CPUtime=0 cores=0,2
/proc/16031/task/16045/stat : 16045 (python) S 15711 15711 15638 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886360519 344485888 12376 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 514 18446604440399016256 0 0 -1 0 0 0 0
[pid=16052] ppid=15711 vsize=346668 CPUtime=0.29 cores=0,2
/proc/16052/stat : 16052 (python) S 15711 15711 15638 0 -1 4202560 1120 0 0 0 16 13 0 0 18 0 2 0 886370135 354988032 12380 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/16052/statm: 86667 12380 399 364 0 22573 0
[pid=16054] ppid=16052 vsize=268428 CPUtime=194.13 cores=0,2
/proc/16054/stat : 16054 (hybridGM3) T 16052 16054 16054 0 -1 4202496 7611 0 0 0 19412 1 0 0 25 0 1 0 886370135 274870272 7350 33554432000 134512640 135204385 4292216160 18446744073709551615 134545851 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16054/statm: 67107 7350 64 169 0 66937 0
[pid=16052/tid=16067] ppid=15711 vsize=346668 CPUtime=0 cores=0,2
/proc/16052/task/16067/stat : 16067 (python) S 15711 15711 15638 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 886380136 354988032 12380 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 514 18446604448122083520 0 0 -1 0 0 0 0
[pid=16073] ppid=15711 vsize=356924 CPUtime=0.32 cores=0,2
/proc/16073/stat : 16073 (python) S 15711 15711 15638 0 -1 4202560 1116 0 0 0 19 13 0 0 18 0 2 0 886389551 365490176 12384 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/16073/statm: 89231 12384 399 364 0 25134 0
[pid=16075] ppid=16073 vsize=268428 CPUtime=194.17 cores=0,2
/proc/16075/stat : 16075 (hybridGM3) T 16073 16075 16075 0 -1 4202496 7612 0 0 0 19417 0 0 0 25 0 1 0 886389551 274870272 7352 33554432000 134512640 135204385 4288440688 18446744073709551615 134545968 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16075/statm: 67107 7352 64 169 0 66937 0
[pid=16073/tid=16088] ppid=15711 vsize=356924 CPUtime=0 cores=0,2
/proc/16073/task/16088/stat : 16088 (python) S 15711 15711 15638 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 886399555 365490176 12384 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 514 18446604453979355328 0 0 -1 0 0 0 0
[pid=16094] ppid=15711 vsize=367180 CPUtime=0.18 cores=0,2
/proc/16094/stat : 16094 (python) S 15711 15711 15638 0 -1 4202560 925 0 0 0 10 8 0 0 18 0 1 0 886408971 375992320 12358 33554432000 4194304 5683644 140735497785872 18446744073709551615 251814260294 0 0 16781312 514 13536342736247947524 0 0 17 2 0 0 0
/proc/16094/statm: 91795 12358 370 364 0 27695 0
[pid=16096] ppid=16094 vsize=268420 CPUtime=110.7 cores=0,2
/proc/16096/stat : 16096 (hybridGM3) R 16094 16096 16096 0 -1 4202496 7609 0 0 0 11069 1 0 0 25 0 1 0 886408971 274862080 7347 33554432000 134512640 135204385 4292433072 18446744073709551615 134546153 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16096/statm: 67105 7347 64 169 0 66935 0
[pid=15711/tid=15739] ppid=15707 vsize=377424 CPUtime=0 cores=0,2
/proc/15711/task/15739/stat : 15739 (python) S 15707 15711 15638 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 8 0 886300778 386482176 13880 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 2 18446604453985333312 0 0 -1 0 0 0 0
[pid=15711/tid=15986] ppid=15707 vsize=377424 CPUtime=0 cores=0,2
/proc/15711/task/15986/stat : 15986 (python) S 15707 15711 15638 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 8 0 886310872 386482176 13880 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 2 18446604453985333312 0 0 -1 2 0 0 0
[pid=15711/tid=16005] ppid=15707 vsize=377424 CPUtime=0 cores=0,2
/proc/15711/task/16005/stat : 16005 (python) S 15707 15711 15638 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 8 0 886320974 386482176 13880 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 2 18446604453985333312 0 0 -1 2 0 0 0
[pid=15711/tid=16032] ppid=15707 vsize=377424 CPUtime=0 cores=0,2
/proc/15711/task/16032/stat : 16032 (python) S 15707 15711 15638 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 8 0 886350504 386482176 13880 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 2 18446604453985333312 0 0 -1 0 0 0 0
[pid=15711/tid=16053] ppid=15707 vsize=377424 CPUtime=0 cores=0,2
/proc/15711/task/16053/stat : 16053 (python) S 15707 15711 15638 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 8 0 886370135 386482176 13880 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 2 18446604453985333312 0 0 -1 2 0 0 0
[pid=15711/tid=16074] ppid=15707 vsize=377424 CPUtime=0 cores=0,2
/proc/15711/task/16074/stat : 16074 (python) S 15707 15711 15638 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 8 0 886389551 386482176 13880 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 2 18446604453985333312 0 0 -1 2 0 0 0
[pid=15711/tid=16095] ppid=15707 vsize=377424 CPUtime=0 cores=0,2
/proc/15711/task/16095/stat : 16095 (python) S 15707 15711 15638 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 8 0 886408971 386482176 13880 33554432000 4194304 5683644 140735497785872 18446744073709551615 251826063793 0 0 16781312 2 18446604453985333312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 4816184

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.06
CPU time (s): 1200.07
CPU user time (s): 1199
CPU system time (s): 1.07
CPU usage (%): 99.9179
Max. virtual memory (cumulated for all children) (KiB): 4816188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.08292
system time used= 0.996848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34188
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= 11817
involuntary context switches= 95

runsolver used 2.53161 second user time and 5.68813 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-11 01:03:29
IDJOB=3484047
IDBENCH=82558
IDSOLVER=1975
FILE ID=node126/3484047-1307747009
RUNJOBID= node126-1307747008-15656
PBS_JOBID= 13550831
Free space on /tmp= 74168 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v30000-c126000-S913491256-073-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-3484047-1307747009/watcher-3484047-1307747009 -o /tmp/evaluation-result-3484047-1307747009/solver-3484047-1307747009 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484047-1307747009.cnf -seed 5039089 -budget 1200

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

MD5SUM BENCH= 785309e098f4d0ba8da3027c8426e931
RANDOM SEED=5039089

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31658048 kB
Buffers:        238388 kB
Cached:         830600 kB
SwapCached:      14856 kB
Active:         541388 kB
Inactive:       548700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31658048 kB
SwapTotal:    67111528 kB
SwapFree:     67050648 kB
Dirty:          134020 kB
Writeback:           0 kB
AnonPages:       18660 kB
Mapped:           8700 kB
Slab:           136812 kB
PageTables:       5076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   189620 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= 74028 MiB
End job on node126 at 2011-06-11 01:23:36