Trace number 3498275

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-industrial (fixed)? (TO) 5000.05 5018.95

General information on the benchmark

NameSAT_RACE08/Q1/
SAT_dat.k85.cnf
MD5SUMdce41996d9c5153aa0c253fa128d227c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark39.777
Satisfiable
(Un)Satisfiability was proved
Number of variables181484
Number of clauses890298
Sum of the clauses size2349692
Maximum clause length19
Minimum clause length1
Number of clauses of size 1771
Number of clauses of size 2667172
Number of clauses of size 3144951
Number of clauses of size 424791
Number of clauses of size 510950
Number of clauses of size over 541663

Solver Data

0.53/25.97	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.53/25.97	c INFO: solving HOME/instance-3498275-1307953117.cnf
0.53/25.97	c INFO: computing task features
3.56/29.03	c INFO: computed variable-clause graph statistics
3.66/29.14	c INFO: computed clause balance statistics
17.37/42.88	c INFO: computed variable balance statistics
26.76/52.21	c INFO: computed small-clause counts
26.86/52.39	c INFO: computed Horn-clause counts
64.96/90.42	c INFO: computed variable graph statistics
64.96/90.42	c INFO: collected features for HOME/instance-3498275-1307953117.cnf in 64.37 s
64.96/90.45	c INFO: running lingeling-276@0 for 97 with 4935 remaining (b = 0.22)
165.15/190.59	c INFO: running cryptominisat-2.9.0@0 for 485 with 4835 remaining (b = 0.19)
655.48/680.24	c INFO: running lingeling-276@100 for 485 with 4346 remaining (b = 0.19)
1143.56/1167.75	c INFO: running lingeling-276@0 for 97 with 3858 remaining (b = 0.17)
1243.77/1267.89	c INFO: running precosat-570@0 for 194 with 3758 remaining (b = 0.06)
1440.31/1464.15	c INFO: running precosat-570@196 for 97 with 3562 remaining (b = 0.03)
1535.54/1559.28	c INFO: running lingeling-276@587 for 679 with 3467 remaining (b = 0.18)
2216.21/2239.02	c INFO: running cryptominisat-2.9.0@489 for 1164 with 2787 remaining (b = 0.32)
3381.50/3402.66	c INFO: running cryptominisat-2.9.0@1652 for 97 with 1624 remaining (b = 0.04)
3481.55/3502.58	c INFO: running cryptominisat-2.9.0@1752 for 194 with 1524 remaining (b = 0.08)
3672.11/3692.82	c INFO: running cryptominisat-2.9.0@0 for 1334 with 1334 remaining (b = 0.29)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3498275-1307953117/watcher-3498275-1307953117 -o /tmp/evaluation-result-3498275-1307953117/solver-3498275-1307953117 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498275-1307953117.cnf -seed 612737104 -budget 5000 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 0.07 0.02 0.00 1/177 14868
/proc/meminfo: memFree=32179860/32951124 swapFree=67056676/67111528
[pid=14868] ppid=14866 vsize=11804 CPUtime=0 cores=1,3,5,7
/proc/14868/stat : 14868 (runsolver) S 14866 14868 14821 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 906910049 12087296 50 33554432000 4194304 5436572 140736325065120 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699960631 0 0 17 1 0 0 0
/proc/14868/statm: 2951 50 31 304 0 2643 0

[startup+0.0645519 s]
/proc/loadavg: 0.07 0.02 0.00 1/177 14868
/proc/meminfo: memFree=32179860/32951124 swapFree=67056676/67111528
[pid=14868] ppid=14866 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/14868/stat : 14868 (python) S 14866 14868 14821 0 -1 4202496 796 0 0 0 0 0 0 0 17 0 1 0 906910049 15753216 681 33554432000 4194304 5683644 140737046479824 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/14868/statm: 3846 681 322 364 0 333 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15384

[startup+0.100536 s]
/proc/loadavg: 0.07 0.02 0.00 1/177 14868
/proc/meminfo: memFree=32179860/32951124 swapFree=67056676/67111528
[pid=14868] ppid=14866 vsize=15768 CPUtime=0 cores=1,3,5,7
/proc/14868/stat : 14868 (python) S 14866 14868 14821 0 -1 4202496 847 0 0 0 0 0 0 0 17 0 1 0 906910049 16146432 728 33554432000 4194304 5683644 140737046479824 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/14868/statm: 3942 728 334 364 0 429 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15768

[startup+0.300496 s]
/proc/loadavg: 0.07 0.02 0.00 1/177 14868
/proc/meminfo: memFree=32179860/32951124 swapFree=67056676/67111528
[pid=14868] ppid=14866 vsize=16400 CPUtime=0.01 cores=1,3,5,7
/proc/14868/stat : 14868 (python) S 14866 14868 14821 0 -1 4202496 1119 0 0 0 1 0 0 0 16 0 1 0 906910049 16793600 985 33554432000 4194304 5683644 140737046479824 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/14868/statm: 4100 985 409 364 0 587 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16400

