Trace number 3498251

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.08 5014.15

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-11-u.cnf
MD5SUM8e22d84b1ae625d44fbf300a32374a2d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables164158
Number of clauses730719
Sum of the clauses size1660140
Maximum clause length10
Minimum clause length1
Number of clauses of size 112474
Number of clauses of size 2600009
Number of clauses of size 387256
Number of clauses of size 43440
Number of clauses of size 513760
Number of clauses of size over 513780

Solver Data

0.39/21.12	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.39/21.12	c INFO: solving HOME/instance-3498251-1307953113.cnf
0.39/21.12	c INFO: computing task features
2.58/23.30	c INFO: computed variable-clause graph statistics
2.58/23.38	c INFO: computed clause balance statistics
12.88/33.67	c INFO: computed variable balance statistics
20.88/41.61	c INFO: computed small-clause counts
20.98/41.76	c INFO: computed Horn-clause counts
52.18/72.90	c INFO: computed variable graph statistics
52.18/72.90	c INFO: collected features for HOME/instance-3498251-1307953113.cnf in 51.70 s
52.18/72.93	c INFO: running lingeling-276@0 for 97 with 4948 remaining (b = 0.26)
152.38/173.07	c INFO: running cryptominisat-2.9.0@0 for 485 with 4848 remaining (b = 0.22)
644.32/664.39	c INFO: running lingeling-276@100 for 485 with 4357 remaining (b = 0.23)
1132.41/1151.89	c INFO: running lingeling-276@0 for 291 with 3869 remaining (b = 0.28)
1425.16/1444.23	c INFO: running precosat-570@0 for 194 with 3577 remaining (b = 0.18)
1621.58/1640.49	c INFO: running lingeling-276@0 for 97 with 3381 remaining (b = 0.09)
1720.91/1739.64	c INFO: running cryptominisat-2.9.0@490 for 97 with 3282 remaining (b = 0.04)
1812.85/1831.46	c INFO: running cryptominisat-2.9.0@582 for 97 with 3190 remaining (b = 0.04)
1915.09/1933.54	c INFO: running precosat-570@196 for 97 with 3088 remaining (b = 0.03)
2012.33/2030.68	c INFO: running cryptominisat-2.9.0@684 for 776 with 2991 remaining (b = 0.25)
2786.49/2803.77	c INFO: running cryptominisat-2.9.0@1457 for 485 with 2218 remaining (b = 0.18)
3275.70/3292.23	c INFO: running cryptominisat-2.9.0@0 for 1730 with 1730 remaining (b = 0.36)

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-3498251-1307953113/watcher-3498251-1307953113 -o /var/tmp/evaluation-result-3498251-1307953113/solver-3498251-1307953113 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498251-1307953113.cnf -seed 1825549681 -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: 0.00 0.00 0.00 2/174 21487
/proc/meminfo: memFree=11454504/32951124 swapFree=67054264/67111528
[pid=21487] ppid=21483 vsize=11804 CPUtime=0 cores=0,2,4,6
/proc/21487/stat : 21487 (runsolver) S 21483 21487 21443 0 -1 4202560 47 0 0 0 0 0 0 0 21 0 1 0 887727453 12087296 56 33554432000 4194304 5436572 140737080754160 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699207358 0 0 17 4 0 0 0
/proc/21487/statm: 2951 56 36 304 0 2643 0

[startup+0.0925721 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 21487
/proc/meminfo: memFree=11454504/32951124 swapFree=67054264/67111528
[pid=21487] ppid=21483 vsize=15080 CPUtime=0 cores=0,2,4,6
/proc/21487/stat : 21487 (python) S 21483 21487 21443 0 -1 4202496 651 0 0 0 0 0 0 0 17 0 1 0 887727453 15441920 545 33554432000 4194304 5683644 140733724340368 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/21487/statm: 3770 545 312 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.100576 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 21487
/proc/meminfo: memFree=11454504/32951124 swapFree=67054264/67111528
[pid=21487] ppid=21483 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/21487/stat : 21487 (python) S 21483 21487 21443 0 -1 4202496 714 0 0 0 0 0 0 0 17 0 1 0 887727453 15548416 604 33554432000 4194304 5683644 140733724340368 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/21487/statm: 3796 604 319 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.300471 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 21487
/proc/meminfo: memFree=11454504/32951124 swapFree=67054264/67111528
[pid=21487] ppid=21483 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/21487/stat : 21487 (python) S 21483 21487 21443 0 -1 4202496 897 0 0 0 0 0 0 0 16 0 1 0 887727453 16154624 777 33554432000 4194304 5683644 140733724340368 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/21487/statm: 3944 777 343 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+0.700469 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 21487
/proc/meminfo: memFree=11454504/32951124 swapFree=67054264/67111528
[pid=21487] ppid=21483 vsize=16396 CPUtime=0.01 cores=0,2,4,6
/proc/21487/stat : 21487 (python) S 21483 21487 21443 0 -1 4202496 1155 0 0 0 1 0 0 0 15 0 1 0 887727453 16789504 1019 33554432000 4194304 5683644 140733724340368 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/21487/statm: 4099 1019 413 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+1.50033 s]
/proc/loadavg: 0.00 0.00 0.00 3/178 21491
/proc/meminfo: memFree=11448960/32951124 swapFree=67054264/67111528
[pid=21487] ppid=21483 vsize=30112 CPUtime=0.04 cores=0,2,4,6
/proc/21487/stat : 21487 (python) S 21483 21487 21443 0 -1 4202496 1516 0 0 0 3 1 0 0 15 0 1 0 887727453 30834688 1351 33554432000 4194304 5683644 140733724340368 18446744073709551615 233505373831 0 2147483391 16781312 2 18446744071699953811 0 0 17 4 0 0 0
/proc/21487/statm: 7528 1351 443 364 0 898 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30112

