Trace number 3380774

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-par-industrial (fixed)? (MO) 2870.74 397.017

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
MD5SUMc4319228342e10028de028a9b67c3404
Bench CategoryAPPLICATION (applications 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 variables133566
Number of clauses676901
Sum of the clauses size1609791
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2668220
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

Solver Data

0.33/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.33/0.68	c INFO: solving HOME/instance-3380774-1305491816.cnf
0.33/0.68	c INFO: computing task features
2.41/2.71	c INFO: computed variable-clause graph statistics
2.41/2.79	c INFO: computed clause balance statistics
12.52/12.82	c INFO: computed variable balance statistics
19.62/19.91	c INFO: computed small-clause counts
19.72/20.04	c INFO: computed Horn-clause counts
40.62/40.96	c INFO: computed variable graph statistics
40.62/40.96	c INFO: collected features for HOME/instance-3380774-1305491816.cnf in 40.21 s
40.62/40.99	c INFO: running lingeling-276@0 for 97 with 4959 remaining (b = 0.23)
40.72/41.02	c INFO: running cryptominisat-2.9.0@0 for 582 with 4959 remaining (b = 0.23)
40.72/41.05	c INFO: running lingeling-276@0 for 1261 with 4959 remaining (b = 0.34)
40.72/41.08	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4959 remaining (b = 0.43)
40.81/41.10	c INFO: running lingeling-276@0 for 1261 with 4959 remaining (b = 0.28)
40.81/41.13	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4959 remaining (b = 0.33)
40.81/41.17	c INFO: running SApperloT@0 for 97 with 4959 remaining (b = 0.02)
40.91/41.20	c INFO: running lingeling-276@0 for 1261 with 4959 remaining (b = 0.21)
839.41/141.27	c INFO: running precosat-570@0 for 388 with 4859 remaining (b = 0.10)
840.91/141.49	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4859 remaining (b = 0.30)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3380774-1305491816/watcher-3380774-1305491816 -o /tmp/evaluation-result-3380774-1305491816/solver-3380774-1305491816 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380774-1305491816.cnf -seed 296132726 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.40 1.55 1.18 2/327 1737
/proc/meminfo: memFree=12375432/32950928 swapFree=67085488/67111528
[pid=1737] ppid=1735 vsize=15080 CPUtime=0 cores=0-7
/proc/1737/stat : 1737 (python) R 1735 1737 1664 0 -1 4202496 615 0 0 0 0 0 0 0 24 0 1 0 739412295 15441920 513 33554432000 4194304 5683644 140736079575648 18446744073709551615 231895486309 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/1737/statm: 3770 513 300 364 0 257 0

[startup+0.098512 s]
/proc/loadavg: 3.40 1.55 1.18 2/327 1737
/proc/meminfo: memFree=12375432/32950928 swapFree=67085488/67111528
[pid=1737] ppid=1735 vsize=85620 CPUtime=0.05 cores=0-7
/proc/1737/stat : 1737 (python) R 1735 1737 1664 0 -1 4202496 2627 0 0 0 4 1 0 0 18 0 1 0 739412295 87674880 2348 33554432000 4194304 5683644 140736079575648 18446744073709551615 4622162 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/1737/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85620

[startup+0.100511 s]
/proc/loadavg: 3.40 1.55 1.18 2/327 1737
/proc/meminfo: memFree=12375432/32950928 swapFree=67085488/67111528
[pid=1737] ppid=1735 vsize=87704 CPUtime=0.05 cores=0-7
/proc/1737/stat : 1737 (python) S 1735 1737 1664 0 -1 4202496 2636 0 0 0 4 1 0 0 18 0 1 0 739412295 89808896 2354 33554432000 4194304 5683644 140736079575648 18446744073709551615 231895488512 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/1737/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87704

[startup+0.300479 s]
/proc/loadavg: 3.40 1.55 1.18 2/327 1737
/proc/meminfo: memFree=12375432/32950928 swapFree=67085488/67111528
[pid=1737] ppid=1735 vsize=135748 CPUtime=0.18 cores=0-7
/proc/1737/stat : 1737 (python) S 1735 1737 1664 0 -1 4202496 5963 934 1 0 14 4 0 0 17 0 1 0 739412295 139005952 4150 33554432000 4194304 5683644 140736079575648 18446744073709551615 231895486469 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/1737/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700387 s]
/proc/loadavg: 3.40 1.55 1.18 2/327 1737
/proc/meminfo: memFree=12375432/32950928 swapFree=67085488/67111528
[pid=1737] ppid=1735 vsize=290888 CPUtime=0.42 cores=0-7
/proc/1737/stat : 1737 (python) R 1735 1737 1664 0 -1 4202496 12360 934 1 0 31 11 0 0 16 0 1 0 739412295 297869312 10042 33554432000 4194304 5683644 140736079575648 18446744073709551615 4313561 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/1737/statm: 72722 10042 1761 364 0 8646 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 290888

[startup+1.50025 s]
/proc/loadavg: 3.40 1.55 1.18 2/328 1742
/proc/meminfo: memFree=12321548/32950928 swapFree=67085488/67111528
[pid=1737] ppid=1735 vsize=345528 CPUtime=1.21 cores=0-7
/proc/1737/stat : 1737 (python) R 1735 1737 1664 0 -1 4202496 25698 934 1 0 108 13 0 0 17 0 1 0 739412295 353820672 23380 33554432000 4194304 5683644 140736079575648 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/1737/statm: 86382 23381 1761 364 0 22306 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 345528

