Trace number 3372071

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
Lingeling 587f (fixed)? (TO) 1300 1300.02

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-countbits128-tseitin.cnf
MD5SUM47da9e46b00ffd3e0b0f453a6c3c9f38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2179.95
Satisfiable
(Un)Satisfiability was proved
Number of variables95810
Number of clauses287045
Sum of the clauses size669769
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2191362
Number of clauses of size 395681
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


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-3372071-1305433696/watcher-3372071-1305433696 -o /tmp/evaluation-result-3372071-1305433696/solver-3372071-1305433696 -C 2400 -W 1300 -M 7680 lingeling HOME/instance-3372071-1305433696.cnf 

running on 2 cores: 0,2

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: 3.78 4.04 4.93 4/295 11784
/proc/meminfo: memFree=29120624/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=7212 CPUtime=0 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 351 0 0 0 0 0 0 0 25 0 1 0 654967622 7385088 294 33554432000 4194304 4409284 140735590414496 18446744073709551615 228122332797 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 1803 294 111 53 0 226 0

[startup+0.027306 s]
/proc/loadavg: 3.78 4.04 4.93 4/295 11784
/proc/meminfo: memFree=29120624/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=10092 CPUtime=0.02 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 1123 0 0 0 2 0 0 0 25 0 1 0 654967622 10334208 1046 33554432000 4194304 4409284 140735590414496 18446744073709551615 4222928 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 2523 1046 111 53 0 946 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10092

[startup+0.100333 s]
/proc/loadavg: 3.78 4.04 4.93 4/295 11784
/proc/meminfo: memFree=29120624/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=20052 CPUtime=0.09 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 3652 0 0 0 9 0 0 0 25 0 1 0 654967622 20533248 3536 33554432000 4194304 4409284 140735590414496 18446744073709551615 4200459 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 5013 3536 111 53 0 3436 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20052

[startup+0.300285 s]
/proc/loadavg: 3.78 4.04 4.93 4/295 11784
/proc/meminfo: memFree=29120624/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=27572 CPUtime=0.28 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 7312 0 0 0 28 0 0 0 25 0 1 0 654967622 28233728 5399 33554432000 4194304 4409284 140735590414496 18446744073709551615 4228032 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 6893 5399 126 53 0 5316 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 27572

[startup+0.70021 s]
/proc/loadavg: 3.78 4.04 4.93 4/295 11784
/proc/meminfo: memFree=29120624/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=27640 CPUtime=0.69 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 10324 0 0 0 68 1 0 0 25 0 1 0 654967622 28303360 5416 33554432000 4194304 4409284 140735590414496 18446744073709551615 4278306 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 6910 5416 126 53 0 5333 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27640

[startup+1.50108 s]
/proc/loadavg: 3.78 4.04 4.93 5/301 11796
/proc/meminfo: memFree=29077184/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=40072 CPUtime=1.49 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 13436 0 0 0 148 1 0 0 25 0 1 0 654967622 41033728 8527 33554432000 4194304 4409284 140735590414496 18446744073709551615 4269731 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 10018 8527 129 53 0 8441 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40072

[startup+3.10081 s]
/proc/loadavg: 3.78 4.04 4.93 5/301 11796
/proc/meminfo: memFree=29083880/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=33236 CPUtime=3.09 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 19038 0 0 0 307 2 0 0 25 0 1 0 654967622 34033664 6855 33554432000 4194304 4409284 140735590414496 18446744073709551615 4228034 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 8309 6855 134 53 0 6732 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33236

[startup+6.30018 s]
/proc/loadavg: 3.80 4.03 4.92 5/301 11824
/proc/meminfo: memFree=29053148/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=41604 CPUtime=6.29 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 21105 0 0 0 627 2 0 0 25 0 1 0 654967622 42602496 8922 33554432000 4194304 4409284 140735590414496 18446744073709551615 4266252 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 10401 8922 135 53 0 8824 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41604