[startup+3.10098 s]
/proc/loadavg: 0.08 0.02 0.01 1/178 21491
/proc/meminfo: memFree=11443752/32951124 swapFree=67054264/67111528
[pid=21487] ppid=21483 vsize=84472 CPUtime=0.06 cores=0,2,4,6
/proc/21487/stat : 21487 (python) S 21483 21487 21443 0 -1 4202496 2400 0 0 0 5 1 0 0 16 0 1 0 887727453 86499328 2127 33554432000 4194304 5683644 140733724340368 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/21487/statm: 21118 2127 707 364 0 1335 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 84472
heavy processes:

[startup+6.30046 s]
/proc/loadavg: 0.08 0.02 0.01 1/178 21491
/proc/meminfo: memFree=11436892/32951124 swapFree=67054264/67111528
[pid=21487] ppid=21483 vsize=135580 CPUtime=0.18 cores=0,2,4,6
/proc/21487/stat : 21487 (python) S 21483 21487 21443 0 -1 4202496 5919 935 1 0 14 4 0 0 15 0 1 0 887727453 138833920 4132 33554432000 4194304 5683644 140733724340368 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699953811 0 0 17 4 0 0 0
/proc/21487/statm: 33895 4132 1032 364 0 3081 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135580
heavy processes:

[startup+12.7003 s]
/proc/loadavg: 0.07 0.02 0.00 1/178 21499
/proc/meminfo: memFree=11427020/32951124 swapFree=67054264/67111528
[pid=21487] ppid=21483 vsize=135748 CPUtime=0.2 cores=0,2,4,6
/proc/21487/stat : 21487 (python) S 21483 21487 21443 0 -1 4202496 5969 935 1 0 15 5 0 0 15 0 1 0 887727453 139005952 4150 33554432000 4194304 5683644 140733724340368 18446744073709551615 233510293509 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/21487/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135748
heavy processes:

[startup+25.501 s]
/proc/loadavg: 0.22 0.05 0.01 3/178 21499
/proc/meminfo: memFree=11078924/32951124 swapFree=67054264/67111528
[pid=21487] ppid=21483 vsize=412192 CPUtime=4.78 cores=0,2,4,6
/proc/21487/stat : 21487 (python) R 21483 21487 21443 0 -1 4202496 66029 935 1 0 461 17 0 0 23 0 1 0 887727453 422084608 40433 33554432000 4194304 5683644 140733724340368 18446744073709551615 4458874 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21487/statm: 103048 40433 1826 364 0 38972 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 412192
heavy processes:

[startup+51.1003 s]
/proc/loadavg: 0.82 0.20 0.07 3/178 21500
/proc/meminfo: memFree=11073224/32951124 swapFree=67054264/67111528
[pid=21487] ppid=21483 vsize=417900 CPUtime=30.37 cores=0,2,4,6
/proc/21487/stat : 21487 (python) R 21483 21487 21443 0 -1 4202496 67463 935 1 0 3020 17 0 0 25 0 1 0 887727453 427929600 41867 33554432000 4194304 5683644 140733724340368 18446744073709551615 47476760365184 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21487/statm: 104475 41867 1833 364 0 40399 0
Current children cumulated CPU time (s) 30.37
Current children cumulated vsize (KiB) 417900
heavy processes:

[startup+102.307 s]
/proc/loadavg: 1.53 0.50 0.17 3/181 21504
/proc/meminfo: memFree=11027900/32951124 swapFree=67054264/67111528
[pid=21487] ppid=21483 vsize=417200 CPUtime=52.22 cores=0,2,4,6
/proc/21487/stat : 21487 (python) S 21483 21487 21443 0 -1 4202496 67837 935 1 0 5204 18 0 0 25 0 2 0 887727453 427212800 39171 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21487/statm: 104300 39171 1875 364 0 40218 0
[pid=21501] ppid=21487 vsize=406956 CPUtime=0.03 cores=0,2,4,6
/proc/21501/stat : 21501 (python) S 21487 21487 21443 0 -1 4202560 985 0 0 0 2 1 0 0 18 0 1 0 887734746 416722944 37673 33554432000 4194304 5683644 140733724340368 18446744073709551615 233510317583 0 0 16781312 514 605259160858099972 0 0 17 4 0 0 0
/proc/21501/statm: 101739 37673 381 364 0 37657 0
[pid=21503] ppid=21501 vsize=48816 CPUtime=29.35 cores=0,2,4,6
/proc/21503/stat : 21503 (lingeling) R 21501 21503 21503 0 -1 4202496 19392 0 0 0 2933 2 0 0 25 0 1 0 887734747 49987584 11374 33554432000 4194304 4352236 140733363009872 18446744073709551615 4328109 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21503/statm: 12204 11374 129 39 0 11284 0
[pid=21487/tid=21502] ppid=21483 vsize=417200 CPUtime=0 cores=0,2,4,6
/proc/21487/task/21502/stat : 21502 (python) S 21483 21487 21443 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 2 0 887734747 427212800 39171 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 2 18446604453961750592 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 81.6
Current children cumulated vsize (KiB) 872972
heavy processes:

[startup+162.3 s]
/proc/loadavg: 1.81 0.75 0.28 3/184 21509
/proc/meminfo: memFree=10388964/32951124 swapFree=67054264/67111528
[pid=21487] ppid=21483 vsize=417200 CPUtime=52.22 cores=0,2,4,6
/proc/21487/stat : 21487 (python) S 21483 21487 21443 0 -1 4202496 67837 935 1 0 5204 18 0 0 25 0 2 0 887727453 427212800 39171 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21487/statm: 104300 39171 1875 364 0 40218 0
[pid=21501] ppid=21487 vsize=406956 CPUtime=0.1 cores=0,2,4,6
/proc/21501/stat : 21501 (python) S 21487 21487 21443 0 -1 4202560 1009 0 0 0 5 5 0 0 18 0 1 0 887734746 416722944 37673 33554432000 4194304 5683644 140733724340368 18446744073709551615 233510317583 0 0 16781312 514 605259160858099972 0 0 17 4 0 0 0
/proc/21501/statm: 101739 37673 381 364 0 37657 0
[pid=21503] ppid=21501 vsize=53304 CPUtime=89.35 cores=0,2,4,6
/proc/21503/stat : 21503 (lingeling) R 21501 21503 21503 0 -1 4202496 20289 0 0 0 8932 3 0 0 25 0 1 0 887734747 54583296 11473 33554432000 4194304 4352236 140733363009872 18446744073709551615 4234441 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21503/statm: 13326 11473 129 39 0 12406 0
[pid=21487/tid=21502] ppid=21483 vsize=417200 CPUtime=0 cores=0,2,4,6
/proc/21487/task/21502/stat : 21502 (python) S 21483 21487 21443 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 2 0 887734747 427212800 39171 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 2 18446604453961750592 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 141.67
Current children cumulated vsize (KiB) 877460

[startup+222.301 s]
/proc/loadavg: 1.93 0.99 0.39 3/188 21514
/proc/meminfo: memFree=9748536/32951124 swapFree=67054264/67111528
[pid=21487] ppid=21483 vsize=427456 CPUtime=52.24 cores=0,2,4,6
/proc/21487/stat : 21487 (python) S 21483 21487 21443 0 -1 4202496 68634 935 1 0 5206 18 0 0 20 0 3 0 887727453 437714944 39178 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21487/statm: 106864 39178 1878 364 0 42779 0
[pid=21501] ppid=21487 vsize=417200 CPUtime=0.11 cores=0,2,4,6
/proc/21501/stat : 21501 (python) S 21487 21487 21443 0 -1 4202560 1172 0 0 0 6 5 0 0 19 0 2 0 887734746 427212800 37711 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21501/statm: 104300 37711 414 364 0 40218 0
[pid=21503] ppid=21501 vsize=53304 CPUtime=100.09 cores=0,2,4,6
/proc/21503/stat : 21503 (lingeling) T 21501 21503 21503 0 -1 4202496 20289 0 0 0 10006 3 0 0 25 0 1 0 887734747 54583296 11473 33554432000 4194304 4352236 140733363009872 18446744073709551615 4327946 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/21503/statm: 13326 11473 129 39 0 12406 0
[pid=21501/tid=21510] ppid=21487 vsize=417200 CPUtime=0 cores=0,2,4,6
/proc/21501/task/21510/stat : 21510 (python) S 21487 21487 21443 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 887744758 427212800 37711 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 514 18446604453912946816 0 0 -1 0 0 0 0
[pid=21511] ppid=21487 vsize=417212 CPUtime=0.06 cores=0,2,4,6
/proc/21511/stat : 21511 (python) S 21487 21487 21443 0 -1 4202560 929 0 0 0 4 2 0 0 15 0 1 0 887744760 427225088 37666 33554432000 4194304 5683644 140733724340368 18446744073709551615 233510317638 0 0 16781312 514 4604684332676645124 0 0 17 6 0 0 0
/proc/21511/statm: 104303 37666 370 364 0 40218 0
[pid=21513] ppid=21511 vsize=744596 CPUtime=49.21 cores=0,2,4,6
/proc/21513/stat : 21513 (cryptominisat-2) R 21511 21513 21513 0 -1 4202496 168463 0 0 0 4896 25 0 0 25 0 1 0 887744761 762466304 153438 33554432000 4194304 4677096 140734055791280 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 186149 153438 391 118 0 181108 0
[pid=21487/tid=21502] ppid=21483 vsize=427456 CPUtime=0 cores=0,2,4,6
/proc/21487/task/21502/stat : 21502 (python) S 21483 21487 21443 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 3 0 887734747 437714944 39178 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 2 18446604453961750592 0 0 -1 4 0 0 0
[pid=21487/tid=21512] ppid=21483 vsize=427456 CPUtime=0 cores=0,2,4,6
/proc/21487/task/21512/stat : 21512 (python) S 21483 21487 21443 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 3 0 887744761 437714944 39178 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 2 18446604453961750592 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 201.71
Current children cumulated vsize (KiB) 2059768