[startup+3.10094 s]
/proc/loadavg: 3.40 1.55 1.18 2/328 1742
/proc/meminfo: memFree=12256324/32950928 swapFree=67085488/67111528
[pid=1737] ppid=1735 vsize=416348 CPUtime=2.81 cores=0-7
/proc/1737/stat : 1737 (python) R 1735 1737 1664 0 -1 4202496 59247 934 1 0 265 16 0 0 19 0 1 0 739412295 426340352 41472 33554432000 4194304 5683644 140736079575648 18446744073709551615 231895149353 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/1737/statm: 104087 41472 1826 364 0 40011 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 416348

[startup+6.30033 s]
/proc/loadavg: 3.21 1.54 1.18 2/328 1742
/proc/meminfo: memFree=12215032/32950928 swapFree=67085488/67111528
[pid=1737] ppid=1735 vsize=416348 CPUtime=6.02 cores=0-7
/proc/1737/stat : 1737 (python) R 1735 1737 1664 0 -1 4202496 59247 934 1 0 584 18 0 0 25 0 1 0 739412295 426340352 41472 33554432000 4194304 5683644 140736079575648 18446744073709551615 231898899104 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/1737/statm: 104087 41472 1826 364 0 40011 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 416348

[startup+12.7011 s]
/proc/loadavg: 3.03 1.53 1.18 2/328 1742
/proc/meminfo: memFree=12215324/32950928 swapFree=67085488/67111528
[pid=1737] ppid=1735 vsize=416348 CPUtime=12.42 cores=0-7
/proc/1737/stat : 1737 (python) R 1735 1737 1664 0 -1 4202496 59247 934 1 0 1224 18 0 0 25 0 1 0 739412295 426340352 41472 33554432000 4194304 5683644 140736079575648 18446744073709551615 47024413434419 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/1737/statm: 104087 41472 1826 364 0 40011 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 416348

[startup+25.5007 s]
/proc/loadavg: 2.58 1.50 1.17 2/328 1742
/proc/meminfo: memFree=12216556/32950928 swapFree=67085488/67111528
[pid=1737] ppid=1735 vsize=416348 CPUtime=25.22 cores=0-7
/proc/1737/stat : 1737 (python) R 1735 1737 1664 0 -1 4202496 59254 934 1 0 2504 18 0 0 25 0 1 0 739412295 426340352 41479 33554432000 4194304 5683644 140736079575648 18446744073709551615 47024406022284 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/1737/statm: 104087 41479 1833 364 0 40011 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 416348