[startup+0.700383 s]
/proc/loadavg: 0.07 0.02 0.00 1/177 14868
/proc/meminfo: memFree=32179860/32951124 swapFree=67056676/67111528
[pid=14868] ppid=14866 vsize=16816 CPUtime=0.02 cores=1,3,5,7
/proc/14868/stat : 14868 (python) D 14866 14868 14821 0 -1 4202496 1230 0 0 0 1 1 0 0 16 0 1 0 906910049 17219584 1086 33554432000 4194304 5683644 140737046479824 18446744073709551615 228244346880 0 0 16781312 2 0 0 0 17 7 0 0 1
/proc/14868/statm: 4204 1086 417 364 0 691 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16816

[startup+1.50029 s]
/proc/loadavg: 0.07 0.02 0.00 1/178 14869
/proc/meminfo: memFree=32176024/32951124 swapFree=67056676/67111528
[pid=14868] ppid=14866 vsize=23188 CPUtime=0.04 cores=1,3,5,7
/proc/14868/stat : 14868 (python) D 14866 14868 14821 0 -1 4202496 1323 0 3 0 3 1 0 0 16 0 1 0 906910049 23744512 1173 33554432000 4194304 5683644 140737046479824 18446744073709551615 228244346880 0 0 16781312 2 0 0 0 17 7 0 0 8
/proc/14868/statm: 5797 1173 432 364 0 724 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23188

[startup+3.101 s]
/proc/loadavg: 0.07 0.02 0.00 3/178 14869
/proc/meminfo: memFree=32175040/32951124 swapFree=67056676/67111528
[pid=14868] ppid=14866 vsize=29792 CPUtime=0.04 cores=1,3,5,7
/proc/14868/stat : 14868 (python) S 14866 14868 14821 0 -1 4202496 1411 0 5 0 3 1 0 0 15 0 1 0 906910049 30507008 1258 33554432000 4194304 5683644 140737046479824 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 15
/proc/14868/statm: 7448 1258 443 364 0 818 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29792
heavy processes:

[startup+6.30045 s]
/proc/loadavg: 0.15 0.03 0.01 1/178 14869
/proc/meminfo: memFree=32173400/32951124 swapFree=67056676/67111528
[pid=14868] ppid=14866 vsize=36512 CPUtime=0.05 cores=1,3,5,7
/proc/14868/stat : 14868 (python) D 14866 14868 14821 0 -1 4202496 1606 0 7 0 4 1 0 0 16 0 1 0 906910049 37388288 1444 33554432000 4194304 5683644 140737046479824 18446744073709551615 228244346880 0 0 16781312 2 0 0 0 17 7 0 0 95
/proc/14868/statm: 9128 1444 452 364 0 945 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 36512
heavy processes:

[startup+12.7003 s]
/proc/loadavg: 0.21 0.05 0.01 1/178 14869
/proc/meminfo: memFree=32165216/32951124 swapFree=67056676/67111528
[pid=14868] ppid=14866 vsize=89772 CPUtime=0.1 cores=1,3,5,7
/proc/14868/stat : 14868 (python) S 14866 14868 14821 0 -1 4202496 2658 0 16 0 7 3 0 0 15 0 1 0 906910049 91926528 2388 33554432000 4194304 5683644 140737046479824 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 130
/proc/14868/statm: 22443 2388 750 364 0 1623 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 89772
heavy processes:

[startup+25.501 s]
/proc/loadavg: 0.31 0.08 0.02 1/178 14877
/proc/meminfo: memFree=32112460/32951124 swapFree=67056676/67111528
[pid=14868] ppid=14866 vsize=259464 CPUtime=0.52 cores=1,3,5,7
/proc/14868/stat : 14868 (python) S 14866 14868 14821 0 -1 4202496 8515 923 104 9 35 17 0 0 16 0 1 0 906910049 265691136 6443 33554432000 4194304 5683644 140737046479824 18446744073709551615 228244344677 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 348
/proc/14868/statm: 64866 6443 1656 364 0 5224 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 259464
heavy processes:

[startup+51.1005 s]
/proc/loadavg: 0.88 0.23 0.08 3/178 14878
/proc/meminfo: memFree=31711868/32951124 swapFree=67056676/67111528
[pid=14868] ppid=14866 vsize=472532 CPUtime=25.66 cores=1,3,5,7
/proc/14868/stat : 14868 (python) R 14866 14868 14821 0 -1 4202496 80943 923 112 9 2540 26 0 0 25 0 1 0 906910049 483872768 55518 33554432000 4194304 5683644 140737046479824 18446744073709551615 228244016110 0 0 16781312 2 0 0 0 17 5 0 0 355
/proc/14868/statm: 118133 55518 1827 364 0 54057 0
Current children cumulated CPU time (s) 25.66
Current children cumulated vsize (KiB) 472532
heavy processes:

[startup+102.306 s]
/proc/loadavg: 1.51 0.50 0.17 3/181 14928
/proc/meminfo: memFree=31848332/32951124 swapFree=67056676/67111528
[pid=14868] ppid=14866 vsize=467844 CPUtime=65.02 cores=1,3,5,7
/proc/14868/stat : 14868 (python) S 14866 14868 14821 0 -1 4202496 81311 923 112 9 6475 27 0 0 25 0 2 0 906910049 479072256 51831 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 355
/proc/14868/statm: 116961 51831 1875 364 0 52879 0
[pid=14883] ppid=14868 vsize=457600 CPUtime=0.01 cores=1,3,5,7
/proc/14883/stat : 14883 (python) S 14868 14868 14821 0 -1 4202560 957 0 0 0 0 1 0 0 18 0 1 0 906919094 468582400 50333 33554432000 4194304 5683644 140737046479824 18446744073709551615 228244368911 0 0 16781312 514 14021464858608763144 0 0 17 5 0 0 0
/proc/14883/statm: 114400 50333 381 364 0 50318 0
[pid=14885] ppid=14883 vsize=71760 CPUtime=11.83 cores=1,3,5,7
/proc/14885/stat : 14885 (lingeling) R 14883 14885 14885 0 -1 4202496 26960 0 0 0 1180 3 0 0 25 0 1 0 906919095 73482240 17110 33554432000 4194304 4352236 140733323400672 18446744073709551615 4295707 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/14885/statm: 17940 17110 129 39 0 17020 0
[pid=14868/tid=14884] ppid=14866 vsize=467844 CPUtime=0 cores=1,3,5,7
/proc/14868/task/14884/stat : 14884 (python) S 14866 14868 14821 0 -1 4202560 24 923 0 9 0 0 0 0 25 0 2 0 906919095 479072256 51831 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 2 18446604471161522048 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 76.86
Current children cumulated vsize (KiB) 997204
heavy processes:

[startup+162.301 s]
/proc/loadavg: 1.85 0.79 0.29 3/184 14933
/proc/meminfo: memFree=31543968/32951124 swapFree=67056676/67111528
[pid=14868] ppid=14866 vsize=467844 CPUtime=65.02 cores=1,3,5,7
/proc/14868/stat : 14868 (python) S 14866 14868 14821 0 -1 4202496 81311 923 112 9 6475 27 0 0 25 0 2 0 906910049 479072256 51831 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 355
/proc/14868/statm: 116961 51831 1875 364 0 52879 0
[pid=14883] ppid=14868 vsize=457600 CPUtime=0.08 cores=1,3,5,7
/proc/14883/stat : 14883 (python) S 14868 14868 14821 0 -1 4202560 984 0 0 0 4 4 0 0 18 0 1 0 906919094 468582400 50333 33554432000 4194304 5683644 140737046479824 18446744073709551615 228244368911 0 0 16781312 514 14021464858608763144 0 0 17 5 0 0 0
/proc/14883/statm: 114400 50333 381 364 0 50318 0
[pid=14885] ppid=14883 vsize=74724 CPUtime=71.82 cores=1,3,5,7
/proc/14885/stat : 14885 (lingeling) R 14883 14885 14885 0 -1 4202496 29584 0 0 0 7179 3 0 0 25 0 1 0 906919095 76517376 17851 33554432000 4194304 4352236 140733323400672 18446744073709551615 4234513 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/14885/statm: 18681 17851 129 39 0 17761 0
[pid=14868/tid=14884] ppid=14866 vsize=467844 CPUtime=0 cores=1,3,5,7
/proc/14868/task/14884/stat : 14884 (python) S 14866 14868 14821 0 -1 4202560 24 923 0 9 0 0 0 0 25 0 2 0 906919095 479072256 51831 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 2 18446604471161522048 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 136.92
Current children cumulated vsize (KiB) 1000168

[startup+222.301 s]
/proc/loadavg: 1.94 1.00 0.39 3/188 14939
/proc/meminfo: memFree=30964128/32951124 swapFree=67056676/67111528
[pid=14868] ppid=14866 vsize=478100 CPUtime=65.04 cores=1,3,5,7
/proc/14868/stat : 14868 (python) S 14866 14868 14821 0 -1 4202496 82080 923 112 9 6477 27 0 0 20 0 3 0 906910049 489574400 51838 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 355
/proc/14868/statm: 119525 51838 1878 364 0 55440 0
[pid=14883] ppid=14868 vsize=467844 CPUtime=0.11 cores=1,3,5,7
/proc/14883/stat : 14883 (python) S 14868 14868 14821 0 -1 4202560 1150 0 0 0 5 6 0 0 19 0 2 0 906919094 479072256 50371 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14883/statm: 116961 50371 414 364 0 52879 0
[pid=14885] ppid=14883 vsize=74708 CPUtime=100.09 cores=1,3,5,7
/proc/14885/stat : 14885 (lingeling) T 14883 14885 14885 0 -1 4202496 29584 0 0 0 10006 3 0 0 25 0 1 0 906919095 76500992 17847 33554432000 4194304 4352236 140733323400672 18446744073709551615 4234520 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/14885/statm: 18677 17847 129 39 0 17757 0
[pid=14883/tid=14935] ppid=14868 vsize=467844 CPUtime=0 cores=1,3,5,7
/proc/14883/task/14935/stat : 14935 (python) S 14868 14868 14821 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 906929106 479072256 50371 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 514 18446604471158814848 0 0 -1 1 0 0 0
[pid=14936] ppid=14868 vsize=467856 CPUtime=0.04 cores=1,3,5,7
/proc/14936/stat : 14936 (python) S 14868 14868 14821 0 -1 4202560 934 0 0 0 3 1 0 0 15 0 1 0 906929108 479084544 50326 33554432000 4194304 5683644 140737046479824 18446744073709551615 228244368966 0 0 16781312 514 4576114622540513544 0 0 17 5 0 0 0
/proc/14936/statm: 116964 50326 370 364 0 52879 0
[pid=14938] ppid=14936 vsize=507256 CPUtime=31.67 cores=1,3,5,7
/proc/14938/stat : 14938 (cryptominisat-2) R 14936 14938 14938 0 -1 4202496 134329 0 1 0 3152 15 0 0 25 0 1 0 906929109 519430144 114409 33554432000 4194304 4677096 140736525780992 18446744073709551615 4236140 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14938/statm: 126814 114409 394 118 0 121773 0
[pid=14868/tid=14884] ppid=14866 vsize=478100 CPUtime=0 cores=1,3,5,7
/proc/14868/task/14884/stat : 14884 (python) S 14866 14868 14821 0 -1 4202560 24 923 0 9 0 0 0 0 25 0 3 0 906919095 489574400 51838 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 2 18446604471161522048 0 0 -1 5 0 0 0
[pid=14868/tid=14937] ppid=14866 vsize=478100 CPUtime=0 cores=1,3,5,7
/proc/14868/task/14937/stat : 14937 (python) S 14866 14868 14821 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 3 0 906929109 489574400 51838 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 2 18446604471161522048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 196.95
Current children cumulated vsize (KiB) 1995764