[startup+12.701 s]
/proc/loadavg: 3.81 4.03 4.92 5/301 11824
/proc/meminfo: memFree=29061584/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=35244 CPUtime=12.69 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 21622 0 0 0 1266 3 0 0 25 0 1 0 654967622 36089856 7337 33554432000 4194304 4409284 140735590414496 18446744073709551615 4259160 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 8811 7337 140 53 0 7234 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35244

[startup+25.5007 s]
/proc/loadavg: 3.85 4.03 4.90 5/301 11853
/proc/meminfo: memFree=29064104/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=41364 CPUtime=25.49 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 28577 0 0 0 2543 6 0 0 25 0 1 0 654967622 42356736 8868 33554432000 4194304 4409284 140735590414496 18446744073709551615 228122738583 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 10341 8868 141 53 0 8764 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 41364

[startup+51.1011 s]
/proc/loadavg: 3.98 4.04 4.88 5/301 11881
/proc/meminfo: memFree=29037524/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=50732 CPUtime=51.09 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 33963 0 0 0 5095 14 0 0 25 0 1 0 654967622 51949568 11210 33554432000 4194304 4409284 140735590414496 18446744073709551615 4303720 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 12683 11210 141 53 0 11106 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 50732

[startup+102.311 s]
/proc/loadavg: 3.99 4.03 4.84 5/301 11882
/proc/meminfo: memFree=28987880/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=72084 CPUtime=102.3 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 47406 0 0 0 10201 29 0 0 25 0 1 0 654967622 73814016 16548 33554432000 4194304 4409284 140735590414496 18446744073709551615 228122738583 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 18021 16548 141 53 0 16444 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 72084

[startup+162.301 s]
/proc/loadavg: 3.99 4.03 4.78 5/301 11911
/proc/meminfo: memFree=28853788/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=75412 CPUtime=162.29 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 92754 0 0 0 16180 49 0 0 25 0 1 0 654967622 77221888 17380 33554432000 4194304 4409284 140735590414496 18446744073709551615 4358990 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 18853 17380 141 53 0 17276 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 75412

[startup+222.3 s]
/proc/loadavg: 4.09 4.05 4.74 5/298 11944
/proc/meminfo: memFree=28630956/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=109156 CPUtime=222.29 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 141783 0 0 0 22161 68 0 0 25 0 1 0 654967622 111775744 25816 33554432000 4194304 4409284 140735590414496 18446744073709551615 4351675 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 27289 25816 141 53 0 25712 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 109156

[startup+282.3 s]
/proc/loadavg: 4.03 4.04 4.69 5/301 11969
/proc/meminfo: memFree=28592320/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=89264 CPUtime=282.29 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 176860 0 0 0 28142 87 0 0 25 0 1 0 654967622 91406336 20843 33554432000 4194304 4409284 140735590414496 18446744073709551615 4256901 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 22316 20843 141 53 0 20739 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 89264

[startup+342.301 s]
/proc/loadavg: 4.04 4.04 4.65 5/301 11971
/proc/meminfo: memFree=28824344/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=111844 CPUtime=342.29 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 226476 0 0 0 34124 105 0 0 25 0 1 0 654967622 114528256 26139 33554432000 4194304 4409284 140735590414496 18446744073709551615 4348289 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 27961 26139 141 53 0 26384 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 111844

[startup+402.301 s]
/proc/loadavg: 4.01 4.03 4.61 5/301 11999
/proc/meminfo: memFree=28950036/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=104684 CPUtime=402.29 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 268376 0 0 0 40106 123 0 0 25 0 1 0 654967622 107196416 24698 33554432000 4194304 4409284 140735590414496 18446744073709551615 228122738583 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 26171 24698 141 53 0 24594 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 104684

