Trace number 3484059

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.08 1210.07

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S709305826-098-UNKNOWN.cnf
MD5SUM83f9a63a559155a858e739be2c598060
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark45.6951
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.65/9.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.65/9.63	c INFO: solving HOME/instance-3484059-1307747009.cnf
0.65/9.63	c INFO: computing task features
1.25/10.22	c INFO: computed variable-clause graph statistics
1.60/11.07	c INFO: computed clause balance statistics
4.96/15.18	c INFO: computed variable balance statistics
7.35/17.66	c INFO: computed small-clause counts
7.35/17.67	c INFO: computed Horn-clause counts
9.45/19.89	c INFO: computed variable graph statistics
9.45/19.89	c INFO: collected features for HOME/instance-3484059-1307747009.cnf in 8.81 s
9.55/19.90	c INFO: running hybridGM3@0 for 97 with 1191 remaining (b = 0.35)
108.18/119.74	c INFO: running hybridGM3@0 for 97 with 1092 remaining (b = 0.21)
208.78/220.28	c INFO: running hybridGM3@0 for 97 with 992 remaining (b = 0.14)
309.39/320.82	c INFO: running hybridGM3@98 for 97 with 892 remaining (b = 0.10)
328.64/340.02	c INFO: running hybridGM3@100 for 97 with 873 remaining (b = 0.10)
424.88/436.17	c INFO: running TNM@0 for 97 with 776 remaining (b = 0.13)
525.12/536.32	c INFO: running hybridGM3@100 for 97 with 676 remaining (b = 0.10)
539.71/550.93	c INFO: running hybridGM3@0 for 194 with 663 remaining (b = 0.18)
639.73/650.82	c INFO: running hybridGM3@0 for 97 with 564 remaining (b = 0.07)
740.97/751.80	c INFO: running hybridGM3@100 for 97 with 463 remaining (b = 0.05)
836.18/846.93	c INFO: running hybridGM3@0 for 194 with 368 remaining (b = 0.10)
1031.88/1042.79	c INFO: running hybridGM3@0 for 173 with 173 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-3484059-1307747009/watcher-3484059-1307747009 -o /tmp/evaluation-result-3484059-1307747009/solver-3484059-1307747009 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484059-1307747009.cnf -seed 784156632 -budget 1200 

running on 2 cores: 1,3

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 3/178 12867
/proc/meminfo: memFree=31543956/32951132 swapFree=67052544/67111528
[pid=12867] ppid=12861 vsize=14644 CPUtime=0 cores=1,3
/proc/12867/stat : 12867 (python) R 12861 12867 12804 0 -1 4202496 421 0 0 0 0 0 0 0 17 0 1 0 886299934 14995456 330 33554432000 4194304 5683644 140735517640528 18446744073709551615 4540219 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12867/statm: 3661 333 217 364 0 148 0

[startup+0.089578 s]
/proc/loadavg: 0.32 0.07 0.02 3/178 12867
/proc/meminfo: memFree=31543956/32951132 swapFree=67052544/67111528
[pid=12867] ppid=12861 vsize=15384 CPUtime=0 cores=1,3
/proc/12867/stat : 12867 (python) S 12861 12867 12804 0 -1 4202496 821 0 0 0 0 0 0 0 17 0 1 0 886299934 15753216 704 33554432000 4194304 5683644 140735517640528 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699855507 0 0 17 1 0 0 0
/proc/12867/statm: 3846 704 334 364 0 333 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15384

[startup+0.100578 s]
/proc/loadavg: 0.32 0.07 0.02 3/178 12867
/proc/meminfo: memFree=31543956/32951132 swapFree=67052544/67111528
[pid=12867] ppid=12861 vsize=15780 CPUtime=0 cores=1,3
/proc/12867/stat : 12867 (python) R 12861 12867 12804 0 -1 4202496 878 0 0 0 0 0 0 0 17 0 1 0 886299934 16158720 758 33554432000 4194304 5683644 140735517640528 18446744073709551615 242970211013 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/12867/statm: 3945 758 343 364 0 432 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15780

[startup+0.300582 s]
/proc/loadavg: 0.32 0.07 0.02 3/178 12867
/proc/meminfo: memFree=31543956/32951132 swapFree=67052544/67111528
[pid=12867] ppid=12861 vsize=16816 CPUtime=0.02 cores=1,3
/proc/12867/stat : 12867 (python) S 12861 12867 12804 0 -1 4202496 1231 0 0 0 1 1 0 0 16 0 1 0 886299934 17219584 1087 33554432000 4194304 5683644 140735517640528 18446744073709551615 242965626503 0 2147483391 16781312 2 18446744071699855507 0 0 17 1 0 0 0
/proc/12867/statm: 4204 1087 418 364 0 691 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16816