[startup+51.1018 s]
/proc/loadavg: 3.19 1.71 1.25 9/352 1767
/proc/meminfo: memFree=10370452/32950928 swapFree=67085488/67111528
[pid=1737] ppid=1735 vsize=553428 CPUtime=40.92 cores=0-7
/proc/1737/stat : 1737 (python) S 1735 1737 1664 0 -1 4202496 64754 934 1 0 4069 23 0 0 22 0 9 0 739412295 566710272 39060 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1737/statm: 138357 39060 1889 364 0 74254 0
[pid=1744] ppid=1737 vsize=405856 CPUtime=0.02 cores=0-7
/proc/1744/stat : 1744 (python) S 1737 1737 1664 0 -1 4202560 999 0 0 0 1 1 0 0 18 0 1 0 739416395 415596544 37398 33554432000 4194304 5683644 140736079575648 18446744073709551615 231895510543 0 0 16781312 514 13113021963461165316 0 0 17 1 0 0 0
/proc/1744/statm: 101464 37398 381 364 0 37382 0
[pid=1746] ppid=1744 vsize=28156 CPUtime=10.08 cores=0-7
/proc/1746/stat : 1746 (lingeling) R 1744 1746 1746 0 -1 4202496 13918 0 0 0 1006 2 0 0 25 0 1 0 739416395 28831744 6209 33554432000 4194304 4352236 140733904503856 18446744073709551615 4278660 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/1746/statm: 7039 6209 129 39 0 6119 0
[pid=1747] ppid=1737 vsize=416112 CPUtime=0.02 cores=0-7
/proc/1747/stat : 1747 (python) S 1737 1737 1664 0 -1 4202560 926 0 0 0 1 1 0 0 15 0 1 0 739416398 426098688 37391 33554432000 4194304 5683644 140736079575648 18446744073709551615 231895510598 0 0 16781312 514 13113021963461165314 0 0 17 4 0 0 0
/proc/1747/statm: 104028 37391 370 364 0 39943 0
[pid=1749] ppid=1747 vsize=753304 CPUtime=10.06 cores=0-7
/proc/1749/stat : 1749 (cryptominisat-2) R 1747 1749 1749 0 -1 4202496 145690 0 0 0 987 19 0 0 25 0 1 0 739416398 771383296 141110 33554432000 4194304 4677096 140736430663104 18446744073709551615 4586818 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1749/statm: 188326 141110 372 118 0 183285 0
[pid=1750] ppid=1737 vsize=426368 CPUtime=0.03 cores=0-7
/proc/1750/stat : 1750 (python) S 1737 1737 1664 0 -1 4202560 918 0 0 0 1 2 0 0 18 0 1 0 739416401 436600832 37395 33554432000 4194304 5683644 140736079575648 18446744073709551615 231895510598 0 0 16781312 514 13113021963461165315 0 0 17 1 0 0 0
/proc/1750/statm: 106592 37395 370 364 0 42504 0
[pid=1752] ppid=1750 vsize=29928 CPUtime=10 cores=0-7
/proc/1752/stat : 1752 (lingeling) R 1750 1752 1752 0 -1 4202496 14433 0 0 0 998 2 0 0 25 0 1 0 739416401 30646272 6651 33554432000 4194304 4352236 140733329580160 18446744073709551615 4278712 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/1752/statm: 7482 6651 129 39 0 6562 0
[pid=1753] ppid=1737 vsize=436624 CPUtime=0.01 cores=0-7
/proc/1753/stat : 1753 (python) S 1737 1737 1664 0 -1 4202560 916 0 0 0 0 1 0 0 15 0 1 0 739416403 447102976 37399 33554432000 4194304 5683644 140736079575648 18446744073709551615 231895510598 0 0 16781312 514 10837327567376056577 0 0 17 1 0 0 0
/proc/1753/statm: 109156 37399 370 364 0 45065 0
[pid=1755] ppid=1753 vsize=753304 CPUtime=10 cores=0-7
/proc/1755/stat : 1755 (cryptominisat-2) R 1753 1755 1755 0 -1 4202496 145690 0 0 0 982 18 0 0 25 0 1 0 739416404 771383296 141106 33554432000 4194304 4677096 140734955793552 18446744073709551615 4468158 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1755/statm: 188326 141106 372 118 0 183285 0
[pid=1756] ppid=1737 vsize=512416 CPUtime=0.01 cores=0-7
/proc/1756/stat : 1756 (python) S 1737 1737 1664 0 -1 4202560 801 0 0 0 0 1 0 0 18 0 1 0 739416406 524713984 37521 33554432000 4194304 5683644 140736079575648 18446744073709551615 231895510598 0 0 16781312 514 5565218790213386498 0 0 17 1 0 0 0
/proc/1756/statm: 128104 37521 371 364 0 64010 0
[pid=1758] ppid=1756 vsize=32856 CPUtime=9.85 cores=0-7
/proc/1758/stat : 1758 (lingeling) R 1756 1758 1758 0 -1 4202496 15162 0 0 0 982 3 0 0 25 0 1 0 739416407 33644544 7384 33554432000 4194304 4352236 140733768792176 18446744073709551615 4278712 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/1758/statm: 8214 7384 129 39 0 7294 0
[pid=1759] ppid=1737 vsize=522672 CPUtime=0.03 cores=0-7
/proc/1759/stat : 1759 (python) S 1737 1737 1664 0 -1 4202560 817 0 0 0 1 2 0 0 15 0 1 0 739416409 535216128 37515 33554432000 4194304 5683644 140736079575648 18446744073709551615 231895510598 0 0 16781312 514 13113021963461165316 0 0 17 6 0 0 0
/proc/1759/statm: 130668 37515 371 364 0 66571 0
[pid=1761] ppid=1759 vsize=753300 CPUtime=9.9 cores=0-7
/proc/1761/stat : 1761 (cryptominisat-2) R 1759 1761 1761 0 -1 4202496 145683 0 0 0 973 17 0 0 25 0 1 0 739416410 771379200 141106 33554432000 4194304 4677096 140735602661568 18446744073709551615 4586888 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/1761/statm: 188325 141106 372 118 0 183284 0
[pid=1762] ppid=1737 vsize=532928 CPUtime=0.01 cores=0-7
/proc/1762/stat : 1762 (python) S 1737 1737 1664 0 -1 4202560 824 0 0 0 0 1 0 0 18 0 1 0 739416413 545718272 37523 33554432000 4194304 5683644 140736079575648 18446744073709551615 231895510598 0 0 16781312 514 13468819807335842049 0 0 17 1 0 0 0
/proc/1762/statm: 133232 37523 371 364 0 69132 0
[pid=1764] ppid=1762 vsize=32904 CPUtime=9.75 cores=0-7
/proc/1764/stat : 1764 (SApperloT-base) R 1762 1764 1764 0 -1 4202496 7801 0 0 0 973 2 0 0 25 0 1 0 739416415 33693696 7057 33554432000 134512640 135674940 4292198176 18446744073709551615 134552072 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1764/statm: 8226 7057 99 284 0 7940 0
[pid=1765] ppid=1737 vsize=543184 CPUtime=0.01 cores=0-7
/proc/1765/stat : 1765 (python) S 1737 1737 1664 0 -1 4202560 867 0 0 0 0 1 0 0 18 0 1 0 739416416 556220416 37544 33554432000 4194304 5683644 140736079575648 18446744073709551615 231895510598 0 0 16781312 514 13468815959045144834 0 0 17 1 0 0 0
/proc/1765/statm: 135796 37544 377 364 0 71693 0
[pid=1767] ppid=1765 vsize=28508 CPUtime=9.86 cores=0-7
/proc/1767/stat : 1767 (lingeling) R 1765 1767 1767 0 -1 4202496 14084 0 0 0 984 2 0 0 25 0 1 0 739416417 29192192 6297 33554432000 4194304 4352236 140736213554832 18446744073709551615 4327899 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/1767/statm: 7127 6297 129 39 0 6207 0
[pid=1737/tid=1745] ppid=1735 vsize=553428 CPUtime=0 cores=0-7
/proc/1737/task/1745/stat : 1745 (python) S 1735 1737 1664 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 9 0 739416395 566710272 39060 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 0 0 0 0
[pid=1737/tid=1748] ppid=1735 vsize=553428 CPUtime=0 cores=0-7
/proc/1737/task/1748/stat : 1748 (python) S 1735 1737 1664 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 739416398 566710272 39060 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 0 0 0 0
[pid=1737/tid=1751] ppid=1735 vsize=553428 CPUtime=0 cores=0-7
/proc/1737/task/1751/stat : 1751 (python) S 1735 1737 1664 0 -1 4202560 21 934 0 0 0 0 0 0 19 0 9 0 739416401 566710272 39060 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 0 0 0 0
[pid=1737/tid=1754] ppid=1735 vsize=553428 CPUtime=0 cores=0-7
/proc/1737/task/1754/stat : 1754 (python) S 1735 1737 1664 0 -1 4202560 22 934 0 0 0 0 0 0 18 0 9 0 739416404 566710272 39060 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 5 0 0 0
[pid=1737/tid=1757] ppid=1735 vsize=553428 CPUtime=0 cores=0-7
/proc/1737/task/1757/stat : 1757 (python) S 1735 1737 1664 0 -1 4202560 74 934 0 0 0 0 0 0 19 0 9 0 739416407 566710272 39060 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 0 0 0 0
[pid=1737/tid=1760] ppid=1735 vsize=553428 CPUtime=0 cores=0-7
/proc/1737/task/1760/stat : 1760 (python) S 1735 1737 1664 0 -1 4202560 34 934 0 0 0 0 0 0 21 0 9 0 739416410 566710272 39060 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 0 0 0 0
[pid=1737/tid=1763] ppid=1735 vsize=553428 CPUtime=0 cores=0-7
/proc/1737/task/1763/stat : 1763 (python) S 1735 1737 1664 0 -1 4202560 36 934 0 0 0 0 0 0 22 0 9 0 739416413 566710272 39060 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 1 0 0 0
[pid=1737/tid=1766] ppid=1735 vsize=553428 CPUtime=0 cores=0-7
/proc/1737/task/1766/stat : 1766 (python) S 1735 1737 1664 0 -1 4202560 35 934 0 0 0 0 0 0 23 0 9 0 739416416 566710272 39060 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 120.56
Current children cumulated vsize (KiB) 6761848

