Trace number 3484159

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.05 1200.26

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S386300535-065-UNKNOWN.cnf
MD5SUM2ca6073d25d8d5f2648d590c0edc75c0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of 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.30/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.63	c INFO: solving HOME/instance-3484159-1307748029.cnf
0.30/0.63	c INFO: computing task features
0.89/1.22	c INFO: computed variable-clause graph statistics
0.89/1.25	c INFO: computed clause balance statistics
3.98/4.31	c INFO: computed variable balance statistics
6.48/6.80	c INFO: computed small-clause counts
6.48/6.82	c INFO: computed Horn-clause counts
8.49/8.85	c INFO: computed variable graph statistics
8.49/8.85	c INFO: collected features for HOME/instance-3484159-1307748029.cnf in 8.20 s
8.49/8.86	c INFO: running hybridGM3@0 for 97 with 1191 remaining (b = 0.35)
109.09/109.40	c INFO: running hybridGM3@0 for 97 with 1091 remaining (b = 0.21)
209.57/209.94	c INFO: running hybridGM3@0 for 97 with 991 remaining (b = 0.14)
310.05/310.46	c INFO: running hybridGM3@100 for 97 with 890 remaining (b = 0.10)
407.23/407.60	c INFO: running hybridGM3@100 for 97 with 793 remaining (b = 0.10)
504.35/504.73	c INFO: running TNM@0 for 97 with 696 remaining (b = 0.13)
604.44/604.87	c INFO: running hybridGM3@100 for 97 with 596 remaining (b = 0.10)
701.58/701.99	c INFO: running hybridGM3@0 for 97 with 499 remaining (b = 0.10)
802.17/802.50	c INFO: running hybridGM3@100 for 97 with 399 remaining (b = 0.07)
897.27/897.63	c INFO: running hybridGM3@0 for 97 with 304 remaining (b = 0.07)
997.74/998.16	c INFO: running hybridGM3@100 for 97 with 204 remaining (b = 0.05)
1092.88/1093.29	c INFO: running hybridGM3@0 for 109 with 109 remaining (b = 0.05)
1200.05/1200.25	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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

running on 2 cores: 4,6

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: 4.05 3.89 2.70 4/238 31681
/proc/meminfo: memFree=31067676/32951124 swapFree=67050916/67111528
[pid=31681] ppid=31679 vsize=15380 CPUtime=0 cores=4,6
/proc/31681/stat : 31681 (python) R 31679 31681 31196 0 -1 4202496 793 0 0 0 0 0 0 0 25 0 1 0 867219170 15749120 679 33554432000 4194304 5683644 140736902291712 18446744073709551615 212039653376 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/31681/statm: 3845 679 322 364 0 332 0

[startup+0.107 s]
/proc/loadavg: 4.05 3.89 2.70 4/238 31681
/proc/meminfo: memFree=31067676/32951124 swapFree=67050916/67111528
[pid=31681] ppid=31679 vsize=99344 CPUtime=0.05 cores=4,6
/proc/31681/stat : 31681 (python) S 31679 31681 31196 0 -1 4202496 2856 0 0 0 4 1 0 0 17 0 1 0 867219170 101728256 2556 33554432000 4194304 5683644 140736902291712 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/31681/statm: 24836 2556 818 364 0 1687 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 99344

[startup+0.200978 s]
/proc/loadavg: 4.05 3.89 2.70 4/238 31681
/proc/meminfo: memFree=31067676/32951124 swapFree=67050916/67111528
[pid=31681] ppid=31679 vsize=126296 CPUtime=0.1 cores=4,6
/proc/31681/stat : 31681 (python) R 31679 31681 31196 0 -1 4202496 4712 930 1 0 8 2 0 0 18 0 1 0 867219170 129327104 3895 33554432000 4194304 5683644 140736902291712 18446744073709551615 5170289 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31681/statm: 31574 3895 1001 364 0 2869 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 126296

[startup+0.300939 s]
/proc/loadavg: 4.05 3.89 2.70 4/238 31681
/proc/meminfo: memFree=31067676/32951124 swapFree=67050916/67111528
[pid=31681] ppid=31679 vsize=135748 CPUtime=0.16 cores=4,6
/proc/31681/stat : 31681 (python) S 31679 31681 31196 0 -1 4202496 5973 930 1 0 13 3 0 0 17 0 1 0 867219170 139005952 4149 33554432000 4194304 5683644 140736902291712 18446744073709551615 212039651333 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/31681/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135748

[startup+0.707898 s]
/proc/loadavg: 4.05 3.89 2.70 4/238 31681
/proc/meminfo: memFree=31067676/32951124 swapFree=67050916/67111528
[pid=31681] ppid=31679 vsize=285680 CPUtime=0.39 cores=4,6
/proc/31681/stat : 31681 (python) R 31679 31681 31196 0 -1 4202496 11075 930 1 0 33 6 0 0 16 0 1 0 867219170 292536320 8746 33554432000 4194304 5683644 140736902291712 18446744073709551615 4570197 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31681/statm: 71420 8746 1761 364 0 7344 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 285680

