Trace number 3378070

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) 1300.47 1300.04

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
MD5SUMa8ad0173824ed9404a8c153da07c5f9c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark938.798
Satisfiable
(Un)Satisfiability was proved
Number of variables183325
Number of clauses546914
Sum of the clauses size1276130
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2364608
Number of clauses of size 3182304
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.47	c INFO: solving HOME/instance-3378070-1305455682.cnf
0.31/0.47	c INFO: computing task features
2.00/2.15	c INFO: computed variable-clause graph statistics
2.10/2.21	c INFO: computed clause balance statistics
11.18/11.33	c INFO: computed variable balance statistics
18.09/18.24	c INFO: computed small-clause counts
18.19/18.35	c INFO: computed Horn-clause counts
56.89/57.01	c INFO: computed variable graph statistics
56.89/57.01	c INFO: collected features for HOME/instance-3378070-1305455682.cnf in 56.48 s
56.89/57.02	c INFO: running lingeling-276@0 for 388 with 2343 remaining (b = 0.71)
451.81/451.95	c INFO: running lingeling-276@0 for 97 with 1949 remaining (b = 0.48)
551.99/552.20	c INFO: running cryptominisat-2.9.0@0 for 1849 with 1849 remaining (b = 0.61)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3378070-1305455682/watcher-3378070-1305455682 -o /tmp/evaluation-result-3378070-1305455682/solver-3378070-1305455682 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378070-1305455682.cnf -seed 1505617664 -budget 2400 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.91 1.89 2.43 5/348 30535
/proc/meminfo: memFree=12962904/32950928 swapFree=67085488/67111528
[pid=30535] ppid=30533 vsize=14304 CPUtime=0 cores=1,3
/proc/30535/stat : 30535 (python) R 30533 30535 29010 0 -1 4194304 150 0 0 0 0 0 0 0 23 0 1 0 735798920 14647296 102 33554432000 4194304 5683644 140736210103648 18446744073709551615 231890568624 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30535/statm: 3576 108 89 364 0 50 0

[startup+0.0497141 s]
/proc/loadavg: 2.91 1.89 2.43 5/348 30535
/proc/meminfo: memFree=12962904/32950928 swapFree=67085488/67111528
[pid=30535] ppid=30533 vsize=18880 CPUtime=0.02 cores=1,3
/proc/30535/stat : 30535 (python) R 30533 30535 29010 0 -1 4202496 1287 0 0 0 2 0 0 0 17 0 1 0 735798920 19333120 1140 33554432000 4194304 5683644 140736210103648 18446744073709551615 4870067 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30535/statm: 4720 1140 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.100706 s]
/proc/loadavg: 2.91 1.89 2.43 5/348 30535
/proc/meminfo: memFree=12962904/32950928 swapFree=67085488/67111528
[pid=30535] ppid=30533 vsize=99340 CPUtime=0.06 cores=1,3
/proc/30535/stat : 30535 (python) R 30533 30535 29010 0 -1 4202496 2855 0 0 0 5 1 0 0 17 0 1 0 735798920 101724160 2556 33554432000 4194304 5683644 140736210103648 18446744073709551615 231895488512 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30535/statm: 24835 2556 818 364 0 1686 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 99340

[startup+0.300668 s]
/proc/loadavg: 2.91 1.89 2.43 5/348 30535
/proc/meminfo: memFree=12962904/32950928 swapFree=67085488/67111528
[pid=30535] ppid=30533 vsize=157380 CPUtime=0.22 cores=1,3
/proc/30535/stat : 30535 (python) R 30533 30535 29010 0 -1 4202496 6599 934 1 0 16 6 0 0 17 0 1 0 735798920 161157120 4696 33554432000 4194304 5683644 140736210103648 18446744073709551615 4510404 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30535/statm: 39345 4696 1257 364 0 3453 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 157380

[startup+0.700596 s]
/proc/loadavg: 2.91 1.89 2.43 5/348 30535
/proc/meminfo: memFree=12962904/32950928 swapFree=67085488/67111528
[pid=30535] ppid=30533 vsize=302256 CPUtime=0.58 cores=1,3
/proc/30535/stat : 30535 (python) R 30533 30535 29010 0 -1 4202496 15246 934 1 0 49 9 0 0 17 0 1 0 735798920 309510144 12805 33554432000 4194304 5683644 140736210103648 18446744073709551615 231895151301 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30535/statm: 75564 12805 1761 364 0 11488 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 302256

