Trace number 3484087

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.1 1199.75

General information on the benchmark

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

Solver Data

0.35/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.65	c INFO: solving HOME/instance-3484087-1307747144.cnf
0.35/0.65	c INFO: computing task features
0.74/1.08	c INFO: computed variable-clause graph statistics
0.74/1.10	c INFO: computed clause balance statistics
2.94/3.29	c INFO: computed variable balance statistics
4.74/5.07	c INFO: computed small-clause counts
4.74/5.08	c INFO: computed Horn-clause counts
5.94/6.24	c INFO: computed variable graph statistics
5.94/6.24	c INFO: collected features for HOME/instance-3484087-1307747144.cnf in 5.59 s
5.94/6.25	c INFO: running hybridGM3@0 for 97 with 1194 remaining (b = 0.38)
106.83/107.19	c INFO: running hybridGM3@0 for 97 with 1093 remaining (b = 0.23)
207.80/208.14	c INFO: running hybridGM3@0 for 97 with 992 remaining (b = 0.15)
308.94/309.11	c INFO: running hybridGM3@100 for 97 with 891 remaining (b = 0.12)
406.04/406.25	c INFO: running hybridGM3@100 for 97 with 794 remaining (b = 0.12)
503.14/503.39	c INFO: running TNM@0 for 97 with 697 remaining (b = 0.13)
602.48/602.53	c INFO: running hybridGM3@100 for 97 with 598 remaining (b = 0.11)
699.73/699.68	c INFO: running hybridGM3@0 for 97 with 501 remaining (b = 0.11)
800.74/800.64	c INFO: running hybridGM3@100 for 97 with 400 remaining (b = 0.08)
895.88/895.77	c INFO: running hybridGM3@0 for 97 with 305 remaining (b = 0.08)
996.89/996.74	c INFO: running hybridGM3@100 for 97 with 204 remaining (b = 0.06)
1092.02/1091.87	c INFO: running hybridGM3@0 for 109 with 109 remaining (b = 0.06)
1200.10/1199.75	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-3484087-1307747144/watcher-3484087-1307747144 -o /tmp/evaluation-result-3484087-1307747144/solver-3484087-1307747144 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484087-1307747144.cnf -seed 267159310 -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: 3.80 1.63 0.61 4/210 17994
/proc/meminfo: memFree=31321936/32951124 swapFree=67055520/67111528
[pid=17994] ppid=17992 vsize=15384 CPUtime=0 cores=5,7
/proc/17994/stat : 17994 (python) R 17992 17994 17831 0 -1 4202496 765 0 0 0 0 0 0 0 25 0 1 0 867130106 15753216 653 33554432000 4194304 5683644 140734160874704 18446744073709551615 270338077677 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/17994/statm: 3846 668 322 364 0 333 0

[startup+0.0390481 s]
/proc/loadavg: 3.80 1.63 0.61 4/210 17994
/proc/meminfo: memFree=31321936/32951124 swapFree=67055520/67111528
[pid=17994] ppid=17992 vsize=18884 CPUtime=0.01 cores=5,7
/proc/17994/stat : 17994 (python) R 17992 17994 17831 0 -1 4202496 1279 0 0 0 1 0 0 0 18 0 1 0 867130106 19337216 1130 33554432000 4194304 5683644 140734160874704 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/17994/statm: 4721 1131 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.101025 s]
/proc/loadavg: 3.80 1.63 0.61 4/210 17994
/proc/meminfo: memFree=31321936/32951124 swapFree=67055520/67111528
[pid=17994] ppid=17992 vsize=93964 CPUtime=0.05 cores=5,7
/proc/17994/stat : 17994 (python) S 17992 17994 17831 0 -1 4202496 2694 0 0 0 4 1 0 0 17 0 1 0 867130106 96219136 2407 33554432000 4194304 5683644 140734160874704 18446744073709551615 270338379621 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/17994/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93964

[startup+0.30147 s]
/proc/loadavg: 3.80 1.63 0.61 4/210 17994
/proc/meminfo: memFree=31321936/32951124 swapFree=67055520/67111528
[pid=17994] ppid=17992 vsize=135752 CPUtime=0.17 cores=5,7
/proc/17994/stat : 17994 (python) S 17992 17994 17831 0 -1 4202496 5977 930 1 0 12 5 0 0 17 0 1 0 867130106 139010048 4149 33554432000 4194304 5683644 140734160874704 18446744073709551615 270338379781 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/17994/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.704947 s]
/proc/loadavg: 3.80 1.63 0.61 4/210 17994
/proc/meminfo: memFree=31321936/32951124 swapFree=67055520/67111528
[pid=17994] ppid=17992 vsize=284180 CPUtime=0.43 cores=5,7
/proc/17994/stat : 17994 (python) R 17992 17994 17831 0 -1 4202496 10676 930 1 0 32 11 0 0 15 0 1 0 867130106 291000320 8344 33554432000 4194304 5683644 140734160874704 18446744073709551615 4643489 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/17994/statm: 71045 8344 1761 364 0 6969 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 284180