[startup+462.301 s]
/proc/loadavg: 4.00 4.02 4.56 5/301 12001
/proc/meminfo: memFree=28865596/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=126100 CPUtime=462.29 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 326828 0 0 0 46085 144 0 0 25 0 1 0 654967622 129126400 27460 33554432000 4194304 4409284 140735590414496 18446744073709551615 4359857 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 31525 27460 141 53 0 29948 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 126100

[startup+522.301 s]
/proc/loadavg: 4.10 4.05 4.54 5/301 12003
/proc/meminfo: memFree=28832700/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=118260 CPUtime=522.28 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 368712 0 0 0 52065 163 0 0 25 0 1 0 654967622 121098240 28092 33554432000 4194304 4409284 140735590414496 18446744073709551615 4258751 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 29565 28092 141 53 0 27988 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 118260

[startup+582.3 s]
/proc/loadavg: 4.18 4.07 4.51 5/301 12004
/proc/meminfo: memFree=28854224/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=122956 CPUtime=582.28 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 426369 0 0 0 58043 185 0 0 25 0 1 0 654967622 125906944 29266 33554432000 4194304 4409284 140735590414496 18446744073709551615 4304377 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 30739 29266 141 53 0 29162 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 122956

[startup+642.3 s]
/proc/loadavg: 4.06 4.05 4.48 5/301 12006
/proc/meminfo: memFree=28753496/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=148532 CPUtime=642.28 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 458379 0 0 0 64028 200 0 0 25 0 1 0 654967622 152096768 35660 33554432000 4194304 4409284 140735590414496 18446744073709551615 228122738583 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 37133 35660 141 53 0 35556 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 148532

[startup+702.301 s]
/proc/loadavg: 4.02 4.04 4.44 5/301 12007
/proc/meminfo: memFree=28116580/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=189992 CPUtime=702.28 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 566410 0 0 0 70002 226 0 0 25 0 1 0 654967622 194551808 46025 33554432000 4194304 4409284 140735590414496 18446744073709551615 4350999 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 47498 46025 141 53 0 45921 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 189992

[startup+762.311 s]
/proc/loadavg: 4.01 4.03 4.41 5/301 12009
/proc/meminfo: memFree=27800220/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=129864 CPUtime=762.29 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 684363 0 0 0 75979 250 0 0 25 0 1 0 654967622 132980736 31025 33554432000 4194304 4409284 140735590414496 18446744073709551615 4244587 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 32466 31025 141 53 0 30889 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 129864

[startup+822.301 s]
/proc/loadavg: 4.00 4.02 4.39 5/301 12011
/proc/meminfo: memFree=28394752/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=104120 CPUtime=822.28 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 746182 0 0 0 81962 266 0 0 25 0 1 0 654967622 106618880 24557 33554432000 4194304 4409284 140735590414496 18446744073709551615 228122738583 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 26030 24557 141 53 0 24453 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 104120

[startup+882.301 s]
/proc/loadavg: 4.05 4.03 4.36 5/301 12012
/proc/meminfo: memFree=28445684/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=114308 CPUtime=882.28 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 796730 0 0 0 87941 287 0 0 25 0 1 0 654967622 117051392 27104 33554432000 4194304 4409284 140735590414496 18446744073709551615 4269692 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 28577 27104 141 53 0 27000 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 114308

[startup+942.3 s]
/proc/loadavg: 4.02 4.02 4.34 5/301 12014
/proc/meminfo: memFree=28627420/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=234604 CPUtime=942.27 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 836668 0 0 0 93925 302 0 0 25 0 1 0 654967622 240234496 57178 33554432000 4194304 4409284 140735590414496 18446744073709551615 4257048 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 58651 57178 141 53 0 57074 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 234604

[startup+1002.3 s]
/proc/loadavg: 4.00 4.02 4.31 5/301 12015
/proc/meminfo: memFree=28335500/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=193880 CPUtime=1002.28 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 902626 0 0 0 99904 324 0 0 25 0 1 0 654967622 198533120 46997 33554432000 4194304 4409284 140735590414496 18446744073709551615 228122738583 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 48470 46997 141 53 0 46893 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 193880

