Trace number 3498512

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

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_35.renamed-as.sat05-1921.cnf
MD5SUM5fda0e0fb8a21967728dfe29bf2d4ea5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1761.96
Satisfiable
(Un)Satisfiability was proved
Number of variables1225
Number of clauses211785
Sum of the clauses size554190
Maximum clause length35
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 283405
Number of clauses of size 3128310
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.67	c INFO: solving HOME/instance-3498512-1307957127.cnf
0.36/0.67	c INFO: computing task features
0.94/1.29	c INFO: computed variable-clause graph statistics
1.04/1.31	c INFO: computed clause balance statistics
3.94/4.20	c INFO: computed variable balance statistics
6.64/6.93	c INFO: computed small-clause counts
6.64/6.94	c INFO: computed Horn-clause counts
6.64/6.99	c INFO: computed variable graph statistics
6.64/6.99	c INFO: collected features for HOME/instance-3498512-1307957127.cnf in 6.30 s
6.73/7.01	c INFO: running lingeling-276@0 for 97 with 4993 remaining (b = 0.19)
106.94/107.15	c INFO: running cryptominisat-2.9.0@0 for 485 with 4893 remaining (b = 0.24)
595.72/595.27	c INFO: running lingeling-276@100 for 485 with 4405 remaining (b = 0.31)
1083.96/1082.86	c INFO: running SApperloT@0 for 97 with 3918 remaining (b = 0.07)
1184.28/1183.02	c INFO: running lingeling-276@0 for 485 with 3818 remaining (b = 0.27)
1675.52/1673.62	c INFO: running lingeling-276@0 for 97 with 3327 remaining (b = 0.07)
1775.72/1773.77	c INFO: running lingeling-276@490 for 97 with 3227 remaining (b = 0.05)
1873.06/1870.91	c INFO: running precosat-570@0 for 291 with 3130 remaining (b = 0.10)
2165.70/2163.28	c INFO: running lingeling-276@587 for 679 with 2837 remaining (b = 0.23)
2840.19/2836.98	c INFO: running lingeling-276@587 for 679 with 2164 remaining (b = 0.20)
3514.69/3510.66	c INFO: running cryptominisat-2.9.0@487 for 1490 with 1490 remaining (b = 0.41)

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

running on 4 cores: 0,2,4,6

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: 1.99 1.99 1.92 3/196 19401
/proc/meminfo: memFree=11336532/32951124 swapFree=67053020/67111528
[pid=19401] ppid=19399 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/19401/stat : 19401 (python) R 19399 19401 18768 0 -1 4202496 724 0 0 0 0 0 0 0 25 0 1 0 907313197 15548416 613 33554432000 4194304 5683644 140736562304288 18446744073709551615 4981020 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19401/statm: 3796 615 321 364 0 283 0

[startup+0.031803 s]
/proc/loadavg: 1.99 1.99 1.92 3/196 19401
/proc/meminfo: memFree=11336532/32951124 swapFree=67053020/67111528
[pid=19401] ppid=19399 vsize=16400 CPUtime=0.01 cores=0,2,4,6
/proc/19401/stat : 19401 (python) S 19399 19401 18768 0 -1 4202496 1167 0 0 0 1 0 0 0 25 0 1 0 907313197 16793600 1030 33554432000 4194304 5683644 140736562304288 18446744073709551615 230809163776 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/19401/statm: 4100 1030 414 364 0 587 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16400

[startup+0.100781 s]
/proc/loadavg: 1.99 1.99 1.92 3/196 19401
/proc/meminfo: memFree=11336532/32951124 swapFree=67053020/67111528
[pid=19401] ppid=19399 vsize=87708 CPUtime=0.06 cores=0,2,4,6
/proc/19401/stat : 19401 (python) S 19399 19401 18768 0 -1 4202496 2640 0 0 0 5 1 0 0 17 0 1 0 907313197 89812992 2354 33554432000 4194304 5683644 140736562304288 18446744073709551615 230809163776 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/19401/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87708

[startup+0.300731 s]
/proc/loadavg: 1.99 1.99 1.92 3/196 19401
/proc/meminfo: memFree=11336532/32951124 swapFree=67053020/67111528
[pid=19401] ppid=19399 vsize=135752 CPUtime=0.18 cores=0,2,4,6
/proc/19401/stat : 19401 (python) S 19399 19401 18768 0 -1 4202496 5973 931 1 0 13 5 0 0 17 0 1 0 907313197 139010048 4150 33554432000 4194304 5683644 140736562304288 18446744073709551615 230809161733 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/19401/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700678 s]
/proc/loadavg: 1.99 1.99 1.92 3/196 19401
/proc/meminfo: memFree=11336532/32951124 swapFree=67053020/67111528
[pid=19401] ppid=19399 vsize=282712 CPUtime=0.44 cores=0,2,4,6
/proc/19401/stat : 19401 (python) R 19399 19401 18768 0 -1 4202496 10334 931 1 0 34 10 0 0 16 0 1 0 907313197 289497088 8004 33554432000 4194304 5683644 140736562304288 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19401/statm: 70678 8004 1761 364 0 6602 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 282712