[startup+0.882453 s]
/proc/loadavg: 0.32 0.07 0.02 3/178 12867
/proc/meminfo: memFree=31543956/32951132 swapFree=67052544/67111528
[pid=12867] ppid=12861 vsize=84476 CPUtime=0.07 cores=1,3
/proc/12867/stat : 12867 (python) S 12861 12867 12804 0 -1 4202496 2400 0 0 0 4 3 0 0 16 0 1 0 886299934 86503424 2127 33554432000 4194304 5683644 140735517640528 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 1 0 0 0
/proc/12867/statm: 21119 2127 707 364 0 1336 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 84476

[startup+1.50733 s]
/proc/loadavg: 0.32 0.07 0.02 3/187 12880
/proc/meminfo: memFree=31516328/32951132 swapFree=67052544/67111528
[pid=12867] ppid=12861 vsize=85364 CPUtime=0.08 cores=1,3
/proc/12867/stat : 12867 (python) D 12861 12867 12804 0 -1 4202496 2585 0 0 0 5 3 0 0 16 0 1 0 886299934 87412736 2308 33554432000 4194304 5683644 140735517640528 18446744073709551615 242970555959 0 0 16781312 2 18446744071562154983 0 0 17 1 0 0 0
/proc/12867/statm: 21341 2308 707 364 0 1558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 85364

[startup+3.10106 s]
/proc/loadavg: 0.32 0.07 0.02 3/187 12880
/proc/meminfo: memFree=31515456/32951132 swapFree=67052544/67111528
[pid=12867] ppid=12861 vsize=85364 CPUtime=0.08 cores=1,3
/proc/12867/stat : 12867 (python) D 12861 12867 12804 0 -1 4202496 2585 0 0 0 5 3 0 0 16 0 1 0 886299934 87412736 2308 33554432000 4194304 5683644 140735517640528 18446744073709551615 242970555959 0 0 16781312 2 18446744071562154983 0 0 17 1 0 0 0
/proc/12867/statm: 21341 2308 707 364 0 1558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 85364
heavy processes:

[startup+6.30051 s]
/proc/loadavg: 0.85 0.18 0.06 2/188 12881
/proc/meminfo: memFree=31493992/32951132 swapFree=67052544/67111528
[pid=12867] ppid=12861 vsize=121992 CPUtime=0.13 cores=1,3
/proc/12867/stat : 12867 (python) D 12861 12867 12804 0 -1 4202496 4172 0 1 0 8 5 0 0 16 0 1 0 886299934 124919808 3788 33554432000 4194304 5683644 140735517640528 18446744073709551615 242970555959 0 0 16781312 2 18446744071562154983 0 0 17 3 0 0 477
/proc/12867/statm: 30498 3788 986 364 0 2828 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 121992
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 1.19 0.26 0.08 5/194 12903
/proc/meminfo: memFree=31341788/32951132 swapFree=67052544/67111528
[pid=12867] ppid=12861 vsize=317984 CPUtime=3.01 cores=1,3
/proc/12867/stat : 12867 (python) R 12861 12867 12804 0 -1 4202496 23812 933 1 0 271 30 0 0 21 0 1 0 886299934 325615616 16880 33554432000 4194304 5683644 140735517640528 18446744073709551615 242970205274 0 0 16781312 2 0 0 0 17 3 0 0 561
/proc/12867/statm: 79496 16880 1826 364 0 15420 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 317984
heavy processes:

[startup+25.5012 s]
/proc/loadavg: 2.39 0.57 0.19 8/200 12909
/proc/meminfo: memFree=31278380/32951132 swapFree=67052544/67111528
[pid=12867] ppid=12861 vsize=325124 CPUtime=9.56 cores=1,3
/proc/12867/stat : 12867 (python) S 12861 12867 12804 0 -1 4202496 24096 933 1 0 922 34 0 0 25 0 2 0 886299934 332926976 16143 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 561
/proc/12867/statm: 81281 16143 1867 364 0 17199 0
[pid=12907] ppid=12867 vsize=314880 CPUtime=0 cores=1,3
/proc/12907/stat : 12907 (python) S 12867 12867 12804 0 -1 4202560 861 0 0 0 0 0 0 0 15 0 1 0 886301925 322437120 14648 33554432000 4194304 5683644 140735517640528 18446744073709551615 242970570255 0 0 16781312 514 3877487957908619525 0 0 17 3 0 0 0
/proc/12907/statm: 78720 14648 376 364 0 14638 0
[pid=12909] ppid=12907 vsize=276244 CPUtime=5.13 cores=1,3
/proc/12909/stat : 12909 (hybridGM3) R 12907 12909 12909 0 -1 4202496 8563 0 0 0 497 16 0 0 25 0 1 0 886301925 282873856 8298 33554432000 134512640 135204385 4288636944 18446744073709551615 134545851 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12909/statm: 69061 8298 64 169 0 68891 0
[pid=12867/tid=12908] ppid=12861 vsize=325124 CPUtime=0 cores=1,3
/proc/12867/task/12908/stat : 12908 (python) S 12861 12867 12804 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 2 0 886301925 332926976 16143 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 14.69
Current children cumulated vsize (KiB) 916248
heavy processes:

[startup+51.1008 s]
/proc/loadavg: 3.62 1.02 0.35 6/200 12911
/proc/meminfo: memFree=31272140/32951132 swapFree=67052544/67111528
[pid=12867] ppid=12861 vsize=325124 CPUtime=9.56 cores=1,3
/proc/12867/stat : 12867 (python) S 12861 12867 12804 0 -1 4202496 24096 933 1 0 922 34 0 0 25 0 2 0 886299934 332926976 16143 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 561
/proc/12867/statm: 81281 16143 1867 364 0 17199 0
[pid=12907] ppid=12867 vsize=314880 CPUtime=0.04 cores=1,3
/proc/12907/stat : 12907 (python) S 12867 12867 12804 0 -1 4202560 873 0 0 0 2 2 0 0 15 0 1 0 886301925 322437120 14648 33554432000 4194304 5683644 140735517640528 18446744073709551615 242970570255 0 0 16781312 514 3752378098901811461 0 0 17 3 0 0 0
/proc/12907/statm: 78720 14648 376 364 0 14638 0
[pid=12909] ppid=12907 vsize=276244 CPUtime=30.29 cores=1,3
/proc/12909/stat : 12909 (hybridGM3) R 12907 12909 12909 0 -1 4202496 8563 0 0 0 3004 25 0 0 25 0 1 0 886301925 282873856 8298 33554432000 134512640 135204385 4288636944 18446744073709551615 134537292 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12909/statm: 69061 8298 64 169 0 68891 0
[pid=12867/tid=12908] ppid=12861 vsize=325124 CPUtime=0 cores=1,3
/proc/12867/task/12908/stat : 12908 (python) S 12861 12867 12804 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 2 0 886301925 332926976 16143 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39.89
Current children cumulated vsize (KiB) 916248
heavy processes:

[startup+102.301 s]
/proc/loadavg: 4.08 1.55 0.56 6/200 12957
/proc/meminfo: memFree=31223812/32951132 swapFree=67052544/67111528
[pid=12867] ppid=12861 vsize=325124 CPUtime=9.56 cores=1,3
/proc/12867/stat : 12867 (python) S 12861 12867 12804 0 -1 4202496 24096 933 1 0 922 34 0 0 25 0 2 0 886299934 332926976 16143 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 561
/proc/12867/statm: 81281 16143 1867 364 0 17199 0
[pid=12907] ppid=12867 vsize=314880 CPUtime=0.1 cores=1,3
/proc/12907/stat : 12907 (python) S 12867 12867 12804 0 -1 4202560 898 0 0 0 5 5 0 0 15 0 1 0 886301925 322437120 14648 33554432000 4194304 5683644 140735517640528 18446744073709551615 242970570255 0 0 16781312 514 3752378098901811461 0 0 17 3 0 0 0
/proc/12907/statm: 78720 14648 376 364 0 14638 0
[pid=12909] ppid=12907 vsize=276244 CPUtime=81.13 cores=1,3
/proc/12909/stat : 12909 (hybridGM3) R 12907 12909 12909 0 -1 4202496 8563 0 0 0 8081 32 0 0 25 0 1 0 886301925 282873856 8298 33554432000 134512640 135204385 4288636944 18446744073709551615 134536744 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12909/statm: 69061 8298 64 169 0 68891 0
[pid=12867/tid=12908] ppid=12861 vsize=325124 CPUtime=0 cores=1,3
/proc/12867/task/12908/stat : 12908 (python) S 12861 12867 12804 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 2 0 886301925 332926976 16143 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 90.79
Current children cumulated vsize (KiB) 916248