[startup+282.301 s]
/proc/loadavg: 1.97 1.16 0.48 3/188 21516
/proc/meminfo: memFree=9683516/32951124 swapFree=67054264/67111528
[pid=21487] ppid=21483 vsize=427456 CPUtime=52.24 cores=0,2,4,6
/proc/21487/stat : 21487 (python) S 21483 21487 21443 0 -1 4202496 68634 935 1 0 5206 18 0 0 20 0 3 0 887727453 437714944 39178 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21487/statm: 106864 39178 1878 364 0 42779 0
[pid=21501] ppid=21487 vsize=417200 CPUtime=0.11 cores=0,2,4,6
/proc/21501/stat : 21501 (python) S 21487 21487 21443 0 -1 4202560 1172 0 0 0 6 5 0 0 19 0 2 0 887734746 427212800 37711 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21501/statm: 104300 37711 414 364 0 40218 0
[pid=21503] ppid=21501 vsize=53304 CPUtime=100.09 cores=0,2,4,6
/proc/21503/stat : 21503 (lingeling) T 21501 21503 21503 0 -1 4202496 20289 0 0 0 10006 3 0 0 25 0 1 0 887734747 54583296 11473 33554432000 4194304 4352236 140733363009872 18446744073709551615 4327946 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/21503/statm: 13326 11473 129 39 0 12406 0
[pid=21501/tid=21510] ppid=21487 vsize=417200 CPUtime=0 cores=0,2,4,6
/proc/21501/task/21510/stat : 21510 (python) S 21487 21487 21443 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 887744758 427212800 37711 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 514 18446604453912946816 0 0 -1 0 0 0 0
[pid=21511] ppid=21487 vsize=417212 CPUtime=0.15 cores=0,2,4,6

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