[startup+1.50074 s]
/proc/loadavg: 3.80 1.63 0.61 6/211 17999
/proc/meminfo: memFree=31276196/32951124 swapFree=67055520/67111528
[pid=17994] ppid=17992 vsize=307972 CPUtime=1.24 cores=5,7
/proc/17994/stat : 17994 (python) R 17992 17994 17831 0 -1 4202496 20155 930 1 0 111 13 0 0 16 0 1 0 867130106 315363328 14377 33554432000 4194304 5683644 140734160874704 18446744073709551615 270338043315 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/17994/statm: 76993 14377 1826 364 0 12917 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 307972

[startup+3.10044 s]
/proc/loadavg: 3.82 1.67 0.63 5/211 17999
/proc/meminfo: memFree=31270608/32951124 swapFree=67055520/67111528
[pid=17994] ppid=17992 vsize=307972 CPUtime=2.84 cores=5,7
/proc/17994/stat : 17994 (python) R 17992 17994 17831 0 -1 4202496 20155 930 1 0 271 13 0 0 19 0 1 0 867130106 315363328 14377 33554432000 4194304 5683644 140734160874704 18446744073709551615 47096422041291 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/17994/statm: 76993 14377 1826 364 0 12917 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 307972

[startup+6.30076 s]
/proc/loadavg: 3.82 1.67 0.63 5/211 17999
/proc/meminfo: memFree=31269492/32951124 swapFree=67055520/67111528
[pid=17994] ppid=17992 vsize=315892 CPUtime=6 cores=5,7
/proc/17994/stat : 17994 (python) S 17992 17994 17831 0 -1 4202496 20439 930 1 0 587 13 0 0 25 0 2 0 867130106 323473408 13835 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17994/statm: 78973 13835 1867 364 0 14891 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 315892

[startup+12.7005 s]
/proc/loadavg: 3.85 1.75 0.67 5/214 18003
/proc/meminfo: memFree=31223820/32951124 swapFree=67055520/67111528
[pid=17994] ppid=17992 vsize=315892 CPUtime=6 cores=5,7
/proc/17994/stat : 17994 (python) S 17992 17994 17831 0 -1 4202496 20439 930 1 0 587 13 0 0 25 0 2 0 867130106 323473408 13835 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17994/statm: 78973 13835 1867 364 0 14891 0
[pid=18000] ppid=17994 vsize=305648 CPUtime=0 cores=5,7
/proc/18000/stat : 18000 (python) S 17994 17994 17831 0 -1 4202560 873 0 0 0 0 0 0 0 18 0 1 0 867130732 312983552 12340 33554432000 4194304 5683644 140734160874704 18446744073709551615 270338403855 0 0 16781312 514 4501501763479634184 0 0 17 5 0 0 0
/proc/18000/statm: 76412 12340 376 364 0 12330 0
[pid=18002] ppid=18000 vsize=268424 CPUtime=6.41 cores=5,7
/proc/18002/stat : 18002 (hybridGM3) R 18000 18002 18002 0 -1 4202496 7610 0 0 0 641 0 0 0 25 0 1 0 867130733 274866176 7345 33554432000 134512640 135204385 4290766560 18446744073709551615 134545880 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18002/statm: 67106 7345 64 169 0 66936 0
[pid=17994/tid=18001] ppid=17992 vsize=315892 CPUtime=0 cores=5,7
/proc/17994/task/18001/stat : 18001 (python) S 17992 17994 17831 0 -1 4202560 24 930 0 0 0 0 0 0 25 0 2 0 867130733 323473408 13835 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 2 18446604471133083520 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 889964

[startup+25.501 s]
/proc/loadavg: 3.87 1.82 0.70 5/214 18003
/proc/meminfo: memFree=31211668/32951124 swapFree=67055520/67111528
[pid=17994] ppid=17992 vsize=315892 CPUtime=6 cores=5,7
/proc/17994/stat : 17994 (python) S 17992 17994 17831 0 -1 4202496 20439 930 1 0 587 13 0 0 25 0 2 0 867130106 323473408 13835 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17994/statm: 78973 13835 1867 364 0 14891 0
[pid=18000] ppid=17994 vsize=305648 CPUtime=0.02 cores=5,7
/proc/18000/stat : 18000 (python) S 17994 17994 17831 0 -1 4202560 880 0 0 0 1 1 0 0 18 0 1 0 867130732 312983552 12340 33554432000 4194304 5683644 140734160874704 18446744073709551615 270338403855 0 0 16781312 514 8812893559880384776 0 0 17 5 0 0 0
/proc/18000/statm: 76412 12340 376 364 0 12330 0
[pid=18002] ppid=18000 vsize=268424 CPUtime=19.2 cores=5,7
/proc/18002/stat : 18002 (hybridGM3) R 18000 18002 18002 0 -1 4202496 7610 0 0 0 1920 0 0 0 25 0 1 0 867130733 274866176 7345 33554432000 134512640 135204385 4290766560 18446744073709551615 134536656 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18002/statm: 67106 7345 64 169 0 66936 0
[pid=17994/tid=18001] ppid=17992 vsize=315892 CPUtime=0 cores=5,7
/proc/17994/task/18001/stat : 18001 (python) S 17992 17994 17831 0 -1 4202560 24 930 0 0 0 0 0 0 25 0 2 0 867130733 323473408 13835 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 2 18446604471133083520 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 889964