[startup+1.50044 s]
/proc/loadavg: 2.91 1.89 2.43 5/349 30540
/proc/meminfo: memFree=12895936/32950928 swapFree=67085488/67111528
[pid=30535] ppid=30533 vsize=356772 CPUtime=1.38 cores=1,3
/proc/30535/stat : 30535 (python) R 30533 30535 29010 0 -1 4202496 28546 934 1 0 128 10 0 0 18 0 1 0 735798920 365334528 26105 33554432000 4194304 5683644 140736210103648 18446744073709551615 231895151301 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30535/statm: 89193 26105 1761 364 0 25117 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 356772

[startup+3.10114 s]
/proc/loadavg: 2.91 1.89 2.43 5/349 30540
/proc/meminfo: memFree=12822700/32950928 swapFree=67085488/67111528
[pid=30535] ppid=30533 vsize=389544 CPUtime=2.99 cores=1,3
/proc/30535/stat : 30535 (python) R 30533 30535 29010 0 -1 4202496 49570 934 1 0 286 13 0 0 21 0 1 0 735798920 398893056 34771 33554432000 4194304 5683644 140736210103648 18446744073709551615 231898899125 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30535/statm: 97386 34771 1826 364 0 33310 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 389544

[startup+6.30054 s]
/proc/loadavg: 2.99 1.93 2.44 5/343 30562
/proc/meminfo: memFree=12962676/32950928 swapFree=67085488/67111528
[pid=30535] ppid=30533 vsize=389544 CPUtime=6.19 cores=1,3
/proc/30535/stat : 30535 (python) R 30533 30535 29010 0 -1 4202496 49570 934 1 0 606 13 0 0 25 0 1 0 735798920 398893056 34771 33554432000 4194304 5683644 140736210103648 18446744073709551615 47613693174101 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30535/statm: 97386 34771 1826 364 0 33310 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 389544

[startup+12.7003 s]
/proc/loadavg: 3.07 1.96 2.45 5/346 30572
/proc/meminfo: memFree=12810632/32950928 swapFree=67085488/67111528
[pid=30535] ppid=30533 vsize=389544 CPUtime=12.58 cores=1,3
/proc/30535/stat : 30535 (python) R 30533 30535 29010 0 -1 4202496 49571 934 1 0 1245 13 0 0 25 0 1 0 735798920 398893056 34772 33554432000 4194304 5683644 140736210103648 18446744073709551615 231895149995 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30535/statm: 97386 34772 1827 364 0 33310 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 389544

[startup+25.5009 s]
/proc/loadavg: 3.28 2.06 2.47 5/346 30573
/proc/meminfo: memFree=12809004/32950928 swapFree=67085488/67111528
[pid=30535] ppid=30533 vsize=389544 CPUtime=25.39 cores=1,3
/proc/30535/stat : 30535 (python) R 30533 30535 29010 0 -1 4202496 49577 934 1 0 2525 14 0 0 25 0 1 0 735798920 398893056 34778 33554432000 4194304 5683644 140736210103648 18446744073709551615 47613693094028 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30535/statm: 97386 34778 1833 364 0 33310 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 389544

[startup+51.1011 s]
/proc/loadavg: 3.52 2.21 2.51 5/349 30576
/proc/meminfo: memFree=12776592/32950928 swapFree=67085488/67111528
[pid=30535] ppid=30533 vsize=389544 CPUtime=50.99 cores=1,3
/proc/30535/stat : 30535 (python) R 30533 30535 29010 0 -1 4202496 49577 934 1 0 5085 14 0 0 25 0 1 0 735798920 398893056 34778 33554432000 4194304 5683644 140736210103648 18446744073709551615 47613693094016 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30535/statm: 97386 34778 1833 364 0 33310 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 389544

[startup+102.313 s]
/proc/loadavg: 3.79 2.49 2.59 5/352 30616
/proc/meminfo: memFree=12712208/32950928 swapFree=67085488/67111528
[pid=30535] ppid=30533 vsize=391436 CPUtime=56.91 cores=1,3
/proc/30535/stat : 30535 (python) S 30533 30535 29010 0 -1 4202496 49857 934 1 0 5677 14 0 0 25 0 2 0 735798920 400830464 32722 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30535/statm: 97859 32722 1867 364 0 33777 0
[pid=30578] ppid=30535 vsize=381192 CPUtime=0.09 cores=1,3
/proc/30578/stat : 30578 (python) S 30535 30535 29010 0 -1 4202560 908 0 0 0 5 4 0 0 18 0 1 0 735804623 390340608 31227 33554432000 4194304 5683644 140736210103648 18446744073709551615 231895510543 0 0 16781312 514 16877784961338278152 0 0 17 1 0 0 0
/proc/30578/statm: 95298 31227 376 364 0 31216 0
[pid=30580] ppid=30578 vsize=65924 CPUtime=45.17 cores=1,3
/proc/30580/stat : 30580 (lingeling) R 30578 30580 30580 0 -1 4202496 33212 0 0 0 4513 4 0 0 25 0 1 0 735804624 67506176 15651 33554432000 4194304 4352236 140737482463680 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30580/statm: 16481 15651 129 39 0 15561 0
[pid=30535/tid=30579] ppid=30533 vsize=391436 CPUtime=0 cores=1,3
/proc/30535/task/30579/stat : 30579 (python) S 30533 30535 29010 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 735804624 400830464 32722 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907314097 0 0 16781312 2 18446604464085142336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 838552