[startup+282.301 s]
/proc/loadavg: 1.98 1.18 0.49 3/192 14944
/proc/meminfo: memFree=30492404/32951124 swapFree=67056676/67111528
[pid=14868] ppid=14866 vsize=478100 CPUtime=65.04 cores=1,3,5,7
/proc/14868/stat : 14868 (python) S 14866 14868 14821 0 -1 4202496 82080 923 112 9 6477 27 0 0 20 0 3 0 906910049 489574400 51838 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 355
/proc/14868/statm: 119525 51838 1878 364 0 55440 0
[pid=14883] ppid=14868 vsize=467844 CPUtime=0.11 cores=1,3,5,7
/proc/14883/stat : 14883 (python) S 14868 14868 14821 0 -1 4202560 1150 0 0 0 5 6 0 0 19 0 2 0 906919094 479072256 50371 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14883/statm: 116961 50371 414 364 0 52879 0
[pid=14885] ppid=14883 vsize=74708 CPUtime=100.09 cores=1,3,5,7
/proc/14885/stat : 14885 (lingeling) T 14883 14885 14885 0 -1 4202496 29584 0 0 0 10006 3 0 0 25 0 1 0 906919095 76500992 17847 33554432000 4194304 4352236 140733323400672 18446744073709551615 4234520 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/14885/statm: 18677 17847 129 39 0 17757 0
[pid=14883/tid=14935] ppid=14868 vsize=467844 CPUtime=0 cores=1,3,5,7
/proc/14883/task/14935/stat : 14935 (python) S 14868 14868 14821 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 906929106 479072256 50371 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 514 18446604471158814848 0 0 -1 1 0 0 0
[pid=14936] ppid=14868 vsize=467856 CPUtime=0.13 cores=1,3,5,7

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