[startup+102.313 s]
/proc/loadavg: 5.99 2.69 1.61 9/352 1768
/proc/meminfo: memFree=10153816/32950928 swapFree=67085488/67111528
[pid=1737] ppid=1735 vsize=553428 CPUtime=40.92 cores=0-7
/proc/1737/stat : 1737 (python) S 1735 1737 1664 0 -1 4202496 64754 934 1 0 4069 23 0 0 22 0 9 0 739412295 566710272 39060 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1737/statm: 138357 39060 1889 364 0 74254 0
[pid=1744] ppid=1737 vsize=405856 CPUtime=0.14 cores=0-7
/proc/1744/stat : 1744 (python) S 1737 1737 1664 0 -1 4202560 1021 0 0 0 7 7 0 0 18 0 1 0 739416395 415596544 37398 33554432000 4194304 5683644 140736079575648 18446744073709551615 231895510543 0 0 16781312 514 13113021963461165316 0 0 17 1 0 0 0
/proc/1744/statm: 101464 37398 381 364 0 37382 0
[pid=1746] ppid=1744 vsize=57380 CPUtime=61.3 cores=0-7
/proc/1746/stat : 1746 (lingeling) R 1744 1746 1746 0 -1 4202496 21536 0 0 0 6127 3 0 0 25 0 1 0 739416395 58757120 13515 33554432000 4194304 4352236 140733904503856 18446744073709551615 4234038 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/1746/statm: 14345 13515 129 39 0 13425 0
[pid=1747] ppid=1737 vsize=416112 CPUtime=0.15 cores=0-7
/proc/1747/stat : 1747 (python) S 1737 1737 1664 0 -1 4202560 945 0 0 0 7 8 0 0 15 0 1 0 739416398 426098688 37391 33554432000 4194304 5683644 140736079575648 18446744073709551615 231895510598 0 0 16781312 514 12485161245877436674 0 0 17 4 0 0 0
/proc/1747/statm: 104028 37391 370 364 0 39943 0
[pid=1749] ppid=1747 vsize=775624 CPUtime=61.27 cores=0-7
/proc/1749/stat : 1749 (cryptominisat-2) R 1747 1749 1749 0 -1 4202496 164893 0 0 0 6103 24 0 0 25 0 1 0 739416398 794238976 146450 33554432000 4194304 4677096 140736430663104 18446744073709551615 4336150 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1749/statm: 193906 146450 387 118 0 188865 0

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