[startup+1.50049 s]
/proc/loadavg: 1.99 1.99 1.92 3/197 19406
/proc/meminfo: memFree=11292280/32951124 swapFree=67053020/67111528
[pid=19401] ppid=19399 vsize=320600 CPUtime=1.24 cores=0,2,4,6
/proc/19401/stat : 19401 (python) R 19399 19401 18768 0 -1 4202496 24853 931 1 0 112 12 0 0 17 0 1 0 907313197 328294400 17534 33554432000 4194304 5683644 140736562304288 18446744073709551615 47901458925821 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19401/statm: 80150 17534 1826 364 0 16074 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 320600

[startup+3.10019 s]
/proc/loadavg: 1.99 1.99 1.92 3/197 19406
/proc/meminfo: memFree=11272068/32951124 swapFree=67053020/67111528
[pid=19401] ppid=19399 vsize=320600 CPUtime=2.84 cores=0,2,4,6
/proc/19401/stat : 19401 (python) R 19399 19401 18768 0 -1 4202496 24853 931 1 0 272 12 0 0 19 0 1 0 907313197 328294400 17534 33554432000 4194304 5683644 140736562304288 18446744073709551615 230808825179 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19401/statm: 80150 17534 1826 364 0 16074 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 320600

[startup+6.30064 s]
/proc/loadavg: 1.99 1.99 1.92 3/197 19407
/proc/meminfo: memFree=11271696/32951124 swapFree=67053020/67111528
[pid=19401] ppid=19399 vsize=320600 CPUtime=6.04 cores=0,2,4,6
/proc/19401/stat : 19401 (python) R 19399 19401 18768 0 -1 4202496 24854 931 1 0 592 12 0 0 25 0 1 0 907313197 328294400 17535 33554432000 4194304 5683644 140736562304288 18446744073709551615 230808824392 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19401/statm: 80150 17535 1827 364 0 16074 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 320600

[startup+12.7005 s]
/proc/loadavg: 1.99 1.99 1.92 3/200 19410
/proc/meminfo: memFree=11259824/32951124 swapFree=67053020/67111528
[pid=19401] ppid=19399 vsize=327328 CPUtime=6.76 cores=0,2,4,6
/proc/19401/stat : 19401 (python) S 19399 19401 18768 0 -1 4202496 25233 931 1 0 663 13 0 0 25 0 2 0 907313197 335183872 16702 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19401/statm: 81832 16702 1875 364 0 17750 0
[pid=19408] ppid=19401 vsize=317084 CPUtime=0 cores=0,2,4,6
/proc/19408/stat : 19408 (python) S 19401 19401 18768 0 -1 4202560 957 0 0 0 0 0 0 0 18 0 1 0 907313899 324694016 15204 33554432000 4194304 5683644 140736562304288 18446744073709551615 230809185807 0 0 16781312 514 4185084307238256900 0 0 17 6 0 0 0
/proc/19408/statm: 79271 15204 381 364 0 15189 0
[pid=19410] ppid=19408 vsize=16328 CPUtime=5.66 cores=0,2,4,6
/proc/19410/stat : 19410 (lingeling) R 19408 19410 19410 0 -1 4202496 7194 0 0 0 566 0 0 0 25 0 1 0 907313899 16719872 3245 33554432000 4194304 4352236 140734711292272 18446744073709551615 4241442 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19410/statm: 4082 3245 129 39 0 3162 0
[pid=19401/tid=19409] ppid=19399 vsize=327328 CPUtime=0 cores=0,2,4,6
/proc/19401/task/19409/stat : 19409 (python) S 19399 19401 18768 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 907313899 335183872 16702 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 660740

[startup+25.5011 s]
/proc/loadavg: 1.99 1.99 1.92 3/200 19410
/proc/meminfo: memFree=11253376/32951124 swapFree=67053020/67111528
[pid=19401] ppid=19399 vsize=327328 CPUtime=6.76 cores=0,2,4,6
/proc/19401/stat : 19401 (python) S 19399 19401 18768 0 -1 4202496 25233 931 1 0 663 13 0 0 25 0 2 0 907313197 335183872 16702 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19401/statm: 81832 16702 1875 364 0 17750 0
[pid=19408] ppid=19401 vsize=317084 CPUtime=0.02 cores=0,2,4,6
/proc/19408/stat : 19408 (python) S 19401 19401 18768 0 -1 4202560 961 0 0 0 1 1 0 0 18 0 1 0 907313899 324694016 15204 33554432000 4194304 5683644 140736562304288 18446744073709551615 230809185807 0 0 16781312 514 16878840492500943108 0 0 17 6 0 0 0
/proc/19408/statm: 79271 15204 381 364 0 15189 0
[pid=19410] ppid=19408 vsize=20140 CPUtime=18.46 cores=0,2,4,6
/proc/19410/stat : 19410 (lingeling) R 19408 19410 19410 0 -1 4202496 8176 0 0 0 1846 0 0 0 25 0 1 0 907313899 20623360 4227 33554432000 4194304 4352236 140734711292272 18446744073709551615 4241326 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19410/statm: 5035 4227 129 39 0 4115 0
[pid=19401/tid=19409] ppid=19399 vsize=327328 CPUtime=0 cores=0,2,4,6
/proc/19401/task/19409/stat : 19409 (python) S 19399 19401 18768 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 907313899 335183872 16702 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 664552