/proc/21487/task/21502/stat : 21502 (python) S 21483 21487 21443 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 7 0 887734747 479723520 39202 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 2 18446604453961750592 0 0 -1 4 0 0 0
[pid=21487/tid=21512] ppid=21483 vsize=468480 CPUtime=0 cores=0,2,4,6
/proc/21487/task/21512/stat : 21512 (python) S 21483 21487 21443 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 7 0 887744761 479723520 39202 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 2 18446604453961750592 0 0 -1 4 0 0 0
[pid=21487/tid=21553] ppid=21483 vsize=468480 CPUtime=0 cores=0,2,4,6
/proc/21487/task/21553/stat : 21553 (python) S 21483 21487 21443 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 7 0 887842643 479723520 39202 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 2 18446604453961750592 0 0 -1 4 0 0 0
[pid=21487/tid=21570] ppid=21483 vsize=468480 CPUtime=0 cores=0,2,4,6
/proc/21487/task/21570/stat : 21570 (python) S 21483 21487 21443 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 7 0 887871877 479723520 39202 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 2 18446604453961750592 0 0 -1 4 0 0 0
[pid=21487/tid=21579] ppid=21483 vsize=468480 CPUtime=0 cores=0,2,4,6
/proc/21487/task/21579/stat : 21579 (python) S 21483 21487 21443 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 7 0 887891503 479723520 39202 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 2 18446604453961750592 0 0 -1 4 0 0 0
[pid=21487/tid=21824] ppid=21483 vsize=468480 CPUtime=0 cores=0,2,4,6
/proc/21487/task/21824/stat : 21824 (python) S 21483 21487 21443 0 -1 4202560 34 935 0 0 0 0 0 0 20 0 7 0 888056677 479723520 39202 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 2 18446604453961750592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4948.19
Current children cumulated vsize (KiB) 5676976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5014.1 s]
/proc/loadavg: 2.01 2.01 1.94 3/208 21973
/proc/meminfo: memFree=8952940/32951124 swapFree=67054264/67111528
[pid=21487] ppid=21483 vsize=468480 CPUtime=52.43 cores=0,2,4,6
/proc/21487/stat : 21487 (python) S 21483 21487 21443 0 -1 4202496 72000 935 1 0 5222 21 0 0 20 0 7 0 887727453 479723520 39202 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21487/statm: 117120 39202 1886 364 0 53023 0
[pid=21501] ppid=21487 vsize=417200 CPUtime=0.69 cores=0,2,4,6
/proc/21501/stat : 21501 (python) S 21487 21487 21443 0 -1 4202560 1216 0 0 0 37 32 0 0 18 0 2 0 887734746 427212800 37712 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21501/statm: 104300 37712 415 364 0 40218 0
[pid=21503] ppid=21501 vsize=61568 CPUtime=587.59 cores=0,2,4,6
/proc/21503/stat : 21503 (lingeling) T 21501 21503 21503 0 -1 4202496 23044 0 0 0 58755 4 0 0 25 0 1 0 887734747 63045632 13539 33554432000 4194304 4352236 140733363009872 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/21503/statm: 15392 13539 129 39 0 14472 0
[pid=21501/tid=21510] ppid=21487 vsize=417200 CPUtime=0 cores=0,2,4,6
/proc/21501/task/21510/stat : 21510 (python) S 21487 21487 21443 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 887744758 427212800 37712 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 514 18446604453912946816 0 0 -1 0 0 0 0
[pid=21511] ppid=21487 vsize=417212 CPUtime=2.68 cores=0,2,4,6
/proc/21511/stat : 21511 (python) S 21487 21487 21443 0 -1 4202560 1165 0 0 0 152 116 0 0 15 0 2 0 887744760 427225088 37696 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21511/statm: 104303 37696 399 364 0 40218 0
[pid=21513] ppid=21511 vsize=1131892 CPUtime=1946.72 cores=0,2,4,6
/proc/21513/stat : 21513 (cryptominisat-2) T 21511 21513 21513 0 -1 4202496 637146 0 0 0 194544 128 0 0 25 0 1 0 887744761 1159057408 226087 33554432000 4194304 4677096 140734055791280 18446744073709551615 4505656 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/21513/statm: 282973 226087 391 118 0 277932 0
[pid=21511/tid=21530] ppid=21487 vsize=417212 CPUtime=0 cores=0,2,4,6
/proc/21511/task/21530/stat : 21530 (python) S 21487 21487 21443 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 2 0 887793890 427225088 37696 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 514 18446604453965274176 0 0 -1 6 0 0 0
[pid=21552] ppid=21487 vsize=427468 CPUtime=0.34 cores=0,2,4,6
/proc/21552/stat : 21552 (python) S 21487 21487 21443 0 -1 4202560 1130 0 0 0 20 14 0 0 19 0 2 0 887842643 437727232 37700 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21552/statm: 106867 37700 399 364 0 42779 0
[pid=21554] ppid=21552 vsize=50704 CPUtime=292.3 cores=0,2,4,6
/proc/21554/stat : 21554 (lingeling) T 21552 21554 21554 0 -1 4202496 20343 0 0 0 29226 4 0 0 25 0 1 0 887842644 51920896 11463 33554432000 4194304 4352236 140733614097792 18446744073709551615 4328066 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/21554/statm: 12676 11463 129 39 0 11756 0
[pid=21552/tid=21568] ppid=21487 vsize=427468 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21568/stat : 21568 (python) S 21487 21487 21443 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887871874 437727232 37700 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 514 18446604453961565184 0 0 -1 0 0 0 0
[pid=21569] ppid=21487 vsize=437724 CPUtime=0.39 cores=0,2,4,6
/proc/21569/stat : 21569 (python) S 21487 21487 21443 0 -1 4202560 1150 0 0 0 22 17 0 0 18 0 2 0 887871876 448229376 37704 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21569/statm: 109431 37704 399 364 0 45340 0
[pid=21571] ppid=21569 vsize=210552 CPUtime=293.34 cores=0,2,4,6
/proc/21571/stat : 21571 (precosat) T 21569 21571 21571 0 -1 4202496 77315 0 0 0 29325 9 0 0 25 0 1 0 887871877 215605248 50633 33554432000 4194304 4890832 140733266838224 18446744073709551615 4238627 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/21571/statm: 52638 50633 86 171 0 52465 0
[pid=21569/tid=21577] ppid=21487 vsize=437724 CPUtime=0 cores=0,2,4,6
/proc/21569/task/21577/stat : 21577 (python) S 21487 21487 21443 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 887891500 448229376 37704 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 514 18446604453935777728 0 0 -1 2 0 0 0
[pid=21578] ppid=21487 vsize=447980 CPUtime=0.13 cores=0,2,4,6
/proc/21578/stat : 21578 (python) S 21487 21487 21443 0 -1 4202560 1116 0 0 0 7 6 0 0 19 0 2 0 887891502 458731520 37708 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21578/statm: 111995 37708 399 364 0 47901 0
[pid=21580] ppid=21578 vsize=53960 CPUtime=99.11 cores=0,2,4,6
/proc/21580/stat : 21580 (lingeling) T 21578 21580 21580 0 -1 4202496 20433 0 0 0 9909 2 0 0 25 0 1 0 887891503 55255040 11637 33554432000 4194304 4352236 140734558553328 18446744073709551615 4319128 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/21580/statm: 13490 11637 129 39 0 12570 0
[pid=21578/tid=21584] ppid=21487 vsize=447980 CPUtime=0 cores=0,2,4,6
/proc/21578/task/21584/stat : 21584 (python) S 21487 21487 21443 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887901416 458731520 37708 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 514 18446604453934715840 0 0 -1 6 0 0 0
[pid=21823] ppid=21487 vsize=458236 CPUtime=2.47 cores=0,2,4,6
/proc/21823/stat : 21823 (python) S 21487 21487 21443 0 -1 4202560 1031 0 0 0 142 105 0 0 15 0 1 0 888056676 469233664 37683 33554432000 4194304 5683644 140733724340368 18446744073709551615 233510317638 0 0 16781312 514 605259160858099972 0 0 17 2 0 0 0
/proc/21823/statm: 114559 37683 371 364 0 50462 0
[pid=21825] ppid=21823 vsize=1095316 CPUtime=1721.89 cores=0,2,4,6
/proc/21825/stat : 21825 (cryptominisat-2) R 21823 21825 21825 0 -1 4202496 559551 0 0 0 172087 102 0 0 25 0 1 0 888056677 1121603584 216247 33554432000 4194304 4677096 140737322665008 18446744073709551615 4334775 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21825/statm: 273829 216247 392 118 0 268788 0
[pid=21487/tid=21502] ppid=21483 vsize=468480 CPUtime=0 cores=0,2,4,6
/proc/21487/task/21502/stat : 21502 (python) S 21483 21487 21443 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 7 0 887734747 479723520 39202 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 2 18446604453961750592 0 0 -1 4 0 0 0
[pid=21487/tid=21512] ppid=21483 vsize=468480 CPUtime=0 cores=0,2,4,6
/proc/21487/task/21512/stat : 21512 (python) S 21483 21487 21443 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 7 0 887744761 479723520 39202 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 2 18446604453961750592 0 0 -1 4 0 0 0
[pid=21487/tid=21553] ppid=21483 vsize=468480 CPUtime=0 cores=0,2,4,6
/proc/21487/task/21553/stat : 21553 (python) S 21483 21487 21443 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 7 0 887842643 479723520 39202 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 2 18446604453961750592 0 0 -1 4 0 0 0
[pid=21487/tid=21570] ppid=21483 vsize=468480 CPUtime=0 cores=0,2,4,6
/proc/21487/task/21570/stat : 21570 (python) S 21483 21487 21443 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 7 0 887871877 479723520 39202 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 2 18446604453961750592 0 0 -1 4 0 0 0
[pid=21487/tid=21579] ppid=21483 vsize=468480 CPUtime=0 cores=0,2,4,6
/proc/21487/task/21579/stat : 21579 (python) S 21483 21487 21443 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 7 0 887891503 479723520 39202 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 2 18446604453961750592 0 0 -1 4 0 0 0
[pid=21487/tid=21824] ppid=21483 vsize=468480 CPUtime=0 cores=0,2,4,6
/proc/21487/task/21824/stat : 21824 (python) S 21483 21487 21443 0 -1 4202560 34 935 0 0 0 0 0 0 20 0 7 0 888056677 479723520 39202 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 2 18446604453961750592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 5678292

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

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