[startup+1.50075 s]
/proc/loadavg: 4.05 3.89 2.70 5/239 31686
/proc/meminfo: memFree=31013984/32951124 swapFree=67050916/67111528
[pid=31681] ppid=31679 vsize=317988 CPUtime=1.18 cores=4,6
/proc/31681/stat : 31681 (python) R 31679 31681 31196 0 -1 4202496 23810 930 1 0 111 7 0 0 17 0 1 0 867219170 325619712 16882 33554432000 4194304 5683644 140736902291712 18446744073709551615 5006165 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31681/statm: 79497 16882 1826 364 0 15421 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 317988

[startup+3.10048 s]
/proc/loadavg: 4.05 3.89 2.70 5/239 31686
/proc/meminfo: memFree=31006048/32951124 swapFree=67050916/67111528
[pid=31681] ppid=31679 vsize=317988 CPUtime=2.78 cores=4,6
/proc/31681/stat : 31681 (python) R 31679 31681 31196 0 -1 4202496 23810 930 1 0 271 7 0 0 19 0 1 0 867219170 325619712 16882 33554432000 4194304 5683644 140736902291712 18446744073709551615 4623653 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31681/statm: 79497 16882 1826 364 0 15421 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 317988

[startup+6.30087 s]
/proc/loadavg: 4.12 3.91 2.71 5/239 31686
/proc/meminfo: memFree=31005084/32951124 swapFree=67050916/67111528
[pid=31681] ppid=31679 vsize=317988 CPUtime=5.98 cores=4,6
/proc/31681/stat : 31681 (python) R 31679 31681 31196 0 -1 4202496 23811 930 1 0 591 7 0 0 25 0 1 0 867219170 325619712 16883 33554432000 4194304 5683644 140736902291712 18446744073709551615 4618511 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31681/statm: 79497 16883 1827 364 0 15421 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 317988

[startup+12.7007 s]
/proc/loadavg: 4.11 3.91 2.72 5/242 31690
/proc/meminfo: memFree=30974072/32951124 swapFree=67050916/67111528
[pid=31681] ppid=31679 vsize=325128 CPUtime=8.55 cores=4,6
/proc/31681/stat : 31681 (python) S 31679 31681 31196 0 -1 4202496 24093 930 1 0 847 8 0 0 25 0 2 0 867219170 332931072 16145 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31681/statm: 81282 16145 1867 364 0 17200 0
[pid=31687] ppid=31681 vsize=314884 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (python) S 31681 31681 31196 0 -1 4202560 724 0 0 0 0 0 0 0 15 0 1 0 867220057 322441216 14627 33554432000 4194304 5683644 140736902291712 18446744073709551615 212039675407 0 0 16781312 514 14800477647276048644 0 0 17 4 0 0 0
/proc/31687/statm: 78721 14627 353 364 0 14639 0
[pid=31689] ppid=31687 vsize=276240 CPUtime=3.82 cores=4,6
/proc/31689/stat : 31689 (hybridGM3) R 31687 31689 31689 0 -1 4202496 8563 0 0 0 381 1 0 0 25 0 1 0 867220057 282869760 8302 33554432000 134512640 135204385 4287093456 18446744073709551615 134537272 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31689/statm: 69060 8302 64 169 0 68890 0
[pid=31681/tid=31688] ppid=31679 vsize=325128 CPUtime=0 cores=4,6
/proc/31681/task/31688/stat : 31688 (python) S 31679 31681 31196 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 2 0 867220057 332931072 16145 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 2 18446604453920805184 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 916252

[startup+25.5004 s]
/proc/loadavg: 4.09 3.92 2.74 5/242 31690
/proc/meminfo: memFree=30973692/32951124 swapFree=67050916/67111528
[pid=31681] ppid=31679 vsize=325128 CPUtime=8.55 cores=4,6
/proc/31681/stat : 31681 (python) S 31679 31681 31196 0 -1 4202496 24093 930 1 0 847 8 0 0 25 0 2 0 867219170 332931072 16145 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31681/statm: 81282 16145 1867 364 0 17200 0
[pid=31687] ppid=31681 vsize=314884 CPUtime=0.02 cores=4,6
/proc/31687/stat : 31687 (python) S 31681 31681 31196 0 -1 4202560 871 0 0 0 1 1 0 0 15 0 1 0 867220057 322441216 14650 33554432000 4194304 5683644 140736902291712 18446744073709551615 212039675407 0 0 16781312 514 12229155352217616644 0 0 17 4 0 0 0
/proc/31687/statm: 78721 14650 376 364 0 14639 0
[pid=31689] ppid=31687 vsize=276240 CPUtime=16.59 cores=4,6
/proc/31689/stat : 31689 (hybridGM3) R 31687 31689 31689 0 -1 4202496 8563 0 0 0 1658 1 0 0 25 0 1 0 867220057 282869760 8302 33554432000 134512640 135204385 4287093456 18446744073709551615 134545851 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31689/statm: 69060 8302 64 169 0 68890 0
[pid=31681/tid=31688] ppid=31679 vsize=325128 CPUtime=0 cores=4,6
/proc/31681/task/31688/stat : 31688 (python) S 31679 31681 31196 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 2 0 867220057 332931072 16145 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 2 18446604453920805184 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 916252