[startup+162.301 s]
/proc/loadavg: 4.10 2.81 2.69 5/349 30649
/proc/meminfo: memFree=11631012/32950928 swapFree=67085488/67111528
[pid=30535] ppid=30533 vsize=391436 CPUtime=56.91 cores=1,3
/proc/30535/stat : 30535 (python) S 30533 30535 29010 0 -1 4202496 49857 934 1 0 5677 14 0 0 25 0 2 0 735798920 400830464 32722 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30535/statm: 97859 32722 1867 364 0 33777 0
[pid=30578] ppid=30535 vsize=381192 CPUtime=0.25 cores=1,3
/proc/30578/stat : 30578 (python) S 30535 30535 29010 0 -1 4202560 936 0 0 0 13 12 0 0 18 0 1 0 735804623 390340608 31227 33554432000 4194304 5683644 140736210103648 18446744073709551615 231895510543 0 0 16781312 514 16877784961338278152 0 0 17 1 0 0 0
/proc/30578/statm: 95298 31227 376 364 0 31216 0
[pid=30580] ppid=30578 vsize=65920 CPUtime=105.01 cores=1,3
/proc/30580/stat : 30580 (lingeling) R 30578 30580 30580 0 -1 4202496 33212 0 0 0 10496 5 0 0 25 0 1 0 735804624 67502080 15650 33554432000 4194304 4352236 140737482463680 18446744073709551615 4328000 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30580/statm: 16480 15650 129 39 0 15560 0
[pid=30535/tid=30579] ppid=30533 vsize=391436 CPUtime=0 cores=1,3
/proc/30535/task/30579/stat : 30579 (python) S 30533 30535 29010 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 735804624 400830464 32722 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907314097 0 0 16781312 2 18446604464085142336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 838548

[startup+222.301 s]
/proc/loadavg: 4.20 3.07 2.78 5/349 30651
/proc/meminfo: memFree=11649272/32950928 swapFree=67085488/67111528
[pid=30535] ppid=30533 vsize=391436 CPUtime=56.91 cores=1,3
/proc/30535/stat : 30535 (python) S 30533 30535 29010 0 -1 4202496 49857 934 1 0 5677 14 0 0 25 0 2 0 735798920 400830464 32722 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30535/statm: 97859 32722 1867 364 0 33777 0
[pid=30578] ppid=30535 vsize=381192 CPUtime=0.4 cores=1,3
/proc/30578/stat : 30578 (python) S 30535 30535 29010 0 -1 4202560 956 0 0 0 21 19 0 0 18 0 1 0 735804623 390340608 31227 33554432000 4194304 5683644 140736210103648 18446744073709551615 231895510543 0 0 16781312 514 16877784961338278152 0 0 17 1 0 0 0
/proc/30578/statm: 95298 31227 376 364 0 31216 0
[pid=30580] ppid=30578 vsize=74108 CPUtime=164.87 cores=1,3
/proc/30580/stat : 30580 (lingeling) R 30578 30580 30580 0 -1 4202496 37308 0 0 0 16482 5 0 0 25 0 1 0 735804624 75886592 17697 33554432000 4194304 4352236 140737482463680 18446744073709551615 4328336 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30580/statm: 18527 17697 129 39 0 17607 0
[pid=30535/tid=30579] ppid=30533 vsize=391436 CPUtime=0 cores=1,3
/proc/30535/task/30579/stat : 30579 (python) S 30533 30535 29010 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 735804624 400830464 32722 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907314097 0 0 16781312 2 18446604464085142336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 846736