[startup+51.1009 s]
/proc/loadavg: 3.91 2.00 0.79 5/222 18011
/proc/meminfo: memFree=31202472/32951124 swapFree=67055520/67111528
[pid=17994] ppid=17992 vsize=315892 CPUtime=6 cores=5,7
/proc/17994/stat : 17994 (python) S 17992 17994 17831 0 -1 4202496 20439 930 1 0 587 13 0 0 25 0 2 0 867130106 323473408 13835 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17994/statm: 78973 13835 1867 364 0 14891 0
[pid=18000] ppid=17994 vsize=305648 CPUtime=0.04 cores=5,7
/proc/18000/stat : 18000 (python) S 17994 17994 17831 0 -1 4202560 892 0 0 0 2 2 0 0 18 0 1 0 867130732 312983552 12340 33554432000 4194304 5683644 140734160874704 18446744073709551615 270338403855 0 0 16781312 514 8812893559880384776 0 0 17 5 0 0 0
/proc/18000/statm: 76412 12340 376 364 0 12330 0
[pid=18002] ppid=18000 vsize=268424 CPUtime=44.78 cores=5,7
/proc/18002/stat : 18002 (hybridGM3) R 18000 18002 18002 0 -1 4202496 7610 0 0 0 4478 0 0 0 25 0 1 0 867130733 274866176 7345 33554432000 134512640 135204385 4290766560 18446744073709551615 134536663 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18002/statm: 67106 7345 64 169 0 66936 0
[pid=17994/tid=18001] ppid=17992 vsize=315892 CPUtime=0 cores=5,7
/proc/17994/task/18001/stat : 18001 (python) S 17992 17994 17831 0 -1 4202560 24 930 0 0 0 0 0 0 25 0 2 0 867130733 323473408 13835 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 2 18446604471133083520 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 889964

[startup+102.308 s]
/proc/loadavg: 3.96 2.33 0.97 5/226 18017
/proc/meminfo: memFree=31167616/32951124 swapFree=67055520/67111528
[pid=17994] ppid=17992 vsize=315892 CPUtime=6 cores=5,7
/proc/17994/stat : 17994 (python) S 17992 17994 17831 0 -1 4202496 20439 930 1 0 587 13 0 0 25 0 2 0 867130106 323473408 13835 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17994/statm: 78973 13835 1867 364 0 14891 0
[pid=18000] ppid=17994 vsize=305648 CPUtime=0.12 cores=5,7
/proc/18000/stat : 18000 (python) S 17994 17994 17831 0 -1 4202560 918 0 0 0 7 5 0 0 18 0 1 0 867130732 312983552 12340 33554432000 4194304 5683644 140734160874704 18446744073709551615 270338403855 0 0 16781312 514 8812893559880384776 0 0 17 5 0 0 0
/proc/18000/statm: 76412 12340 376 364 0 12330 0
[pid=18002] ppid=18000 vsize=268424 CPUtime=95.91 cores=5,7
/proc/18002/stat : 18002 (hybridGM3) R 18000 18002 18002 0 -1 4202496 7611 0 0 0 9591 0 0 0 25 0 1 0 867130733 274866176 7346 33554432000 134512640 135204385 4290766560 18446744073709551615 134537292 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18002/statm: 67106 7346 64 169 0 66936 0
[pid=17994/tid=18001] ppid=17992 vsize=315892 CPUtime=0 cores=5,7
/proc/17994/task/18001/stat : 18001 (python) S 17992 17994 17831 0 -1 4202560 24 930 0 0 0 0 0 0 25 0 2 0 867130733 323473408 13835 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 2 18446604471133083520 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 889964