[startup+51.1009 s]
/proc/loadavg: 4.06 3.92 2.77 5/242 31691
/proc/meminfo: memFree=30973252/32951124 swapFree=67050916/67111528
[pid=31681] ppid=31679 vsize=325128 CPUtime=8.55 cores=4,6
/proc/31681/stat : 31681 (python) S 31679 31681 31196 0 -1 4202496 24093 930 1 0 847 8 0 0 25 0 2 0 867219170 332931072 16145 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31681/statm: 81282 16145 1867 364 0 17200 0
[pid=31687] ppid=31681 vsize=314884 CPUtime=0.06 cores=4,6
/proc/31687/stat : 31687 (python) S 31681 31681 31196 0 -1 4202560 883 0 0 0 3 3 0 0 15 0 1 0 867220057 322441216 14650 33554432000 4194304 5683644 140736902291712 18446744073709551615 212039675407 0 0 16781312 514 12229155352217616644 0 0 17 4 0 0 0
/proc/31687/statm: 78721 14650 376 364 0 14639 0
[pid=31689] ppid=31687 vsize=276240 CPUtime=42.16 cores=4,6
/proc/31689/stat : 31689 (hybridGM3) R 31687 31689 31689 0 -1 4202496 8569 0 0 0 4215 1 0 0 25 0 1 0 867220057 282869760 8308 33554432000 134512640 135204385 4287093456 18446744073709551615 134537357 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31689/statm: 69060 8308 64 169 0 68890 0
[pid=31681/tid=31688] ppid=31679 vsize=325128 CPUtime=0 cores=4,6
/proc/31681/task/31688/stat : 31688 (python) S 31679 31681 31196 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 2 0 867220057 332931072 16145 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 2 18446604453920805184 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 916252

[startup+102.301 s]
/proc/loadavg: 4.08 3.95 2.85 5/251 31701
/proc/meminfo: memFree=30948964/32951124 swapFree=67050916/67111528
[pid=31681] ppid=31679 vsize=325128 CPUtime=8.55 cores=4,6
/proc/31681/stat : 31681 (python) S 31679 31681 31196 0 -1 4202496 24093 930 1 0 847 8 0 0 25 0 2 0 867219170 332931072 16145 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31681/statm: 81282 16145 1867 364 0 17200 0
[pid=31687] ppid=31681 vsize=314884 CPUtime=0.13 cores=4,6
/proc/31687/stat : 31687 (python) S 31681 31681 31196 0 -1 4202560 907 0 0 0 7 6 0 0 15 0 1 0 867220057 322441216 14650 33554432000 4194304 5683644 140736902291712 18446744073709551615 212039675407 0 0 16781312 514 12229155352217616644 0 0 17 4 0 0 0
/proc/31687/statm: 78721 14650 376 364 0 14639 0
[pid=31689] ppid=31687 vsize=276240 CPUtime=93.3 cores=4,6
/proc/31689/stat : 31689 (hybridGM3) R 31687 31689 31689 0 -1 4202496 8569 0 0 0 9329 1 0 0 25 0 1 0 867220057 282869760 8308 33554432000 134512640 135204385 4287093456 18446744073709551615 134537403 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31689/statm: 69060 8308 64 169 0 68890 0
[pid=31681/tid=31688] ppid=31679 vsize=325128 CPUtime=0 cores=4,6
/proc/31681/task/31688/stat : 31688 (python) S 31679 31681 31196 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 2 0 867220057 332931072 16145 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 2 18446604453920805184 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.98
Current children cumulated vsize (KiB) 916252

