Trace number 3372553

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) 5000.09 4999.94

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-VS3-benchmark-S2-tseitin.cnf
MD5SUMb967fca11e85ef5b614d3452b1c4b2ad
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 variables257030
Number of clauses769313
Sum of the clauses size1795061
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2512874
Number of clauses of size 3256437
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-3372553-1305422957/watcher-3372553-1305422957 -o /tmp/evaluation-result-3372553-1305422957/solver-3372553-1305422957 -C 5000 -W 5100 -M 15500 lingeling HOME/instance-3372553-1305422957.cnf 

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

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


[startup+0 s]
/proc/loadavg: 1.19 2.09 4.57 3/370 19327
/proc/meminfo: memFree=22444228/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=7116 CPUtime=0 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 358 0 0 0 0 0 0 0 23 0 1 0 653893488 7286784 301 33554432000 4194304 4409284 140737468462400 18446744073709551615 212687675136 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 1779 301 110 53 0 202 0

[startup+0.0847541 s]
/proc/loadavg: 1.19 2.09 4.57 3/370 19327
/proc/meminfo: memFree=22444228/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=15408 CPUtime=0.07 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 2443 0 0 0 7 0 0 0 23 0 1 0 653893488 15777792 2375 33554432000 4194304 4409284 140737468462400 18446744073709551615 212687675136 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 3852 2375 111 53 0 2275 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15408

[startup+0.100746 s]
/proc/loadavg: 1.19 2.09 4.57 3/370 19327
/proc/meminfo: memFree=22444228/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=20016 CPUtime=0.09 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 3595 0 0 0 9 0 0 0 23 0 1 0 653893488 20496384 3527 33554432000 4194304 4409284 140737468462400 18446744073709551615 212687294077 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 5004 3527 111 53 0 3427 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20016

[startup+0.300713 s]
/proc/loadavg: 1.19 2.09 4.57 3/370 19327
/proc/meminfo: memFree=22444228/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=41684 CPUtime=0.29 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 9036 0 0 0 28 1 0 0 25 0 1 0 653893488 42684416 8944 33554432000 4194304 4409284 140737468462400 18446744073709551615 212687675136 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 10421 8944 111 53 0 8844 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41684

[startup+0.700639 s]
/proc/loadavg: 1.19 2.09 4.57 3/370 19327
/proc/meminfo: memFree=22444228/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=55244 CPUtime=0.69 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 16065 0 0 0 67 2 0 0 25 0 1 0 653893488 56569856 12316 33554432000 4194304 4409284 140737468462400 18446744073709551615 4281817 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 13811 12316 124 53 0 12234 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55244

[startup+1.50049 s]
/proc/loadavg: 1.19 2.09 4.57 3/371 19328
/proc/meminfo: memFree=22407516/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=56220 CPUtime=1.49 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 19609 0 0 0 147 2 0 0 25 0 1 0 653893488 57569280 12563 33554432000 4194304 4409284 140737468462400 18446744073709551615 4276162 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 14055 12563 128 53 0 12478 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56220

[startup+3.1002 s]
/proc/loadavg: 1.25 2.09 4.56 3/371 19328
/proc/meminfo: memFree=22393368/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=72364 CPUtime=3.09 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 34699 0 0 0 305 4 0 0 25 0 1 0 653893488 74100736 16603 33554432000 4194304 4409284 140737468462400 18446744073709551615 4227970 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 18091 16603 132 53 0 16514 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72364

[startup+6.30062 s]
/proc/loadavg: 1.25 2.09 4.56 3/371 19328
/proc/meminfo: memFree=22303592/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=79244 CPUtime=6.29 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 36426 0 0 0 625 4 0 0 25 0 1 0 653893488 81145856 18330 33554432000 4194304 4409284 140737468462400 18446744073709551615 4254335 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 19811 18330 135 53 0 18234 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 79244

[startup+12.7005 s]
/proc/loadavg: 1.37 2.08 4.53 3/371 19328
/proc/meminfo: memFree=22296492/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=79244 CPUtime=12.69 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 36428 0 0 0 1265 4 0 0 25 0 1 0 653893488 81145856 18332 33554432000 4194304 4409284 140737468462400 18446744073709551615 4246763 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 19811 18332 135 53 0 18234 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 79244