[startup+162.301 s]
/proc/loadavg: 3.98 2.61 1.14 6/230 18123
/proc/meminfo: memFree=31244828/32951124 swapFree=67055520/67111528
[pid=17994] ppid=17992 vsize=326148 CPUtime=6 cores=5,7
/proc/17994/stat : 17994 (python) S 17992 17994 17831 0 -1 4202496 21356 930 1 0 587 13 0 0 20 0 3 0 867130106 333975552 13842 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17994/statm: 81537 13842 1870 364 0 17452 0
[pid=18000] ppid=17994 vsize=315892 CPUtime=0.13 cores=5,7
/proc/18000/stat : 18000 (python) S 17994 17994 17831 0 -1 4202560 1162 0 0 0 7 6 0 0 19 0 2 0 867130732 323473408 12384 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18000/statm: 78973 12384 415 364 0 14891 0
[pid=18002] ppid=18000 vsize=268424 CPUtime=100.79 cores=5,7
/proc/18002/stat : 18002 (hybridGM3) T 18000 18002 18002 0 -1 4202496 7611 0 0 0 10079 0 0 0 25 0 1 0 867130733 274866176 7346 33554432000 134512640 135204385 4290766560 18446744073709551615 134536676 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/18002/statm: 67106 7346 64 169 0 66936 0
[pid=18000/tid=18018] ppid=17994 vsize=315892 CPUtime=0 cores=5,7
/proc/18000/task/18018/stat : 18018 (python) S 17994 17994 17831 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867140826 323473408 12384 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 514 18446604471140649984 0 0 -1 7 0 0 0
[pid=18019] ppid=17994 vsize=315904 CPUtime=0.06 cores=5,7
/proc/18019/stat : 18019 (python) S 17994 17994 17831 0 -1 4202560 925 0 0 0 3 3 0 0 18 0 1 0 867140826 323485696 12338 33554432000 4194304 5683644 140734160874704 18446744073709551615 270338403910 0 0 16781312 514 8812893559880384776 0 0 17 5 0 0 0
/proc/18019/statm: 78976 12338 370 364 0 14891 0
[pid=18021] ppid=18019 vsize=268424 CPUtime=55.01 cores=5,7
/proc/18021/stat : 18021 (hybridGM3) R 18019 18021 18021 0 -1 4202496 7611 0 0 0 5500 1 0 0 25 0 1 0 867140827 274866176 7348 33554432000 134512640 135204385 4287272256 18446744073709551615 134537573 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18021/statm: 67106 7348 64 169 0 66936 0
[pid=17994/tid=18001] ppid=17992 vsize=326148 CPUtime=0 cores=5,7
/proc/17994/task/18001/stat : 18001 (python) S 17992 17994 17831 0 -1 4202560 24 930 0 0 0 0 0 0 25 0 3 0 867130733 333975552 13842 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 2 18446604471133083520 0 0 -1 5 0 0 0
[pid=17994/tid=18020] ppid=17992 vsize=326148 CPUtime=0 cores=5,7
/proc/17994/task/18020/stat : 18020 (python) S 17992 17994 17831 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 3 0 867140827 333975552 13842 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 2 18446604471133083520 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 161.99
Current children cumulated vsize (KiB) 1494792

[startup+222.301 s]
/proc/loadavg: 3.99 2.88 1.33 5/234 18128
/proc/meminfo: memFree=31210564/32951124 swapFree=67055520/67111528
[pid=17994] ppid=17992 vsize=336404 CPUtime=6.01 cores=5,7
/proc/17994/stat : 17994 (python) S 17992 17994 17831 0 -1 4202496 22218 930 1 0 588 13 0 0 19 0 4 0 867130106 344477696 13848 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17994/statm: 84101 13848 1872 364 0 20013 0
[pid=18000] ppid=17994 vsize=315892 CPUtime=0.13 cores=5,7
/proc/18000/stat : 18000 (python) S 17994 17994 17831 0 -1 4202560 1162 0 0 0 7 6 0 0 19 0 2 0 867130732 323473408 12384 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18000/statm: 78973 12384 415 364 0 14891 0
[pid=18002] ppid=18000 vsize=268424 CPUtime=100.79 cores=5,7
/proc/18002/stat : 18002 (hybridGM3) T 18000 18002 18002 0 -1 4202496 7611 0 0 0 10079 0 0 0 25 0 1 0 867130733 274866176 7346 33554432000 134512640 135204385 4290766560 18446744073709551615 134536676 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/18002/statm: 67106 7346 64 169 0 66936 0
[pid=18000/tid=18018] ppid=17994 vsize=315892 CPUtime=0 cores=5,7
/proc/18000/task/18018/stat : 18018 (python) S 17994 17994 17831 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867140826 323473408 12384 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 514 18446604471140649984 0 0 -1 7 0 0 0

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

