Trace number 3372871

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)UNSAT 720.348 720.337

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark326.479
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

Solver Data

720.30/720.32	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3372871-1305426858/watcher-3372871-1305426858 -o /tmp/evaluation-result-3372871-1305426858/solver-3372871-1305426858 -C 5000 -W 5100 -M 15500 lingeling HOME/instance-3372871-1305426858.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: 2.01 2.02 2.00 2/229 13427
/proc/meminfo: memFree=18943996/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=7140 CPUtime=0 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 654285827 7311360 307 33554432000 4194304 4409284 140734030738512 18446744073709551615 248089698048 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 1785 307 110 53 0 208 0

[startup+0.036936 s]
/proc/loadavg: 2.01 2.02 2.00 2/229 13427
/proc/meminfo: memFree=18943996/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=10292 CPUtime=0.03 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 1202 0 0 0 3 0 0 0 23 0 1 0 654285827 10539008 1097 33554432000 4194304 4409284 140734030738512 18446744073709551615 248089698048 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 2573 1097 112 53 0 996 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10292

[startup+0.100988 s]
/proc/loadavg: 2.01 2.02 2.00 2/229 13427
/proc/meminfo: memFree=18943996/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=14008 CPUtime=0.09 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 2131 0 0 0 9 0 0 0 23 0 1 0 654285827 14344192 2026 33554432000 4194304 4409284 140734030738512 18446744073709551615 248089698048 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 3502 2026 112 53 0 1925 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14008

[startup+0.30089 s]
/proc/loadavg: 2.01 2.02 2.00 2/229 13427
/proc/meminfo: memFree=18943996/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=31804 CPUtime=0.29 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 6580 0 0 0 28 1 0 0 25 0 1 0 654285827 32567296 6475 33554432000 4194304 4409284 140734030738512 18446744073709551615 248089698048 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 7951 6475 112 53 0 6374 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31804

[startup+0.70082 s]
/proc/loadavg: 2.01 2.02 2.00 2/229 13427
/proc/meminfo: memFree=18943996/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=56892 CPUtime=0.69 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 12852 0 0 0 66 3 0 0 25 0 1 0 654285827 58257408 12747 33554432000 4194304 4409284 140734030738512 18446744073709551615 248089698048 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 14223 12747 112 53 0 12646 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56892

[startup+1.50068 s]
/proc/loadavg: 2.00 2.02 2.00 3/230 13428
/proc/meminfo: memFree=18875796/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=107216 CPUtime=1.48 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 25461 0 0 0 142 6 0 0 25 0 1 0 654285827 109789184 25328 33554432000 4194304 4409284 140734030738512 18446744073709551615 4253457 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 26804 25328 112 53 0 25227 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 107216

[startup+3.10039 s]
/proc/loadavg: 2.00 2.02 2.00 3/230 13428
/proc/meminfo: memFree=18832804/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=114480 CPUtime=3.09 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 31332 0 0 0 301 8 0 0 25 0 1 0 654285827 117227520 27099 33554432000 4194304 4409284 140734030738512 18446744073709551615 4301343 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 28620 27099 130 53 0 27043 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 114480

[startup+6.3009 s]
/proc/loadavg: 2.00 2.02 2.00 3/230 13428
/proc/meminfo: memFree=18833796/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=150080 CPUtime=6.29 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 43014 0 0 0 620 9 0 0 25 0 1 0 654285827 153681920 36033 33554432000 4194304 4409284 140734030738512 18446744073709551615 4255171 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 37520 36033 133 53 0 35943 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 150080

[startup+12.7007 s]
/proc/loadavg: 2.00 2.02 2.00 3/230 13428
/proc/meminfo: memFree=18812848/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=137452 CPUtime=12.69 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 72636 0 0 0 1256 13 0 0 25 0 1 0 654285827 140750848 32885 33554432000 4194304 4409284 140734030738512 18446744073709551615 4242030 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 34363 32885 136 53 0 32786 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 137452

[startup+25.5004 s]
/proc/loadavg: 2.00 2.02 2.00 3/230 13429
/proc/meminfo: memFree=18810636/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=140240 CPUtime=25.49 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 73351 0 0 0 2535 14 0 0 25 0 1 0 654285827 143605760 33587 33554432000 4194304 4409284 140734030738512 18446744073709551615 4358342 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 35060 33587 141 53 0 33483 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 140240

