Trace number 3484061

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.04 1207.65

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S950666065-093-UNKNOWN.cnf
MD5SUMe27af9a147b2d7c0283d090128805575
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark919.622
Satisfiable
(Un)Satisfiability was proved
Number of variables34999
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.51/9.26	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.51/9.26	c INFO: solving HOME/instance-3484061-1307747009.cnf
0.51/9.26	c INFO: computing task features
0.99/9.76	c INFO: computed variable-clause graph statistics
0.99/9.78	c INFO: computed clause balance statistics
3.69/12.41	c INFO: computed variable balance statistics
5.79/14.51	c INFO: computed small-clause counts
5.79/14.53	c INFO: computed Horn-clause counts
7.28/16.08	c INFO: computed variable graph statistics
7.28/16.08	c INFO: collected features for HOME/instance-3484061-1307747009.cnf in 6.81 s
7.28/16.09	c INFO: running hybridGM3@0 for 97 with 1193 remaining (b = 0.34)
106.59/115.29	c INFO: running hybridGM3@0 for 97 with 1094 remaining (b = 0.21)
207.01/215.53	c INFO: running hybridGM3@0 for 97 with 993 remaining (b = 0.14)
307.20/315.76	c INFO: running hybridGM3@99 for 97 with 893 remaining (b = 0.10)
404.44/412.90	c INFO: running hybridGM3@100 for 97 with 796 remaining (b = 0.11)
501.79/510.04	c INFO: running TNM@0 for 97 with 699 remaining (b = 0.13)
601.91/610.19	c INFO: running hybridGM3@100 for 97 with 599 remaining (b = 0.10)
699.19/707.34	c INFO: running hybridGM3@0 for 97 with 502 remaining (b = 0.10)
799.50/807.59	c INFO: running hybridGM3@100 for 97 with 402 remaining (b = 0.07)
894.84/902.72	c INFO: running hybridGM3@0 for 97 with 307 remaining (b = 0.07)
995.17/1002.97	c INFO: running hybridGM3@100 for 97 with 206 remaining (b = 0.06)
1090.43/1098.10	c INFO: running hybridGM3@0 for 111 with 111 remaining (b = 0.05)

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 0.32 0.07 0.02 3/178 12867
/proc/meminfo: memFree=31543832/32951132 swapFree=67052544/67111528
[pid=12866] ppid=12862 vsize=14644 CPUtime=0 cores=5,7
/proc/12866/stat : 12866 (python) R 12862 12866 12804 0 -1 4202496 410 0 0 0 0 0 0 0 20 0 1 0 886299934 14995456 323 33554432000 4194304 5683644 140736777968832 18446744073709551615 4540219 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12866/statm: 3661 326 217 364 0 148 0

[startup+0.089577 s]
/proc/loadavg: 0.32 0.07 0.02 3/178 12867
/proc/meminfo: memFree=31543832/32951132 swapFree=67052544/67111528
[pid=12866] ppid=12862 vsize=15384 CPUtime=0 cores=5,7
/proc/12866/stat : 12866 (python) S 12862 12866 12804 0 -1 4202496 821 0 0 0 0 0 0 0 17 0 1 0 886299934 15753216 704 33554432000 4194304 5683644 140736777968832 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 5 0 0 0
/proc/12866/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=31543832/32951132 swapFree=67052544/67111528
[pid=12866] ppid=12862 vsize=15776 CPUtime=0 cores=5,7
/proc/12866/stat : 12866 (python) R 12862 12866 12804 0 -1 4202496 870 0 0 0 0 0 0 0 17 0 1 0 886299934 16154624 750 33554432000 4194304 5683644 140736777968832 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12866/statm: 3944 750 343 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+0.300549 s]
/proc/loadavg: 0.32 0.07 0.02 3/178 12867
/proc/meminfo: memFree=31543832/32951132 swapFree=67052544/67111528
[pid=12866] ppid=12862 vsize=16812 CPUtime=0.02 cores=5,7
/proc/12866/stat : 12866 (python) S 12862 12866 12804 0 -1 4202496 1230 0 0 0 1 1 0 0 15 0 1 0 886299934 17215488 1086 33554432000 4194304 5683644 140736777968832 18446744073709551615 242965626503 0 2147483391 16781312 2 18446744071699855507 0 0 17 5 0 0 0
/proc/12866/statm: 4203 1086 418 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16812