/proc/meminfo: memFree=30946836/32951124 swapFree=67055520/67111528
[pid=17994] ppid=17992 vsize=377428 CPUtime=6.09 cores=5,7
/proc/17994/stat : 17994 (python) S 17992 17994 17831 0 -1 4202496 26017 930 1 0 594 15 0 0 20 0 8 0 867130106 386486272 13880 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17994/statm: 94357 13880 1888 364 0 30257 0
[pid=18000] ppid=17994 vsize=315892 CPUtime=0.28 cores=5,7
/proc/18000/stat : 18000 (python) S 17994 17994 17831 0 -1 4202560 1227 0 0 0 16 12 0 0 18 0 2 0 867130732 323473408 12385 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18000/statm: 78973 12385 416 364 0 14891 0
[pid=18002] ppid=18000 vsize=268424 CPUtime=197.77 cores=5,7
/proc/18002/stat : 18002 (hybridGM3) T 18000 18002 18002 0 -1 4202496 7612 0 0 0 19777 0 0 0 25 0 1 0 867130733 274866176 7347 33554432000 134512640 135204385 4290766560 18446744073709551615 134536676 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18002/statm: 67106 7347 64 169 0 66936 0
[pid=18000/tid=18018] ppid=17994 vsize=315892 CPUtime=0 cores=5,7
/proc/18000/task/18018/stat : 18018 (python) S 17994 17994 17831 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 867140826 323473408 12385 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 514 18446604471140649984 0 0 -1 7 0 0 0
[pid=18019] ppid=17994 vsize=315904 CPUtime=0.29 cores=5,7
/proc/18019/stat : 18019 (python) S 17994 17994 17831 0 -1 4202560 1133 0 0 0 15 14 0 0 18 0 2 0 867140826 323485696 12368 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18019/statm: 78976 12368 399 364 0 14891 0
[pid=18021] ppid=18019 vsize=268424 CPUtime=197.78 cores=5,7
/proc/18021/stat : 18021 (hybridGM3) T 18019 18021 18021 0 -1 4202496 7611 0 0 0 19777 1 0 0 25 0 1 0 867140827 274866176 7348 33554432000 134512640 135204385 4287272256 18446744073709551615 134536676 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/18021/statm: 67106 7348 64 169 0 66936 0
[pid=18019/tid=18125] ppid=17994 vsize=315904 CPUtime=0 cores=5,7
/proc/18019/task/18125/stat : 18125 (python) S 17994 17994 17831 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 867150920 323485696 12368 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 514 18446604471134475456 0 0 -1 5 0 0 0
[pid=18126] ppid=17994 vsize=326160 CPUtime=0.3 cores=5,7
/proc/18126/stat : 18126 (python) S 17994 17994 17831 0 -1 4202560 1138 0 0 0 17 13 0 0 18 0 2 0 867150921 333987840 12372 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18126/statm: 81540 12372 399 364 0 17452 0
[pid=18128] ppid=18126 vsize=268420 CPUtime=198.08 cores=5,7
/proc/18128/stat : 18128 (hybridGM3) T 18126 18128 18128 0 -1 4202496 7610 0 0 0 19808 0 0 0 25 0 1 0 867150922 274862080 7346 33554432000 134512640 135204385 4287831632 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18128/statm: 67105 7346 64 169 0 66935 0
[pid=18126/tid=18143] ppid=17994 vsize=326160 CPUtime=0 cores=5,7
/proc/18126/task/18143/stat : 18143 (python) S 17994 17994 17831 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 867161017 333987840 12372 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 514 18446604454225331264 0 0 -1 5 0 0 0
[pid=18174] ppid=17994 vsize=336416 CPUtime=0.14 cores=5,7
/proc/18174/stat : 18174 (python) S 17994 17994 17831 0 -1 4202560 1103 0 0 0 8 6 0 0 16 0 2 0 867180446 344489984 12376 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18174/statm: 84104 12376 399 364 0 20013 0
[pid=18176] ppid=18174 vsize=463080 CPUtime=99.13 cores=5,7
/proc/18176/stat : 18176 (TNM) T 18174 18176 18176 0 -1 4202496 5202 0 0 0 9912 1 0 0 25 0 1 0 867180446 474193920 4941 33554432000 134512640 135008748 4288300000 18446744073709551615 134527475 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18176/statm: 115770 4941 46 122 0 114670 0
[pid=18174/tid=18283] ppid=17994 vsize=336416 CPUtime=0 cores=5,7
/proc/18174/task/18283/stat : 18283 (python) S 17994 17994 17831 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 867190360 344489984 12376 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 514 18446604469020059648 0 0 -1 7 0 0 0
[pid=18299] ppid=17994 vsize=346672 CPUtime=0.29 cores=5,7
/proc/18299/stat : 18299 (python) S 17994 17994 17831 0 -1 4202560 1142 0 0 0 14 15 0 0 18 0 2 0 867200075 354992128 12380 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18299/statm: 86668 12380 399 364 0 22574 0
[pid=18301] ppid=18299 vsize=268424 CPUtime=195.84 cores=5,7
/proc/18301/stat : 18301 (hybridGM3) T 18299 18301 18301 0 -1 4202496 7614 0 0 0 19583 1 0 0 25 0 1 0 867200075 274866176 7352 33554432000 134512640 135204385 4293318640 18446744073709551615 134537510 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/18301/statm: 67106 7352 64 169 0 66936 0
[pid=18299/tid=18316] ppid=17994 vsize=346672 CPUtime=0 cores=5,7
/proc/18299/task/18316/stat : 18316 (python) S 17994 17994 17831 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 867210170 354992128 12380 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 514 18446604454225332160 0 0 -1 7 0 0 0
[pid=18379] ppid=17994 vsize=356928 CPUtime=0.29 cores=5,7
/proc/18379/stat : 18379 (python) S 17994 17994 17831 0 -1 4202560 1137 0 0 0 15 14 0 0 18 0 2 0 867219684 365494272 12384 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18379/statm: 89232 12384 399 364 0 25135 0
[pid=18381] ppid=18379 vsize=268424 CPUtime=195.82 cores=5,7
/proc/18381/stat : 18381 (hybridGM3) T 18379 18381 18381 0 -1 4202496 7612 0 0 0 19581 1 0 0 25 0 1 0 867219684 274866176 7351 33554432000 134512640 135204385 4292765936 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18381/statm: 67106 7351 64 169 0 66936 0
[pid=18379/tid=18397] ppid=17994 vsize=356928 CPUtime=0 cores=5,7
/proc/18379/task/18397/stat : 18397 (python) S 17994 17994 17831 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 867229780 365494272 12384 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 514 18446604464220018816 0 0 -1 7 0 0 0
[pid=18412] ppid=17994 vsize=367184 CPUtime=0.17 cores=5,7
/proc/18412/stat : 18412 (python) S 17994 17994 17831 0 -1 4202560 945 0 0 0 9 8 0 0 18 0 1 0 867239294 375996416 12358 33554432000 4194304 5683644 140734160874704 18446744073709551615 270338403910 0 0 16781312 514 8812893559880384772 0 0 17 7 0 0 0
/proc/18412/statm: 91796 12358 370 364 0 27696 0
[pid=18414] ppid=18412 vsize=268420 CPUtime=107.83 cores=5,7
/proc/18414/stat : 18414 (hybridGM3) R 18412 18414 18414 0 -1 4202496 7611 0 0 0 10782 1 0 0 25 0 1 0 867239294 274862080 7347 33554432000 134512640 135204385 4289516400 18446744073709551615 134547471 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18414/statm: 67105 7347 64 169 0 66935 0
[pid=17994/tid=18001] ppid=17992 vsize=377428 CPUtime=0 cores=5,7
/proc/17994/task/18001/stat : 18001 (python) S 17992 17994 17831 0 -1 4202560 27 930 0 0 0 0 0 0 18 0 8 0 867130733 386486272 13880 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 2 18446604471133083520 0 0 -1 5 0 0 0
[pid=17994/tid=18020] ppid=17992 vsize=377428 CPUtime=0 cores=5,7
/proc/17994/task/18020/stat : 18020 (python) S 17992 17994 17831 0 -1 4202560 33 930 0 0 0 0 0 0 18 0 8 0 867140827 386486272 13880 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 2 18446604471133083520 0 0 -1 7 0 0 0
[pid=17994/tid=18127] ppid=17992 vsize=377428 CPUtime=0 cores=5,7
/proc/17994/task/18127/stat : 18127 (python) S 17992 17994 17831 0 -1 4202560 36 930 0 0 0 0 0 0 18 0 8 0 867150921 386486272 13880 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 2 18446604471133083520 0 0 -1 7 0 0 0
[pid=17994/tid=18175] ppid=17992 vsize=377428 CPUtime=0 cores=5,7
/proc/17994/task/18175/stat : 18175 (python) S 17992 17994 17831 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 8 0 867180446 386486272 13880 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 2 18446604471133083520 0 0 -1 5 0 0 0
[pid=17994/tid=18300] ppid=17992 vsize=377428 CPUtime=0 cores=5,7
/proc/17994/task/18300/stat : 18300 (python) S 17992 17994 17831 0 -1 4202560 27 930 0 0 0 0 0 0 18 0 8 0 867200075 386486272 13880 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 2 18446604471133083520 0 0 -1 5 0 0 0
[pid=17994/tid=18380] ppid=17992 vsize=377428 CPUtime=0 cores=5,7
/proc/17994/task/18380/stat : 18380 (python) S 17992 17994 17831 0 -1 4202560 28 930 0 0 0 0 0 0 18 0 8 0 867219684 386486272 13880 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 2 18446604471133083520 0 0 -1 5 0 0 0
[pid=17994/tid=18413] ppid=17992 vsize=377428 CPUtime=0 cores=5,7
/proc/17994/task/18413/stat : 18413 (python) S 17992 17994 17831 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 8 0 867239294 386486272 13880 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 2 18446604471133083520 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 4816200

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

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