/proc/1756/statm: 128104 37051 307 364 0 64010 0
[pid=1758] ppid=1756 vsize=100924 CPUtime=349.06 cores=0-7
/proc/1758/stat : 1758 (lingeling) R 1756 1758 1758 0 -1 4202496 37892 0 0 0 34900 6 0 0 25 0 1 0 739416407 103346176 24401 33554432000 4194304 4352236 140733768792176 18446744073709551615 4234441 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1758/statm: 25231 24401 129 39 0 24311 0
[pid=1759] ppid=1737 vsize=522672 CPUtime=1.74 cores=0-7
/proc/1759/stat : 1759 (python) S 1737 1737 1664 0 -1 4202560 1282 0 0 0 113 61 0 0 15 0 1 0 739416409 535216128 37442 33554432000 4194304 5683644 140736079575648 18446744073709551615 231895510598 0 0 16781312 514 13113021963461165316 0 0 17 6 0 0 0
/proc/1759/statm: 130668 37442 308 364 0 66571 0
[pid=1761] ppid=1759 vsize=6531600 CPUtime=348.47 cores=0-7
/proc/1761/stat : 1761 (cryptominisat-2) R 1759 1761 1761 0 -1 4202496 8694173 0 6 0 33552 1295 0 0 25 0 1 0 739416410 6688358400 1376443 33554432000 4194304 4677096 140735602661568 18446744073709551615 4334301 0 0 16781312 2 0 0 0 17 7 0 0 41
/proc/1761/statm: 1632900 1376443 393 118 0 1627859 0
[pid=1762] ppid=1737 vsize=532928 CPUtime=0.26 cores=0-7
/proc/1762/stat : 1762 (python) S 1737 1737 1664 0 -1 4202560 997 0 0 0 13 13 0 0 19 0 2 0 739416413 545718272 37159 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1762/statm: 133232 37159 325 364 0 69132 0
[pid=1764] ppid=1762 vsize=82256 CPUtime=98.77 cores=0-7
/proc/1764/stat : 1764 (SApperloT-base) T 1762 1764 1764 0 -1 4202496 20175 0 0 0 9871 6 0 0 25 0 1 0 739416415 84230144 19431 33554432000 134512640 135674940 4292198176 18446744073709551615 134551937 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1764/statm: 20564 19431 99 284 0 20278 0
[pid=1762/tid=1777] ppid=1737 vsize=532928 CPUtime=0 cores=0-7
/proc/1762/task/1777/stat : 1777 (python) S 1737 1737 1664 0 -1 4202560 67 0 0 0 0 0 0 0 19 0 2 0 739426440 545718272 37159 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 514 18446604451753679936 0 0 -1 3 0 0 0
[pid=1765] ppid=1737 vsize=543184 CPUtime=0.91 cores=0-7
/proc/1765/stat : 1765 (python) S 1737 1737 1664 0 -1 4202560 867 0 0 0 46 45 0 0 18 0 1 0 739416416 556220416 37155 33554432000 4194304 5683644 140736079575648 18446744073709551615 231895510598 0 0 16781312 514 13113021963461165314 0 0 17 1 0 0 0
/proc/1765/statm: 135796 37155 311 364 0 71693 0
[pid=1767] ppid=1765 vsize=128600 CPUtime=355.29 cores=0-7
/proc/1767/stat : 1767 (lingeling) R 1765 1767 1767 0 -1 4202496 43813 0 0 0 35523 6 0 0 25 0 1 0 739416417 131686400 31320 33554432000 4194304 4352236 140736213554832 18446744073709551615 4281181 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/1767/statm: 32150 31320 129 39 0 31230 0
[pid=1774] ppid=1737 vsize=553440 CPUtime=0.66 cores=0-7
/proc/1774/stat : 1774 (python) S 1737 1737 1664 0 -1 4202560 843 0 0 0 32 34 0 0 18 0 1 0 739426423 566722560 37139 33554432000 4194304 5683644 140736079575648 18446744073709551615 231895510598 0 0 16781312 514 13113021963461165316 0 0 17 3 0 0 0
/proc/1774/statm: 138360 37139 307 364 0 74254 0
[pid=1776] ppid=1774 vsize=199728 CPUtime=255.3 cores=0-7
/proc/1776/stat : 1776 (precosat) R 1774 1776 1776 0 -1 4202496 85954 0 0 0 25517 13 0 0 25 0 1 0 739426424 204521472 47977 33554432000 4194304 4890832 140735554912832 18446744073709551615 4273192 0 0 16781312 17442 0 0 0 17 3 0 0 0
/proc/1776/statm: 49932 47977 86 171 0 49759 0
[pid=1778] ppid=1737 vsize=563696 CPUtime=1.38 cores=0-7
/proc/1778/stat : 1778 (python) S 1737 1737 1664 0 -1 4202560 1220 0 0 0 93 45 0 0 15 0 1 0 739426445 577224704 37770 33554432000 4194304 5683644 140736079575648 18446744073709551615 231895510598 0 0 16781312 514 13113021963461165319 0 0 17 0 0 0 0
/proc/1778/statm: 140924 37770 308 364 0 76815 0
[pid=1780] ppid=1778 vsize=5764628 CPUtime=249.41 cores=0-7
/proc/1780/stat : 1780 (cryptominisat-2) R 1778 1780 1780 0 -1 4202496 8651146 0 0 0 23584 1357 0 0 25 0 1 0 739426446 5902979072 1307939 33554432000 4194304 4677096 140734505002768 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 0 0 0 10
/proc/1780/statm: 1441157 1307939 393 118 0 1436116 0
[pid=1737/tid=1745] ppid=1735 vsize=573940 CPUtime=0 cores=0-7
/proc/1737/task/1745/stat : 1745 (python) S 1735 1737 1664 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 11 0 739416395 587714560 38551 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 0 0 0 0
[pid=1737/tid=1748] ppid=1735 vsize=573940 CPUtime=0 cores=0-7
/proc/1737/task/1748/stat : 1748 (python) S 1735 1737 1664 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 11 0 739416398 587714560 38551 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 0 0 0 0
[pid=1737/tid=1751] ppid=1735 vsize=573940 CPUtime=0 cores=0-7
/proc/1737/task/1751/stat : 1751 (python) S 1735 1737 1664 0 -1 4202560 21 934 0 0 0 0 0 0 19 0 11 0 739416401 587714560 38551 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 0 0 0 0
[pid=1737/tid=1754] ppid=1735 vsize=573940 CPUtime=0 cores=0-7
/proc/1737/task/1754/stat : 1754 (python) S 1735 1737 1664 0 -1 4202560 22 934 0 0 0 0 0 0 18 0 11 0 739416404 587714560 38551 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 5 0 0 0
[pid=1737/tid=1757] ppid=1735 vsize=573940 CPUtime=0 cores=0-7
/proc/1737/task/1757/stat : 1757 (python) S 1735 1737 1664 0 -1 4202560 74 934 0 0 0 0 0 0 19 0 11 0 739416407 587714560 38551 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 0 0 0 0
[pid=1737/tid=1760] ppid=1735 vsize=573940 CPUtime=0 cores=0-7
/proc/1737/task/1760/stat : 1760 (python) S 1735 1737 1664 0 -1 4202560 34 934 0 0 0 0 0 0 21 0 11 0 739416410 587714560 38551 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 0 0 0 0
[pid=1737/tid=1763] ppid=1735 vsize=573940 CPUtime=0 cores=0-7
/proc/1737/task/1763/stat : 1763 (python) S 1735 1737 1664 0 -1 4202560 36 934 0 0 0 0 0 0 22 0 11 0 739416413 587714560 38551 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 1 0 0 0
[pid=1737/tid=1766] ppid=1735 vsize=573940 CPUtime=0 cores=0-7
/proc/1737/task/1766/stat : 1766 (python) S 1735 1737 1664 0 -1 4202560 35 934 0 0 0 0 0 0 23 0 11 0 739416416 587714560 38551 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 1 0 0 0
[pid=1737/tid=1775] ppid=1735 vsize=573940 CPUtime=0 cores=0-7
/proc/1737/task/1775/stat : 1775 (python) S 1735 1737 1664 0 -1 4202560 40 934 0 0 0 0 0 0 20 0 11 0 739426424 587714560 38551 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 1 0 0 0
[pid=1737/tid=1779] ppid=1735 vsize=573940 CPUtime=0 cores=0-7
/proc/1737/task/1779/stat : 1779 (python) S 1735 1737 1664 0 -1 4202560 36 934 0 0 0 0 0 0 20 0 11 0 739426446 587714560 38551 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2870.74
Current children cumulated vsize (KiB) 31756488

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

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