[startup+51.1005 s]
/proc/loadavg: 1.99 1.99 1.92 3/200 19411
/proc/meminfo: memFree=11254656/32951124 swapFree=67053020/67111528
[pid=19401] ppid=19399 vsize=327328 CPUtime=6.76 cores=0,2,4,6
/proc/19401/stat : 19401 (python) S 19399 19401 18768 0 -1 4202496 25233 931 1 0 663 13 0 0 25 0 2 0 907313197 335183872 16702 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19401/statm: 81832 16702 1875 364 0 17750 0
[pid=19408] ppid=19401 vsize=317084 CPUtime=0.04 cores=0,2,4,6
/proc/19408/stat : 19408 (python) S 19401 19401 18768 0 -1 4202560 969 0 0 0 2 2 0 0 18 0 1 0 907313899 324694016 15204 33554432000 4194304 5683644 140736562304288 18446744073709551615 230809185807 0 0 16781312 514 16878840492500943108 0 0 17 6 0 0 0
/proc/19408/statm: 79271 15204 381 364 0 15189 0
[pid=19410] ppid=19408 vsize=21128 CPUtime=44.06 cores=0,2,4,6
/proc/19410/stat : 19410 (lingeling) R 19408 19410 19410 0 -1 4202496 8394 0 0 0 4406 0 0 0 25 0 1 0 907313899 21635072 4445 33554432000 4194304 4352236 140734711292272 18446744073709551615 4328068 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19410/statm: 5282 4445 129 39 0 4362 0
[pid=19401/tid=19409] ppid=19399 vsize=327328 CPUtime=0 cores=0,2,4,6
/proc/19401/task/19409/stat : 19409 (python) S 19399 19401 18768 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 907313899 335183872 16702 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 665540

[startup+102.307 s]
/proc/loadavg: 2.06 2.00 1.93 3/200 19412
/proc/meminfo: memFree=11250856/32951124 swapFree=67053020/67111528
[pid=19401] ppid=19399 vsize=327328 CPUtime=6.76 cores=0,2,4,6
/proc/19401/stat : 19401 (python) S 19399 19401 18768 0 -1 4202496 25233 931 1 0 663 13 0 0 25 0 2 0 907313197 335183872 16702 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19401/statm: 81832 16702 1875 364 0 17750 0
[pid=19408] ppid=19401 vsize=317084 CPUtime=0.11 cores=0,2,4,6
/proc/19408/stat : 19408 (python) S 19401 19401 18768 0 -1 4202560 986 0 0 0 6 5 0 0 18 0 1 0 907313899 324694016 15204 33554432000 4194304 5683644 140736562304288 18446744073709551615 230809185807 0 0 16781312 514 16878840492500943108 0 0 17 6 0 0 0
/proc/19408/statm: 79271 15204 381 364 0 15189 0
[pid=19410] ppid=19408 vsize=24204 CPUtime=95.27 cores=0,2,4,6
/proc/19410/stat : 19410 (lingeling) R 19408 19410 19410 0 -1 4202496 9163 0 0 0 9526 1 0 0 25 0 1 0 907313899 24784896 5214 33554432000 4194304 4352236 140734711292272 18446744073709551615 4241424 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19410/statm: 6051 5214 129 39 0 5131 0
[pid=19401/tid=19409] ppid=19399 vsize=327328 CPUtime=0 cores=0,2,4,6
/proc/19401/task/19409/stat : 19409 (python) S 19399 19401 18768 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 907313899 335183872 16702 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 668616