[startup+162.301 s]
/proc/loadavg: 4.03 3.95 2.91 5/255 31707
/proc/meminfo: memFree=30910696/32951124 swapFree=67050916/67111528
[pid=31681] ppid=31679 vsize=335384 CPUtime=8.56 cores=4,6
/proc/31681/stat : 31681 (python) S 31679 31681 31196 0 -1 4202496 24984 930 1 0 848 8 0 0 20 0 3 0 867219170 343433216 16152 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31681/statm: 83846 16152 1870 364 0 19761 0
[pid=31687] ppid=31681 vsize=325128 CPUtime=0.15 cores=4,6
/proc/31687/stat : 31687 (python) S 31681 31681 31196 0 -1 4202560 1149 0 0 0 8 7 0 0 16 0 2 0 867220057 332931072 14694 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/31687/statm: 81282 14694 415 364 0 17200 0
[pid=31689] ppid=31687 vsize=276240 CPUtime=100.38 cores=4,6
/proc/31689/stat : 31689 (hybridGM3) T 31687 31689 31689 0 -1 4202496 8569 0 0 0 10037 1 0 0 25 0 1 0 867220057 282869760 8308 33554432000 134512640 135204385 4287093456 18446744073709551615 134536961 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/31689/statm: 69060 8308 64 169 0 68890 0
[pid=31687/tid=31702] ppid=31681 vsize=325128 CPUtime=0 cores=4,6
/proc/31687/task/31702/stat : 31702 (python) S 31681 31681 31196 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867230110 332931072 14694 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 514 18446604453915267456 0 0 -1 4 0 0 0
[pid=31703] ppid=31681 vsize=325140 CPUtime=0.08 cores=4,6
/proc/31703/stat : 31703 (python) S 31681 31681 31196 0 -1 4202560 902 0 0 0 4 4 0 0 16 0 1 0 867230110 332943360 14648 33554432000 4194304 5683644 140736902291712 18446744073709551615 212039675462 0 0 16781312 514 12229155352217616644 0 0 17 4 0 0 0
/proc/31703/statm: 81285 14648 370 364 0 17200 0
[pid=31705] ppid=31703 vsize=276244 CPUtime=52.79 cores=4,6
/proc/31705/stat : 31705 (hybridGM3) R 31703 31705 31705 0 -1 4202496 8573 0 0 0 5279 0 0 0 25 0 1 0 867230111 282873856 8308 33554432000 134512640 135204385 4291221168 18446744073709551615 134537292 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31705/statm: 69061 8308 64 169 0 68891 0
[pid=31681/tid=31688] ppid=31679 vsize=335384 CPUtime=0 cores=4,6
/proc/31681/task/31688/stat : 31688 (python) S 31679 31681 31196 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 3 0 867220057 343433216 16152 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 2 18446604453920805184 0 0 -1 4 0 0 0
[pid=31681/tid=31704] ppid=31679 vsize=335384 CPUtime=0 cores=4,6
/proc/31681/task/31704/stat : 31704 (python) S 31679 31681 31196 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 3 0 867230111 343433216 16152 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 2 18446604453920805184 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 161.96
Current children cumulated vsize (KiB) 1538136

[startup+222.308 s]
/proc/loadavg: 4.01 3.96 2.97 5/270 31723
/proc/meminfo: memFree=30822476/32951124 swapFree=67050916/67111528
[pid=31681] ppid=31679 vsize=345640 CPUtime=8.57 cores=4,6
/proc/31681/stat : 31681 (python) S 31679 31681 31196 0 -1 4202496 25826 930 1 0 849 8 0 0 20 0 4 0 867219170 353935360 16158 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31681/statm: 86410 16158 1872 364 0 22322 0
[pid=31687] ppid=31681 vsize=325128 CPUtime=0.15 cores=4,6
/proc/31687/stat : 31687 (python) S 31681 31681 31196 0 -1 4202560 1149 0 0 0 8 7 0 0 16 0 2 0 867220057 332931072 14694 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/31687/statm: 81282 14694 415 364 0 17200 0
[pid=31689] ppid=31687 vsize=276240 CPUtime=100.38 cores=4,6
/proc/31689/stat : 31689 (hybridGM3) T 31687 31689 31689 0 -1 4202496 8569 0 0 0 10037 1 0 0 25 0 1 0 867220057 282869760 8308 33554432000 134512640 135204385 4287093456 18446744073709551615 134536961 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/31689/statm: 69060 8308 64 169 0 68890 0
[pid=31687/tid=31702] ppid=31681 vsize=325128 CPUtime=0 cores=4,6
/proc/31687/task/31702/stat : 31702 (python) S 31681 31681 31196 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867230110 332931072 14694 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 514 18446604453915267456 0 0 -1 4 0 0 0

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