[startup+0.882451 s]
/proc/loadavg: 0.32 0.07 0.02 3/178 12867
/proc/meminfo: memFree=31543832/32951132 swapFree=67052544/67111528
[pid=12866] ppid=12862 vsize=84476 CPUtime=0.07 cores=5,7
/proc/12866/stat : 12866 (python) S 12862 12866 12804 0 -1 4202496 2400 0 0 0 4 3 0 0 16 0 1 0 886299934 86503424 2127 33554432000 4194304 5683644 140736777968832 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699855507 0 0 17 5 0 0 0
/proc/12866/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=12866] ppid=12862 vsize=85364 CPUtime=0.08 cores=5,7
/proc/12866/stat : 12866 (python) D 12862 12866 12804 0 -1 4202496 2585 0 0 0 4 4 0 0 16 0 1 0 886299934 87412736 2308 33554432000 4194304 5683644 140736777968832 18446744073709551615 242970555959 0 0 16781312 2 18446744071562154983 0 0 17 5 0 0 0
/proc/12866/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=12866] ppid=12862 vsize=85364 CPUtime=0.08 cores=5,7
/proc/12866/stat : 12866 (python) D 12862 12866 12804 0 -1 4202496 2585 0 0 0 4 4 0 0 16 0 1 0 886299934 87412736 2308 33554432000 4194304 5683644 140736777968832 18446744073709551615 242970555959 0 0 16781312 2 18446744071562154983 0 0 17 5 0 0 0
/proc/12866/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=12866] ppid=12862 vsize=121992 CPUtime=0.13 cores=5,7
/proc/12866/stat : 12866 (python) D 12862 12866 12804 0 -1 4202496 4172 0 1 0 8 5 0 0 16 0 1 0 886299934 124919808 3788 33554432000 4194304 5683644 140736777968832 18446744073709551615 242970555959 0 0 16781312 2 18446744071562154983 0 0 17 5 0 0 503
/proc/12866/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 6/194 12903
/proc/meminfo: memFree=31341788/32951132 swapFree=67052544/67111528
[pid=12866] ppid=12862 vsize=312972 CPUtime=3.98 cores=5,7
/proc/12866/stat : 12866 (python) R 12862 12866 12804 0 -1 4202496 21980 933 1 0 371 27 0 0 21 0 1 0 886299934 320483328 15628 33554432000 4194304 5683644 140736777968832 18446744073709551615 47353182137954 0 0 16781312 2 0 0 0 17 5 0 0 608
/proc/12866/statm: 78243 15628 1827 364 0 14167 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 312972
heavy processes:

[startup+25.5012 s]
/proc/loadavg: 2.39 0.57 0.19 7/200 12909
/proc/meminfo: memFree=31278380/32951132 swapFree=67052544/67111528
[pid=12866] ppid=12862 vsize=320508 CPUtime=7.38 cores=5,7
/proc/12866/stat : 12866 (python) S 12862 12866 12804 0 -1 4202496 22275 933 1 0 711 27 0 0 25 0 2 0 886299934 328200192 14997 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 608
/proc/12866/statm: 80127 14997 1875 364 0 16045 0
[pid=12904] ppid=12866 vsize=310264 CPUtime=0 cores=5,7
/proc/12904/stat : 12904 (python) S 12866 12866 12804 0 -1 4202560 866 0 0 0 0 0 0 0 15 0 1 0 886301544 317710336 13494 33554432000 4194304 5683644 140736777968832 18446744073709551615 242970570255 0 0 16781312 514 5530719688746565896 0 0 17 7 0 0 0
/proc/12904/statm: 77566 13494 376 364 0 13484 0
[pid=12906] ppid=12904 vsize=268420 CPUtime=9.39 cores=5,7
/proc/12906/stat : 12906 (hybridGM3) R 12904 12906 12906 0 -1 4202496 8092 0 0 0 937 2 0 0 25 0 1 0 886301544 274862080 7827 33554432000 134512640 135204385 4287669488 18446744073709551615 134537292 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12906/statm: 67105 7827 64 169 0 66935 0
[pid=12866/tid=12905] ppid=12862 vsize=320508 CPUtime=0 cores=5,7
/proc/12866/task/12905/stat : 12905 (python) S 12862 12866 12804 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 2 0 886301544 328200192 14997 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 2 18446604471161842432 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 16.77
Current children cumulated vsize (KiB) 899192
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=12866] ppid=12862 vsize=320508 CPUtime=7.38 cores=5,7
/proc/12866/stat : 12866 (python) S 12862 12866 12804 0 -1 4202496 22275 933 1 0 711 27 0 0 25 0 2 0 886299934 328200192 14997 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 608
/proc/12866/statm: 80127 14997 1875 364 0 16045 0
[pid=12904] ppid=12866 vsize=310264 CPUtime=0.04 cores=5,7
/proc/12904/stat : 12904 (python) S 12866 12866 12804 0 -1 4202560 880 0 0 0 2 2 0 0 15 0 1 0 886301544 317710336 13494 33554432000 4194304 5683644 140736777968832 18446744073709551615 242970570255 0 0 16781312 514 4795770653196124424 0 0 17 7 0 0 0
/proc/12904/statm: 77566 13494 376 364 0 13484 0
[pid=12906] ppid=12904 vsize=268420 CPUtime=34.99 cores=5,7
/proc/12906/stat : 12906 (hybridGM3) R 12904 12906 12906 0 -1 4202496 8092 0 0 0 3494 5 0 0 25 0 1 0 886301544 274862080 7827 33554432000 134512640 135204385 4287669488 18446744073709551615 134547471 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12906/statm: 67105 7827 64 169 0 66935 0
[pid=12866/tid=12905] ppid=12862 vsize=320508 CPUtime=0 cores=5,7
/proc/12866/task/12905/stat : 12905 (python) S 12862 12866 12804 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 2 0 886301544 328200192 14997 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 2 18446604471161842432 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 42.41
Current children cumulated vsize (KiB) 899192