/proc/15020/stat : 15020 (python) S 14868 14868 14821 0 -1 4202560 1105 0 0 0 6 6 0 0 19 0 2 0 907026824 489586688 50360 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15020/statm: 119528 50360 399 364 0 55440 0
[pid=15022] ppid=15020 vsize=76740 CPUtime=100.1 cores=1,3,5,7
/proc/15022/stat : 15022 (lingeling) T 15020 15022 15022 0 -1 4202496 30100 0 0 0 10006 4 0 0 25 0 1 0 907026825 78581760 18355 33554432000 4194304 4352236 140736294349088 18446744073709551615 4328456 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/15022/statm: 19185 18355 129 39 0 18265 0
[pid=15020/tid=15071] ppid=14868 vsize=478112 CPUtime=0 cores=1,3,5,7
/proc/15020/task/15071/stat : 15071 (python) S 14868 14868 14821 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907036836 489586688 50360 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 514 18446604471115487168 0 0 -1 3 0 0 0
[pid=15072] ppid=14868 vsize=488368 CPUtime=0.38 cores=1,3,5,7
/proc/15072/stat : 15072 (python) S 14868 14868 14821 0 -1 4202560 1144 0 0 0 20 18 0 0 18 0 2 0 907036838 500088832 50364 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15072/statm: 122092 50364 399 364 0 58001 0
[pid=15074] ppid=15072 vsize=209272 CPUtime=291.32 cores=1,3,5,7
/proc/15074/stat : 15074 (precosat) T 15072 15074 15074 0 -1 4202496 53399 0 0 0 29124 8 0 0 25 0 1 0 907036839 214294528 50299 33554432000 4194304 4890832 140733281940752 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/15074/statm: 52318 50299 86 171 0 52145 0
[pid=15072/tid=15085] ppid=14868 vsize=488368 CPUtime=0 cores=1,3,5,7
/proc/15072/task/15085/stat : 15085 (python) S 14868 14868 14821 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 907056462 500088832 50364 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 514 18446604471122074304 0 0 -1 5 0 0 0
[pid=15178] ppid=14868 vsize=498624 CPUtime=1.83 cores=1,3,5,7
/proc/15178/stat : 15178 (python) S 14868 14868 14821 0 -1 4202560 1017 0 0 0 101 82 0 0 15 0 1 0 907279332 510590976 50338 33554432000 4194304 5683644 140737046479824 18446744073709551615 228244368966 0 0 16781312 514 14021464858608763144 0 0 17 1 0 0 0
/proc/15178/statm: 124656 50338 370 364 0 60562 0
[pid=15180] ppid=15178 vsize=675512 CPUtime=1269.38 cores=1,3,5,7
/proc/15180/stat : 15180 (cryptominisat-2) R 15178 15180 15180 0 -1 4202496 361166 0 0 0 126874 64 0 0 25 0 1 0 907279332 691724288 156015 33554432000 4194304 4677096 140734640997392 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/15180/statm: 168878 156015 394 118 0 163837 0
[pid=14868/tid=14884] ppid=14866 vsize=508868 CPUtime=0 cores=1,3,5,7
/proc/14868/task/14884/stat : 14884 (python) S 14866 14868 14821 0 -1 4202560 33 923 0 9 0 0 0 0 15 0 6 0 906919095 521080832 51856 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 2 18446604471161522048 0 0 -1 5 0 0 0
[pid=14868/tid=14937] ppid=14866 vsize=508868 CPUtime=0 cores=1,3,5,7
/proc/14868/task/14937/stat : 14937 (python) S 14866 14868 14821 0 -1 4202560 31 923 0 9 0 0 0 0 18 0 6 0 906929109 521080832 51856 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 2 18446604471161522048 0 0 -1 1 0 0 0
[pid=14868/tid=15021] ppid=14866 vsize=508868 CPUtime=0 cores=1,3,5,7
/proc/14868/task/15021/stat : 15021 (python) S 14866 14868 14821 0 -1 4202560 29 923 0 9 0 0 0 0 20 0 6 0 907026825 521080832 51856 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 2 18446604471161522048 0 0 -1 7 0 0 0
[pid=14868/tid=15073] ppid=14866 vsize=508868 CPUtime=0 cores=1,3,5,7
/proc/14868/task/15073/stat : 15073 (python) S 14866 14868 14821 0 -1 4202560 26 923 0 9 0 0 0 0 18 0 6 0 907036838 521080832 51856 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 2 18446604471161522048 0 0 -1 1 0 0 0
[pid=14868/tid=15179] ppid=14866 vsize=508868 CPUtime=0 cores=1,3,5,7
/proc/14868/task/15179/stat : 15179 (python) S 14866 14868 14821 0 -1 4202560 30 923 0 9 0 0 0 0 20 0 6 0 907279332 521080832 51856 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 2 18446604471161522048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4943.36
Current children cumulated vsize (KiB) 4750288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5018.9 s]
/proc/loadavg: 2.03 2.03 1.97 3/204 15407
/proc/meminfo: memFree=29968504/32951124 swapFree=67056676/67111528
[pid=14868] ppid=14866 vsize=508868 CPUtime=65.19 cores=1,3,5,7
/proc/14868/stat : 14868 (python) S 14866 14868 14821 0 -1 4202496 84592 923 112 9 6490 29 0 0 19 0 6 0 906910049 521080832 51856 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 355
/proc/14868/statm: 127217 51856 1884 364 0 63123 0
[pid=14883] ppid=14868 vsize=467844 CPUtime=1.55 cores=1,3,5,7
/proc/14883/stat : 14883 (python) S 14868 14868 14821 0 -1 4202560 1223 0 0 0 83 72 0 0 18 0 2 0 906919094 479072256 50372 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14883/statm: 116961 50372 415 364 0 52879 0
[pid=14885] ppid=14883 vsize=125280 CPUtime=1267.35 cores=1,3,5,7
/proc/14885/stat : 14885 (lingeling) T 14883 14885 14885 0 -1 4202496 51492 0 0 0 126728 7 0 0 25 0 1 0 906919095 128286720 30490 33554432000 4194304 4352236 140733323400672 18446744073709551615 4328208 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/14885/statm: 31320 30490 129 39 0 30400 0
[pid=14883/tid=14935] ppid=14868 vsize=467844 CPUtime=0 cores=1,3,5,7
/proc/14883/task/14935/stat : 14935 (python) S 14868 14868 14821 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 906929106 479072256 50372 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 514 18446604471158814848 0 0 -1 1 0 0 0
[pid=14936] ppid=14868 vsize=467856 CPUtime=2.72 cores=1,3,5,7
/proc/14936/stat : 14936 (python) S 14868 14868 14821 0 -1 4202560 1201 0 0 0 150 122 0 0 15 0 2 0 906929108 479084544 50357 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14936/statm: 116964 50357 400 364 0 52879 0
[pid=14938] ppid=14936 vsize=753812 CPUtime=1943.42 cores=1,3,5,7
/proc/14938/stat : 14938 (cryptominisat-2) T 14936 14938 14938 0 -1 4202496 494714 0 1 0 194236 106 0 0 25 0 1 0 906929109 771903488 175426 33554432000 4194304 4677096 140736525780992 18446744073709551615 4504175 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/14938/statm: 188453 175426 394 118 0 183412 0
[pid=14936/tid=14956] ppid=14868 vsize=467856 CPUtime=0 cores=1,3,5,7
/proc/14936/task/14956/stat : 14956 (python) S 14868 14868 14821 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 906978071 479084544 50357 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 514 18446604471161522944 0 0 -1 5 0 0 0
[pid=15020] ppid=14868 vsize=478112 CPUtime=0.12 cores=1,3,5,7
/proc/15020/stat : 15020 (python) S 14868 14868 14821 0 -1 4202560 1105 0 0 0 6 6 0 0 19 0 2 0 907026824 489586688 50360 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15020/statm: 119528 50360 399 364 0 55440 0
[pid=15022] ppid=15020 vsize=76740 CPUtime=100.1 cores=1,3,5,7
/proc/15022/stat : 15022 (lingeling) T 15020 15022 15022 0 -1 4202496 30100 0 0 0 10006 4 0 0 25 0 1 0 907026825 78581760 18355 33554432000 4194304 4352236 140736294349088 18446744073709551615 4328456 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/15022/statm: 19185 18355 129 39 0 18265 0
[pid=15020/tid=15071] ppid=14868 vsize=478112 CPUtime=0 cores=1,3,5,7
/proc/15020/task/15071/stat : 15071 (python) S 14868 14868 14821 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907036836 489586688 50360 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 514 18446604471115487168 0 0 -1 3 0 0 0
[pid=15072] ppid=14868 vsize=488368 CPUtime=0.38 cores=1,3,5,7
/proc/15072/stat : 15072 (python) S 14868 14868 14821 0 -1 4202560 1144 0 0 0 20 18 0 0 18 0 2 0 907036838 500088832 50364 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15072/statm: 122092 50364 399 364 0 58001 0
[pid=15074] ppid=15072 vsize=209272 CPUtime=291.32 cores=1,3,5,7
/proc/15074/stat : 15074 (precosat) T 15072 15074 15074 0 -1 4202496 53399 0 0 0 29124 8 0 0 25 0 1 0 907036839 214294528 50299 33554432000 4194304 4890832 140733281940752 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/15074/statm: 52318 50299 86 171 0 52145 0
[pid=15072/tid=15085] ppid=14868 vsize=488368 CPUtime=0 cores=1,3,5,7
/proc/15072/task/15085/stat : 15085 (python) S 14868 14868 14821 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 907056462 500088832 50364 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 514 18446604471122074304 0 0 -1 5 0 0 0
[pid=15178] ppid=14868 vsize=498624 CPUtime=1.92 cores=1,3,5,7
/proc/15178/stat : 15178 (python) S 14868 14868 14821 0 -1 4202560 1018 0 0 0 105 87 0 0 15 0 1 0 907279332 510590976 50338 33554432000 4194304 5683644 140737046479824 18446744073709551615 228244368966 0 0 16781312 514 14021464858608763144 0 0 17 1 0 0 0
/proc/15178/statm: 124656 50338 370 364 0 60562 0
[pid=15180] ppid=15178 vsize=696708 CPUtime=1325.98 cores=1,3,5,7
/proc/15180/stat : 15180 (cryptominisat-2) R 15178 15180 15180 0 -1 4202496 373850 0 0 0 132532 66 0 0 25 0 1 0 907279332 713428992 161521 33554432000 4194304 4677096 140734640997392 18446744073709551615 4317697 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/15180/statm: 174177 161521 396 118 0 169136 0
[pid=14868/tid=14884] ppid=14866 vsize=508868 CPUtime=0 cores=1,3,5,7
/proc/14868/task/14884/stat : 14884 (python) S 14866 14868 14821 0 -1 4202560 33 923 0 9 0 0 0 0 15 0 6 0 906919095 521080832 51856 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 2 18446604471161522048 0 0 -1 5 0 0 0
[pid=14868/tid=14937] ppid=14866 vsize=508868 CPUtime=0 cores=1,3,5,7
/proc/14868/task/14937/stat : 14937 (python) S 14866 14868 14821 0 -1 4202560 31 923 0 9 0 0 0 0 18 0 6 0 906929109 521080832 51856 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 2 18446604471161522048 0 0 -1 1 0 0 0
[pid=14868/tid=15021] ppid=14866 vsize=508868 CPUtime=0 cores=1,3,5,7
/proc/14868/task/15021/stat : 15021 (python) S 14866 14868 14821 0 -1 4202560 29 923 0 9 0 0 0 0 20 0 6 0 907026825 521080832 51856 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 2 18446604471161522048 0 0 -1 7 0 0 0
[pid=14868/tid=15073] ppid=14866 vsize=508868 CPUtime=0 cores=1,3,5,7
/proc/14868/task/15073/stat : 15073 (python) S 14866 14868 14821 0 -1 4202560 26 923 0 9 0 0 0 0 18 0 6 0 907036838 521080832 51856 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 2 18446604471161522048 0 0 -1 1 0 0 0
[pid=14868/tid=15179] ppid=14866 vsize=508868 CPUtime=0 cores=1,3,5,7
/proc/14868/task/15179/stat : 15179 (python) S 14866 14868 14821 0 -1 4202560 30 923 0 9 0 0 0 0 20 0 6 0 907279332 521080832 51856 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 2 18446604471161522048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 4771484

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

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