[startup+282.301 s]
/proc/loadavg: 4.07 3.23 2.86 5/349 30656
/proc/meminfo: memFree=11660752/32950928 swapFree=67085488/67111528
[pid=30535] ppid=30533 vsize=391436 CPUtime=56.91 cores=1,3
/proc/30535/stat : 30535 (python) S 30533 30535 29010 0 -1 4202496 49857 934 1 0 5677 14 0 0 25 0 2 0 735798920 400830464 32722 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30535/statm: 97859 32722 1867 364 0 33777 0
[pid=30578] ppid=30535 vsize=381192 CPUtime=0.54 cores=1,3
/proc/30578/stat : 30578 (python) S 30535 30535 29010 0 -1 4202560 968 0 0 0 29 25 0 0 18 0 1 0 735804623 390340608 31227 33554432000 4194304 5683644 140736210103648 18446744073709551615 231895510543 0 0 16781312 514 16877784961338278152 0 0 17 1 0 0 0
/proc/30578/statm: 95298 31227 376 364 0 31216 0
[pid=30580] ppid=30578 vsize=65912 CPUtime=224.73 cores=1,3
/proc/30580/stat : 30580 (lingeling) R 30578 30580 30580 0 -1 4202496 39356 0 0 0 22467 6 0 0 25 0 1 0 735804624 67493888 15648 33554432000 4194304 4352236 140737482463680 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30580/statm: 16478 15648 129 39 0 15558 0
[pid=30535/tid=30579] ppid=30533 vsize=391436 CPUtime=0 cores=1,3
/proc/30535/task/30579/stat : 30579 (python) S 30533 30535 29010 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 735804624 400830464 32722 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907314097 0 0 16781312 2 18446604464085142336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 838540

[startup+342.3 s]
/proc/loadavg: 4.11 3.40 2.94 5/349 30657
/proc/meminfo: memFree=11651704/32950928 swapFree=67085488/67111528
[pid=30535] ppid=30533 vsize=391436 CPUtime=56.91 cores=1,3
/proc/30535/stat : 30535 (python) S 30533 30535 29010 0 -1 4202496 49857 934 1 0 5677 14 0 0 25 0 2 0 735798920 400830464 32722 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30535/statm: 97859 32722 1867 364 0 33777 0
[pid=30578] ppid=30535 vsize=381192 CPUtime=0.69 cores=1,3
/proc/30578/stat : 30578 (python) S 30535 30535 29010 0 -1 4202560 972 0 0 0 37 32 0 0 18 0 1 0 735804623 390340608 31227 33554432000 4194304 5683644 140736210103648 18446744073709551615 231895510543 0 0 16781312 514 16877784961338278152 0 0 17 1 0 0 0
/proc/30578/statm: 95298 31227 376 364 0 31216 0
[pid=30580] ppid=30578 vsize=65912 CPUtime=284.59 cores=1,3
/proc/30580/stat : 30580 (lingeling) R 30578 30580 30580 0 -1 4202496 41404 0 0 0 28453 6 0 0 25 0 1 0 735804624 67493888 15648 33554432000 4194304 4352236 140737482463680 18446744073709551615 4327929 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30580/statm: 16478 15648 129 39 0 15558 0
[pid=30535/tid=30579] ppid=30533 vsize=391436 CPUtime=0 cores=1,3
/proc/30535/task/30579/stat : 30579 (python) S 30533 30535 29010 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 735804624 400830464 32722 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907314097 0 0 16781312 2 18446604464085142336 0 0 -1 1 0 0 0

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