[startup+102.301 s]
/proc/loadavg: 4.08 1.55 0.56 6/200 12957
/proc/meminfo: memFree=31223812/32951132 swapFree=67052544/67111528
[pid=12866] ppid=12862 vsize=320508 CPUtime=7.38 cores=5,7
/proc/12866/stat : 12866 (python) S 12862 12866 12804 0 -1 4202496 22275 933 1 0 711 27 0 0 25 0 2 0 886299934 328200192 14997 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 608
/proc/12866/statm: 80127 14997 1875 364 0 16045 0
[pid=12904] ppid=12866 vsize=310264 CPUtime=0.11 cores=5,7
/proc/12904/stat : 12904 (python) S 12866 12866 12804 0 -1 4202560 902 0 0 0 5 6 0 0 15 0 1 0 886301544 317710336 13494 33554432000 4194304 5683644 140736777968832 18446744073709551615 242970570255 0 0 16781312 514 4795770653196124424 0 0 17 7 0 0 0
/proc/12904/statm: 77566 13494 376 364 0 13484 0
[pid=12906] ppid=12904 vsize=268420 CPUtime=86.19 cores=5,7
/proc/12906/stat : 12906 (hybridGM3) R 12904 12906 12906 0 -1 4202496 8099 0 0 0 8609 10 0 0 25 0 1 0 886301544 274862080 7834 33554432000 134512640 135204385 4287669488 18446744073709551615 134537403 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12906/statm: 67105 7834 64 169 0 66935 0
[pid=12866/tid=12905] ppid=12862 vsize=320508 CPUtime=0 cores=5,7
/proc/12866/task/12905/stat : 12905 (python) S 12862 12866 12804 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 2 0 886301544 328200192 14997 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 2 18446604471161842432 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 93.68
Current children cumulated vsize (KiB) 899192

[startup+162.301 s]
/proc/loadavg: 4.03 2.00 0.78 6/212 12973
/proc/meminfo: memFree=31143284/32951132 swapFree=67052544/67111528
[pid=12866] ppid=12862 vsize=330764 CPUtime=7.4 cores=5,7
/proc/12866/stat : 12866 (python) S 12862 12866 12804 0 -1 4202496 23162 933 1 0 712 28 0 0 20 0 3 0 886299934 338702336 15004 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 608
/proc/12866/statm: 82691 15004 1878 364 0 18606 0
[pid=12904] ppid=12866 vsize=320508 CPUtime=0.12 cores=5,7
/proc/12904/stat : 12904 (python) S 12866 12866 12804 0 -1 4202560 1145 0 0 0 5 7 0 0 16 0 2 0 886301544 328200192 13538 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12904/statm: 80127 13538 415 364 0 16045 0
[pid=12906] ppid=12904 vsize=268420 CPUtime=99.18 cores=5,7
/proc/12906/stat : 12906 (hybridGM3) T 12904 12906 12906 0 -1 4202496 8099 0 0 0 9908 10 0 0 25 0 1 0 886301544 274862080 7834 33554432000 134512640 135204385 4287669488 18446744073709551615 134547392 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/12906/statm: 67105 7834 64 169 0 66935 0
[pid=12904/tid=12964] ppid=12866 vsize=320508 CPUtime=0 cores=5,7
/proc/12904/task/12964/stat : 12964 (python) S 12866 12866 12804 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 886311463 328200192 13538 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 514 18446604467085316160 0 0 -1 7 0 0 0
[pid=12965] ppid=12866 vsize=320520 CPUtime=0.06 cores=5,7
/proc/12965/stat : 12965 (python) S 12866 12866 12804 0 -1 4202560 904 0 0 0 3 3 0 0 15 0 1 0 886311464 328212480 13492 33554432000 4194304 5683644 140736777968832 18446744073709551615 242970570310 0 0 16781312 514 4795770653196124424 0 0 17 7 0 0 0
/proc/12965/statm: 80130 13492 370 364 0 16045 0
[pid=12967] ppid=12965 vsize=268424 CPUtime=46.99 cores=5,7
/proc/12967/stat : 12967 (hybridGM3) R 12965 12967 12967 0 -1 4202496 8091 0 0 0 4698 1 0 0 25 0 1 0 886311464 274866176 7828 33554432000 134512640 135204385 4290831488 18446744073709551615 134537403 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12967/statm: 67106 7828 64 169 0 66936 0
[pid=12866/tid=12905] ppid=12862 vsize=330764 CPUtime=0 cores=5,7
/proc/12866/task/12905/stat : 12905 (python) S 12862 12866 12804 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 3 0 886301544 338702336 15004 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 2 18446604471161842432 0 0 -1 7 0 0 0
[pid=12866/tid=12966] ppid=12862 vsize=330764 CPUtime=0 cores=5,7
/proc/12866/task/12966/stat : 12966 (python) S 12862 12866 12804 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 886311464 338702336 15004 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 2 18446604471161842432 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 153.75
Current children cumulated vsize (KiB) 1508636