[startup+162.301 s]
/proc/loadavg: 2.02 2.00 1.93 3/208 19422
/proc/meminfo: memFree=11158604/32951124 swapFree=67053020/67111528
[pid=19401] ppid=19399 vsize=337584 CPUtime=6.78 cores=0,2,4,6
/proc/19401/stat : 19401 (python) S 19399 19401 18768 0 -1 4202496 26001 931 1 0 665 13 0 0 20 0 3 0 907313197 345686016 16709 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19401/statm: 84396 16709 1878 364 0 20311 0
[pid=19408] ppid=19401 vsize=327328 CPUtime=0.11 cores=0,2,4,6
/proc/19408/stat : 19408 (python) S 19401 19401 18768 0 -1 4202560 1148 0 0 0 6 5 0 0 19 0 2 0 907313899 335183872 15242 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/19408/statm: 81832 15242 414 364 0 17750 0
[pid=19410] ppid=19408 vsize=24204 CPUtime=100.09 cores=0,2,4,6
/proc/19410/stat : 19410 (lingeling) T 19408 19410 19410 0 -1 4202496 9163 0 0 0 10008 1 0 0 25 0 1 0 907313899 24784896 5214 33554432000 4194304 4352236 140734711292272 18446744073709551615 4328441 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/19410/statm: 6051 5214 129 39 0 5131 0
[pid=19408/tid=19413] ppid=19401 vsize=327328 CPUtime=0 cores=0,2,4,6
/proc/19408/task/19413/stat : 19413 (python) S 19401 19401 18768 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 907323910 335183872 15242 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 514 18446604453887109120 0 0 -1 0 0 0 0
[pid=19414] ppid=19401 vsize=327340 CPUtime=0.08 cores=0,2,4,6
/proc/19414/stat : 19414 (python) S 19401 19401 18768 0 -1 4202560 923 0 0 0 5 3 0 0 15 0 1 0 907323912 335196160 15197 33554432000 4194304 5683644 140736562304288 18446744073709551615 230809185862 0 0 16781312 514 16878840492500943108 0 0 17 4 0 0 0
/proc/19414/statm: 81835 15197 370 364 0 17750 0
[pid=19416] ppid=19414 vsize=88396 CPUtime=55.12 cores=0,2,4,6
/proc/19416/stat : 19416 (cryptominisat-2) R 19414 19416 19416 0 -1 4202496 22762 0 0 0 5509 3 0 0 25 0 1 0 907323912 90517504 14492 33554432000 4194304 4677096 140735267901136 18446744073709551615 4321144 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19416/statm: 22099 14492 388 118 0 17058 0
[pid=19401/tid=19409] ppid=19399 vsize=337584 CPUtime=0 cores=0,2,4,6
/proc/19401/task/19409/stat : 19409 (python) S 19399 19401 18768 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 3 0 907313899 345686016 16709 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 6 0 0 0
[pid=19401/tid=19415] ppid=19399 vsize=337584 CPUtime=0 cores=0,2,4,6
/proc/19401/task/19415/stat : 19415 (python) S 19399 19401 18768 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 3 0 907323912 345686016 16709 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 1104852

[startup+222.301 s]
/proc/loadavg: 2.01 2.00 1.93 3/208 19423
/proc/meminfo: memFree=11128540/32951124 swapFree=67053020/67111528
[pid=19401] ppid=19399 vsize=337584 CPUtime=6.78 cores=0,2,4,6
/proc/19401/stat : 19401 (python) S 19399 19401 18768 0 -1 4202496 26001 931 1 0 665 13 0 0 20 0 3 0 907313197 345686016 16709 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19401/statm: 84396 16709 1878 364 0 20311 0
[pid=19408] ppid=19401 vsize=327328 CPUtime=0.11 cores=0,2,4,6
/proc/19408/stat : 19408 (python) S 19401 19401 18768 0 -1 4202560 1148 0 0 0 6 5 0 0 19 0 2 0 907313899 335183872 15242 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/19408/statm: 81832 15242 414 364 0 17750 0
[pid=19410] ppid=19408 vsize=24204 CPUtime=100.09 cores=0,2,4,6
/proc/19410/stat : 19410 (lingeling) T 19408 19410 19410 0 -1 4202496 9163 0 0 0 10008 1 0 0 25 0 1 0 907313899 24784896 5214 33554432000 4194304 4352236 140734711292272 18446744073709551615 4328441 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/19410/statm: 6051 5214 129 39 0 5131 0
[pid=19408/tid=19413] ppid=19401 vsize=327328 CPUtime=0 cores=0,2,4,6
/proc/19408/task/19413/stat : 19413 (python) S 19401 19401 18768 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 907323910 335183872 15242 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 514 18446604453887109120 0 0 -1 0 0 0 0

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