[startup+1122.3 s]
/proc/loadavg: 1.09 2.21 2.77 2/333 30759
/proc/meminfo: memFree=12494424/32950928 swapFree=67085488/67111528
[pid=30535] ppid=30533 vsize=411948 CPUtime=56.94 cores=1,3
/proc/30535/stat : 30535 (python) S 30533 30535 29010 0 -1 4202496 51467 934 1 0 5679 15 0 0 19 0 4 0 735798920 421834752 32735 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30535/statm: 102987 32735 1872 364 0 38899 0
[pid=30578] ppid=30535 vsize=391436 CPUtime=0.97 cores=1,3
/proc/30578/stat : 30578 (python) S 30535 30535 29010 0 -1 4202560 1195 0 0 0 51 46 0 0 19 0 2 0 735804623 400830464 31271 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30578/statm: 97859 31271 415 364 0 33777 0
[pid=30580] ppid=30578 vsize=74100 CPUtime=393.97 cores=1,3
/proc/30580/stat : 30580 (lingeling) T 30578 30580 30580 0 -1 4202496 45500 0 0 0 39391 6 0 0 25 0 1 0 735804624 75878400 17695 33554432000 4194304 4352236 140737482463680 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/30580/statm: 18525 17695 129 39 0 17605 0
[pid=30578/tid=30669] ppid=30535 vsize=391436 CPUtime=0 cores=1,3
/proc/30578/task/30669/stat : 30669 (python) S 30535 30535 29010 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 735844115 400830464 31271 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907314097 0 0 16781312 514 18446604454223473344 0 0 -1 3 0 0 0
[pid=30670] ppid=30535 vsize=391448 CPUtime=0.24 cores=1,3
/proc/30670/stat : 30670 (python) S 30535 30535 29010 0 -1 4202560 1093 0 0 0 13 11 0 0 19 0 2 0 735844116 400842752 31255 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30670/statm: 97862 31255 399 364 0 33777 0
[pid=30672] ppid=30670 vsize=66432 CPUtime=99.96 cores=1,3
/proc/30672/stat : 30672 (lingeling) T 30670 30672 30672 0 -1 4202496 32151 0 0 0 9992 4 0 0 25 0 1 0 735844116 68026368 15778 33554432000 4194304 4352236 140735317584096 18446744073709551615 4207636 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/30672/statm: 16608 15778 129 39 0 15688 0
[pid=30670/tid=30681] ppid=30535 vsize=391448 CPUtime=0 cores=1,3
/proc/30670/task/30681/stat : 30681 (python) S 30535 30535 29010 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735854140 400842752 31255 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907314097 0 0 16781312 514 18446604454223472448 0 0 -1 3 0 0 0
[pid=30682] ppid=30535 vsize=401704 CPUtime=1.52 cores=1,3
/proc/30682/stat : 30682 (python) S 30535 30535 29010 0 -1 4202560 998 0 0 0 77 75 0 0 15 0 1 0 735854141 411344896 31229 33554432000 4194304 5683644 140736210103648 18446744073709551615 231895510598 0 0 16781312 514 16877784961338278150 0 0 17 1 0 0 0
/proc/30682/statm: 100426 31229 370 364 0 36338 0
[pid=30684] ppid=30682 vsize=636000 CPUtime=568.87 cores=1,3
/proc/30684/stat : 30684 (cryptominisat-2) R 30682 30684 30684 0 -1 4202496 196448 0 0 0 56852 35 0 0 25 0 1 0 735854142 651264000 146464 33554432000 4194304 4677096 140736406972768 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30684/statm: 159000 146464 393 118 0 153959 0
[pid=30535/tid=30579] ppid=30533 vsize=411948 CPUtime=0 cores=1,3
/proc/30535/task/30579/stat : 30579 (python) S 30533 30535 29010 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 4 0 735804624 421834752 32735 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907314097 0 0 16781312 2 18446604464085142336 0 0 -1 1 0 0 0
[pid=30535/tid=30671] ppid=30533 vsize=411948 CPUtime=0 cores=1,3
/proc/30535/task/30671/stat : 30671 (python) S 30533 30535 29010 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 4 0 735844116 421834752 32735 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907314097 0 0 16781312 2 18446604464085142336 0 0 -1 1 0 0 0
[pid=30535/tid=30683] ppid=30533 vsize=411948 CPUtime=0 cores=1,3
/proc/30535/task/30683/stat : 30683 (python) S 30533 30535 29010 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 4 0 735854142 421834752 32735 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907314097 0 0 16781312 2 18446604464085142336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1122.47
Current children cumulated vsize (KiB) 2373068