[startup+222.301 s]
/proc/loadavg: 4.05 2.37 0.98 6/228 12992
/proc/meminfo: memFree=31036760/32951132 swapFree=67052544/67111528
[pid=12866] ppid=12862 vsize=341020 CPUtime=7.4 cores=5,7
/proc/12866/stat : 12866 (python) S 12862 12866 12804 0 -1 4202496 24003 933 1 0 712 28 0 0 20 0 4 0 886299934 349204480 15010 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 608
/proc/12866/statm: 85255 15010 1880 364 0 21167 0
[pid=12904] ppid=12866 vsize=320508 CPUtime=0.12 cores=5,7
/proc/12904/stat : 12904 (python) S 12866 12866 12804 0 -1 4202560 1145 0 0 0 5 7 0 0 16 0 2 0 886301544 328200192 13538 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12904/statm: 80127 13538 415 364 0 16045 0
[pid=12906] ppid=12904 vsize=268420 CPUtime=99.18 cores=5,7
/proc/12906/stat : 12906 (hybridGM3) T 12904 12906 12906 0 -1 4202496 8099 0 0 0 9908 10 0 0 25 0 1 0 886301544 274862080 7834 33554432000 134512640 135204385 4287669488 18446744073709551615 134547392 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/12906/statm: 67105 7834 64 169 0 66935 0
[pid=12904/tid=12964] ppid=12866 vsize=320508 CPUtime=0 cores=5,7
/proc/12904/task/12964/stat : 12964 (python) S 12866 12866 12804 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 886311463 328200192 13538 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 514 18446604467085316160 0 0 -1 7 0 0 0
[pid=12965] ppid=12866 vsize=320520 CPUtime=0.13 cores=5,7
/proc/12965/stat : 12965 (python) S 12866 12866 12804 0 -1 4202560 1081 0 0 0 6 7 0 0 16 0 2 0 886311464 328212480 13522 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12965/statm: 80130 13522 399 364 0 16045 0
[pid=12967] ppid=12965 vsize=268424 CPUtime=100.21 cores=5,7

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