/proc/19401/task/19454/stat : 19454 (python) S 19399 19401 18768 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 7 0 907421483 387694592 16733 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
[pid=19401/tid=19464] ppid=19399 vsize=378608 CPUtime=0 cores=0,2,4,6
/proc/19401/task/19464/stat : 19464 (python) S 19399 19401 18768 0 -1 4202560 38 931 0 0 0 0 0 0 18 0 7 0 907431500 387694592 16733 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
[pid=19401/tid=19482] ppid=19399 vsize=378608 CPUtime=0 cores=0,2,4,6
/proc/19401/task/19482/stat : 19482 (python) S 19399 19401 18768 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 7 0 907480560 387694592 16733 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
[pid=19401/tid=19491] ppid=19399 vsize=378608 CPUtime=0 cores=0,2,4,6
/proc/19401/task/19491/stat : 19491 (python) S 19399 19401 18768 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 7 0 907500288 387694592 16733 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4968.38
Current children cumulated vsize (KiB) 2844360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4993.9 s]
/proc/loadavg: 1.00 1.00 1.02 2/196 19614
/proc/meminfo: memFree=11176120/32951124 swapFree=67053020/67111528
[pid=19401] ppid=19399 vsize=378608 CPUtime=6.96 cores=0,2,4,6
/proc/19401/stat : 19401 (python) S 19399 19401 18768 0 -1 4202496 29936 931 1 0 682 14 0 0 18 0 7 0 907313197 387694592 16733 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19401/statm: 94652 16733 1886 364 0 30555 0
[pid=19408] ppid=19401 vsize=327328 CPUtime=1.57 cores=0,2,4,6
/proc/19408/stat : 19408 (python) S 19401 19401 18768 0 -1 4202560 1203 0 0 0 91 66 0 0 18 0 2 0 907313899 335183872 15243 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19408/statm: 81832 15243 415 364 0 17750 0
[pid=19410] ppid=19408 vsize=52468 CPUtime=1261.3 cores=0,2,4,6
/proc/19410/stat : 19410 (lingeling) T 19408 19410 19410 0 -1 4202496 16229 0 0 0 126128 2 0 0 25 0 1 0 907313899 53727232 12280 33554432000 4194304 4352236 140734711292272 18446744073709551615 4328000 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/19410/statm: 13117 12280 129 39 0 12197 0
[pid=19408/tid=19413] ppid=19401 vsize=327328 CPUtime=0 cores=0,2,4,6
/proc/19408/task/19413/stat : 19413 (python) S 19401 19401 18768 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907323910 335183872 15243 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 514 18446604453887109120 0 0 -1 0 0 0 0
[pid=19414] ppid=19401 vsize=327340 CPUtime=2.72 cores=0,2,4,6
/proc/19414/stat : 19414 (python) S 19401 19401 18768 0 -1 4202560 1198 0 0 0 158 114 0 0 15 0 2 0 907323912 335196160 15228 33554432000 4194304 5683644 140736562304288 18446744073709551615 230809185862 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19414/statm: 81835 15228 400 364 0 17750 0
[pid=19416] ppid=19414 vsize=163760 CPUtime=1971.37 cores=0,2,4,6
/proc/19416/stat : 19416 (cryptominisat-2) R 19414 19416 19416 0 -1 4202496 337351 0 0 0 197070 67 0 0 25 0 1 0 907323912 167690240 33278 33554432000 4194304 4677096 140735267901136 18446744073709551615 4319853 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/19416/statm: 40940 33278 388 118 0 35899 0
[pid=19414/tid=19434] ppid=19401 vsize=327340 CPUtime=0 cores=0,2,4,6
/proc/19414/task/19434/stat : 19434 (python) S 19401 19401 18768 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 907372722 335196160 15228 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 514 18446604453857620992 0 0 -1 4 0 0 0
[pid=19453] ppid=19401 vsize=337596 CPUtime=0.14 cores=0,2,4,6
/proc/19453/stat : 19453 (python) S 19401 19401 18768 0 -1 4202560 1101 0 0 0 8 6 0 0 19 0 2 0 907421483 345698304 15231 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19453/statm: 84399 15231 399 364 0 20311 0
[pid=19455] ppid=19453 vsize=53296 CPUtime=100.12 cores=0,2,4,6
/proc/19455/stat : 19455 (SApperloT-base) T 19453 19455 19455 0 -1 4202496 13020 0 0 0 10010 2 0 0 25 0 1 0 907421484 54575104 12452 33554432000 134512640 135674940 4290357440 18446744073709551615 134564244 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19455/statm: 13324 12452 99 284 0 13038 0
[pid=19453/tid=19462] ppid=19401 vsize=337596 CPUtime=0 cores=0,2,4,6
/proc/19453/task/19462/stat : 19462 (python) S 19401 19401 18768 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 907431497 345698304 15231 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 514 18446604441634505984 0 0 -1 2 0 0 0
[pid=19463] ppid=19401 vsize=347852 CPUtime=1.58 cores=0,2,4,6
/proc/19463/stat : 19463 (python) S 19401 19401 18768 0 -1 4202560 1184 0 0 0 90 68 0 0 18 0 2 0 907431500 356200448 15235 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19463/statm: 86963 15235 399 364 0 22872 0
[pid=19465] ppid=19463 vsize=54456 CPUtime=1261.37 cores=0,2,4,6
/proc/19465/stat : 19465 (lingeling) T 19463 19465 19465 0 -1 4202496 16729 0 0 0 126136 1 0 0 25 0 1 0 907431500 55762944 12778 33554432000 4194304 4352236 140735382981808 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/19465/statm: 13614 12778 129 39 0 12694 0
[pid=19463/tid=19480] ppid=19401 vsize=347852 CPUtime=0 cores=0,2,4,6
/proc/19463/task/19480/stat : 19480 (python) S 19401 19401 18768 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 907480557 356200448 15235 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 514 18446604453891446912 0 0 -1 2 0 0 0
[pid=19481] ppid=19401 vsize=358108 CPUtime=0.13 cores=0,2,4,6
/proc/19481/stat : 19481 (python) S 19401 19401 18768 0 -1 4202560 1119 0 0 0 7 6 0 0 19 0 2 0 907480559 366702592 15239 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19481/statm: 89527 15239 399 364 0 25433 0
[pid=19483] ppid=19481 vsize=23320 CPUtime=100.1 cores=0,2,4,6
/proc/19483/stat : 19483 (lingeling) T 19481 19483 19483 0 -1 4202496 8945 0 0 0 10009 1 0 0 25 0 1 0 907480560 23879680 4994 33554432000 4194304 4352236 140736460809872 18446744073709551615 4328039 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/19483/statm: 5830 4994 129 39 0 4910 0
[pid=19481/tid=19487] ppid=19401 vsize=358108 CPUtime=0 cores=0,2,4,6
/proc/19481/task/19487/stat : 19487 (python) S 19401 19401 18768 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 907490572 366702592 15239 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 514 18446604453860494144 0 0 -1 2 0 0 0
[pid=19490] ppid=19401 vsize=368364 CPUtime=0.38 cores=0,2,4,6
/proc/19490/stat : 19490 (python) S 19401 19401 18768 0 -1 4202560 1176 0 0 0 23 15 0 0 19 0 2 0 907500288 377204736 15243 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19490/statm: 92091 15243 399 364 0 27994 0
[pid=19492] ppid=19490 vsize=51928 CPUtime=292.3 cores=0,2,4,6
/proc/19492/stat : 19492 (precosat) T 19490 19492 19492 0 -1 4202496 25015 0 0 0 29224 6 0 0 25 0 1 0 907500289 53174272 12858 33554432000 4194304 4890832 140735871796176 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/19492/statm: 12982 12858 85 171 0 12809 0
[pid=19490/tid=19510] ppid=19401 vsize=368364 CPUtime=0 cores=0,2,4,6
/proc/19490/task/19510/stat : 19510 (python) S 19401 19401 18768 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907529523 377204736 15243 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 514 18446604453888452672 0 0 -1 4 0 0 0
[pid=19401/tid=19409] ppid=19399 vsize=378608 CPUtime=0 cores=0,2,4,6
/proc/19401/task/19409/stat : 19409 (python) S 19399 19401 18768 0 -1 4202560 38 931 0 0 0 0 0 0 18 0 7 0 907313899 387694592 16733 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 6 0 0 0
[pid=19401/tid=19415] ppid=19399 vsize=378608 CPUtime=0 cores=0,2,4,6
/proc/19401/task/19415/stat : 19415 (python) S 19399 19401 18768 0 -1 4202560 28 931 0 0 0 0 0 0 18 0 7 0 907323912 387694592 16733 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
[pid=19401/tid=19454] ppid=19399 vsize=378608 CPUtime=0 cores=0,2,4,6
/proc/19401/task/19454/stat : 19454 (python) S 19399 19401 18768 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 7 0 907421483 387694592 16733 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
[pid=19401/tid=19464] ppid=19399 vsize=378608 CPUtime=0 cores=0,2,4,6
/proc/19401/task/19464/stat : 19464 (python) S 19399 19401 18768 0 -1 4202560 38 931 0 0 0 0 0 0 18 0 7 0 907431500 387694592 16733 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
[pid=19401/tid=19482] ppid=19399 vsize=378608 CPUtime=0 cores=0,2,4,6
/proc/19401/task/19482/stat : 19482 (python) S 19399 19401 18768 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 7 0 907480560 387694592 16733 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
[pid=19401/tid=19491] ppid=19399 vsize=378608 CPUtime=0 cores=0,2,4,6
/proc/19401/task/19491/stat : 19491 (python) S 19399 19401 18768 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 7 0 907500288 387694592 16733 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 2844424

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

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