/proc/meminfo: memFree=30820264/32951124 swapFree=67050916/67111528
[pid=31681] ppid=31679 vsize=386664 CPUtime=8.64 cores=4,6
/proc/31681/stat : 31681 (python) S 31679 31681 31196 0 -1 4202496 29632 930 1 0 854 10 0 0 19 0 8 0 867219170 395943936 16190 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31681/statm: 96666 16190 1888 364 0 32566 0
[pid=31687] ppid=31681 vsize=325128 CPUtime=0.29 cores=4,6
/proc/31687/stat : 31687 (python) S 31681 31681 31196 0 -1 4202560 1199 0 0 0 16 13 0 0 15 0 2 0 867220057 332931072 14695 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/31687/statm: 81282 14695 416 364 0 17200 0
[pid=31689] ppid=31687 vsize=276240 CPUtime=197.36 cores=4,6
/proc/31689/stat : 31689 (hybridGM3) T 31687 31689 31689 0 -1 4202496 8569 0 0 0 19734 2 0 0 25 0 1 0 867220057 282869760 8308 33554432000 134512640 135204385 4287093456 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/31689/statm: 69060 8308 64 169 0 68890 0
[pid=31687/tid=31702] ppid=31681 vsize=325128 CPUtime=0 cores=4,6
/proc/31687/task/31702/stat : 31702 (python) S 31681 31681 31196 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 867230110 332931072 14695 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 514 18446604453915267456 0 0 -1 4 0 0 0
[pid=31703] ppid=31681 vsize=325140 CPUtime=0.28 cores=4,6
/proc/31703/stat : 31703 (python) S 31681 31681 31196 0 -1 4202560 1109 0 0 0 15 13 0 0 15 0 2 0 867230110 332943360 14678 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/31703/statm: 81285 14678 399 364 0 17200 0
[pid=31705] ppid=31703 vsize=276244 CPUtime=197.36 cores=4,6
/proc/31705/stat : 31705 (hybridGM3) T 31703 31705 31705 0 -1 4202496 8573 0 0 0 19734 2 0 0 25 0 1 0 867230111 282873856 8308 33554432000 134512640 135204385 4291221168 18446744073709551615 134537363 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/31705/statm: 69061 8308 64 169 0 68891 0
[pid=31703/tid=31720] ppid=31681 vsize=325140 CPUtime=0 cores=4,6
/proc/31703/task/31720/stat : 31720 (python) S 31681 31681 31196 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 867240163 332943360 14678 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 514 18446604440278878080 0 0 -1 4 0 0 0
[pid=31721] ppid=31681 vsize=335396 CPUtime=0.29 cores=4,6
/proc/31721/stat : 31721 (python) S 31681 31681 31196 0 -1 4202560 1109 0 0 0 17 12 0 0 15 0 2 0 867240164 343445504 14682 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/31721/statm: 83849 14682 399 364 0 19761 0
[pid=31723] ppid=31721 vsize=276240 CPUtime=197.36 cores=4,6
/proc/31723/stat : 31723 (hybridGM3) T 31721 31723 31723 0 -1 4202496 8568 0 0 0 19735 1 0 0 25 0 1 0 867240164 282869760 8305 33554432000 134512640 135204385 4293438336 18446744073709551615 134546221 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/31723/statm: 69060 8305 64 169 0 68890 0
[pid=31721/tid=31739] ppid=31681 vsize=335396 CPUtime=0 cores=4,6
/proc/31721/task/31739/stat : 31739 (python) S 31681 31681 31196 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 867250216 343445504 14682 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 514 18446604453969494208 0 0 -1 4 0 0 0
[pid=32087] ppid=31681 vsize=345652 CPUtime=0.13 cores=4,6
/proc/32087/stat : 32087 (python) S 31681 31681 31196 0 -1 4202560 1072 0 0 0 7 6 0 0 19 0 2 0 867269644 353947648 14686 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32087/statm: 86413 14686 399 364 0 22322 0
[pid=32089] ppid=32087 vsize=467024 CPUtime=100 cores=4,6
/proc/32089/stat : 32089 (TNM) T 32087 32089 32089 0 -1 4202496 6819 0 0 0 9999 1 0 0 25 0 1 0 867269644 478232576 6558 33554432000 134512640 135008748 4290732944 18446744073709551615 134527542 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/32089/statm: 116756 6558 46 122 0 115656 0
[pid=32087/tid=32100] ppid=31681 vsize=345652 CPUtime=0 cores=4,6
/proc/32087/task/32100/stat : 32100 (python) S 31681 31681 31196 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867279656 353947648 14686 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 514 18446604453944323072 0 0 -1 6 0 0 0
[pid=32108] ppid=31681 vsize=355908 CPUtime=0.27 cores=4,6
/proc/32108/stat : 32108 (python) S 31681 31681 31196 0 -1 4202560 1115 0 0 0 15 12 0 0 15 0 2 0 867289370 364449792 14690 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32108/statm: 88977 14690 399 364 0 24883 0
[pid=32110] ppid=32108 vsize=276236 CPUtime=195.35 cores=4,6
/proc/32110/stat : 32110 (hybridGM3) T 32108 32110 32110 0 -1 4202496 8563 0 0 0 19534 1 0 0 25 0 1 0 867289370 282865664 8299 33554432000 134512640 135204385 4288708384 18446744073709551615 134536986 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/32110/statm: 69059 8299 64 169 0 68889 0
[pid=32108/tid=32114] ppid=31681 vsize=355908 CPUtime=0 cores=4,6
/proc/32108/task/32114/stat : 32114 (python) S 31681 31681 31196 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 867299420 364449792 14690 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 514 18446604453985337408 0 0 -1 4 0 0 0
[pid=32121] ppid=31681 vsize=366164 CPUtime=0.29 cores=4,6
/proc/32121/stat : 32121 (python) S 31681 31681 31196 0 -1 4202560 1123 0 0 0 15 14 0 0 15 0 2 0 867308934 374951936 14694 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32121/statm: 91541 14694 399 364 0 27444 0
[pid=32123] ppid=32121 vsize=276240 CPUtime=195.36 cores=4,6
/proc/32123/stat : 32123 (hybridGM3) T 32121 32123 32123 0 -1 4202496 8566 0 0 0 19535 1 0 0 25 0 1 0 867308934 282869760 8306 33554432000 134512640 135204385 4290023280 18446744073709551615 134545880 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/32123/statm: 69060 8306 64 169 0 68890 0
[pid=32121/tid=32128] ppid=31681 vsize=366164 CPUtime=0 cores=4,6
/proc/32121/task/32128/stat : 32128 (python) S 31681 31681 31196 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 2 0 867318985 374951936 14694 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 514 18446604453951740096 0 0 -1 4 0 0 0
[pid=32131] ppid=31681 vsize=376420 CPUtime=0.16 cores=4,6
/proc/32131/stat : 32131 (python) S 31681 31681 31196 0 -1 4202560 932 0 0 0 9 7 0 0 15 0 1 0 867328499 385454080 14668 33554432000 4194304 5683644 140736902291712 18446744073709551615 212039675462 0 0 16781312 514 12229155352217616644 0 0 17 6 0 0 0
/proc/32131/statm: 94105 14668 370 364 0 30005 0
[pid=32133] ppid=32131 vsize=276240 CPUtime=106.91 cores=4,6
/proc/32133/stat : 32133 (hybridGM3) R 32131 32133 32133 0 -1 4202496 8579 0 0 0 10690 1 0 0 25 0 1 0 867328500 282869760 8317 33554432000 134512640 135204385 4288320640 18446744073709551615 134537292 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32133/statm: 69060 8317 64 169 0 68890 0
[pid=31681/tid=31688] ppid=31679 vsize=386664 CPUtime=0 cores=4,6
/proc/31681/task/31688/stat : 31688 (python) S 31679 31681 31196 0 -1 4202560 31 930 0 0 0 0 0 0 18 0 8 0 867220057 395943936 16190 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 2 18446604453920805184 0 0 -1 4 0 0 0
[pid=31681/tid=31704] ppid=31679 vsize=386664 CPUtime=0 cores=4,6
/proc/31681/task/31704/stat : 31704 (python) S 31679 31681 31196 0 -1 4202560 31 930 0 0 0 0 0 0 18 0 8 0 867230111 395943936 16190 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 2 18446604453920805184 0 0 -1 4 0 0 0
[pid=31681/tid=31722] ppid=31679 vsize=386664 CPUtime=0 cores=4,6
/proc/31681/task/31722/stat : 31722 (python) S 31679 31681 31196 0 -1 4202560 35 930 0 0 0 0 0 0 18 0 8 0 867240164 395943936 16190 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 2 18446604453920805184 0 0 -1 4 0 0 0
[pid=31681/tid=32088] ppid=31679 vsize=386664 CPUtime=0 cores=4,6
/proc/31681/task/32088/stat : 32088 (python) S 31679 31681 31196 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 8 0 867269644 395943936 16190 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 2 18446604453920805184 0 0 -1 4 0 0 0
[pid=31681/tid=32109] ppid=31679 vsize=386664 CPUtime=0 cores=4,6
/proc/31681/task/32109/stat : 32109 (python) S 31679 31681 31196 0 -1 4202560 29 930 0 0 0 0 0 0 18 0 8 0 867289370 395943936 16190 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 2 18446604453920805184 0 0 -1 4 0 0 0
[pid=31681/tid=32122] ppid=31679 vsize=386664 CPUtime=0 cores=4,6
/proc/31681/task/32122/stat : 32122 (python) S 31679 31681 31196 0 -1 4202560 28 930 0 0 0 0 0 0 18 0 8 0 867308934 395943936 16190 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 2 18446604453920805184 0 0 -1 4 0 0 0
[pid=31681/tid=32132] ppid=31679 vsize=386664 CPUtime=0 cores=4,6
/proc/31681/task/32132/stat : 32132 (python) S 31679 31681 31196 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 8 0 867328500 395943936 16190 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 2 18446604453920805184 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 4940936

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

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