[startup+1199.7 s]
/proc/loadavg: 4.01 3.98 3.06 5/286 18432
/proc/meminfo: memFree=30946836/32951124 swapFree=67055520/67111528
[pid=17994] ppid=17992 vsize=377428 CPUtime=6.09 cores=5,7
/proc/17994/stat : 17994 (python) S 17992 17994 17831 0 -1 4202496 26017 930 1 0 594 15 0 0 20 0 8 0 867130106 386486272 13880 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17994/statm: 94357 13880 1888 364 0 30257 0
[pid=18000] ppid=17994 vsize=315892 CPUtime=0.28 cores=5,7
/proc/18000/stat : 18000 (python) S 17994 17994 17831 0 -1 4202560 1227 0 0 0 16 12 0 0 18 0 2 0 867130732 323473408 12385 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18000/statm: 78973 12385 416 364 0 14891 0
[pid=18002] ppid=18000 vsize=268424 CPUtime=197.77 cores=5,7
/proc/18002/stat : 18002 (hybridGM3) T 18000 18002 18002 0 -1 4202496 7612 0 0 0 19777 0 0 0 25 0 1 0 867130733 274866176 7347 33554432000 134512640 135204385 4290766560 18446744073709551615 134536676 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18002/statm: 67106 7347 64 169 0 66936 0
[pid=18000/tid=18018] ppid=17994 vsize=315892 CPUtime=0 cores=5,7
/proc/18000/task/18018/stat : 18018 (python) S 17994 17994 17831 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 867140826 323473408 12385 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 514 18446604471140649984 0 0 -1 7 0 0 0
[pid=18019] ppid=17994 vsize=315904 CPUtime=0.29 cores=5,7
/proc/18019/stat : 18019 (python) S 17994 17994 17831 0 -1 4202560 1133 0 0 0 15 14 0 0 18 0 2 0 867140826 323485696 12368 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18019/statm: 78976 12368 399 364 0 14891 0
[pid=18021] ppid=18019 vsize=268424 CPUtime=197.78 cores=5,7
/proc/18021/stat : 18021 (hybridGM3) T 18019 18021 18021 0 -1 4202496 7611 0 0 0 19777 1 0 0 25 0 1 0 867140827 274866176 7348 33554432000 134512640 135204385 4287272256 18446744073709551615 134536676 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/18021/statm: 67106 7348 64 169 0 66936 0
[pid=18019/tid=18125] ppid=17994 vsize=315904 CPUtime=0 cores=5,7
/proc/18019/task/18125/stat : 18125 (python) S 17994 17994 17831 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 867150920 323485696 12368 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 514 18446604471134475456 0 0 -1 5 0 0 0
[pid=18126] ppid=17994 vsize=326160 CPUtime=0.3 cores=5,7
/proc/18126/stat : 18126 (python) S 17994 17994 17831 0 -1 4202560 1138 0 0 0 17 13 0 0 18 0 2 0 867150921 333987840 12372 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18126/statm: 81540 12372 399 364 0 17452 0
[pid=18128] ppid=18126 vsize=268420 CPUtime=198.08 cores=5,7
/proc/18128/stat : 18128 (hybridGM3) T 18126 18128 18128 0 -1 4202496 7610 0 0 0 19808 0 0 0 25 0 1 0 867150922 274862080 7346 33554432000 134512640 135204385 4287831632 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18128/statm: 67105 7346 64 169 0 66935 0
[pid=18126/tid=18143] ppid=17994 vsize=326160 CPUtime=0 cores=5,7
/proc/18126/task/18143/stat : 18143 (python) S 17994 17994 17831 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 867161017 333987840 12372 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 514 18446604454225331264 0 0 -1 5 0 0 0
[pid=18174] ppid=17994 vsize=336416 CPUtime=0.14 cores=5,7
/proc/18174/stat : 18174 (python) S 17994 17994 17831 0 -1 4202560 1103 0 0 0 8 6 0 0 16 0 2 0 867180446 344489984 12376 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18174/statm: 84104 12376 399 364 0 20013 0
[pid=18176] ppid=18174 vsize=463080 CPUtime=99.13 cores=5,7
/proc/18176/stat : 18176 (TNM) T 18174 18176 18176 0 -1 4202496 5202 0 0 0 9912 1 0 0 25 0 1 0 867180446 474193920 4941 33554432000 134512640 135008748 4288300000 18446744073709551615 134527475 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18176/statm: 115770 4941 46 122 0 114670 0
[pid=18174/tid=18283] ppid=17994 vsize=336416 CPUtime=0 cores=5,7
/proc/18174/task/18283/stat : 18283 (python) S 17994 17994 17831 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 867190360 344489984 12376 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 514 18446604469020059648 0 0 -1 7 0 0 0
[pid=18299] ppid=17994 vsize=346672 CPUtime=0.29 cores=5,7
/proc/18299/stat : 18299 (python) S 17994 17994 17831 0 -1 4202560 1142 0 0 0 14 15 0 0 18 0 2 0 867200075 354992128 12380 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18299/statm: 86668 12380 399 364 0 22574 0
[pid=18301] ppid=18299 vsize=268424 CPUtime=195.84 cores=5,7
/proc/18301/stat : 18301 (hybridGM3) T 18299 18301 18301 0 -1 4202496 7614 0 0 0 19583 1 0 0 25 0 1 0 867200075 274866176 7352 33554432000 134512640 135204385 4293318640 18446744073709551615 134537510 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/18301/statm: 67106 7352 64 169 0 66936 0
[pid=18299/tid=18316] ppid=17994 vsize=346672 CPUtime=0 cores=5,7
/proc/18299/task/18316/stat : 18316 (python) S 17994 17994 17831 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 867210170 354992128 12380 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 514 18446604454225332160 0 0 -1 7 0 0 0
[pid=18379] ppid=17994 vsize=356928 CPUtime=0.29 cores=5,7
/proc/18379/stat : 18379 (python) S 17994 17994 17831 0 -1 4202560 1137 0 0 0 15 14 0 0 18 0 2 0 867219684 365494272 12384 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18379/statm: 89232 12384 399 364 0 25135 0
[pid=18381] ppid=18379 vsize=268424 CPUtime=195.82 cores=5,7
/proc/18381/stat : 18381 (hybridGM3) T 18379 18381 18381 0 -1 4202496 7612 0 0 0 19581 1 0 0 25 0 1 0 867219684 274866176 7351 33554432000 134512640 135204385 4292765936 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18381/statm: 67106 7351 64 169 0 66936 0
[pid=18379/tid=18397] ppid=17994 vsize=356928 CPUtime=0 cores=5,7
/proc/18379/task/18397/stat : 18397 (python) S 17994 17994 17831 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 867229780 365494272 12384 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 514 18446604464220018816 0 0 -1 7 0 0 0
[pid=18412] ppid=17994 vsize=367184 CPUtime=0.17 cores=5,7
/proc/18412/stat : 18412 (python) S 17994 17994 17831 0 -1 4202560 945 0 0 0 9 8 0 0 18 0 1 0 867239294 375996416 12358 33554432000 4194304 5683644 140734160874704 18446744073709551615 270338403910 0 0 16781312 514 8812893559880384772 0 0 17 7 0 0 0
/proc/18412/statm: 91796 12358 370 364 0 27696 0
[pid=18414] ppid=18412 vsize=268420 CPUtime=107.83 cores=5,7
/proc/18414/stat : 18414 (hybridGM3) R 18412 18414 18414 0 -1 4202496 7611 0 0 0 10782 1 0 0 25 0 1 0 867239294 274862080 7347 33554432000 134512640 135204385 4289516400 18446744073709551615 134547471 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18414/statm: 67105 7347 64 169 0 66935 0
[pid=17994/tid=18001] ppid=17992 vsize=377428 CPUtime=0 cores=5,7
/proc/17994/task/18001/stat : 18001 (python) S 17992 17994 17831 0 -1 4202560 27 930 0 0 0 0 0 0 18 0 8 0 867130733 386486272 13880 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 2 18446604471133083520 0 0 -1 5 0 0 0
[pid=17994/tid=18020] ppid=17992 vsize=377428 CPUtime=0 cores=5,7
/proc/17994/task/18020/stat : 18020 (python) S 17992 17994 17831 0 -1 4202560 33 930 0 0 0 0 0 0 18 0 8 0 867140827 386486272 13880 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 2 18446604471133083520 0 0 -1 7 0 0 0
[pid=17994/tid=18127] ppid=17992 vsize=377428 CPUtime=0 cores=5,7
/proc/17994/task/18127/stat : 18127 (python) S 17992 17994 17831 0 -1 4202560 36 930 0 0 0 0 0 0 18 0 8 0 867150921 386486272 13880 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 2 18446604471133083520 0 0 -1 7 0 0 0
[pid=17994/tid=18175] ppid=17992 vsize=377428 CPUtime=0 cores=5,7
/proc/17994/task/18175/stat : 18175 (python) S 17992 17994 17831 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 8 0 867180446 386486272 13880 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 2 18446604471133083520 0 0 -1 5 0 0 0
[pid=17994/tid=18300] ppid=17992 vsize=377428 CPUtime=0 cores=5,7
/proc/17994/task/18300/stat : 18300 (python) S 17992 17994 17831 0 -1 4202560 27 930 0 0 0 0 0 0 18 0 8 0 867200075 386486272 13880 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 2 18446604471133083520 0 0 -1 5 0 0 0
[pid=17994/tid=18380] ppid=17992 vsize=377428 CPUtime=0 cores=5,7
/proc/17994/task/18380/stat : 18380 (python) S 17992 17994 17831 0 -1 4202560 28 930 0 0 0 0 0 0 18 0 8 0 867219684 386486272 13880 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 2 18446604471133083520 0 0 -1 5 0 0 0
[pid=17994/tid=18413] ppid=17992 vsize=377428 CPUtime=0 cores=5,7
/proc/17994/task/18413/stat : 18413 (python) S 17992 17994 17831 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 8 0 867239294 386486272 13880 33554432000 4194304 5683644 140734160874704 18446744073709551615 270350207409 0 0 16781312 2 18446604471133083520 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 4816200

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17994 and gives
#  childrusage.ru_utime.tv_sec=114
#  childrusage.ru_utime.tv_usec=775551
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=38842
# CPU time returned by wait4() is 115.814
# while last known CPU time is 1200.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.75
CPU time (s): 1200.1
CPU user time (s): 1199.08
CPU system time (s): 1.02
CPU usage (%): 100.029
Max. virtual memory (cumulated for all children) (KiB): 4816204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 114.776
system time used= 1.03884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44020
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= 4287
involuntary context switches= 265

runsolver used 2.99154 second user time and 5.75012 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-11 01:05:45
IDJOB=3484087
IDBENCH=82598
IDSOLVER=1975
FILE ID=node143/3484087-1307747144
RUNJOBID= node143-1307746989-17852
PBS_JOBID= 13550817
Free space on /tmp= 74020 MiB

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

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

MD5SUM BENCH= e97fda1e892cdb27859435984e5a4127
RANDOM SEED=267159310

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31322612 kB
Buffers:        108332 kB
Cached:        1147496 kB
SwapCached:       8636 kB
Active:         576664 kB
Inactive:       887172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31322612 kB
SwapTotal:    67111528 kB
SwapFree:     67055520 kB
Dirty:           34244 kB
Writeback:           0 kB
AnonPages:      206372 kB
Mapped:          20372 kB
Slab:            93608 kB
PageTables:      11060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5302736 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= 73988 MiB
End job on node143 at 2011-06-11 01:25:47