/proc/meminfo: memFree=30485348/32951132 swapFree=67052544/67111528
[pid=12866] ppid=12862 vsize=382044 CPUtime=7.48 cores=5,7
/proc/12866/stat : 12866 (python) S 12862 12866 12804 0 -1 4202496 27873 933 1 0 718 30 0 0 19 0 8 0 886299934 391213056 15034 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 608
/proc/12866/statm: 95511 15034 1888 364 0 31411 0
[pid=12904] ppid=12866 vsize=320508 CPUtime=0.27 cores=5,7
/proc/12904/stat : 12904 (python) S 12866 12866 12804 0 -1 4202560 1200 0 0 0 14 13 0 0 16 0 2 0 886301544 328200192 13539 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12904/statm: 80127 13539 416 364 0 16045 0
[pid=12906] ppid=12904 vsize=268420 CPUtime=196.31 cores=5,7
/proc/12906/stat : 12906 (hybridGM3) T 12904 12906 12906 0 -1 4202496 8099 0 0 0 19621 10 0 0 25 0 1 0 886301544 274862080 7834 33554432000 134512640 135204385 4287669488 18446744073709551615 134546082 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/12906/statm: 67105 7834 64 169 0 66935 0
[pid=12904/tid=12964] ppid=12866 vsize=320508 CPUtime=0 cores=5,7
/proc/12904/task/12964/stat : 12964 (python) S 12866 12866 12804 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886311463 328200192 13539 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 514 18446604467085316160 0 0 -1 7 0 0 0
[pid=12965] ppid=12866 vsize=320520 CPUtime=0.28 cores=5,7
/proc/12965/stat : 12965 (python) S 12866 12866 12804 0 -1 4202560 1117 0 0 0 13 15 0 0 15 0 2 0 886311464 328212480 13522 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12965/statm: 80130 13522 399 364 0 16045 0
[pid=12967] ppid=12965 vsize=268424 CPUtime=197.35 cores=5,7
/proc/12967/stat : 12967 (hybridGM3) T 12965 12967 12967 0 -1 4202496 8091 0 0 0 19734 1 0 0 25 0 1 0 886311464 274866176 7828 33554432000 134512640 135204385 4290831488 18446744073709551615 134536605 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/12967/statm: 67106 7828 64 169 0 66936 0
[pid=12965/tid=12985] ppid=12866 vsize=320520 CPUtime=0 cores=5,7
/proc/12965/task/12985/stat : 12985 (python) S 12866 12866 12804 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886321486 328212480 13522 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 514 18446604470990686400 0 0 -1 7 0 0 0
[pid=12986] ppid=12866 vsize=330776 CPUtime=0.28 cores=5,7
/proc/12986/stat : 12986 (python) S 12866 12866 12804 0 -1 4202560 1110 0 0 0 14 14 0 0 15 0 2 0 886321487 338714624 13526 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12986/statm: 82694 13526 399 364 0 18606 0
[pid=12988] ppid=12986 vsize=268428 CPUtime=197.12 cores=5,7
/proc/12988/stat : 12988 (hybridGM3) T 12986 12988 12988 0 -1 4202496 8087 0 0 0 19710 2 0 0 25 0 1 0 886321487 274870272 7824 33554432000 134512640 135204385 4287039840 18446744073709551615 134537100 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/12988/statm: 67107 7824 64 169 0 66937 0
[pid=12986/tid=13003] ppid=12866 vsize=330776 CPUtime=0 cores=5,7
/proc/12986/task/13003/stat : 13003 (python) S 12866 12866 12804 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 886331509 338714624 13526 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 514 18446604471082434944 0 0 -1 5 0 0 0
[pid=13019] ppid=12866 vsize=341032 CPUtime=0.15 cores=5,7
/proc/13019/stat : 13019 (python) S 12866 12866 12804 0 -1 4202560 1074 0 0 0 7 8 0 0 19 0 2 0 886350939 349216768 13530 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13019/statm: 85258 13530 399 364 0 21167 0
[pid=13021] ppid=13019 vsize=465044 CPUtime=100.02 cores=5,7
/proc/13021/stat : 13021 (TNM) T 13019 13021 13021 0 -1 4202496 6006 0 0 0 10001 1 0 0 25 0 1 0 886350939 476205056 5749 33554432000 134512640 135008748 4287243232 18446744073709551615 134527477 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/13021/statm: 116261 5749 46 122 0 115161 0
[pid=13019/tid=13035] ppid=12866 vsize=341032 CPUtime=0 cores=5,7
/proc/13019/task/13035/stat : 13035 (python) S 12866 12866 12804 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886360953 349216768 13530 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 514 18446604470985984768 0 0 -1 7 0 0 0
[pid=13049] ppid=12866 vsize=351288 CPUtime=0.29 cores=5,7
/proc/13049/stat : 13049 (python) S 12866 12866 12804 0 -1 4202560 1125 0 0 0 15 14 0 0 15 0 2 0 886370668 359718912 13534 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/13049/statm: 87822 13534 399 364 0 23728 0
[pid=13051] ppid=13049 vsize=268428 CPUtime=195.35 cores=5,7
/proc/13051/stat : 13051 (hybridGM3) T 13049 13051 13051 0 -1 4202496 8089 0 0 0 19533 2 0 0 25 0 1 0 886370669 274870272 7828 33554432000 134512640 135204385 4288976496 18446744073709551615 134536646 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/13051/statm: 67107 7828 64 169 0 66937 0
[pid=13049/tid=13108] ppid=12866 vsize=351288 CPUtime=0 cores=5,7
/proc/13049/task/13108/stat : 13108 (python) S 12866 12866 12804 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 886380692 359718912 13534 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 514 18446604465592145920 0 0 -1 7 0 0 0
[pid=13119] ppid=12866 vsize=361544 CPUtime=0.29 cores=5,7
/proc/13119/stat : 13119 (python) S 12866 12866 12804 0 -1 4202560 1121 0 0 0 13 16 0 0 16 0 2 0 886390206 370221056 13538 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/13119/statm: 90386 13538 399 364 0 26289 0
[pid=13121] ppid=13119 vsize=268424 CPUtime=195.36 cores=5,7
/proc/13121/stat : 13121 (hybridGM3) T 13119 13121 13121 0 -1 4202496 8089 0 0 0 19534 2 0 0 25 0 1 0 886390207 274866176 7826 33554432000 134512640 135204385 4291666096 18446744073709551615 134537249 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/13121/statm: 67106 7826 64 169 0 66936 0
[pid=13119/tid=13133] ppid=12866 vsize=361544 CPUtime=0 cores=5,7
/proc/13119/task/13133/stat : 13133 (python) S 12866 12866 12804 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886400230 370221056 13538 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 514 18446604471108078592 0 0 -1 7 0 0 0
[pid=13145] ppid=12866 vsize=371800 CPUtime=0.16 cores=5,7
/proc/13145/stat : 13145 (python) S 12866 12866 12804 0 -1 4202560 923 0 0 0 8 8 0 0 15 0 1 0 886409745 380723200 13512 33554432000 4194304 5683644 140736777968832 18446744073709551615 242970570310 0 0 16781312 514 4795770653196124424 0 0 17 5 0 0 0
/proc/13145/statm: 92950 13512 370 364 0 28850 0
[pid=13147] ppid=13145 vsize=268424 CPUtime=109.33 cores=5,7
/proc/13147/stat : 13147 (hybridGM3) R 13145 13147 13147 0 -1 4202496 8093 0 0 0 10930 3 0 0 25 0 1 0 886409745 274866176 7827 33554432000 134512640 135204385 4288272896 18446744073709551615 134536744 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13147/statm: 67106 7827 64 169 0 66936 0
[pid=12866/tid=12905] ppid=12862 vsize=382044 CPUtime=0 cores=5,7
/proc/12866/task/12905/stat : 12905 (python) S 12862 12866 12804 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 8 0 886301544 391213056 15034 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 2 18446604471161842432 0 0 -1 7 0 0 0
[pid=12866/tid=12966] ppid=12862 vsize=382044 CPUtime=0 cores=5,7
/proc/12866/task/12966/stat : 12966 (python) S 12862 12866 12804 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 8 0 886311464 391213056 15034 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 2 18446604471161842432 0 0 -1 5 0 0 0
[pid=12866/tid=12987] ppid=12862 vsize=382044 CPUtime=0 cores=5,7
/proc/12866/task/12987/stat : 12987 (python) S 12862 12866 12804 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 8 0 886321487 391213056 15034 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 2 18446604471161842432 0 0 -1 5 0 0 0
[pid=12866/tid=13020] ppid=12862 vsize=382044 CPUtime=0 cores=5,7
/proc/12866/task/13020/stat : 13020 (python) S 12862 12866 12804 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 8 0 886350939 391213056 15034 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 2 18446604471161842432 0 0 -1 5 0 0 0
[pid=12866/tid=13050] ppid=12862 vsize=382044 CPUtime=0 cores=5,7
/proc/12866/task/13050/stat : 13050 (python) S 12862 12866 12804 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 8 0 886370668 391213056 15034 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 2 18446604471161842432 0 0 -1 7 0 0 0
[pid=12866/tid=13120] ppid=12862 vsize=382044 CPUtime=0 cores=5,7
/proc/12866/task/13120/stat : 13120 (python) S 12862 12866 12804 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 8 0 886390207 391213056 15034 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 2 18446604471161842432 0 0 -1 7 0 0 0
[pid=12866/tid=13146] ppid=12862 vsize=382044 CPUtime=0 cores=5,7
/proc/12866/task/13146/stat : 13146 (python) S 12862 12866 12804 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 8 0 886409745 391213056 15034 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 2 18446604471161842432 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 4855104

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

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