[startup+51.1009 s]
/proc/loadavg: 2.00 2.02 2.00 3/230 13429
/proc/meminfo: memFree=18728556/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=156484 CPUtime=51.09 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 94015 0 0 0 5088 21 0 0 25 0 1 0 654285827 160239616 37648 33554432000 4194304 4409284 140734030738512 18446744073709551615 4358421 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 39121 37648 141 53 0 37544 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 156484

[startup+102.309 s]
/proc/loadavg: 2.00 2.01 2.00 3/230 13431
/proc/meminfo: memFree=18727664/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=157132 CPUtime=102.29 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 114495 0 0 0 10195 34 0 0 25 0 1 0 654285827 160903168 37810 33554432000 4194304 4409284 140734030738512 18446744073709551615 4231006 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 39283 37810 141 53 0 37706 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 157132

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/230 13432
/proc/meminfo: memFree=18778224/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=157152 CPUtime=162.29 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 134783 0 0 0 16171 58 0 0 25 0 1 0 654285827 160923648 37815 33554432000 4194304 4409284 140734030738512 18446744073709551615 4360264 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 39288 37815 141 53 0 37711 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 157152

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/230 13434
/proc/meminfo: memFree=18769248/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=165900 CPUtime=222.29 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 164954 0 0 0 22150 79 0 0 25 0 1 0 654285827 169881600 40002 33554432000 4194304 4409284 140734030738512 18446744073709551615 4248260 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 41475 40002 141 53 0 39898 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 165900