[startup+162.301 s]
/proc/loadavg: 4.03 2.00 0.78 6/212 12973
/proc/meminfo: memFree=31143284/32951132 swapFree=67052544/67111528
[pid=12867] ppid=12861 vsize=335380 CPUtime=9.57 cores=1,3
/proc/12867/stat : 12867 (python) S 12861 12867 12804 0 -1 4202496 25010 933 1 0 923 34 0 0 20 0 3 0 886299934 343429120 16150 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 561
/proc/12867/statm: 83845 16150 1870 364 0 19760 0
[pid=12907] ppid=12867 vsize=325124 CPUtime=0.12 cores=1,3
/proc/12907/stat : 12907 (python) S 12867 12867 12804 0 -1 4202560 1151 0 0 0 6 6 0 0 16 0 2 0 886301925 332926976 14692 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/12907/statm: 81281 14692 415 364 0 17199 0
[pid=12909] ppid=12907 vsize=276244 CPUtime=98.54 cores=1,3
/proc/12909/stat : 12909 (hybridGM3) T 12907 12909 12909 0 -1 4202496 8563 0 0 0 9822 32 0 0 25 0 1 0 886301925 282873856 8298 33554432000 134512640 135204385 4288636944 18446744073709551615 134536669 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/12909/statm: 69061 8298 64 169 0 68891 0
[pid=12907/tid=12968] ppid=12867 vsize=325124 CPUtime=0 cores=1,3
/proc/12907/task/12968/stat : 12968 (python) S 12867 12867 12804 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 886311908 332926976 14692 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 514 18446604470995360448 0 0 -1 3 0 0 0
[pid=12969] ppid=12867 vsize=325136 CPUtime=0.05 cores=1,3
/proc/12969/stat : 12969 (python) S 12867 12867 12804 0 -1 4202560 914 0 0 0 3 2 0 0 15 0 1 0 886311909 332939264 14646 33554432000 4194304 5683644 140735517640528 18446744073709551615 242970570310 0 0 16781312 514 3752378098901811460 0 0 17 3 0 0 0
/proc/12969/statm: 81284 14646 370 364 0 17199 0
[pid=12971] ppid=12969 vsize=276236 CPUtime=42.53 cores=1,3
/proc/12971/stat : 12971 (hybridGM3) R 12969 12971 12971 0 -1 4202496 8565 0 0 0 4253 0 0 0 25 0 1 0 886311909 282865664 8303 33554432000 134512640 135204385 4290130624 18446744073709551615 134537290 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12971/statm: 69059 8303 64 169 0 68889 0
[pid=12867/tid=12908] ppid=12861 vsize=335380 CPUtime=0 cores=1,3
/proc/12867/task/12908/stat : 12908 (python) S 12861 12867 12804 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 3 0 886301925 343429120 16150 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 3 0 0 0
[pid=12867/tid=12970] ppid=12861 vsize=335380 CPUtime=0 cores=1,3
/proc/12867/task/12970/stat : 12970 (python) S 12861 12867 12804 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 3 0 886311909 343429120 16150 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 150.81
Current children cumulated vsize (KiB) 1538120

[startup+222.301 s]
/proc/loadavg: 4.05 2.37 0.98 6/228 12992
/proc/meminfo: memFree=31036760/32951132 swapFree=67052544/67111528
[pid=12867] ppid=12861 vsize=345636 CPUtime=9.59 cores=1,3
/proc/12867/stat : 12867 (python) S 12861 12867 12804 0 -1 4202496 25853 933 1 0 924 35 0 0 20 0 4 0 886299934 353931264 16156 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 561
/proc/12867/statm: 86409 16156 1872 364 0 22321 0
[pid=12907] ppid=12867 vsize=325124 CPUtime=0.12 cores=1,3
/proc/12907/stat : 12907 (python) S 12867 12867 12804 0 -1 4202560 1151 0 0 0 6 6 0 0 16 0 2 0 886301925 332926976 14692 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/12907/statm: 81281 14692 415 364 0 17199 0
[pid=12909] ppid=12907 vsize=276244 CPUtime=98.54 cores=1,3
/proc/12909/stat : 12909 (hybridGM3) T 12907 12909 12909 0 -1 4202496 8563 0 0 0 9822 32 0 0 25 0 1 0 886301925 282873856 8298 33554432000 134512640 135204385 4288636944 18446744073709551615 134536669 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/12909/statm: 69061 8298 64 169 0 68891 0
[pid=12907/tid=12968] ppid=12867 vsize=325124 CPUtime=0 cores=1,3
/proc/12907/task/12968/stat : 12968 (python) S 12867 12867 12804 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 886311908 332926976 14692 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 514 18446604470995360448 0 0 -1 3 0 0 0
[pid=12969] ppid=12867 vsize=325136 CPUtime=0.12 cores=1,3
/proc/12969/stat : 12969 (python) S 12867 12867 12804 0 -1 4202560 1097 0 0 0 6 6 0 0 16 0 2 0 886311909 332939264 14676 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/12969/statm: 81284 14676 399 364 0 17199 0

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