[startup+396.902 s]
/proc/loadavg: 8.36 6.24 3.43 9/360 1787
/proc/meminfo: memFree=97952/32950928 swapFree=61422200/67111528
[pid=1737] ppid=1735 vsize=573940 CPUtime=40.99 cores=0-7
/proc/1737/stat : 1737 (python) S 1735 1737 1664 0 -1 4202496 66212 934 1 0 4074 25 0 0 19 0 11 0 739412295 587714560 38551 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1737/statm: 143485 38551 1347 364 0 79376 0
[pid=1744] ppid=1737 vsize=416100 CPUtime=0.25 cores=0-7
/proc/1744/stat : 1744 (python) S 1737 1737 1664 0 -1 4202560 1191 0 0 0 13 12 0 0 19 0 2 0 739416395 426086400 36939 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1744/statm: 104025 36939 335 364 0 39943 0
[pid=1746] ppid=1744 vsize=68212 CPUtime=100.23 cores=0-7
/proc/1746/stat : 1746 (lingeling) T 1744 1746 1746 0 -1 4202496 24247 0 0 0 10020 3 0 0 25 0 1 0 739416395 69849088 16223 33554432000 4194304 4352236 140733904503856 18446744073709551615 4234513 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/1746/statm: 17053 16223 129 39 0 16133 0
[pid=1744/tid=1773] ppid=1737 vsize=416100 CPUtime=0 cores=0-7
/proc/1744/task/1773/stat : 1773 (python) S 1737 1737 1664 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 739426420 426086400 36939 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 514 18446604453745687488 0 0 -1 3 0 0 0
[pid=1747] ppid=1737 vsize=416112 CPUtime=1.69 cores=0-7
/proc/1747/stat : 1747 (python) S 1737 1737 1664 0 -1 4202560 2317 0 0 0 110 59 0 0 15 0 1 0 739416398 426098688 37020 33554432000 4194304 5683644 140736079575648 18446744073709551615 231895510598 0 0 16781312 514 13113021963461165314 0 0 17 2 0 0 0
/proc/1747/statm: 104028 37020 307 364 0 39943 0
[pid=1749] ppid=1747 vsize=6574988 CPUtime=354.28 cores=0-7
/proc/1749/stat : 1749 (cryptominisat-2) R 1747 1749 1749 0 -1 4202496 8888042 0 1 0 33994 1434 0 0 25 0 1 0 739416398 6732787712 1370618 33554432000 4194304 4677096 140736430663104 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 4 0 0 11
/proc/1749/statm: 1643747 1370618 393 118 0 1638706 0
[pid=1750] ppid=1737 vsize=426368 CPUtime=0.91 cores=0-7
/proc/1750/stat : 1750 (python) S 1737 1737 1664 0 -1 4202560 983 0 0 0 46 45 0 0 18 0 1 0 739416401 436600832 36878 33554432000 4194304 5683644 140736079575648 18446744073709551615 231895510598 0 0 16781312 514 13113021963461165315 0 0 17 1 0 0 0
/proc/1750/statm: 106592 36878 306 364 0 42504 0
[pid=1752] ppid=1750 vsize=116396 CPUtime=354.36 cores=0-7
/proc/1752/stat : 1752 (lingeling) R 1750 1752 1752 0 -1 4202496 59180 0 0 0 35409 27 0 0 25 0 1 0 739416401 119189504 28268 33554432000 4194304 4352236 140733329580160 18446744073709551615 4207615 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/1752/statm: 29099 28268 129 39 0 28179 0
[pid=1753] ppid=1737 vsize=436624 CPUtime=1.68 cores=0-7
/proc/1753/stat : 1753 (python) S 1737 1737 1664 0 -1 4202560 1940 0 0 0 104 64 0 0 15 0 1 0 739416403 447102976 37070 33554432000 4194304 5683644 140736079575648 18446744073709551615 231895510598 0 0 16781312 514 13113021963461165313 0 0 17 5 0 0 0
/proc/1753/statm: 109156 37070 307 364 0 45065 0
[pid=1755] ppid=1753 vsize=6691676 CPUtime=354.19 cores=0-7
/proc/1755/stat : 1755 (cryptominisat-2) R 1753 1755 1755 0 -1 4202496 8596612 0 0 0 34201 1218 0 0 25 0 1 0 739416404 6852276224 1465026 33554432000 4194304 4677096 140734955793552 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 2 0 0 8
/proc/1755/statm: 1672919 1465026 393 118 0 1667878 0
[pid=1756] ppid=1737 vsize=512416 CPUtime=0.91 cores=0-7
/proc/1756/stat : 1756 (python) S 1737 1737 1664 0 -1 4202560 801 0 0 0 48 43 0 0 18 0 1 0 739416406 524713984 37051 33554432000 4194304 5683644 140736079575648 18446744073709551615 231895510598 0 0 16781312 514 13113021963461165314 0 0 17 1 0 0 0
/proc/1756/statm: 128104 37051 307 364 0 64010 0
[pid=1758] ppid=1756 vsize=100924 CPUtime=349.06 cores=0-7
/proc/1758/stat : 1758 (lingeling) R 1756 1758 1758 0 -1 4202496 37892 0 0 0 34900 6 0 0 25 0 1 0 739416407 103346176 24401 33554432000 4194304 4352236 140733768792176 18446744073709551615 4234441 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1758/statm: 25231 24401 129 39 0 24311 0
[pid=1759] ppid=1737 vsize=522672 CPUtime=1.74 cores=0-7
/proc/1759/stat : 1759 (python) S 1737 1737 1664 0 -1 4202560 1282 0 0 0 113 61 0 0 15 0 1 0 739416409 535216128 37442 33554432000 4194304 5683644 140736079575648 18446744073709551615 231895510598 0 0 16781312 514 13113021963461165316 0 0 17 6 0 0 0
/proc/1759/statm: 130668 37442 308 364 0 66571 0
[pid=1761] ppid=1759 vsize=6531600 CPUtime=348.47 cores=0-7
/proc/1761/stat : 1761 (cryptominisat-2) R 1759 1761 1761 0 -1 4202496 8694173 0 6 0 33552 1295 0 0 25 0 1 0 739416410 6688358400 1376443 33554432000 4194304 4677096 140735602661568 18446744073709551615 4334301 0 0 16781312 2 0 0 0 17 7 0 0 41
/proc/1761/statm: 1632900 1376443 393 118 0 1627859 0
[pid=1762] ppid=1737 vsize=532928 CPUtime=0.26 cores=0-7
/proc/1762/stat : 1762 (python) S 1737 1737 1664 0 -1 4202560 997 0 0 0 13 13 0 0 19 0 2 0 739416413 545718272 37159 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1762/statm: 133232 37159 325 364 0 69132 0
[pid=1764] ppid=1762 vsize=82256 CPUtime=98.77 cores=0-7
/proc/1764/stat : 1764 (SApperloT-base) T 1762 1764 1764 0 -1 4202496 20175 0 0 0 9871 6 0 0 25 0 1 0 739416415 84230144 19431 33554432000 134512640 135674940 4292198176 18446744073709551615 134551937 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1764/statm: 20564 19431 99 284 0 20278 0
[pid=1762/tid=1777] ppid=1737 vsize=532928 CPUtime=0 cores=0-7
/proc/1762/task/1777/stat : 1777 (python) S 1737 1737 1664 0 -1 4202560 67 0 0 0 0 0 0 0 19 0 2 0 739426440 545718272 37159 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 514 18446604451753679936 0 0 -1 3 0 0 0
[pid=1765] ppid=1737 vsize=543184 CPUtime=0.91 cores=0-7
/proc/1765/stat : 1765 (python) S 1737 1737 1664 0 -1 4202560 867 0 0 0 46 45 0 0 18 0 1 0 739416416 556220416 37155 33554432000 4194304 5683644 140736079575648 18446744073709551615 231895510598 0 0 16781312 514 13113021963461165314 0 0 17 1 0 0 0
/proc/1765/statm: 135796 37155 311 364 0 71693 0
[pid=1767] ppid=1765 vsize=128600 CPUtime=355.29 cores=0-7
/proc/1767/stat : 1767 (lingeling) R 1765 1767 1767 0 -1 4202496 43813 0 0 0 35523 6 0 0 25 0 1 0 739416417 131686400 31320 33554432000 4194304 4352236 140736213554832 18446744073709551615 4281181 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/1767/statm: 32150 31320 129 39 0 31230 0
[pid=1774] ppid=1737 vsize=553440 CPUtime=0.66 cores=0-7
/proc/1774/stat : 1774 (python) S 1737 1737 1664 0 -1 4202560 843 0 0 0 32 34 0 0 18 0 1 0 739426423 566722560 37139 33554432000 4194304 5683644 140736079575648 18446744073709551615 231895510598 0 0 16781312 514 13113021963461165316 0 0 17 3 0 0 0
/proc/1774/statm: 138360 37139 307 364 0 74254 0
[pid=1776] ppid=1774 vsize=199728 CPUtime=255.3 cores=0-7
/proc/1776/stat : 1776 (precosat) R 1774 1776 1776 0 -1 4202496 85954 0 0 0 25517 13 0 0 25 0 1 0 739426424 204521472 47977 33554432000 4194304 4890832 140735554912832 18446744073709551615 4273192 0 0 16781312 17442 0 0 0 17 3 0 0 0
/proc/1776/statm: 49932 47977 86 171 0 49759 0
[pid=1778] ppid=1737 vsize=563696 CPUtime=1.38 cores=0-7
/proc/1778/stat : 1778 (python) S 1737 1737 1664 0 -1 4202560 1220 0 0 0 93 45 0 0 15 0 1 0 739426445 577224704 37770 33554432000 4194304 5683644 140736079575648 18446744073709551615 231895510598 0 0 16781312 514 13113021963461165319 0 0 17 0 0 0 0
/proc/1778/statm: 140924 37770 308 364 0 76815 0
[pid=1780] ppid=1778 vsize=5764628 CPUtime=249.41 cores=0-7
/proc/1780/stat : 1780 (cryptominisat-2) R 1778 1780 1780 0 -1 4202496 8651146 0 0 0 23584 1357 0 0 25 0 1 0 739426446 5902979072 1307939 33554432000 4194304 4677096 140734505002768 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 0 0 0 10
/proc/1780/statm: 1441157 1307939 393 118 0 1436116 0
[pid=1737/tid=1745] ppid=1735 vsize=573940 CPUtime=0 cores=0-7
/proc/1737/task/1745/stat : 1745 (python) S 1735 1737 1664 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 11 0 739416395 587714560 38551 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 0 0 0 0
[pid=1737/tid=1748] ppid=1735 vsize=573940 CPUtime=0 cores=0-7
/proc/1737/task/1748/stat : 1748 (python) S 1735 1737 1664 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 11 0 739416398 587714560 38551 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 0 0 0 0
[pid=1737/tid=1751] ppid=1735 vsize=573940 CPUtime=0 cores=0-7
/proc/1737/task/1751/stat : 1751 (python) S 1735 1737 1664 0 -1 4202560 21 934 0 0 0 0 0 0 19 0 11 0 739416401 587714560 38551 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 0 0 0 0
[pid=1737/tid=1754] ppid=1735 vsize=573940 CPUtime=0 cores=0-7
/proc/1737/task/1754/stat : 1754 (python) S 1735 1737 1664 0 -1 4202560 22 934 0 0 0 0 0 0 18 0 11 0 739416404 587714560 38551 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 5 0 0 0
[pid=1737/tid=1757] ppid=1735 vsize=573940 CPUtime=0 cores=0-7
/proc/1737/task/1757/stat : 1757 (python) S 1735 1737 1664 0 -1 4202560 74 934 0 0 0 0 0 0 19 0 11 0 739416407 587714560 38551 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 0 0 0 0
[pid=1737/tid=1760] ppid=1735 vsize=573940 CPUtime=0 cores=0-7
/proc/1737/task/1760/stat : 1760 (python) S 1735 1737 1664 0 -1 4202560 34 934 0 0 0 0 0 0 21 0 11 0 739416410 587714560 38551 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 0 0 0 0
[pid=1737/tid=1763] ppid=1735 vsize=573940 CPUtime=0 cores=0-7
/proc/1737/task/1763/stat : 1763 (python) S 1735 1737 1664 0 -1 4202560 36 934 0 0 0 0 0 0 22 0 11 0 739416413 587714560 38551 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 1 0 0 0
[pid=1737/tid=1766] ppid=1735 vsize=573940 CPUtime=0 cores=0-7
/proc/1737/task/1766/stat : 1766 (python) S 1735 1737 1664 0 -1 4202560 35 934 0 0 0 0 0 0 23 0 11 0 739416416 587714560 38551 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 1 0 0 0
[pid=1737/tid=1775] ppid=1735 vsize=573940 CPUtime=0 cores=0-7
/proc/1737/task/1775/stat : 1775 (python) S 1735 1737 1664 0 -1 4202560 40 934 0 0 0 0 0 0 20 0 11 0 739426424 587714560 38551 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 1 0 0 0
[pid=1737/tid=1779] ppid=1735 vsize=573940 CPUtime=0 cores=0-7
/proc/1737/task/1779/stat : 1779 (python) S 1735 1737 1664 0 -1 4202560 36 934 0 0 0 0 0 0 20 0 11 0 739426446 587714560 38551 33554432000 4194304 5683644 140736079575648 18446744073709551615 231907314097 0 0 16781312 2 18446604445469992128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2870.74
Current children cumulated vsize (KiB) 31756488

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1737 and gives
#  childrusage.ru_utime.tv_sec=40
#  childrusage.ru_utime.tv_usec=745805
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=280957
# CPU time returned by wait4() is 41.0268
# while last known CPU time is 2870.74
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 397.017
CPU time (s): 2870.74
CPU user time (s): 2812.63
CPU system time (s): 58.11
CPU usage (%): 723.078
Max. virtual memory (cumulated for all children) (KiB): 31756488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.7458
system time used= 0.280957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67153
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= 3005
involuntary context switches= 69

runsolver used 2.03769 second user time and 4.96024 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 22:36:56
IDJOB=3380774
IDBENCH=82372
IDSOLVER=1864
FILE ID=node114/3380774-1305491816
RUNJOBID= node114-1305491340-1678
PBS_JOBID= 13325414
Free space on /tmp= 72988 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380774-1305491816/watcher-3380774-1305491816 -o /tmp/evaluation-result-3380774-1305491816/solver-3380774-1305491816 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380774-1305491816.cnf -seed 296132726 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=296132726

node114.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.848
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.848
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.848
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.848
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.73
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.848
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.848
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.848
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.848
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:     32950928 kB
MemFree:      12375960 kB
Buffers:        304828 kB
Cached:        5158596 kB
SwapCached:         96 kB
Active:       15731812 kB
Inactive:      4437480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12375960 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:           43464 kB
Writeback:           0 kB
AnonPages:    14705408 kB
Mapped:          28200 kB
Slab:           295104 kB
PageTables:      46076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 56844848 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= 72956 MiB
End job on node114 at 2011-05-15 22:43:35