[startup+282.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/230 13435
/proc/meminfo: memFree=18814976/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=153120 CPUtime=282.29 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 187582 0 0 0 28128 101 0 0 25 0 1 0 654285827 156794880 36807 33554432000 4194304 4409284 140734030738512 18446744073709551615 248089722775 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 38280 36807 141 53 0 36703 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 153120

[startup+342.301 s]
/proc/loadavg: 2.07 2.03 2.00 3/230 13437
/proc/meminfo: memFree=18787156/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=179492 CPUtime=342.29 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 216808 0 0 0 34097 132 0 0 25 0 1 0 654285827 183799808 43400 33554432000 4194304 4409284 140734030738512 18446744073709551615 4271283 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 44873 43400 141 53 0 43296 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 179492

[startup+402.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/230 13439
/proc/meminfo: memFree=18797912/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=168576 CPUtime=402.29 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 242192 0 0 0 40080 149 0 0 25 0 1 0 654285827 172621824 40703 33554432000 4194304 4409284 140734030738512 18446744073709551615 4230778 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 42144 40703 141 53 0 40567 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 168576

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/230 13440
/proc/meminfo: memFree=18786684/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=179816 CPUtime=462.29 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 273225 0 0 0 46055 174 0 0 25 0 1 0 654285827 184131584 43481 33554432000 4194304 4409284 140734030738512 18446744073709551615 4259235 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 44954 43481 141 53 0 43377 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 179816

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 4/230 13442
/proc/meminfo: memFree=18787392/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=185192 CPUtime=522.3 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 298765 0 0 0 52032 198 0 0 25 0 1 0 654285827 189636608 44825 33554432000 4194304 4409284 140734030738512 18446744073709551615 4231431 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 46298 44825 141 53 0 44721 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 185192

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/230 13443
/proc/meminfo: memFree=18662488/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=183156 CPUtime=582.3 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 301059 0 0 0 58009 221 0 0 25 0 1 0 654285827 187551744 44316 33554432000 4194304 4409284 140734030738512 18446744073709551615 4358396 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 45789 44316 141 53 0 44212 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 183156

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/230 13445
/proc/meminfo: memFree=18576480/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=211844 CPUtime=642.31 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 335277 0 0 0 63971 260 0 0 25 0 1 0 654285827 216928256 49441 33554432000 4194304 4409284 140734030738512 18446744073709551615 248089722775 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 52961 49441 141 53 0 51384 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 211844

[startup+702.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/230 13447
/proc/meminfo: memFree=18567752/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=213708 CPUtime=702.3 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 341547 0 0 0 69947 283 0 0 25 0 1 0 654285827 218836992 51657 33554432000 4194304 4409284 140734030738512 18446744073709551615 4358342 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 53427 51657 141 53 0 51850 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 213708

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

[startup+703.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/230 13447
/proc/meminfo: memFree=18567752/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=213708 CPUtime=703.91 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 341547 0 0 0 70107 284 0 0 25 0 1 0 654285827 218836992 51657 33554432000 4194304 4409284 140734030738512 18446744073709551615 4230576 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 53427 51657 141 53 0 51850 0
Current children cumulated CPU time (s) 703.91
Current children cumulated vsize (KiB) 213708

[startup+710.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/230 13447
/proc/meminfo: memFree=18565396/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=216056 CPUtime=710.3 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 343468 0 0 0 70744 286 0 0 25 0 1 0 654285827 221241344 52244 33554432000 4194304 4409284 140734030738512 18446744073709551615 4226393 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 54014 52244 141 53 0 52437 0
Current children cumulated CPU time (s) 710.3
Current children cumulated vsize (KiB) 216056

[startup+716.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/230 13447
/proc/meminfo: memFree=18565392/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=216056 CPUtime=716.7 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 343468 0 0 0 71381 289 0 0 25 0 1 0 654285827 221241344 52244 33554432000 4194304 4409284 140734030738512 18446744073709551615 4230803 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 54014 52244 141 53 0 52437 0
Current children cumulated CPU time (s) 716.7
Current children cumulated vsize (KiB) 216056

[startup+718.308 s]
/proc/loadavg: 2.00 2.00 2.00 3/230 13447
/proc/meminfo: memFree=18565392/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=216056 CPUtime=718.31 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 343468 0 0 0 71541 290 0 0 25 0 1 0 654285827 221241344 52244 33554432000 4194304 4409284 140734030738512 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 54014 52244 141 53 0 52437 0
Current children cumulated CPU time (s) 718.31
Current children cumulated vsize (KiB) 216056

[startup+719.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/230 13447
/proc/meminfo: memFree=18565392/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=216056 CPUtime=719.11 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 343468 0 0 0 71620 291 0 0 25 0 1 0 654285827 221241344 52244 33554432000 4194304 4409284 140734030738512 18446744073709551615 4256901 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 54014 52244 141 53 0 52437 0
Current children cumulated CPU time (s) 719.11
Current children cumulated vsize (KiB) 216056

[startup+719.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/230 13447
/proc/meminfo: memFree=18565392/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=216056 CPUtime=719.9 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 343468 0 0 0 71699 291 0 0 25 0 1 0 654285827 221241344 52244 33554432000 4194304 4409284 140734030738512 18446744073709551615 4230733 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 54014 52244 141 53 0 52437 0
Current children cumulated CPU time (s) 719.9
Current children cumulated vsize (KiB) 216056

[startup+720.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/230 13447
/proc/meminfo: memFree=18565392/32950928 swapFree=64721848/67111528
[pid=13427] ppid=13425 vsize=216056 CPUtime=720.3 cores=1,3,5,7
/proc/13427/stat : 13427 (lingeling) R 13425 13427 4864 0 -1 4202496 343468 0 0 0 71739 291 0 0 25 0 1 0 654285827 221241344 52244 33554432000 4194304 4409284 140734030738512 18446744073709551615 4358379 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/13427/statm: 54014 52244 141 53 0 52437 0
Current children cumulated CPU time (s) 720.3
Current children cumulated vsize (KiB) 216056

Child status: 20
Real time (s): 720.337
CPU time (s): 720.348
CPU user time (s): 717.423
CPU system time (s): 2.92555
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 224368

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

runsolver used 1.43078 second user time and 3.36449 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-15 04:34:20
IDJOB=3372871
IDBENCH=85007
IDSOLVER=1850
FILE ID=node123/3372871-1305426858
RUNJOBID= node123-1305419308-4883
PBS_JOBID= 13324571
Free space on /tmp= 73396 MiB

SOLVER NAME= Lingeling 587f (fixed)
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372871-1305426858/watcher-3372871-1305426858 -o /tmp/evaluation-result-3372871-1305426858/solver-3372871-1305426858 -C 5000 -W 5100 -M 15500  lingeling HOME/instance-3372871-1305426858.cnf

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=1051293028

node123.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.838
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.67
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.838
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.838
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.75
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.838
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18944276 kB
Buffers:        305020 kB
Cached:        4109476 kB
SwapCached:      10528 kB
Active:       10881260 kB
Inactive:      2856820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18944276 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:           77104 kB
Writeback:           0 kB
AnonPages:     9320948 kB
Mapped:          16260 kB
Slab:           176420 kB
PageTables:      31728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 13301332 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 node123 at 2011-05-15 04:46:21