[pid=13142] ppid=13140 vsize=276240 CPUtime=139.33 cores=1,3
/proc/13142/stat : 13142 (hybridGM3) R 13140 13142 13142 0 -1 4202496 8569 0 0 0 13932 1 0 0 25 0 1 0 886404214 282869760 8300 33554432000 134512640 135204385 4290490144 18446744073709551615 134537049 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/13142/statm: 69060 8300 64 169 0 68890 0
[pid=12867/tid=12908] ppid=12861 vsize=396916 CPUtime=333.07 cores=1,3
/proc/12867/task/12908/stat : 12908 (python) S 12861 12867 12804 0 -1 4202560 32 30365 0 0 0 0 33228 79 18 0 9 0 886301925 406441984 16186 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 3 0 0 0
[pid=12867/tid=12970] ppid=12861 vsize=396916 CPUtime=333.07 cores=1,3
/proc/12867/task/12970/stat : 12970 (python) S 12861 12867 12804 0 -1 4202560 33 30365 0 0 0 0 33228 79 18 0 9 0 886311909 406441984 16186 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 1 0 0 0
[pid=12867/tid=12991] ppid=12861 vsize=396916 CPUtime=333.07 cores=1,3
/proc/12867/task/12991/stat : 12991 (python) S 12861 12867 12804 0 -1 4202560 32 30365 0 0 0 0 33228 79 18 0 9 0 886321963 406441984 16186 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 1 0 0 0
[pid=12867/tid=13015] ppid=12861 vsize=396916 CPUtime=333.07 cores=1,3
/proc/12867/task/13015/stat : 13015 (python) S 12861 12867 12804 0 -1 4202560 28 30365 0 0 0 0 33228 79 20 0 9 0 886343552 406441984 16186 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 3 0 0 0
[pid=12867/tid=13028] ppid=12861 vsize=396916 CPUtime=333.07 cores=1,3
/proc/12867/task/13028/stat : 13028 (python) S 12861 12867 12804 0 -1 4202560 29 30365 0 0 0 0 33228 79 20 0 9 0 886355028 406441984 16186 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 1 0 0 0
[pid=12867/tid=13044] ppid=12861 vsize=396916 CPUtime=333.07 cores=1,3
/proc/12867/task/13044/stat : 13044 (python) S 12861 12867 12804 0 -1 4202560 31 30365 0 0 0 0 33228 79 18 0 9 0 886365016 406441984 16186 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 1 0 0 0
[pid=12867/tid=13114] ppid=12861 vsize=396916 CPUtime=333.07 cores=1,3
/proc/12867/task/13114/stat : 13114 (python) S 12861 12867 12804 0 -1 4202560 30 30365 0 0 0 0 33228 79 20 0 9 0 886384628 406441984 16186 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 1 0 0 0
[pid=12867/tid=13141] ppid=12861 vsize=396916 CPUtime=333.07 cores=1,3
/proc/12867/task/13141/stat : 13141 (python) S 12861 12867 12804 0 -1 4202560 27 30365 0 0 0 0 33228 79 20 0 9 0 886404214 406441984 16186 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1171.52
Current children cumulated vsize (KiB) 3768928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1210.01 s]
/proc/loadavg: 4.32 4.13 3.07 5/234 13231
/proc/meminfo: memFree=30814428/32951132 swapFree=67052544/67111528
[pid=12867] ppid=12861 vsize=396916 CPUtime=342.72 cores=1,3
/proc/12867/stat : 12867 (python) S 12861 12867 12804 0 -1 4202496 30408 30365 1 0 929 36 33228 79 20 0 9 0 886299934 406441984 16186 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 561
/proc/12867/statm: 99229 16186 1882 364 0 35126 0
[pid=12969] ppid=12867 vsize=325136 CPUtime=0.28 cores=1,3
/proc/12969/stat : 12969 (python) S 12867 12867 12804 0 -1 4202560 1135 0 0 0 15 13 0 0 15 0 2 0 886311909 332939264 14676 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/12969/statm: 81284 14676 399 364 0 17199 0
[pid=12971] ppid=12969 vsize=276236 CPUtime=196.64 cores=1,3
/proc/12971/stat : 12971 (hybridGM3) T 12969 12971 12971 0 -1 4202496 8565 0 0 0 19656 8 0 0 25 0 1 0 886311909 282865664 8303 33554432000 134512640 135204385 4290130624 18446744073709551615 134546153 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/12971/statm: 69059 8303 64 169 0 68889 0
[pid=12969/tid=12989] ppid=12867 vsize=325136 CPUtime=0 cores=1,3
/proc/12969/task/12989/stat : 12989 (python) S 12867 12867 12804 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 886321962 332939264 14676 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 514 18446604470995026176 0 0 -1 3 0 0 0
[pid=13014] ppid=12867 vsize=345648 CPUtime=0.14 cores=1,3
/proc/13014/stat : 13014 (python) S 12867 12867 12804 0 -1 4202560 1091 0 0 0 8 6 0 0 19 0 2 0 886343552 353943552 14684 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13014/statm: 86412 14684 399 364 0 22321 0
[pid=13016] ppid=13014 vsize=467024 CPUtime=100.01 cores=1,3
/proc/13016/stat : 13016 (TNM) T 13014 13016 13016 0 -1 4202496 6820 0 0 0 10001 0 0 0 25 0 1 0 886343552 478232576 6559 33554432000 134512640 135008748 4288219488 18446744073709551615 134528942 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/13016/statm: 116756 6559 46 122 0 115656 0
[pid=13014/tid=13026] ppid=12867 vsize=345648 CPUtime=0 cores=1,3
/proc/13014/task/13026/stat : 13026 (python) S 12867 12867 12804 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886353566 353943552 14684 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 514 18446604462673156160 0 0 -1 1 0 0 0
[pid=13043] ppid=12867 vsize=366160 CPUtime=0.83 cores=1,3
/proc/13043/stat : 13043 (python) S 12867 12867 12804 0 -1 4202560 1129 0 0 0 14 69 0 0 15 0 2 0 886365016 374947840 14692 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/13043/statm: 91540 14692 399 364 0 27443 0
[pid=13045] ppid=13043 vsize=276236 CPUtime=195.61 cores=1,3
/proc/13045/stat : 13045 (hybridGM3) T 13043 13045 13045 0 -1 4202496 8565 0 0 0 19550 11 0 0 25 0 1 0 886365016 282865664 8305 33554432000 134512640 135204385 4286745616 18446744073709551615 134546153 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/13045/statm: 69059 8305 64 169 0 68889 0
[pid=13043/tid=13102] ppid=12867 vsize=366160 CPUtime=0 cores=1,3
/proc/13043/task/13102/stat : 13102 (python) S 12867 12867 12804 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 886375114 374947840 14692 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 514 18446604465592144128 0 0 -1 3 0 0 0
[pid=13113] ppid=12867 vsize=376416 CPUtime=0.3 cores=1,3
/proc/13113/stat : 13113 (python) S 12867 12867 12804 0 -1 4202560 1128 0 0 0 14 16 0 0 17 0 2 0 886384628 385449984 14696 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/13113/statm: 94104 14696 399 364 0 30004 0
[pid=13115] ppid=13113 vsize=276244 CPUtime=195.46 cores=1,3
/proc/13115/stat : 13115 (hybridGM3) T 13113 13115 13115 0 -1 4202496 8562 0 0 0 19540 6 0 0 25 0 1 0 886384628 282873856 8300 33554432000 134512640 135204385 4286880176 18446744073709551615 134537249 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/13115/statm: 69061 8300 64 169 0 68891 0
[pid=13113/tid=13139] ppid=12867 vsize=376416 CPUtime=0 cores=1,3
/proc/13113/task/13139/stat : 13139 (python) S 12867 12867 12804 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 886404213 385449984 14696 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 514 18446604465592146816 0 0 -1 3 0 0 0
[pid=13140] ppid=12867 vsize=386672 CPUtime=1.29 cores=1,3
/proc/13140/stat : 13140 (python) S 12867 12867 12804 0 -1 4202560 1009 0 0 0 15 114 0 0 15 0 1 0 886404214 395952128 14676 33554432000 4194304 5683644 140735517640528 18446744073709551615 242970570310 0 0 16781312 514 3752378098901811461 0 0 17 3 0 0 0
/proc/13140/statm: 96668 14676 376 364 0 32565 0
[pid=13142] ppid=13140 vsize=276240 CPUtime=166.8 cores=1,3
/proc/13142/stat : 13142 (hybridGM3) R 13140 13142 13142 0 -1 4202496 8569 0 0 0 16676 4 0 0 25 0 1 0 886404214 282869760 8300 33554432000 134512640 135204385 4290490144 18446744073709551615 134536663 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/13142/statm: 69060 8300 64 169 0 68890 0
[pid=12867/tid=12908] ppid=12861 vsize=396916 CPUtime=333.07 cores=1,3
/proc/12867/task/12908/stat : 12908 (python) S 12861 12867 12804 0 -1 4202560 32 30365 0 0 0 0 33228 79 18 0 9 0 886301925 406441984 16186 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 3 0 0 0
[pid=12867/tid=12970] ppid=12861 vsize=396916 CPUtime=333.07 cores=1,3
/proc/12867/task/12970/stat : 12970 (python) S 12861 12867 12804 0 -1 4202560 33 30365 0 0 0 0 33228 79 18 0 9 0 886311909 406441984 16186 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 1 0 0 0
[pid=12867/tid=12991] ppid=12861 vsize=396916 CPUtime=333.07 cores=1,3
/proc/12867/task/12991/stat : 12991 (python) S 12861 12867 12804 0 -1 4202560 32 30365 0 0 0 0 33228 79 18 0 9 0 886321963 406441984 16186 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 1 0 0 0
[pid=12867/tid=13015] ppid=12861 vsize=396916 CPUtime=333.07 cores=1,3
/proc/12867/task/13015/stat : 13015 (python) S 12861 12867 12804 0 -1 4202560 28 30365 0 0 0 0 33228 79 20 0 9 0 886343552 406441984 16186 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 3 0 0 0
[pid=12867/tid=13028] ppid=12861 vsize=396916 CPUtime=333.07 cores=1,3
/proc/12867/task/13028/stat : 13028 (python) S 12861 12867 12804 0 -1 4202560 29 30365 0 0 0 0 33228 79 20 0 9 0 886355028 406441984 16186 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 1 0 0 0
[pid=12867/tid=13044] ppid=12861 vsize=396916 CPUtime=333.07 cores=1,3
/proc/12867/task/13044/stat : 13044 (python) S 12861 12867 12804 0 -1 4202560 31 30365 0 0 0 0 33228 79 18 0 9 0 886365016 406441984 16186 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 1 0 0 0
[pid=12867/tid=13114] ppid=12861 vsize=396916 CPUtime=333.07 cores=1,3
/proc/12867/task/13114/stat : 13114 (python) S 12861 12867 12804 0 -1 4202560 30 30365 0 0 0 0 33228 79 20 0 9 0 886384628 406441984 16186 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 1 0 0 0
[pid=12867/tid=13141] ppid=12861 vsize=396916 CPUtime=333.07 cores=1,3
/proc/12867/task/13141/stat : 13141 (python) S 12861 12867 12804 0 -1 4202560 27 30365 0 0 0 0 33228 79 20 0 9 0 886404214 406441984 16186 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 3768928

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

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