[startup+5018.9 s]
/proc/loadavg: 2.03 2.03 1.97 3/204 15407
/proc/meminfo: memFree=29968504/32951124 swapFree=67056676/67111528
[pid=14868] ppid=14866 vsize=508868 CPUtime=65.19 cores=1,3,5,7
/proc/14868/stat : 14868 (python) S 14866 14868 14821 0 -1 4202496 84592 923 112 9 6490 29 0 0 19 0 6 0 906910049 521080832 51856 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 355
/proc/14868/statm: 127217 51856 1884 364 0 63123 0
[pid=14883] ppid=14868 vsize=467844 CPUtime=1.55 cores=1,3,5,7
/proc/14883/stat : 14883 (python) S 14868 14868 14821 0 -1 4202560 1223 0 0 0 83 72 0 0 18 0 2 0 906919094 479072256 50372 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14883/statm: 116961 50372 415 364 0 52879 0
[pid=14885] ppid=14883 vsize=125280 CPUtime=1267.35 cores=1,3,5,7
/proc/14885/stat : 14885 (lingeling) T 14883 14885 14885 0 -1 4202496 51492 0 0 0 126728 7 0 0 25 0 1 0 906919095 128286720 30490 33554432000 4194304 4352236 140733323400672 18446744073709551615 4328208 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/14885/statm: 31320 30490 129 39 0 30400 0
[pid=14883/tid=14935] ppid=14868 vsize=467844 CPUtime=0 cores=1,3,5,7
/proc/14883/task/14935/stat : 14935 (python) S 14868 14868 14821 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 906929106 479072256 50372 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 514 18446604471158814848 0 0 -1 1 0 0 0
[pid=14936] ppid=14868 vsize=467856 CPUtime=2.72 cores=1,3,5,7
/proc/14936/stat : 14936 (python) S 14868 14868 14821 0 -1 4202560 1201 0 0 0 150 122 0 0 15 0 2 0 906929108 479084544 50357 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14936/statm: 116964 50357 400 364 0 52879 0
[pid=14938] ppid=14936 vsize=753812 CPUtime=1943.42 cores=1,3,5,7
/proc/14938/stat : 14938 (cryptominisat-2) T 14936 14938 14938 0 -1 4202496 494714 0 1 0 194236 106 0 0 25 0 1 0 906929109 771903488 175426 33554432000 4194304 4677096 140736525780992 18446744073709551615 4504175 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/14938/statm: 188453 175426 394 118 0 183412 0
[pid=14936/tid=14956] ppid=14868 vsize=467856 CPUtime=0 cores=1,3,5,7
/proc/14936/task/14956/stat : 14956 (python) S 14868 14868 14821 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 906978071 479084544 50357 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 514 18446604471161522944 0 0 -1 5 0 0 0
[pid=15020] ppid=14868 vsize=478112 CPUtime=0.12 cores=1,3,5,7
/proc/15020/stat : 15020 (python) S 14868 14868 14821 0 -1 4202560 1105 0 0 0 6 6 0 0 19 0 2 0 907026824 489586688 50360 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15020/statm: 119528 50360 399 364 0 55440 0
[pid=15022] ppid=15020 vsize=76740 CPUtime=100.1 cores=1,3,5,7
/proc/15022/stat : 15022 (lingeling) T 15020 15022 15022 0 -1 4202496 30100 0 0 0 10006 4 0 0 25 0 1 0 907026825 78581760 18355 33554432000 4194304 4352236 140736294349088 18446744073709551615 4328456 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/15022/statm: 19185 18355 129 39 0 18265 0
[pid=15020/tid=15071] ppid=14868 vsize=478112 CPUtime=0 cores=1,3,5,7
/proc/15020/task/15071/stat : 15071 (python) S 14868 14868 14821 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907036836 489586688 50360 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 514 18446604471115487168 0 0 -1 3 0 0 0
[pid=15072] ppid=14868 vsize=488368 CPUtime=0.38 cores=1,3,5,7
/proc/15072/stat : 15072 (python) S 14868 14868 14821 0 -1 4202560 1144 0 0 0 20 18 0 0 18 0 2 0 907036838 500088832 50364 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15072/statm: 122092 50364 399 364 0 58001 0
[pid=15074] ppid=15072 vsize=209272 CPUtime=291.32 cores=1,3,5,7
/proc/15074/stat : 15074 (precosat) T 15072 15074 15074 0 -1 4202496 53399 0 0 0 29124 8 0 0 25 0 1 0 907036839 214294528 50299 33554432000 4194304 4890832 140733281940752 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/15074/statm: 52318 50299 86 171 0 52145 0
[pid=15072/tid=15085] ppid=14868 vsize=488368 CPUtime=0 cores=1,3,5,7
/proc/15072/task/15085/stat : 15085 (python) S 14868 14868 14821 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 907056462 500088832 50364 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 514 18446604471122074304 0 0 -1 5 0 0 0
[pid=15178] ppid=14868 vsize=498624 CPUtime=1.92 cores=1,3,5,7
/proc/15178/stat : 15178 (python) S 14868 14868 14821 0 -1 4202560 1018 0 0 0 105 87 0 0 15 0 1 0 907279332 510590976 50338 33554432000 4194304 5683644 140737046479824 18446744073709551615 228244368966 0 0 16781312 514 14021464858608763144 0 0 17 1 0 0 0
/proc/15178/statm: 124656 50338 370 364 0 60562 0
[pid=15180] ppid=15178 vsize=696708 CPUtime=1325.98 cores=1,3,5,7
/proc/15180/stat : 15180 (cryptominisat-2) R 15178 15180 15180 0 -1 4202496 373850 0 0 0 132532 66 0 0 25 0 1 0 907279332 713428992 161521 33554432000 4194304 4677096 140734640997392 18446744073709551615 4317697 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/15180/statm: 174177 161521 396 118 0 169136 0
[pid=14868/tid=14884] ppid=14866 vsize=508868 CPUtime=0 cores=1,3,5,7
/proc/14868/task/14884/stat : 14884 (python) S 14866 14868 14821 0 -1 4202560 33 923 0 9 0 0 0 0 15 0 6 0 906919095 521080832 51856 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 2 18446604471161522048 0 0 -1 5 0 0 0
[pid=14868/tid=14937] ppid=14866 vsize=508868 CPUtime=0 cores=1,3,5,7
/proc/14868/task/14937/stat : 14937 (python) S 14866 14868 14821 0 -1 4202560 31 923 0 9 0 0 0 0 18 0 6 0 906929109 521080832 51856 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 2 18446604471161522048 0 0 -1 1 0 0 0
[pid=14868/tid=15021] ppid=14866 vsize=508868 CPUtime=0 cores=1,3,5,7
/proc/14868/task/15021/stat : 15021 (python) S 14866 14868 14821 0 -1 4202560 29 923 0 9 0 0 0 0 20 0 6 0 907026825 521080832 51856 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 2 18446604471161522048 0 0 -1 7 0 0 0
[pid=14868/tid=15073] ppid=14866 vsize=508868 CPUtime=0 cores=1,3,5,7
/proc/14868/task/15073/stat : 15073 (python) S 14866 14868 14821 0 -1 4202560 26 923 0 9 0 0 0 0 18 0 6 0 907036838 521080832 51856 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 2 18446604471161522048 0 0 -1 1 0 0 0
[pid=14868/tid=15179] ppid=14866 vsize=508868 CPUtime=0 cores=1,3,5,7
/proc/14868/task/15179/stat : 15179 (python) S 14866 14868 14821 0 -1 4202560 30 923 0 9 0 0 0 0 20 0 6 0 907279332 521080832 51856 33554432000 4194304 5683644 140737046479824 18446744073709551615 228256172465 0 0 16781312 2 18446604471161522048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 4771484

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14868 and gives
#  childrusage.ru_utime.tv_sec=64
#  childrusage.ru_utime.tv_usec=911132
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=308953
# CPU time returned by wait4() is 65.2201
# while last known CPU time is 5000.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5018.95
CPU time (s): 5000.05
CPU user time (s): 4994.8
CPU system time (s): 5.25
CPU usage (%): 99.6235
Max. virtual memory (cumulated for all children) (KiB): 4858864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.9111
system time used= 0.308953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85517
page faults= 121
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17330
involuntary context switches= 176

runsolver used 8.75567 second user time and 20.6719 second system time

The end

Launcher Data

Begin job on node136 at 2011-06-13 10:18:39
IDJOB=3498275
IDBENCH=53034
IDSOLVER=1991
FILE ID=node136/3498275-1307953117
RUNJOBID= node136-1307953114-14840
PBS_JOBID= 13559692
Free space on /tmp= 73992 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT_RACE08/Q1/SAT_dat.k85.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498275-1307953117/watcher-3498275-1307953117 -o /tmp/evaluation-result-3498275-1307953117/solver-3498275-1307953117 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498275-1307953117.cnf -seed 612737104 -budget 5000

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= dce41996d9c5153aa0c253fa128d227c
RANDOM SEED=612737104

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32180200 kB
Buffers:        176992 kB
Cached:         372184 kB
SwapCached:       8544 kB
Active:         385828 kB
Inactive:       185524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32180200 kB
SwapTotal:    67111528 kB
SwapFree:     67056676 kB
Dirty:          102188 kB
Writeback:           0 kB
AnonPages:       20028 kB
Mapped:          14044 kB
Slab:           134640 kB
PageTables:       4752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   212572 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= 73972 MiB
End job on node136 at 2011-06-13 11:42:22