[startup+1182.3 s]
/proc/loadavg: 1.03 1.99 2.65 2/333 30761
/proc/meminfo: memFree=12491040/32950928 swapFree=67085488/67111528
[pid=30535] ppid=30533 vsize=411948 CPUtime=56.94 cores=1,3
/proc/30535/stat : 30535 (python) S 30533 30535 29010 0 -1 4202496 51467 934 1 0 5679 15 0 0 19 0 4 0 735798920 421834752 32735 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30535/statm: 102987 32735 1872 364 0 38899 0
[pid=30578] ppid=30535 vsize=391436 CPUtime=0.97 cores=1,3
/proc/30578/stat : 30578 (python) S 30535 30535 29010 0 -1 4202560 1195 0 0 0 51 46 0 0 19 0 2 0 735804623 400830464 31271 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30578/statm: 97859 31271 415 364 0 33777 0
[pid=30580] ppid=30578 vsize=74100 CPUtime=393.97 cores=1,3
/proc/30580/stat : 30580 (lingeling) T 30578 30580 30580 0 -1 4202496 45500 0 0 0 39391 6 0 0 25 0 1 0 735804624 75878400 17695 33554432000 4194304 4352236 140737482463680 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/30580/statm: 18525 17695 129 39 0 17605 0
[pid=30578/tid=30669] ppid=30535 vsize=391436 CPUtime=0 cores=1,3
/proc/30578/task/30669/stat : 30669 (python) S 30535 30535 29010 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 735844115 400830464 31271 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907314097 0 0 16781312 514 18446604454223473344 0 0 -1 3 0 0 0
[pid=30670] ppid=30535 vsize=391448 CPUtime=0.24 cores=1,3
/proc/30670/stat : 30670 (python) S 30535 30535 29010 0 -1 4202560 1093 0 0 0 13 11 0 0 19 0 2 0 735844116 400842752 31255 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30670/statm: 97862 31255 399 364 0 33777 0
[pid=30672] ppid=30670 vsize=66432 CPUtime=99.96 cores=1,3
/proc/30672/stat : 30672 (lingeling) T 30670 30672 30672 0 -1 4202496 32151 0 0 0 9992 4 0 0 25 0 1 0 735844116 68026368 15778 33554432000 4194304 4352236 140735317584096 18446744073709551615 4207636 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/30672/statm: 16608 15778 129 39 0 15688 0
[pid=30670/tid=30681] ppid=30535 vsize=391448 CPUtime=0 cores=1,3
/proc/30670/task/30681/stat : 30681 (python) S 30535 30535 29010 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735854140 400842752 31255 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907314097 0 0 16781312 514 18446604454223472448 0 0 -1 3 0 0 0
[pid=30682] ppid=30535 vsize=401704 CPUtime=1.66 cores=1,3
/proc/30682/stat : 30682 (python) S 30535 30535 29010 0 -1 4202560 998 0 0 0 84 82 0 0 15 0 1 0 735854141 411344896 31229 33554432000 4194304 5683644 140736210103648 18446744073709551615 231895510598 0 0 16781312 514 16877784961338278150 0 0 17 1 0 0 0
/proc/30682/statm: 100426 31229 370 364 0 36338 0
[pid=30684] ppid=30682 vsize=636408 CPUtime=628.83 cores=1,3
/proc/30684/stat : 30684 (cryptominisat-2) R 30682 30684 30684 0 -1 4202496 201925 0 0 0 62845 38 0 0 25 0 1 0 735854142 651681792 147390 33554432000 4194304 4677096 140736406972768 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30684/statm: 159102 147390 393 118 0 154061 0
[pid=30535/tid=30579] ppid=30533 vsize=411948 CPUtime=0 cores=1,3
/proc/30535/task/30579/stat : 30579 (python) S 30533 30535 29010 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 4 0 735804624 421834752 32735 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907314097 0 0 16781312 2 18446604464085142336 0 0 -1 1 0 0 0
[pid=30535/tid=30671] ppid=30533 vsize=411948 CPUtime=0 cores=1,3
/proc/30535/task/30671/stat : 30671 (python) S 30533 30535 29010 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 4 0 735844116 421834752 32735 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907314097 0 0 16781312 2 18446604464085142336 0 0 -1 1 0 0 0
[pid=30535/tid=30683] ppid=30533 vsize=411948 CPUtime=0 cores=1,3
/proc/30535/task/30683/stat : 30683 (python) S 30533 30535 29010 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 4 0 735854142 421834752 32735 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907314097 0 0 16781312 2 18446604464085142336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1182.57
Current children cumulated vsize (KiB) 2373476