[startup+1207.6 s]
/proc/loadavg: 4.43 4.15 3.07 5/264 13202
/proc/meminfo: memFree=30485348/32951132 swapFree=67052544/67111528
[pid=12866] ppid=12862 vsize=382044 CPUtime=7.48 cores=5,7
/proc/12866/stat : 12866 (python) S 12862 12866 12804 0 -1 4202496 27873 933 1 0 718 30 0 0 19 0 8 0 886299934 391213056 15034 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 608
/proc/12866/statm: 95511 15034 1888 364 0 31411 0
[pid=12904] ppid=12866 vsize=320508 CPUtime=0.27 cores=5,7
/proc/12904/stat : 12904 (python) S 12866 12866 12804 0 -1 4202560 1200 0 0 0 14 13 0 0 16 0 2 0 886301544 328200192 13539 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12904/statm: 80127 13539 416 364 0 16045 0
[pid=12906] ppid=12904 vsize=268420 CPUtime=196.31 cores=5,7
/proc/12906/stat : 12906 (hybridGM3) T 12904 12906 12906 0 -1 4202496 8099 0 0 0 19621 10 0 0 25 0 1 0 886301544 274862080 7834 33554432000 134512640 135204385 4287669488 18446744073709551615 134546082 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/12906/statm: 67105 7834 64 169 0 66935 0
[pid=12904/tid=12964] ppid=12866 vsize=320508 CPUtime=0 cores=5,7
/proc/12904/task/12964/stat : 12964 (python) S 12866 12866 12804 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886311463 328200192 13539 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 514 18446604467085316160 0 0 -1 7 0 0 0
[pid=12965] ppid=12866 vsize=320520 CPUtime=0.28 cores=5,7
/proc/12965/stat : 12965 (python) S 12866 12866 12804 0 -1 4202560 1117 0 0 0 13 15 0 0 15 0 2 0 886311464 328212480 13522 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12965/statm: 80130 13522 399 364 0 16045 0
[pid=12967] ppid=12965 vsize=268424 CPUtime=197.35 cores=5,7
/proc/12967/stat : 12967 (hybridGM3) T 12965 12967 12967 0 -1 4202496 8091 0 0 0 19734 1 0 0 25 0 1 0 886311464 274866176 7828 33554432000 134512640 135204385 4290831488 18446744073709551615 134536605 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/12967/statm: 67106 7828 64 169 0 66936 0
[pid=12965/tid=12985] ppid=12866 vsize=320520 CPUtime=0 cores=5,7
/proc/12965/task/12985/stat : 12985 (python) S 12866 12866 12804 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886321486 328212480 13522 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 514 18446604470990686400 0 0 -1 7 0 0 0
[pid=12986] ppid=12866 vsize=330776 CPUtime=0.28 cores=5,7
/proc/12986/stat : 12986 (python) S 12866 12866 12804 0 -1 4202560 1110 0 0 0 14 14 0 0 15 0 2 0 886321487 338714624 13526 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12986/statm: 82694 13526 399 364 0 18606 0
[pid=12988] ppid=12986 vsize=268428 CPUtime=197.12 cores=5,7
/proc/12988/stat : 12988 (hybridGM3) T 12986 12988 12988 0 -1 4202496 8087 0 0 0 19710 2 0 0 25 0 1 0 886321487 274870272 7824 33554432000 134512640 135204385 4287039840 18446744073709551615 134537100 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/12988/statm: 67107 7824 64 169 0 66937 0
[pid=12986/tid=13003] ppid=12866 vsize=330776 CPUtime=0 cores=5,7
/proc/12986/task/13003/stat : 13003 (python) S 12866 12866 12804 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 886331509 338714624 13526 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 514 18446604471082434944 0 0 -1 5 0 0 0
[pid=13019] ppid=12866 vsize=341032 CPUtime=0.15 cores=5,7
/proc/13019/stat : 13019 (python) S 12866 12866 12804 0 -1 4202560 1074 0 0 0 7 8 0 0 19 0 2 0 886350939 349216768 13530 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13019/statm: 85258 13530 399 364 0 21167 0
[pid=13021] ppid=13019 vsize=465044 CPUtime=100.02 cores=5,7
/proc/13021/stat : 13021 (TNM) T 13019 13021 13021 0 -1 4202496 6006 0 0 0 10001 1 0 0 25 0 1 0 886350939 476205056 5749 33554432000 134512640 135008748 4287243232 18446744073709551615 134527477 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/13021/statm: 116261 5749 46 122 0 115161 0
[pid=13019/tid=13035] ppid=12866 vsize=341032 CPUtime=0 cores=5,7
/proc/13019/task/13035/stat : 13035 (python) S 12866 12866 12804 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886360953 349216768 13530 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 514 18446604470985984768 0 0 -1 7 0 0 0
[pid=13049] ppid=12866 vsize=351288 CPUtime=0.29 cores=5,7
/proc/13049/stat : 13049 (python) S 12866 12866 12804 0 -1 4202560 1125 0 0 0 15 14 0 0 15 0 2 0 886370668 359718912 13534 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/13049/statm: 87822 13534 399 364 0 23728 0
[pid=13051] ppid=13049 vsize=268428 CPUtime=195.35 cores=5,7
/proc/13051/stat : 13051 (hybridGM3) T 13049 13051 13051 0 -1 4202496 8089 0 0 0 19533 2 0 0 25 0 1 0 886370669 274870272 7828 33554432000 134512640 135204385 4288976496 18446744073709551615 134536646 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/13051/statm: 67107 7828 64 169 0 66937 0
[pid=13049/tid=13108] ppid=12866 vsize=351288 CPUtime=0 cores=5,7
/proc/13049/task/13108/stat : 13108 (python) S 12866 12866 12804 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 886380692 359718912 13534 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 514 18446604465592145920 0 0 -1 7 0 0 0
[pid=13119] ppid=12866 vsize=361544 CPUtime=0.29 cores=5,7
/proc/13119/stat : 13119 (python) S 12866 12866 12804 0 -1 4202560 1121 0 0 0 13 16 0 0 16 0 2 0 886390206 370221056 13538 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/13119/statm: 90386 13538 399 364 0 26289 0
[pid=13121] ppid=13119 vsize=268424 CPUtime=195.36 cores=5,7
/proc/13121/stat : 13121 (hybridGM3) T 13119 13121 13121 0 -1 4202496 8089 0 0 0 19534 2 0 0 25 0 1 0 886390207 274866176 7826 33554432000 134512640 135204385 4291666096 18446744073709551615 134537249 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/13121/statm: 67106 7826 64 169 0 66936 0
[pid=13119/tid=13133] ppid=12866 vsize=361544 CPUtime=0 cores=5,7
/proc/13119/task/13133/stat : 13133 (python) S 12866 12866 12804 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886400230 370221056 13538 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 514 18446604471108078592 0 0 -1 7 0 0 0
[pid=13145] ppid=12866 vsize=371800 CPUtime=0.16 cores=5,7
/proc/13145/stat : 13145 (python) S 12866 12866 12804 0 -1 4202560 923 0 0 0 8 8 0 0 15 0 1 0 886409745 380723200 13512 33554432000 4194304 5683644 140736777968832 18446744073709551615 242970570310 0 0 16781312 514 4795770653196124424 0 0 17 5 0 0 0
/proc/13145/statm: 92950 13512 370 364 0 28850 0
[pid=13147] ppid=13145 vsize=268424 CPUtime=109.33 cores=5,7
/proc/13147/stat : 13147 (hybridGM3) R 13145 13147 13147 0 -1 4202496 8093 0 0 0 10930 3 0 0 25 0 1 0 886409745 274866176 7827 33554432000 134512640 135204385 4288272896 18446744073709551615 134536744 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13147/statm: 67106 7827 64 169 0 66936 0
[pid=12866/tid=12905] ppid=12862 vsize=382044 CPUtime=0 cores=5,7
/proc/12866/task/12905/stat : 12905 (python) S 12862 12866 12804 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 8 0 886301544 391213056 15034 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 2 18446604471161842432 0 0 -1 7 0 0 0
[pid=12866/tid=12966] ppid=12862 vsize=382044 CPUtime=0 cores=5,7
/proc/12866/task/12966/stat : 12966 (python) S 12862 12866 12804 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 8 0 886311464 391213056 15034 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 2 18446604471161842432 0 0 -1 5 0 0 0
[pid=12866/tid=12987] ppid=12862 vsize=382044 CPUtime=0 cores=5,7
/proc/12866/task/12987/stat : 12987 (python) S 12862 12866 12804 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 8 0 886321487 391213056 15034 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 2 18446604471161842432 0 0 -1 5 0 0 0
[pid=12866/tid=13020] ppid=12862 vsize=382044 CPUtime=0 cores=5,7
/proc/12866/task/13020/stat : 13020 (python) S 12862 12866 12804 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 8 0 886350939 391213056 15034 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 2 18446604471161842432 0 0 -1 5 0 0 0
[pid=12866/tid=13050] ppid=12862 vsize=382044 CPUtime=0 cores=5,7
/proc/12866/task/13050/stat : 13050 (python) S 12862 12866 12804 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 8 0 886370668 391213056 15034 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 2 18446604471161842432 0 0 -1 7 0 0 0
[pid=12866/tid=13120] ppid=12862 vsize=382044 CPUtime=0 cores=5,7
/proc/12866/task/13120/stat : 13120 (python) S 12862 12866 12804 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 8 0 886390207 391213056 15034 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 2 18446604471161842432 0 0 -1 7 0 0 0
[pid=12866/tid=13146] ppid=12862 vsize=382044 CPUtime=0 cores=5,7
/proc/12866/task/13146/stat : 13146 (python) S 12862 12866 12804 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 8 0 886409745 391213056 15034 33554432000 4194304 5683644 140736777968832 18446744073709551615 242982373809 0 0 16781312 2 18446604471161842432 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 4855104

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1207.65
CPU time (s): 1200.04
CPU user time (s): 1198.65
CPU system time (s): 1.39
CPU usage (%): 99.3695
Max. virtual memory (cumulated for all children) (KiB): 4855104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.18591
system time used= 0.306953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28811
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= 23536
involuntary context switches= 88

runsolver used 2.6426 second user time and 5.83311 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-11 01:03:30
IDJOB=3484061
IDBENCH=82572
IDSOLVER=1975
FILE ID=node128/3484061-1307747009
RUNJOBID= node128-1307747008-12825
PBS_JOBID= 13550829
Free space on /tmp= 74120 MiB

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

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

MD5SUM BENCH= e27af9a147b2d7c0283d090128805575
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:      31546472 kB
Buffers:        237744 kB
Cached:         940896 kB
SwapCached:      11336 kB
Active:         354592 kB
Inactive:       843128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31546472 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= 73852 MiB
End job on node128 at 2011-06-11 01:23:43