[startup+4993.9 s]
/proc/loadavg: 1.00 1.00 1.02 2/196 19614
/proc/meminfo: memFree=11176120/32951124 swapFree=67053020/67111528
[pid=19401] ppid=19399 vsize=378608 CPUtime=6.96 cores=0,2,4,6
/proc/19401/stat : 19401 (python) S 19399 19401 18768 0 -1 4202496 29936 931 1 0 682 14 0 0 18 0 7 0 907313197 387694592 16733 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19401/statm: 94652 16733 1886 364 0 30555 0
[pid=19408] ppid=19401 vsize=327328 CPUtime=1.57 cores=0,2,4,6
/proc/19408/stat : 19408 (python) S 19401 19401 18768 0 -1 4202560 1203 0 0 0 91 66 0 0 18 0 2 0 907313899 335183872 15243 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19408/statm: 81832 15243 415 364 0 17750 0
[pid=19410] ppid=19408 vsize=52468 CPUtime=1261.3 cores=0,2,4,6
/proc/19410/stat : 19410 (lingeling) T 19408 19410 19410 0 -1 4202496 16229 0 0 0 126128 2 0 0 25 0 1 0 907313899 53727232 12280 33554432000 4194304 4352236 140734711292272 18446744073709551615 4328000 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/19410/statm: 13117 12280 129 39 0 12197 0
[pid=19408/tid=19413] ppid=19401 vsize=327328 CPUtime=0 cores=0,2,4,6
/proc/19408/task/19413/stat : 19413 (python) S 19401 19401 18768 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907323910 335183872 15243 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 514 18446604453887109120 0 0 -1 0 0 0 0
[pid=19414] ppid=19401 vsize=327340 CPUtime=2.72 cores=0,2,4,6
/proc/19414/stat : 19414 (python) S 19401 19401 18768 0 -1 4202560 1198 0 0 0 158 114 0 0 15 0 2 0 907323912 335196160 15228 33554432000 4194304 5683644 140736562304288 18446744073709551615 230809185862 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19414/statm: 81835 15228 400 364 0 17750 0
[pid=19416] ppid=19414 vsize=163760 CPUtime=1971.37 cores=0,2,4,6
/proc/19416/stat : 19416 (cryptominisat-2) R 19414 19416 19416 0 -1 4202496 337351 0 0 0 197070 67 0 0 25 0 1 0 907323912 167690240 33278 33554432000 4194304 4677096 140735267901136 18446744073709551615 4319853 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/19416/statm: 40940 33278 388 118 0 35899 0
[pid=19414/tid=19434] ppid=19401 vsize=327340 CPUtime=0 cores=0,2,4,6
/proc/19414/task/19434/stat : 19434 (python) S 19401 19401 18768 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 907372722 335196160 15228 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 514 18446604453857620992 0 0 -1 4 0 0 0
[pid=19453] ppid=19401 vsize=337596 CPUtime=0.14 cores=0,2,4,6
/proc/19453/stat : 19453 (python) S 19401 19401 18768 0 -1 4202560 1101 0 0 0 8 6 0 0 19 0 2 0 907421483 345698304 15231 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19453/statm: 84399 15231 399 364 0 20311 0
[pid=19455] ppid=19453 vsize=53296 CPUtime=100.12 cores=0,2,4,6
/proc/19455/stat : 19455 (SApperloT-base) T 19453 19455 19455 0 -1 4202496 13020 0 0 0 10010 2 0 0 25 0 1 0 907421484 54575104 12452 33554432000 134512640 135674940 4290357440 18446744073709551615 134564244 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19455/statm: 13324 12452 99 284 0 13038 0
[pid=19453/tid=19462] ppid=19401 vsize=337596 CPUtime=0 cores=0,2,4,6
/proc/19453/task/19462/stat : 19462 (python) S 19401 19401 18768 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 907431497 345698304 15231 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 514 18446604441634505984 0 0 -1 2 0 0 0
[pid=19463] ppid=19401 vsize=347852 CPUtime=1.58 cores=0,2,4,6
/proc/19463/stat : 19463 (python) S 19401 19401 18768 0 -1 4202560 1184 0 0 0 90 68 0 0 18 0 2 0 907431500 356200448 15235 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19463/statm: 86963 15235 399 364 0 22872 0
[pid=19465] ppid=19463 vsize=54456 CPUtime=1261.37 cores=0,2,4,6
/proc/19465/stat : 19465 (lingeling) T 19463 19465 19465 0 -1 4202496 16729 0 0 0 126136 1 0 0 25 0 1 0 907431500 55762944 12778 33554432000 4194304 4352236 140735382981808 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/19465/statm: 13614 12778 129 39 0 12694 0
[pid=19463/tid=19480] ppid=19401 vsize=347852 CPUtime=0 cores=0,2,4,6
/proc/19463/task/19480/stat : 19480 (python) S 19401 19401 18768 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 907480557 356200448 15235 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 514 18446604453891446912 0 0 -1 2 0 0 0
[pid=19481] ppid=19401 vsize=358108 CPUtime=0.13 cores=0,2,4,6
/proc/19481/stat : 19481 (python) S 19401 19401 18768 0 -1 4202560 1119 0 0 0 7 6 0 0 19 0 2 0 907480559 366702592 15239 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19481/statm: 89527 15239 399 364 0 25433 0
[pid=19483] ppid=19481 vsize=23320 CPUtime=100.1 cores=0,2,4,6
/proc/19483/stat : 19483 (lingeling) T 19481 19483 19483 0 -1 4202496 8945 0 0 0 10009 1 0 0 25 0 1 0 907480560 23879680 4994 33554432000 4194304 4352236 140736460809872 18446744073709551615 4328039 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/19483/statm: 5830 4994 129 39 0 4910 0
[pid=19481/tid=19487] ppid=19401 vsize=358108 CPUtime=0 cores=0,2,4,6
/proc/19481/task/19487/stat : 19487 (python) S 19401 19401 18768 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 907490572 366702592 15239 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 514 18446604453860494144 0 0 -1 2 0 0 0
[pid=19490] ppid=19401 vsize=368364 CPUtime=0.38 cores=0,2,4,6
/proc/19490/stat : 19490 (python) S 19401 19401 18768 0 -1 4202560 1176 0 0 0 23 15 0 0 19 0 2 0 907500288 377204736 15243 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19490/statm: 92091 15243 399 364 0 27994 0
[pid=19492] ppid=19490 vsize=51928 CPUtime=292.3 cores=0,2,4,6
/proc/19492/stat : 19492 (precosat) T 19490 19492 19492 0 -1 4202496 25015 0 0 0 29224 6 0 0 25 0 1 0 907500289 53174272 12858 33554432000 4194304 4890832 140735871796176 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/19492/statm: 12982 12858 85 171 0 12809 0
[pid=19490/tid=19510] ppid=19401 vsize=368364 CPUtime=0 cores=0,2,4,6
/proc/19490/task/19510/stat : 19510 (python) S 19401 19401 18768 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907529523 377204736 15243 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 514 18446604453888452672 0 0 -1 4 0 0 0
[pid=19401/tid=19409] ppid=19399 vsize=378608 CPUtime=0 cores=0,2,4,6
/proc/19401/task/19409/stat : 19409 (python) S 19399 19401 18768 0 -1 4202560 38 931 0 0 0 0 0 0 18 0 7 0 907313899 387694592 16733 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 6 0 0 0
[pid=19401/tid=19415] ppid=19399 vsize=378608 CPUtime=0 cores=0,2,4,6
/proc/19401/task/19415/stat : 19415 (python) S 19399 19401 18768 0 -1 4202560 28 931 0 0 0 0 0 0 18 0 7 0 907323912 387694592 16733 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
[pid=19401/tid=19454] ppid=19399 vsize=378608 CPUtime=0 cores=0,2,4,6
/proc/19401/task/19454/stat : 19454 (python) S 19399 19401 18768 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 7 0 907421483 387694592 16733 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
[pid=19401/tid=19464] ppid=19399 vsize=378608 CPUtime=0 cores=0,2,4,6
/proc/19401/task/19464/stat : 19464 (python) S 19399 19401 18768 0 -1 4202560 38 931 0 0 0 0 0 0 18 0 7 0 907431500 387694592 16733 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
[pid=19401/tid=19482] ppid=19399 vsize=378608 CPUtime=0 cores=0,2,4,6
/proc/19401/task/19482/stat : 19482 (python) S 19399 19401 18768 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 7 0 907480560 387694592 16733 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
[pid=19401/tid=19491] ppid=19399 vsize=378608 CPUtime=0 cores=0,2,4,6
/proc/19401/task/19491/stat : 19491 (python) S 19399 19401 18768 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 7 0 907500288 387694592 16733 33554432000 4194304 5683644 140736562304288 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 2844424

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19401 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=825962
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=155976
# CPU time returned by wait4() is 6.98194
# while last known CPU time is 5000.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4993.95
CPU time (s): 5000.04
CPU user time (s): 4996.36
CPU system time (s): 3.68
CPU usage (%): 100.122
Max. virtual memory (cumulated for all children) (KiB): 2923992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.82596
system time used= 0.155976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30868
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= 2892
involuntary context switches= 35