[startup+5014.1 s]
/proc/loadavg: 2.01 2.01 1.94 3/208 21973
/proc/meminfo: memFree=8952940/32951124 swapFree=67054264/67111528
[pid=21487] ppid=21483 vsize=468480 CPUtime=52.43 cores=0,2,4,6
/proc/21487/stat : 21487 (python) S 21483 21487 21443 0 -1 4202496 72000 935 1 0 5222 21 0 0 20 0 7 0 887727453 479723520 39202 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21487/statm: 117120 39202 1886 364 0 53023 0
[pid=21501] ppid=21487 vsize=417200 CPUtime=0.69 cores=0,2,4,6
/proc/21501/stat : 21501 (python) S 21487 21487 21443 0 -1 4202560 1216 0 0 0 37 32 0 0 18 0 2 0 887734746 427212800 37712 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21501/statm: 104300 37712 415 364 0 40218 0
[pid=21503] ppid=21501 vsize=61568 CPUtime=587.59 cores=0,2,4,6
/proc/21503/stat : 21503 (lingeling) T 21501 21503 21503 0 -1 4202496 23044 0 0 0 58755 4 0 0 25 0 1 0 887734747 63045632 13539 33554432000 4194304 4352236 140733363009872 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/21503/statm: 15392 13539 129 39 0 14472 0
[pid=21501/tid=21510] ppid=21487 vsize=417200 CPUtime=0 cores=0,2,4,6
/proc/21501/task/21510/stat : 21510 (python) S 21487 21487 21443 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 887744758 427212800 37712 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 514 18446604453912946816 0 0 -1 0 0 0 0
[pid=21511] ppid=21487 vsize=417212 CPUtime=2.68 cores=0,2,4,6
/proc/21511/stat : 21511 (python) S 21487 21487 21443 0 -1 4202560 1165 0 0 0 152 116 0 0 15 0 2 0 887744760 427225088 37696 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21511/statm: 104303 37696 399 364 0 40218 0
[pid=21513] ppid=21511 vsize=1131892 CPUtime=1946.72 cores=0,2,4,6
/proc/21513/stat : 21513 (cryptominisat-2) T 21511 21513 21513 0 -1 4202496 637146 0 0 0 194544 128 0 0 25 0 1 0 887744761 1159057408 226087 33554432000 4194304 4677096 140734055791280 18446744073709551615 4505656 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/21513/statm: 282973 226087 391 118 0 277932 0
[pid=21511/tid=21530] ppid=21487 vsize=417212 CPUtime=0 cores=0,2,4,6
/proc/21511/task/21530/stat : 21530 (python) S 21487 21487 21443 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 2 0 887793890 427225088 37696 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 514 18446604453965274176 0 0 -1 6 0 0 0
[pid=21552] ppid=21487 vsize=427468 CPUtime=0.34 cores=0,2,4,6
/proc/21552/stat : 21552 (python) S 21487 21487 21443 0 -1 4202560 1130 0 0 0 20 14 0 0 19 0 2 0 887842643 437727232 37700 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21552/statm: 106867 37700 399 364 0 42779 0
[pid=21554] ppid=21552 vsize=50704 CPUtime=292.3 cores=0,2,4,6
/proc/21554/stat : 21554 (lingeling) T 21552 21554 21554 0 -1 4202496 20343 0 0 0 29226 4 0 0 25 0 1 0 887842644 51920896 11463 33554432000 4194304 4352236 140733614097792 18446744073709551615 4328066 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/21554/statm: 12676 11463 129 39 0 11756 0
[pid=21552/tid=21568] ppid=21487 vsize=427468 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21568/stat : 21568 (python) S 21487 21487 21443 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887871874 437727232 37700 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 514 18446604453961565184 0 0 -1 0 0 0 0
[pid=21569] ppid=21487 vsize=437724 CPUtime=0.39 cores=0,2,4,6
/proc/21569/stat : 21569 (python) S 21487 21487 21443 0 -1 4202560 1150 0 0 0 22 17 0 0 18 0 2 0 887871876 448229376 37704 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21569/statm: 109431 37704 399 364 0 45340 0
[pid=21571] ppid=21569 vsize=210552 CPUtime=293.34 cores=0,2,4,6
/proc/21571/stat : 21571 (precosat) T 21569 21571 21571 0 -1 4202496 77315 0 0 0 29325 9 0 0 25 0 1 0 887871877 215605248 50633 33554432000 4194304 4890832 140733266838224 18446744073709551615 4238627 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/21571/statm: 52638 50633 86 171 0 52465 0
[pid=21569/tid=21577] ppid=21487 vsize=437724 CPUtime=0 cores=0,2,4,6
/proc/21569/task/21577/stat : 21577 (python) S 21487 21487 21443 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 887891500 448229376 37704 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 514 18446604453935777728 0 0 -1 2 0 0 0
[pid=21578] ppid=21487 vsize=447980 CPUtime=0.13 cores=0,2,4,6
/proc/21578/stat : 21578 (python) S 21487 21487 21443 0 -1 4202560 1116 0 0 0 7 6 0 0 19 0 2 0 887891502 458731520 37708 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21578/statm: 111995 37708 399 364 0 47901 0
[pid=21580] ppid=21578 vsize=53960 CPUtime=99.11 cores=0,2,4,6
/proc/21580/stat : 21580 (lingeling) T 21578 21580 21580 0 -1 4202496 20433 0 0 0 9909 2 0 0 25 0 1 0 887891503 55255040 11637 33554432000 4194304 4352236 140734558553328 18446744073709551615 4319128 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/21580/statm: 13490 11637 129 39 0 12570 0
[pid=21578/tid=21584] ppid=21487 vsize=447980 CPUtime=0 cores=0,2,4,6
/proc/21578/task/21584/stat : 21584 (python) S 21487 21487 21443 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887901416 458731520 37708 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 514 18446604453934715840 0 0 -1 6 0 0 0
[pid=21823] ppid=21487 vsize=458236 CPUtime=2.47 cores=0,2,4,6
/proc/21823/stat : 21823 (python) S 21487 21487 21443 0 -1 4202560 1031 0 0 0 142 105 0 0 15 0 1 0 888056676 469233664 37683 33554432000 4194304 5683644 140733724340368 18446744073709551615 233510317638 0 0 16781312 514 605259160858099972 0 0 17 2 0 0 0
/proc/21823/statm: 114559 37683 371 364 0 50462 0
[pid=21825] ppid=21823 vsize=1095316 CPUtime=1721.89 cores=0,2,4,6
/proc/21825/stat : 21825 (cryptominisat-2) R 21823 21825 21825 0 -1 4202496 559551 0 0 0 172087 102 0 0 25 0 1 0 888056677 1121603584 216247 33554432000 4194304 4677096 140737322665008 18446744073709551615 4334775 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21825/statm: 273829 216247 392 118 0 268788 0
[pid=21487/tid=21502] ppid=21483 vsize=468480 CPUtime=0 cores=0,2,4,6
/proc/21487/task/21502/stat : 21502 (python) S 21483 21487 21443 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 7 0 887734747 479723520 39202 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 2 18446604453961750592 0 0 -1 4 0 0 0
[pid=21487/tid=21512] ppid=21483 vsize=468480 CPUtime=0 cores=0,2,4,6
/proc/21487/task/21512/stat : 21512 (python) S 21483 21487 21443 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 7 0 887744761 479723520 39202 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 2 18446604453961750592 0 0 -1 4 0 0 0
[pid=21487/tid=21553] ppid=21483 vsize=468480 CPUtime=0 cores=0,2,4,6
/proc/21487/task/21553/stat : 21553 (python) S 21483 21487 21443 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 7 0 887842643 479723520 39202 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 2 18446604453961750592 0 0 -1 4 0 0 0
[pid=21487/tid=21570] ppid=21483 vsize=468480 CPUtime=0 cores=0,2,4,6
/proc/21487/task/21570/stat : 21570 (python) S 21483 21487 21443 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 7 0 887871877 479723520 39202 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 2 18446604453961750592 0 0 -1 4 0 0 0
[pid=21487/tid=21579] ppid=21483 vsize=468480 CPUtime=0 cores=0,2,4,6
/proc/21487/task/21579/stat : 21579 (python) S 21483 21487 21443 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 7 0 887891503 479723520 39202 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 2 18446604453961750592 0 0 -1 4 0 0 0
[pid=21487/tid=21824] ppid=21483 vsize=468480 CPUtime=0 cores=0,2,4,6
/proc/21487/task/21824/stat : 21824 (python) S 21483 21487 21443 0 -1 4202560 34 935 0 0 0 0 0 0 20 0 7 0 888056677 479723520 39202 33554432000 4194304 5683644 140733724340368 18446744073709551615 233522121137 0 0 16781312 2 18446604453961750592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 5678292

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21487 and gives
#  childrusage.ru_utime.tv_sec=52
#  childrusage.ru_utime.tv_usec=231059
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=226965
# CPU time returned by wait4() is 52.458
# while last known CPU time is 5000.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5014.15
CPU time (s): 5000.08
CPU user time (s): 4994.48
CPU system time (s): 5.6
CPU usage (%): 99.7194
Max. virtual memory (cumulated for all children) (KiB): 5727028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.2311
system time used= 0.226965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72939
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= 6822
involuntary context switches= 117

runsolver used 9.07462 second user time and 19.3841 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-13 10:18:34
IDJOB=3498251
IDBENCH=20386
IDSOLVER=1991
FILE ID=node145/3498251-1307953113
RUNJOBID= node145-1307953113-21461
PBS_JOBID= 13559683
Free space on /var/tmp= 2884 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/partial-5-11-u.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-3498251-1307953113/watcher-3498251-1307953113 -o /var/tmp/evaluation-result-3498251-1307953113/solver-3498251-1307953113 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498251-1307953113.cnf -seed 1825549681 -budget 5000

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

MD5SUM BENCH= 8e22d84b1ae625d44fbf300a32374a2d
RANDOM SEED=1825549681

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11455848 kB
Buffers:        108600 kB
Cached:       20650972 kB
SwapCached:       9680 kB
Active:        5382640 kB
Inactive:     15395112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11455848 kB
SwapTotal:    67111528 kB
SwapFree:     67054264 kB
Dirty:           95188 kB
Writeback:           0 kB
AnonPages:       16532 kB
Mapped:          12376 kB
Slab:           652536 kB
PageTables:       4612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   182348 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= 2832 MiB
End job on node145 at 2011-06-13 11:42:12