[startup+25.5011 s]
/proc/loadavg: 1.46 2.08 4.50 3/371 19328
/proc/meminfo: memFree=22288964/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=86876 CPUtime=25.49 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 46673 0 0 0 2542 7 0 0 25 0 1 0 653893488 88961024 20245 33554432000 4194304 4409284 140737468462400 18446744073709551615 4230570 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 21719 20245 140 53 0 20142 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86876

[startup+51.1005 s]
/proc/loadavg: 1.65 2.07 4.43 3/371 19329
/proc/meminfo: memFree=22351556/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=86864 CPUtime=51.09 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 46774 0 0 0 5095 14 0 0 25 0 1 0 653893488 88948736 20243 33554432000 4194304 4409284 140737468462400 18446744073709551615 4358673 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 21716 20243 141 53 0 20139 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 86864

[startup+102.314 s]
/proc/loadavg: 1.91 2.07 4.30 3/371 19357
/proc/meminfo: memFree=22443752/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=103184 CPUtime=102.31 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 51050 0 0 0 10198 33 0 0 25 0 1 0 653893488 105660416 24323 33554432000 4194304 4409284 140737468462400 18446744073709551615 212687699863 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 25796 24323 141 53 0 24219 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 103184

[startup+162.3 s]
/proc/loadavg: 1.96 2.06 4.15 3/371 19359
/proc/meminfo: memFree=22433000/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=103160 CPUtime=162.3 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 51198 0 0 0 16174 56 0 0 25 0 1 0 653893488 105635840 24317 33554432000 4194304 4409284 140737468462400 18446744073709551615 4247177 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 25790 24317 141 53 0 24213 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 103160

[startup+222.3 s]
/proc/loadavg: 1.98 2.05 4.01 3/371 19361
/proc/meminfo: memFree=22423552/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=103132 CPUtime=222.29 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 51268 0 0 0 22145 84 0 0 25 0 1 0 653893488 105607168 24310 33554432000 4194304 4409284 140737468462400 18446744073709551615 212687699863 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 25783 24310 141 53 0 24206 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 103132

[startup+282.3 s]
/proc/loadavg: 1.99 2.03 3.88 3/371 19362
/proc/meminfo: memFree=22406524/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=103120 CPUtime=282.3 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 51335 0 0 0 28112 118 0 0 25 0 1 0 653893488 105594880 24307 33554432000 4194304 4409284 140737468462400 18446744073709551615 4359731 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 25780 24307 141 53 0 24203 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 103120

[startup+342.3 s]
/proc/loadavg: 1.99 2.03 3.76 3/371 19364
/proc/meminfo: memFree=22412200/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=103116 CPUtime=342.3 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 51399 0 0 0 34077 153 0 0 25 0 1 0 653893488 105590784 24306 33554432000 4194304 4409284 140737468462400 18446744073709551615 4360283 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 25779 24306 141 53 0 24202 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 103116

[startup+402.3 s]
/proc/loadavg: 1.99 2.02 3.65 3/371 19365
/proc/meminfo: memFree=22377332/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=103364 CPUtime=402.3 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 51523 0 0 0 40041 189 0 0 25 0 1 0 653893488 105844736 24368 33554432000 4194304 4409284 140737468462400 18446744073709551615 4230803 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 25841 24368 141 53 0 24264 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 103364

[startup+462.301 s]
/proc/loadavg: 1.47 1.87 3.50 2/365 19384
/proc/meminfo: memFree=22473608/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=103356 CPUtime=462.31 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 51584 0 0 0 46003 228 0 0 25 0 1 0 653893488 105836544 24366 33554432000 4194304 4409284 140737468462400 18446744073709551615 212687699863 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 25839 24366 141 53 0 24262 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 103356

[startup+522.301 s]
/proc/loadavg: 1.18 1.72 3.35 2/365 19386
/proc/meminfo: memFree=22473592/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=103112 CPUtime=522.3 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 51584 0 0 0 51954 276 0 0 25 0 1 0 653893488 105586688 24305 33554432000 4194304 4409284 140737468462400 18446744073709551615 4246755 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 25778 24305 141 53 0 24201 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 103112