[startup+1210.01 s]
/proc/loadavg: 4.32 4.13 3.07 5/234 13231
/proc/meminfo: memFree=30814428/32951132 swapFree=67052544/67111528
[pid=12867] ppid=12861 vsize=396916 CPUtime=342.72 cores=1,3
/proc/12867/stat : 12867 (python) S 12861 12867 12804 0 -1 4202496 30408 30365 1 0 929 36 33228 79 20 0 9 0 886299934 406441984 16186 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 561
/proc/12867/statm: 99229 16186 1882 364 0 35126 0
[pid=12969] ppid=12867 vsize=325136 CPUtime=0.28 cores=1,3
/proc/12969/stat : 12969 (python) S 12867 12867 12804 0 -1 4202560 1135 0 0 0 15 13 0 0 15 0 2 0 886311909 332939264 14676 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/12969/statm: 81284 14676 399 364 0 17199 0
[pid=12971] ppid=12969 vsize=276236 CPUtime=196.64 cores=1,3
/proc/12971/stat : 12971 (hybridGM3) T 12969 12971 12971 0 -1 4202496 8565 0 0 0 19656 8 0 0 25 0 1 0 886311909 282865664 8303 33554432000 134512640 135204385 4290130624 18446744073709551615 134546153 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/12971/statm: 69059 8303 64 169 0 68889 0
[pid=12969/tid=12989] ppid=12867 vsize=325136 CPUtime=0 cores=1,3
/proc/12969/task/12989/stat : 12989 (python) S 12867 12867 12804 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 886321962 332939264 14676 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 514 18446604470995026176 0 0 -1 3 0 0 0
[pid=13014] ppid=12867 vsize=345648 CPUtime=0.14 cores=1,3
/proc/13014/stat : 13014 (python) S 12867 12867 12804 0 -1 4202560 1091 0 0 0 8 6 0 0 19 0 2 0 886343552 353943552 14684 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13014/statm: 86412 14684 399 364 0 22321 0
[pid=13016] ppid=13014 vsize=467024 CPUtime=100.01 cores=1,3
/proc/13016/stat : 13016 (TNM) T 13014 13016 13016 0 -1 4202496 6820 0 0 0 10001 0 0 0 25 0 1 0 886343552 478232576 6559 33554432000 134512640 135008748 4288219488 18446744073709551615 134528942 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/13016/statm: 116756 6559 46 122 0 115656 0
[pid=13014/tid=13026] ppid=12867 vsize=345648 CPUtime=0 cores=1,3
/proc/13014/task/13026/stat : 13026 (python) S 12867 12867 12804 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886353566 353943552 14684 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 514 18446604462673156160 0 0 -1 1 0 0 0
[pid=13043] ppid=12867 vsize=366160 CPUtime=0.83 cores=1,3
/proc/13043/stat : 13043 (python) S 12867 12867 12804 0 -1 4202560 1129 0 0 0 14 69 0 0 15 0 2 0 886365016 374947840 14692 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/13043/statm: 91540 14692 399 364 0 27443 0
[pid=13045] ppid=13043 vsize=276236 CPUtime=195.61 cores=1,3
/proc/13045/stat : 13045 (hybridGM3) T 13043 13045 13045 0 -1 4202496 8565 0 0 0 19550 11 0 0 25 0 1 0 886365016 282865664 8305 33554432000 134512640 135204385 4286745616 18446744073709551615 134546153 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/13045/statm: 69059 8305 64 169 0 68889 0
[pid=13043/tid=13102] ppid=12867 vsize=366160 CPUtime=0 cores=1,3
/proc/13043/task/13102/stat : 13102 (python) S 12867 12867 12804 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 886375114 374947840 14692 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 514 18446604465592144128 0 0 -1 3 0 0 0
[pid=13113] ppid=12867 vsize=376416 CPUtime=0.3 cores=1,3
/proc/13113/stat : 13113 (python) S 12867 12867 12804 0 -1 4202560 1128 0 0 0 14 16 0 0 17 0 2 0 886384628 385449984 14696 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/13113/statm: 94104 14696 399 364 0 30004 0
[pid=13115] ppid=13113 vsize=276244 CPUtime=195.46 cores=1,3
/proc/13115/stat : 13115 (hybridGM3) T 13113 13115 13115 0 -1 4202496 8562 0 0 0 19540 6 0 0 25 0 1 0 886384628 282873856 8300 33554432000 134512640 135204385 4286880176 18446744073709551615 134537249 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/13115/statm: 69061 8300 64 169 0 68891 0
[pid=13113/tid=13139] ppid=12867 vsize=376416 CPUtime=0 cores=1,3
/proc/13113/task/13139/stat : 13139 (python) S 12867 12867 12804 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 886404213 385449984 14696 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 514 18446604465592146816 0 0 -1 3 0 0 0
[pid=13140] ppid=12867 vsize=386672 CPUtime=1.29 cores=1,3
/proc/13140/stat : 13140 (python) S 12867 12867 12804 0 -1 4202560 1009 0 0 0 15 114 0 0 15 0 1 0 886404214 395952128 14676 33554432000 4194304 5683644 140735517640528 18446744073709551615 242970570310 0 0 16781312 514 3752378098901811461 0 0 17 3 0 0 0
/proc/13140/statm: 96668 14676 376 364 0 32565 0
[pid=13142] ppid=13140 vsize=276240 CPUtime=166.8 cores=1,3
/proc/13142/stat : 13142 (hybridGM3) R 13140 13142 13142 0 -1 4202496 8569 0 0 0 16676 4 0 0 25 0 1 0 886404214 282869760 8300 33554432000 134512640 135204385 4290490144 18446744073709551615 134536663 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/13142/statm: 69060 8300 64 169 0 68890 0
[pid=12867/tid=12908] ppid=12861 vsize=396916 CPUtime=333.07 cores=1,3
/proc/12867/task/12908/stat : 12908 (python) S 12861 12867 12804 0 -1 4202560 32 30365 0 0 0 0 33228 79 18 0 9 0 886301925 406441984 16186 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 3 0 0 0
[pid=12867/tid=12970] ppid=12861 vsize=396916 CPUtime=333.07 cores=1,3
/proc/12867/task/12970/stat : 12970 (python) S 12861 12867 12804 0 -1 4202560 33 30365 0 0 0 0 33228 79 18 0 9 0 886311909 406441984 16186 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 1 0 0 0
[pid=12867/tid=12991] ppid=12861 vsize=396916 CPUtime=333.07 cores=1,3
/proc/12867/task/12991/stat : 12991 (python) S 12861 12867 12804 0 -1 4202560 32 30365 0 0 0 0 33228 79 18 0 9 0 886321963 406441984 16186 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 1 0 0 0
[pid=12867/tid=13015] ppid=12861 vsize=396916 CPUtime=333.07 cores=1,3
/proc/12867/task/13015/stat : 13015 (python) S 12861 12867 12804 0 -1 4202560 28 30365 0 0 0 0 33228 79 20 0 9 0 886343552 406441984 16186 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 3 0 0 0
[pid=12867/tid=13028] ppid=12861 vsize=396916 CPUtime=333.07 cores=1,3
/proc/12867/task/13028/stat : 13028 (python) S 12861 12867 12804 0 -1 4202560 29 30365 0 0 0 0 33228 79 20 0 9 0 886355028 406441984 16186 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 1 0 0 0
[pid=12867/tid=13044] ppid=12861 vsize=396916 CPUtime=333.07 cores=1,3
/proc/12867/task/13044/stat : 13044 (python) S 12861 12867 12804 0 -1 4202560 31 30365 0 0 0 0 33228 79 18 0 9 0 886365016 406441984 16186 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 1 0 0 0
[pid=12867/tid=13114] ppid=12861 vsize=396916 CPUtime=333.07 cores=1,3
/proc/12867/task/13114/stat : 13114 (python) S 12861 12867 12804 0 -1 4202560 30 30365 0 0 0 0 33228 79 20 0 9 0 886384628 406441984 16186 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 1 0 0 0
[pid=12867/tid=13141] ppid=12861 vsize=396916 CPUtime=333.07 cores=1,3
/proc/12867/task/13141/stat : 13141 (python) S 12861 12867 12804 0 -1 4202560 27 30365 0 0 0 0 33228 79 20 0 9 0 886404214 406441984 16186 33554432000 4194304 5683644 140735517640528 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027968 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 3768928

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12867 and gives
#  childrusage.ru_utime.tv_sec=341
#  childrusage.ru_utime.tv_usec=582071
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=158823
# CPU time returned by wait4() is 342.741
# while last known CPU time is 1200.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1210.07
CPU time (s): 1200.08
CPU user time (s): 1196.46
CPU system time (s): 3.62
CPU usage (%): 99.1744
Max. virtual memory (cumulated for all children) (KiB): 3768932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 341.582
system time used= 1.15882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60779
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= 20951
involuntary context switches= 5246

runsolver used 2.36364 second user time and 5.71113 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-11 01:03:30
IDJOB=3484059
IDBENCH=82570
IDSOLVER=1975
FILE ID=node128/3484059-1307747009
RUNJOBID= node128-1307747008-12824
PBS_JOBID= 13550829
Free space on /tmp= 74124 MiB

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

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

MD5SUM BENCH= 83f9a63a559155a858e739be2c598060
RANDOM SEED=784156632

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31546340 kB
Buffers:        237744 kB
Cached:         940896 kB
SwapCached:      11336 kB
Active:         354760 kB
Inactive:       843016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31546340 kB
SwapTotal:    67111528 kB
SwapFree:     67052544 kB
Dirty:          135092 kB
Writeback:           0 kB
AnonPages:       17376 kB
Mapped:           9620 kB
Slab:           142024 kB
PageTables:       5092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   192176 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73856 MiB
End job on node128 at 2011-06-11 01:23:45