[startup+1200.21 s]
/proc/loadavg: 4.00 4.01 3.63 5/242 32181
/proc/meminfo: memFree=30820264/32951124 swapFree=67050916/67111528
[pid=31681] ppid=31679 vsize=386664 CPUtime=8.64 cores=4,6
/proc/31681/stat : 31681 (python) S 31679 31681 31196 0 -1 4202496 29632 930 1 0 854 10 0 0 19 0 8 0 867219170 395943936 16190 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31681/statm: 96666 16190 1888 364 0 32566 0
[pid=31687] ppid=31681 vsize=325128 CPUtime=0.29 cores=4,6
/proc/31687/stat : 31687 (python) S 31681 31681 31196 0 -1 4202560 1199 0 0 0 16 13 0 0 15 0 2 0 867220057 332931072 14695 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/31687/statm: 81282 14695 416 364 0 17200 0
[pid=31689] ppid=31687 vsize=276240 CPUtime=197.36 cores=4,6
/proc/31689/stat : 31689 (hybridGM3) T 31687 31689 31689 0 -1 4202496 8569 0 0 0 19734 2 0 0 25 0 1 0 867220057 282869760 8308 33554432000 134512640 135204385 4287093456 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/31689/statm: 69060 8308 64 169 0 68890 0
[pid=31687/tid=31702] ppid=31681 vsize=325128 CPUtime=0 cores=4,6
/proc/31687/task/31702/stat : 31702 (python) S 31681 31681 31196 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 867230110 332931072 14695 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 514 18446604453915267456 0 0 -1 4 0 0 0
[pid=31703] ppid=31681 vsize=325140 CPUtime=0.28 cores=4,6
/proc/31703/stat : 31703 (python) S 31681 31681 31196 0 -1 4202560 1109 0 0 0 15 13 0 0 15 0 2 0 867230110 332943360 14678 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/31703/statm: 81285 14678 399 364 0 17200 0
[pid=31705] ppid=31703 vsize=276244 CPUtime=197.36 cores=4,6
/proc/31705/stat : 31705 (hybridGM3) T 31703 31705 31705 0 -1 4202496 8573 0 0 0 19734 2 0 0 25 0 1 0 867230111 282873856 8308 33554432000 134512640 135204385 4291221168 18446744073709551615 134537363 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/31705/statm: 69061 8308 64 169 0 68891 0
[pid=31703/tid=31720] ppid=31681 vsize=325140 CPUtime=0 cores=4,6
/proc/31703/task/31720/stat : 31720 (python) S 31681 31681 31196 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 867240163 332943360 14678 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 514 18446604440278878080 0 0 -1 4 0 0 0
[pid=31721] ppid=31681 vsize=335396 CPUtime=0.29 cores=4,6
/proc/31721/stat : 31721 (python) S 31681 31681 31196 0 -1 4202560 1109 0 0 0 17 12 0 0 15 0 2 0 867240164 343445504 14682 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/31721/statm: 83849 14682 399 364 0 19761 0
[pid=31723] ppid=31721 vsize=276240 CPUtime=197.36 cores=4,6
/proc/31723/stat : 31723 (hybridGM3) T 31721 31723 31723 0 -1 4202496 8568 0 0 0 19735 1 0 0 25 0 1 0 867240164 282869760 8305 33554432000 134512640 135204385 4293438336 18446744073709551615 134546221 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/31723/statm: 69060 8305 64 169 0 68890 0
[pid=31721/tid=31739] ppid=31681 vsize=335396 CPUtime=0 cores=4,6
/proc/31721/task/31739/stat : 31739 (python) S 31681 31681 31196 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 867250216 343445504 14682 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 514 18446604453969494208 0 0 -1 4 0 0 0
[pid=32087] ppid=31681 vsize=345652 CPUtime=0.13 cores=4,6
/proc/32087/stat : 32087 (python) S 31681 31681 31196 0 -1 4202560 1072 0 0 0 7 6 0 0 19 0 2 0 867269644 353947648 14686 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32087/statm: 86413 14686 399 364 0 22322 0
[pid=32089] ppid=32087 vsize=467024 CPUtime=100 cores=4,6
/proc/32089/stat : 32089 (TNM) T 32087 32089 32089 0 -1 4202496 6819 0 0 0 9999 1 0 0 25 0 1 0 867269644 478232576 6558 33554432000 134512640 135008748 4290732944 18446744073709551615 134527542 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/32089/statm: 116756 6558 46 122 0 115656 0
[pid=32087/tid=32100] ppid=31681 vsize=345652 CPUtime=0 cores=4,6
/proc/32087/task/32100/stat : 32100 (python) S 31681 31681 31196 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867279656 353947648 14686 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 514 18446604453944323072 0 0 -1 6 0 0 0
[pid=32108] ppid=31681 vsize=355908 CPUtime=0.27 cores=4,6
/proc/32108/stat : 32108 (python) S 31681 31681 31196 0 -1 4202560 1115 0 0 0 15 12 0 0 15 0 2 0 867289370 364449792 14690 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32108/statm: 88977 14690 399 364 0 24883 0
[pid=32110] ppid=32108 vsize=276236 CPUtime=195.35 cores=4,6
/proc/32110/stat : 32110 (hybridGM3) T 32108 32110 32110 0 -1 4202496 8563 0 0 0 19534 1 0 0 25 0 1 0 867289370 282865664 8299 33554432000 134512640 135204385 4288708384 18446744073709551615 134536986 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/32110/statm: 69059 8299 64 169 0 68889 0
[pid=32108/tid=32114] ppid=31681 vsize=355908 CPUtime=0 cores=4,6
/proc/32108/task/32114/stat : 32114 (python) S 31681 31681 31196 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 867299420 364449792 14690 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 514 18446604453985337408 0 0 -1 4 0 0 0
[pid=32121] ppid=31681 vsize=366164 CPUtime=0.29 cores=4,6
/proc/32121/stat : 32121 (python) S 31681 31681 31196 0 -1 4202560 1123 0 0 0 15 14 0 0 15 0 2 0 867308934 374951936 14694 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32121/statm: 91541 14694 399 364 0 27444 0
[pid=32123] ppid=32121 vsize=276240 CPUtime=195.36 cores=4,6
/proc/32123/stat : 32123 (hybridGM3) T 32121 32123 32123 0 -1 4202496 8566 0 0 0 19535 1 0 0 25 0 1 0 867308934 282869760 8306 33554432000 134512640 135204385 4290023280 18446744073709551615 134545880 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/32123/statm: 69060 8306 64 169 0 68890 0
[pid=32121/tid=32128] ppid=31681 vsize=366164 CPUtime=0 cores=4,6
/proc/32121/task/32128/stat : 32128 (python) S 31681 31681 31196 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 2 0 867318985 374951936 14694 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 514 18446604453951740096 0 0 -1 4 0 0 0
[pid=32131] ppid=31681 vsize=376420 CPUtime=0.16 cores=4,6
/proc/32131/stat : 32131 (python) S 31681 31681 31196 0 -1 4202560 932 0 0 0 9 7 0 0 15 0 1 0 867328499 385454080 14668 33554432000 4194304 5683644 140736902291712 18446744073709551615 212039675462 0 0 16781312 514 12229155352217616644 0 0 17 6 0 0 0
/proc/32131/statm: 94105 14668 370 364 0 30005 0
[pid=32133] ppid=32131 vsize=276240 CPUtime=106.91 cores=4,6
/proc/32133/stat : 32133 (hybridGM3) R 32131 32133 32133 0 -1 4202496 8579 0 0 0 10690 1 0 0 25 0 1 0 867328500 282869760 8317 33554432000 134512640 135204385 4288320640 18446744073709551615 134537292 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32133/statm: 69060 8317 64 169 0 68890 0
[pid=31681/tid=31688] ppid=31679 vsize=386664 CPUtime=0 cores=4,6
/proc/31681/task/31688/stat : 31688 (python) S 31679 31681 31196 0 -1 4202560 31 930 0 0 0 0 0 0 18 0 8 0 867220057 395943936 16190 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 2 18446604453920805184 0 0 -1 4 0 0 0
[pid=31681/tid=31704] ppid=31679 vsize=386664 CPUtime=0 cores=4,6
/proc/31681/task/31704/stat : 31704 (python) S 31679 31681 31196 0 -1 4202560 31 930 0 0 0 0 0 0 18 0 8 0 867230111 395943936 16190 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 2 18446604453920805184 0 0 -1 4 0 0 0
[pid=31681/tid=31722] ppid=31679 vsize=386664 CPUtime=0 cores=4,6
/proc/31681/task/31722/stat : 31722 (python) S 31679 31681 31196 0 -1 4202560 35 930 0 0 0 0 0 0 18 0 8 0 867240164 395943936 16190 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 2 18446604453920805184 0 0 -1 4 0 0 0
[pid=31681/tid=32088] ppid=31679 vsize=386664 CPUtime=0 cores=4,6
/proc/31681/task/32088/stat : 32088 (python) S 31679 31681 31196 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 8 0 867269644 395943936 16190 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 2 18446604453920805184 0 0 -1 4 0 0 0
[pid=31681/tid=32109] ppid=31679 vsize=386664 CPUtime=0 cores=4,6
/proc/31681/task/32109/stat : 32109 (python) S 31679 31681 31196 0 -1 4202560 29 930 0 0 0 0 0 0 18 0 8 0 867289370 395943936 16190 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 2 18446604453920805184 0 0 -1 4 0 0 0
[pid=31681/tid=32122] ppid=31679 vsize=386664 CPUtime=0 cores=4,6
/proc/31681/task/32122/stat : 32122 (python) S 31679 31681 31196 0 -1 4202560 28 930 0 0 0 0 0 0 18 0 8 0 867308934 395943936 16190 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 2 18446604453920805184 0 0 -1 4 0 0 0
[pid=31681/tid=32132] ppid=31679 vsize=386664 CPUtime=0 cores=4,6
/proc/31681/task/32132/stat : 32132 (python) S 31679 31681 31196 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 8 0 867328500 395943936 16190 33554432000 4194304 5683644 140736902291712 18446744073709551615 212051478961 0 0 16781312 2 18446604453920805184 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 4940936

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31681 and gives
#  childrusage.ru_utime.tv_sec=116
#  childrusage.ru_utime.tv_usec=468294
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=925859
# CPU time returned by wait4() is 117.394
# while last known CPU time is 1200.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.26
CPU time (s): 1200.05
CPU user time (s): 1199.09
CPU system time (s): 0.96
CPU usage (%): 99.9825
Max. virtual memory (cumulated for all children) (KiB): 4940936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 116.468
system time used= 0.925859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47903
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= 4261
involuntary context switches= 356

runsolver used 2.94355 second user time and 5.65814 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-11 01:20:29
IDJOB=3484159
IDBENCH=82670
IDSOLVER=1975
FILE ID=node146/3484159-1307748029
RUNJOBID= node146-1307746987-31215
PBS_JOBID= 13550814
Free space on /tmp= 73988 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-S386300535-065-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-3484159-1307748029/watcher-3484159-1307748029 -o /tmp/evaluation-result-3484159-1307748029/solver-3484159-1307748029 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484159-1307748029.cnf -seed 66036071 -budget 1200

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

MD5SUM BENCH= 2ca6073d25d8d5f2648d590c0edc75c0
RANDOM SEED=66036071

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31068104 kB
Buffers:        257516 kB
Cached:        1049348 kB
SwapCached:      14540 kB
Active:         972640 kB
Inactive:       690216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31068104 kB
SwapTotal:    67111528 kB
SwapFree:     67050916 kB
Dirty:           35344 kB
Writeback:           0 kB
AnonPages:      353320 kB
Mapped:          17408 kB
Slab:           143404 kB
PageTables:      16452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  8541516 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73960 MiB
End job on node146 at 2011-06-11 01:40:31