[startup+582.301 s]
/proc/loadavg: 1.06 1.58 3.19 2/365 19387
/proc/meminfo: memFree=22464384/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=112804 CPUtime=582.31 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 54069 0 0 0 57907 324 0 0 25 0 1 0 653893488 115511296 26728 33554432000 4194304 4409284 140737468462400 18446744073709551615 212687699863 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 28201 26728 141 53 0 26624 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 112804

[startup+642.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 1.00 1.01 1.05 2/365 25957
/proc/meminfo: memFree=22475980/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=153984 CPUtime=4062.42 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 349695 0 0 0 403919 2323 0 0 25 0 1 0 653893488 157679616 37023 33554432000 4194304 4409284 140737468462400 18446744073709551615 4358544 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 38496 37023 141 53 0 36919 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 153984

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/365 25959
/proc/meminfo: memFree=22475840/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=154236 CPUtime=4122.42 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 354034 0 0 0 409894 2348 0 0 25 0 1 0 653893488 157937664 37086 33554432000 4194304 4409284 140737468462400 18446744073709551615 4358699 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 38559 37086 141 53 0 36982 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 154236

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/365 25960
/proc/meminfo: memFree=22465532/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=165348 CPUtime=4182.42 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 358743 0 0 0 415876 2366 0 0 25 0 1 0 653893488 169316352 39864 33554432000 4194304 4409284 140737468462400 18446744073709551615 4360177 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 41337 39864 141 53 0 39760 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 165348

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/365 25962
/proc/meminfo: memFree=22476300/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=154636 CPUtime=4242.42 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 363166 0 0 0 421848 2394 0 0 25 0 1 0 653893488 158347264 37186 33554432000 4194304 4409284 140737468462400 18446744073709551615 212687699863 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 38659 37186 141 53 0 37082 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 154636

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/365 25963
/proc/meminfo: memFree=22484096/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=146620 CPUtime=4302.42 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 365508 0 0 0 427823 2419 0 0 25 0 1 0 653893488 150138880 35182 33554432000 4194304 4409284 140737468462400 18446744073709551615 4230508 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 36655 35182 141 53 0 35078 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 146620

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/365 25965
/proc/meminfo: memFree=22483948/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=146736 CPUtime=4362.42 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 369934 0 0 0 433793 2449 0 0 25 0 1 0 653893488 150257664 35211 33554432000 4194304 4409284 140737468462400 18446744073709551615 212687699863 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 36684 35211 141 53 0 35107 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 146736

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/365 25967
/proc/meminfo: memFree=22475864/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=154976 CPUtime=4422.43 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 371994 0 0 0 439761 2482 0 0 25 0 1 0 653893488 158695424 37271 33554432000 4194304 4409284 140737468462400 18446744073709551615 4358325 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 38744 37271 141 53 0 37167 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 154976

[startup+4482.3 s]
/proc/loadavg: 1.14 1.04 1.02 2/365 25968
/proc/meminfo: memFree=22475592/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=155156 CPUtime=4482.43 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 376433 0 0 0 445731 2512 0 0 25 0 1 0 653893488 158879744 37316 33554432000 4194304 4409284 140737468462400 18446744073709551615 4358371 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 38789 37316 141 53 0 37212 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 155156

[startup+4542.31 s]
/proc/loadavg: 1.05 1.03 1.01 2/365 25970
/proc/meminfo: memFree=22483864/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=147072 CPUtime=4542.44 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 378884 0 0 0 451702 2542 0 0 25 0 1 0 653893488 150601728 35295 33554432000 4194304 4409284 140737468462400 18446744073709551615 212687699863 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 36768 35295 141 53 0 35191 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 147072

[startup+4602.3 s]
/proc/loadavg: 1.02 1.02 1.01 2/365 25971
/proc/meminfo: memFree=22482976/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=147224 CPUtime=4602.43 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 386097 0 0 0 457666 2577 0 0 25 0 1 0 653893488 150757376 35333 33554432000 4194304 4409284 140737468462400 18446744073709551615 4358442 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 36806 35333 141 53 0 35229 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 147224

[startup+4662.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/365 25973
/proc/meminfo: memFree=22463484/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=166564 CPUtime=4662.43 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 390932 0 0 0 463634 2609 0 0 25 0 1 0 653893488 170561536 40168 33554432000 4194304 4409284 140737468462400 18446744073709551615 4256569 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 41641 40168 141 53 0 40064 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 166564

[startup+4722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/365 25975
/proc/meminfo: memFree=22463328/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=166796 CPUtime=4722.43 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 398228 0 0 0 469601 2642 0 0 25 0 1 0 653893488 170799104 40226 33554432000 4194304 4409284 140737468462400 18446744073709551615 4230940 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 41699 40226 141 53 0 40122 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 166796

[startup+4782.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/365 25976
/proc/meminfo: memFree=22483396/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=147464 CPUtime=4782.44 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 400675 0 0 0 475567 2677 0 0 25 0 1 0 653893488 151003136 35393 33554432000 4194304 4409284 140737468462400 18446744073709551615 4230341 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 36866 35393 141 53 0 35289 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 147464

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/365 25978
/proc/meminfo: memFree=22515360/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=115420 CPUtime=4842.44 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 408838 0 0 0 481541 2703 0 0 25 0 1 0 653893488 118190080 27382 33554432000 4194304 4409284 140737468462400 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 28855 27382 141 53 0 27278 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 115420

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/365 25979
/proc/meminfo: memFree=22504916/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=125836 CPUtime=4902.44 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 411442 0 0 0 487516 2728 0 0 25 0 1 0 653893488 128856064 29986 33554432000 4194304 4409284 140737468462400 18446744073709551615 4358604 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 31459 29986 141 53 0 29882 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 125836

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/365 25981
/proc/meminfo: memFree=22482936/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=147952 CPUtime=4962.44 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 422169 0 0 0 493494 2750 0 0 25 0 1 0 653893488 151502848 35515 33554432000 4194304 4409284 140737468462400 18446744073709551615 4358627 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 36988 35515 141 53 0 35411 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 147952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.91 s]
/proc/loadavg: 1.07 1.02 1.00 2/365 25982
/proc/meminfo: memFree=22474240/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=156628 CPUtime=5000.06 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 424338 0 0 0 497240 2766 0 0 25 0 1 0 653893488 160387072 37684 33554432000 4194304 4409284 140737468462400 18446744073709551615 212687699863 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 39157 37684 141 53 0 37580 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 156628

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

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

[startup+4999.91 s]
/proc/loadavg: 1.07 1.02 1.00 2/365 25982
/proc/meminfo: memFree=22474240/32951124 swapFree=67111348/67111528
[pid=19327] ppid=19325 vsize=156628 CPUtime=5000.06 cores=1,3,5,7
/proc/19327/stat : 19327 (lingeling) R 19325 19327 18458 0 -1 4202496 424338 0 0 0 497240 2766 0 0 25 0 1 0 653893488 160387072 37684 33554432000 4194304 4409284 140737468462400 18446744073709551615 212687699863 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/19327/statm: 39157 37684 141 53 0 37580 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 156628

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.09
CPU user time (s): 4972.42
CPU system time (s): 27.6688
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 167044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4972.42
system time used= 27.6688
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 424338
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= 57337

runsolver used 15.4307 second user time and 43.6694 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 03:29:18
IDJOB=3372553
IDBENCH=82459
IDSOLVER=1850
FILE ID=node139/3372553-1305422957
RUNJOBID= node139-1305422939-19280
PBS_JOBID= 13324554
Free space on /tmp= 73324 MiB

SOLVER NAME= Lingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-VS3-benchmark-S2-tseitin.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372553-1305422957/watcher-3372553-1305422957 -o /tmp/evaluation-result-3372553-1305422957/solver-3372553-1305422957 -C 5000 -W 5100 -M 15500  lingeling HOME/instance-3372553-1305422957.cnf

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

MD5SUM BENCH= b967fca11e85ef5b614d3452b1c4b2ad
RANDOM SEED=1809781502

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22444384 kB
Buffers:        303352 kB
Cached:        2944852 kB
SwapCached:          0 kB
Active:        8145736 kB
Inactive:      2053380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22444384 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           35260 kB
Writeback:           0 kB
AnonPages:     6950892 kB
Mapped:          29352 kB
Slab:           203668 kB
PageTables:      38092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76906028 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= 73396 MiB
End job on node139 at 2011-05-15 04:52:39