[startup+1242.3 s]
/proc/loadavg: 1.01 1.81 2.55 2/333 30762
/proc/meminfo: memFree=12487900/32950928 swapFree=67085488/67111528
[pid=30535] ppid=30533 vsize=411948 CPUtime=56.94 cores=1,3
/proc/30535/stat : 30535 (python) S 30533 30535 29010 0 -1 4202496 51467 934 1 0 5679 15 0 0 19 0 4 0 735798920 421834752 32735 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30535/statm: 102987 32735 1872 364 0 38899 0
[pid=30578] ppid=30535 vsize=391436 CPUtime=0.97 cores=1,3
/proc/30578/stat : 30578 (python) S 30535 30535 29010 0 -1 4202560 1195 0 0 0 51 46 0 0 19 0 2 0 735804623 400830464 31271 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30578/statm: 97859 31271 415 364 0 33777 0
[pid=30580] ppid=30578 vsize=74100 CPUtime=393.97 cores=1,3
/proc/30580/stat : 30580 (lingeling) T 30578 30580 30580 0 -1 4202496 45500 0 0 0 39391 6 0 0 25 0 1 0 735804624 75878400 17695 33554432000 4194304 4352236 140737482463680 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/30580/statm: 18525 17695 129 39 0 17605 0
[pid=30578/tid=30669] ppid=30535 vsize=391436 CPUtime=0 cores=1,3
/proc/30578/task/30669/stat : 30669 (python) S 30535 30535 29010 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 735844115 400830464 31271 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907314097 0 0 16781312 514 18446604454223473344 0 0 -1 3 0 0 0
[pid=30670] ppid=30535 vsize=391448 CPUtime=0.24 cores=1,3
/proc/30670/stat : 30670 (python) S 30535 30535 29010 0 -1 4202560 1093 0 0 0 13 11 0 0 19 0 2 0 735844116 400842752 31255 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30670/statm: 97862 31255 399 364 0 33777 0
[pid=30672] ppid=30670 vsize=66432 CPUtime=99.96 cores=1,3
/proc/30672/stat : 30672 (lingeling) T 30670 30672 30672 0 -1 4202496 32151 0 0 0 9992 4 0 0 25 0 1 0 735844116 68026368 15778 33554432000 4194304 4352236 140735317584096 18446744073709551615 4207636 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/30672/statm: 16608 15778 129 39 0 15688 0
[pid=30670/tid=30681] ppid=30535 vsize=391448 CPUtime=0 cores=1,3
/proc/30670/task/30681/stat : 30681 (python) S 30535 30535 29010 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735854140 400842752 31255 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907314097 0 0 16781312 514 18446604454223472448 0 0 -1 3 0 0 0
[pid=30682] ppid=30535 vsize=401704 CPUtime=1.81 cores=1,3
/proc/30682/stat : 30682 (python) S 30535 30535 29010 0 -1 4202560 998 0 0 0 92 89 0 0 15 0 1 0 735854141 411344896 31229 33554432000 4194304 5683644 140736210103648 18446744073709551615 231895510598 0 0 16781312 514 16877784961338278150 0 0 17 1 0 0 0
/proc/30682/statm: 100426 31229 370 364 0 36338 0
[pid=30684] ppid=30682 vsize=636844 CPUtime=688.78 cores=1,3
/proc/30684/stat : 30684 (cryptominisat-2) R 30682 30684 30684 0 -1 4202496 207563 0 0 0 68839 39 0 0 25 0 1 0 735854142 652128256 148132 33554432000 4194304 4677096 140736406972768 18446744073709551615 4320233 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/30684/statm: 159211 148132 393 118 0 154170 0
[pid=30535/tid=30579] ppid=30533 vsize=411948 CPUtime=0 cores=1,3
/proc/30535/task/30579/stat : 30579 (python) S 30533 30535 29010 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 4 0 735804624 421834752 32735 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907314097 0 0 16781312 2 18446604464085142336 0 0 -1 1 0 0 0
[pid=30535/tid=30671] ppid=30533 vsize=411948 CPUtime=0 cores=1,3
/proc/30535/task/30671/stat : 30671 (python) S 30533 30535 29010 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 4 0 735844116 421834752 32735 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907314097 0 0 16781312 2 18446604464085142336 0 0 -1 1 0 0 0
[pid=30535/tid=30683] ppid=30533 vsize=411948 CPUtime=0 cores=1,3
/proc/30535/task/30683/stat : 30683 (python) S 30533 30535 29010 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 4 0 735854142 421834752 32735 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907314097 0 0 16781312 2 18446604464085142336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1242.67
Current children cumulated vsize (KiB) 2373912



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.66 2.45 2/333 30764
/proc/meminfo: memFree=12486872/32950928 swapFree=67085488/67111528
[pid=30535] ppid=30533 vsize=411948 CPUtime=56.94 cores=1,3
/proc/30535/stat : 30535 (python) S 30533 30535 29010 0 -1 4202496 51467 934 1 0 5679 15 0 0 19 0 4 0 735798920 421834752 32735 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30535/statm: 102987 32735 1872 364 0 38899 0
[pid=30578] ppid=30535 vsize=391436 CPUtime=0.97 cores=1,3
/proc/30578/stat : 30578 (python) S 30535 30535 29010 0 -1 4202560 1195 0 0 0 51 46 0 0 19 0 2 0 735804623 400830464 31271 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30578/statm: 97859 31271 415 364 0 33777 0
[pid=30580] ppid=30578 vsize=74100 CPUtime=393.97 cores=1,3
/proc/30580/stat : 30580 (lingeling) T 30578 30580 30580 0 -1 4202496 45500 0 0 0 39391 6 0 0 25 0 1 0 735804624 75878400 17695 33554432000 4194304 4352236 140737482463680 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/30580/statm: 18525 17695 129 39 0 17605 0
[pid=30578/tid=30669] ppid=30535 vsize=391436 CPUtime=0 cores=1,3
/proc/30578/task/30669/stat : 30669 (python) S 30535 30535 29010 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 735844115 400830464 31271 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907314097 0 0 16781312 514 18446604454223473344 0 0 -1 3 0 0 0
[pid=30670] ppid=30535 vsize=391448 CPUtime=0.24 cores=1,3
/proc/30670/stat : 30670 (python) S 30535 30535 29010 0 -1 4202560 1093 0 0 0 13 11 0 0 19 0 2 0 735844116 400842752 31255 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30670/statm: 97862 31255 399 364 0 33777 0
[pid=30672] ppid=30670 vsize=66432 CPUtime=99.96 cores=1,3
/proc/30672/stat : 30672 (lingeling) T 30670 30672 30672 0 -1 4202496 32151 0 0 0 9992 4 0 0 25 0 1 0 735844116 68026368 15778 33554432000 4194304 4352236 140735317584096 18446744073709551615 4207636 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/30672/statm: 16608 15778 129 39 0 15688 0
[pid=30670/tid=30681] ppid=30535 vsize=391448 CPUtime=0 cores=1,3
/proc/30670/task/30681/stat : 30681 (python) S 30535 30535 29010 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735854140 400842752 31255 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907314097 0 0 16781312 514 18446604454223472448 0 0 -1 3 0 0 0
[pid=30682] ppid=30535 vsize=401704 CPUtime=1.95 cores=1,3
/proc/30682/stat : 30682 (python) S 30535 30535 29010 0 -1 4202560 998 0 0 0 99 96 0 0 16 0 1 0 735854141 411344896 31229 33554432000 4194304 5683644 140736210103648 18446744073709551615 231895510598 0 0 16781312 514 16877784961338278150 0 0 17 1 0 0 0
/proc/30682/statm: 100426 31229 370 364 0 36338 0
[pid=30684] ppid=30682 vsize=637304 CPUtime=746.44 cores=1,3
/proc/30684/stat : 30684 (cryptominisat-2) R 30682 30684 30684 0 -1 4202496 218115 0 0 0 74601 43 0 0 25 0 1 0 735854142 652599296 148205 33554432000 4194304 4677096 140736406972768 18446744073709551615 4320288 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30684/statm: 159326 148205 393 118 0 154285 0
[pid=30535/tid=30579] ppid=30533 vsize=411948 CPUtime=0 cores=1,3
/proc/30535/task/30579/stat : 30579 (python) S 30533 30535 29010 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 4 0 735804624 421834752 32735 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907314097 0 0 16781312 2 18446604464085142336 0 0 -1 1 0 0 0
[pid=30535/tid=30671] ppid=30533 vsize=411948 CPUtime=0 cores=1,3
/proc/30535/task/30671/stat : 30671 (python) S 30533 30535 29010 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 4 0 735844116 421834752 32735 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907314097 0 0 16781312 2 18446604464085142336 0 0 -1 1 0 0 0
[pid=30535/tid=30683] ppid=30533 vsize=411948 CPUtime=0 cores=1,3
/proc/30535/task/30683/stat : 30683 (python) S 30533 30535 29010 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 4 0 735854142 421834752 32735 33554432000 4194304 5683644 140736210103648 18446744073709551615 231907314097 0 0 16781312 2 18446604464085142336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1300.47
Current children cumulated vsize (KiB) 2374372

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30535 and gives
#  childrusage.ru_utime.tv_sec=56
#  childrusage.ru_utime.tv_usec=797365
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=164974
# CPU time returned by wait4() is 56.9623
# while last known CPU time is 1300.47
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.04
CPU time (s): 1300.47
CPU user time (s): 1298.26
CPU system time (s): 2.21
CPU usage (%): 100.033
Max. virtual memory (cumulated for all children) (KiB): 2475780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.7974
system time used= 0.164974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52402
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= 980
involuntary context switches= 177

runsolver used 4.09638 second user time and 10.1245 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 12:34:42
IDJOB=3378070
IDBENCH=82481
IDSOLVER=1858
FILE ID=node114/3378070-1305455682
RUNJOBID= node114-1305455630-30403
PBS_JOBID= 13324876
Free space on /tmp= 72880 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378070-1305455682/watcher-3378070-1305455682 -o /tmp/evaluation-result-3378070-1305455682/solver-3378070-1305455682 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378070-1305455682.cnf -seed 1505617664 -budget 2400

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

MD5SUM BENCH= a8ad0173824ed9404a8c153da07c5f9c
RANDOM SEED=1505617664

node114.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12963184 kB
Buffers:        297984 kB
Cached:        6883204 kB
SwapCached:         96 kB
Active:       14308616 kB
Inactive:      5256540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12963184 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:           96260 kB
Writeback:           0 kB
AnonPages:    12383668 kB
Mapped:          34504 kB
Slab:           310236 kB
PageTables:      45692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 54806544 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72960 MiB
End job on node114 at 2011-05-15 12:56:24