runsolver used 9.38757 second user time and 18.4352 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-13 11:25:27
IDJOB=3498512
IDBENCH=85987
IDSOLVER=1991
FILE ID=node104/3498512-1307957127
RUNJOBID= node104-1307953128-18786
PBS_JOBID= 13559724
Free space on /var/tmp= 2856 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_35.renamed-as.sat05-1921.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 /var/tmp/evaluation-result-3498512-1307957127/watcher-3498512-1307957127 -o /var/tmp/evaluation-result-3498512-1307957127/solver-3498512-1307957127 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498512-1307957127.cnf -seed 1878568651 -budget 5000

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

MD5SUM BENCH= 5fda0e0fb8a21967728dfe29bf2d4ea5
RANDOM SEED=1878568651

node104.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.855
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.71
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.855
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.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11336960 kB
Buffers:         98444 kB
Cached:       20542548 kB
SwapCached:      11504 kB
Active:        5539436 kB
Inactive:     15366064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11336960 kB
SwapTotal:    67111528 kB
SwapFree:     67053020 kB
Dirty:           34728 kB
Writeback:           0 kB
AnonPages:      261128 kB
Mapped:          16044 kB
Slab:           638608 kB
PageTables:       8644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   749728 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 /var/tmp at the end= 2856 MiB
End job on node104 at 2011-06-13 12:48:43