[startup+1062.3 s]
/proc/loadavg: 4.05 4.03 4.30 5/301 12017
/proc/meminfo: memFree=28468516/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=193880 CPUtime=1062.28 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 902634 0 0 0 105891 337 0 0 25 0 1 0 654967622 198533120 46997 33554432000 4194304 4409284 140735590414496 18446744073709551615 4359806 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 48470 46997 141 53 0 46893 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 193880

[startup+1122.3 s]
/proc/loadavg: 4.05 4.03 4.28 5/301 12019
/proc/meminfo: memFree=27926976/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=281684 CPUtime=1122.27 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 949200 0 0 0 111874 353 0 0 25 0 1 0 654967622 288444416 68948 33554432000 4194304 4409284 140735590414496 18446744073709551615 228122738583 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 70421 68948 141 53 0 68844 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 281684

[startup+1182.3 s]
/proc/loadavg: 4.05 4.04 4.26 5/301 12020
/proc/meminfo: memFree=27831596/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=194576 CPUtime=1182.28 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 971353 0 0 0 117860 368 0 0 25 0 1 0 654967622 199245824 47171 33554432000 4194304 4409284 140735590414496 18446744073709551615 4324307 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 48644 47171 141 53 0 47067 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 194576

[startup+1242.3 s]
/proc/loadavg: 4.02 4.03 4.25 5/301 12022
/proc/meminfo: memFree=28645008/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=193880 CPUtime=1242.27 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 980649 0 0 0 123843 384 0 0 25 0 1 0 654967622 198533120 46997 33554432000 4194304 4409284 140735590414496 18446744073709551615 4358371 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 48470 46997 141 53 0 46893 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 193880



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.02 4.23 5/301 12023
/proc/meminfo: memFree=28302992/32951124 swapFree=54427468/67111528
[pid=11784] ppid=11782 vsize=226884 CPUtime=1299.97 cores=0,2
/proc/11784/stat : 11784 (lingeling) R 11782 11784 11585 0 -1 4202496 1015286 0 0 0 129595 402 0 0 25 0 1 0 654967622 232329216 55248 33554432000 4194304 4409284 140735590414496 18446744073709551615 4358548 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/11784/statm: 56721 55248 141 53 0 55144 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 226884

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)
Real time (s): 1300.02
CPU time (s): 1300
CPU user time (s): 1295.96
CPU system time (s): 4.03839
CPU usage (%): 99.9985
Max. virtual memory (cumulated for all children) (KiB): 390292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1295.96
system time used= 4.03839
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1015286
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 18293

runsolver used 3.84241 second user time and 7.99578 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-15 06:28:17
IDJOB=3372071
IDBENCH=82462
IDSOLVER=1849
FILE ID=node138/3372071-1305433696
RUNJOBID= node138-1305432394-11603
PBS_JOBID= 13324628
Free space on /tmp= 73604 MiB

SOLVER NAME= Lingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-countbits128-tseitin.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372071-1305433696/watcher-3372071-1305433696 -o /tmp/evaluation-result-3372071-1305433696/solver-3372071-1305433696 -C 2400 -W 1300 -M 7680  lingeling HOME/instance-3372071-1305433696.cnf

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

MD5SUM BENCH= 47da9e46b00ffd3e0b0f453a6c3c9f38
RANDOM SEED=1016027515

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.82
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.854
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.75
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.854
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.80
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.854
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.854
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.82
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.854
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:     32951124 kB
MemFree:      29120656 kB
Buffers:        261396 kB
Cached:        3209448 kB
SwapCached:      18496 kB
Active:        1008180 kB
Inactive:      2606716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29120656 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:            6248 kB
Writeback:           0 kB
AnonPages:      137668 kB
Mapped:           9400 kB
Slab:           112012 kB
PageTables:      41140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 39635792 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= 73600 MiB
End job on node138 at 2011-05-15 06:49:59