Trace number 3372028

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.06 1300.03

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1263.53
Satisfiable
(Un)Satisfiability was proved
Number of variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 2.25 3.23 3.56 4/367 27332
/proc/meminfo: memFree=23579272/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=7780 CPUtime=0.01 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 525 0 0 0 1 0 0 0 22 0 1 0 635969531 7966720 468 33554432000 4194304 4409284 140736290770080 18446744073709551615 228095450880 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 1945 468 111 53 0 368 0

[startup+0.0607331 s]
/proc/loadavg: 2.25 3.23 3.56 4/367 27332
/proc/meminfo: memFree=23579272/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=10872 CPUtime=0.05 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 1267 0 0 0 5 0 0 0 22 0 1 0 635969531 11132928 1210 33554432000 4194304 4409284 140736290770080 18446744073709551615 228095450880 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 2718 1210 112 53 0 1141 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10872

[startup+0.100726 s]
/proc/loadavg: 2.25 3.23 3.56 4/367 27332
/proc/meminfo: memFree=23579272/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=14204 CPUtime=0.09 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 2116 0 0 0 9 0 0 0 22 0 1 0 635969531 14544896 2059 33554432000 4194304 4409284 140736290770080 18446744073709551615 228095450880 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 3551 2059 112 53 0 1974 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14204

[startup+0.30069 s]
/proc/loadavg: 2.25 3.23 3.56 4/367 27332
/proc/meminfo: memFree=23579272/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=31636 CPUtime=0.29 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 6533 0 0 0 28 1 0 0 23 0 1 0 635969531 32395264 6433 33554432000 4194304 4409284 140736290770080 18446744073709551615 228095450880 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 7909 6433 112 53 0 6332 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31636

[startup+0.700619 s]
/proc/loadavg: 2.25 3.23 3.56 4/367 27332
/proc/meminfo: memFree=23579272/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=56968 CPUtime=0.69 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 12903 0 0 0 67 2 0 0 25 0 1 0 635969531 58335232 12766 33554432000 4194304 4409284 140736290770080 18446744073709551615 228095450880 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 14242 12766 112 53 0 12665 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56968

[startup+1.98038 s]
/proc/loadavg: 2.25 3.23 3.56 4/367 27332
/proc/meminfo: memFree=23579272/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=123656 CPUtime=1.97 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 29575 0 0 0 190 7 0 0 25 0 1 0 635969531 126623744 29438 33554432000 4194304 4409284 140736290770080 18446744073709551615 228095450880 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 30914 29438 112 53 0 29337 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 123656

[startup+3.10018 s]
/proc/loadavg: 2.25 3.23 3.56 5/368 27333
/proc/meminfo: memFree=23440676/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=207880 CPUtime=3.09 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 50631 0 0 0 297 12 0 0 25 0 1 0 635969531 212869120 50494 33554432000 4194304 4409284 140736290770080 18446744073709551615 228095450880 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 51970 50494 112 53 0 50393 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 207880

[startup+6.30059 s]
/proc/loadavg: 2.39 3.24 3.56 5/365 27356
/proc/meminfo: memFree=23262628/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=239696 CPUtime=6.29 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 72492 0 0 0 612 17 0 0 25 0 1 0 635969531 245448704 58302 33554432000 4194304 4409284 140736290770080 18446744073709551615 4278133 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 59924 58302 125 53 0 58347 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 239696

[startup+12.7004 s]
/proc/loadavg: 2.60 3.27 3.56 5/368 27362
/proc/meminfo: memFree=23074844/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=239696 CPUtime=12.69 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 72498 0 0 0 1252 17 0 0 25 0 1 0 635969531 245448704 58308 33554432000 4194304 4409284 140736290770080 18446744073709551615 4304297 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 59924 58308 131 53 0 58347 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 239696

[startup+25.5011 s]
/proc/loadavg: 2.91 3.31 3.57 4/365 27366
/proc/meminfo: memFree=23028384/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=415700 CPUtime=25.49 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 188417 0 0 0 2521 28 0 0 25 0 1 0 635969531 425676800 102448 33554432000 4194304 4409284 140736290770080 18446744073709551615 4242379 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 103925 102448 137 53 0 102348 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 415700

[startup+51.1004 s]
/proc/loadavg: 3.28 3.36 3.58 5/368 27392
/proc/meminfo: memFree=23112652/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=415608 CPUtime=51.09 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 188421 0 0 0 5079 30 0 0 25 0 1 0 635969531 425582592 102429 33554432000 4194304 4409284 140736290770080 18446744073709551615 4230570 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 103902 102429 141 53 0 102325 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 415608

[startup+102.314 s]
/proc/loadavg: 3.73 3.47 3.60 5/368 27394
/proc/meminfo: memFree=23070620/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=428280 CPUtime=102.31 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 257556 0 0 0 10191 40 0 0 25 0 1 0 635969531 438558720 105597 33554432000 4194304 4409284 140736290770080 18446744073709551615 4230570 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 107070 105597 141 53 0 105493 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 428280

[startup+162.301 s]
/proc/loadavg: 3.90 3.57 3.63 5/368 27404
/proc/meminfo: memFree=23133344/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=394180 CPUtime=162.3 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 268158 0 0 0 16186 44 0 0 25 0 1 0 635969531 403640320 97072 33554432000 4194304 4409284 140736290770080 18446744073709551615 4226376 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 98545 97072 141 53 0 96968 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 394180

[startup+222.301 s]
/proc/loadavg: 3.96 3.64 3.65 5/368 27406
/proc/meminfo: memFree=23113028/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=393944 CPUtime=222.3 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 301286 0 0 0 22177 53 0 0 25 0 1 0 635969531 403398656 97013 33554432000 4194304 4409284 140736290770080 18446744073709551615 4226270 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 98486 97013 141 53 0 96909 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 393944

[startup+282.301 s]
/proc/loadavg: 4.20 3.77 3.69 5/368 27408
/proc/meminfo: memFree=23223648/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=270812 CPUtime=282.3 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 311721 0 0 0 28172 58 0 0 25 0 1 0 635969531 277311488 66230 33554432000 4194304 4409284 140736290770080 18446744073709551615 228095475607 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 67703 66230 141 53 0 66126 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 270812

[startup+342.301 s]
/proc/loadavg: 4.12 3.82 3.71 5/368 27409
/proc/meminfo: memFree=23192540/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=274232 CPUtime=342.3 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 347089 0 0 0 34162 68 0 0 25 0 1 0 635969531 280813568 67085 33554432000 4194304 4409284 140736290770080 18446744073709551615 4358437 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 68558 67085 141 53 0 66981 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 274232

[startup+402.301 s]
/proc/loadavg: 4.04 3.85 3.73 5/368 27411
/proc/meminfo: memFree=23204712/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=274196 CPUtime=402.3 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 347089 0 0 0 40156 74 0 0 25 0 1 0 635969531 280776704 67076 33554432000 4194304 4409284 140736290770080 18446744073709551615 4230570 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 68549 67076 141 53 0 66972 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 274196

[startup+462.301 s]
/proc/loadavg: 4.01 3.88 3.74 5/368 27412
/proc/meminfo: memFree=23191200/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=274188 CPUtime=462.31 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 380123 0 0 0 46143 88 0 0 25 0 1 0 635969531 280768512 67074 33554432000 4194304 4409284 140736290770080 18446744073709551615 4271351 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 68547 67074 141 53 0 66970 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 274188

[startup+522.301 s]
/proc/loadavg: 4.00 3.89 3.75 5/368 27415
/proc/meminfo: memFree=23193060/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=283116 CPUtime=522.3 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 382987 0 0 0 52134 96 0 0 25 0 1 0 635969531 289910784 69306 33554432000 4194304 4409284 140736290770080 18446744073709551615 4271656 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 70779 69306 141 53 0 69202 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 283116

[startup+582.301 s]
/proc/loadavg: 4.13 3.94 3.77 5/368 27418
/proc/meminfo: memFree=23161696/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=283092 CPUtime=582.31 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 415757 0 0 0 58121 110 0 0 25 0 1 0 635969531 289886208 69300 33554432000 4194304 4409284 140736290770080 18446744073709551615 4252932 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 70773 69300 141 53 0 69196 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 283092

[startup+642.301 s]
/proc/loadavg: 4.05 3.95 3.79 5/368 27419
/proc/meminfo: memFree=23083836/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=289716 CPUtime=642.32 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 455271 0 0 0 64108 124 0 0 25 0 1 0 635969531 296669184 70956 33554432000 4194304 4409284 140736290770080 18446744073709551615 4226390 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 72429 70956 141 53 0 70852 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 289716

[startup+702.301 s]
/proc/loadavg: 4.02 3.96 3.80 5/368 27421
/proc/meminfo: memFree=23075784/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=311936 CPUtime=702.31 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 460831 0 0 0 70100 131 0 0 25 0 1 0 635969531 319422464 76511 33554432000 4194304 4409284 140736290770080 18446744073709551615 4230778 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 77984 76511 141 53 0 76407 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 311936

[startup+762.314 s]
/proc/loadavg: 4.00 3.96 3.81 5/368 27422
/proc/meminfo: memFree=23105816/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=317976 CPUtime=762.33 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 462531 0 0 0 76086 147 0 0 25 0 1 0 635969531 325607424 78021 33554432000 4194304 4409284 140736290770080 18446744073709551615 4264719 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 79494 78021 141 53 0 77917 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 317976

[startup+822.301 s]
/proc/loadavg: 4.25 4.03 3.84 5/368 27425
/proc/meminfo: memFree=23114380/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=295288 CPUtime=822.31 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 495301 0 0 0 82072 159 0 0 25 0 1 0 635969531 302374912 72349 33554432000 4194304 4409284 140736290770080 18446744073709551615 4359364 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 73822 72349 141 53 0 72245 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 295288

[startup+882.301 s]
/proc/loadavg: 4.12 4.03 3.85 5/368 27427
/proc/meminfo: memFree=23083756/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=317060 CPUtime=882.32 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 500750 0 0 0 88064 168 0 0 25 0 1 0 635969531 324669440 77792 33554432000 4194304 4409284 140736290770080 18446744073709551615 228095475607 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 79265 77792 141 53 0 77688 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 317060

[startup+942.301 s]
/proc/loadavg: 4.04 4.03 3.86 5/368 27428
/proc/meminfo: memFree=23054632/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=317060 CPUtime=942.32 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 533730 0 0 0 94051 181 0 0 25 0 1 0 635969531 324669440 77792 33554432000 4194304 4409284 140736290770080 18446744073709551615 4259221 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 79265 77792 141 53 0 77688 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 317060

[startup+1002.3 s]
/proc/loadavg: 4.01 4.02 3.86 5/368 27431
/proc/meminfo: memFree=23025620/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=317060 CPUtime=1002.32 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 533730 0 0 0 100040 192 0 0 25 0 1 0 635969531 324669440 77792 33554432000 4194304 4409284 140736290770080 18446744073709551615 228095475607 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 79265 77792 141 53 0 77688 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 317060

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 3.87 5/368 27432
/proc/meminfo: memFree=22967344/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=352500 CPUtime=1062.32 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 547820 0 0 0 106030 202 0 0 25 0 1 0 635969531 360960000 86652 33554432000 4194304 4409284 140736290770080 18446744073709551615 4226443 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 88125 86652 141 53 0 86548 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 352500

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 3.87 5/368 27434
/proc/meminfo: memFree=22967220/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=351628 CPUtime=1122.32 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 580590 0 0 0 112018 214 0 0 25 0 1 0 635969531 360067072 86434 33554432000 4194304 4409284 140736290770080 18446744073709551615 4358433 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 87907 86434 141 53 0 86330 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 351628

[startup+1182.3 s]
/proc/loadavg: 4.03 4.02 3.88 5/368 27436
/proc/meminfo: memFree=22943624/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=351628 CPUtime=1182.32 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 580590 0 0 0 118007 225 0 0 25 0 1 0 635969531 360067072 86434 33554432000 4194304 4409284 140736290770080 18446744073709551615 4358426 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 87907 86434 141 53 0 86330 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 351628

[startup+1242.3 s]
/proc/loadavg: 4.01 4.01 3.89 5/368 27437
/proc/meminfo: memFree=22975804/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=351628 CPUtime=1242.33 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 580590 0 0 0 123998 235 0 0 25 0 1 0 635969531 360067072 86434 33554432000 4194304 4409284 140736290770080 18446744073709551615 4360283 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 87907 86434 141 53 0 86330 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 351628



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.63 3.93 3.87 3/356 27477
/proc/meminfo: memFree=23589928/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=338424 CPUtime=1300.04 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 585794 0 0 0 129756 248 0 0 25 0 1 0 635969531 346546176 83165 33554432000 4194304 4409284 140736290770080 18446744073709551615 4230570 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 84606 83165 141 53 0 83029 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 338424

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

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

[startup+1300 s]
/proc/loadavg: 3.63 3.93 3.87 3/356 27477
/proc/meminfo: memFree=23589928/32951124 swapFree=65980216/67111528
[pid=27332] ppid=27329 vsize=338424 CPUtime=1300.04 cores=1,3
/proc/27332/stat : 27332 (lingeling) R 27329 27332 26882 0 -1 4202496 585794 0 0 0 129756 248 0 0 25 0 1 0 635969531 346546176 83165 33554432000 4194304 4409284 140736290770080 18446744073709551615 4230570 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27332/statm: 84606 83165 141 53 0 83029 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 338424

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1297.57
CPU system time (s): 2.49762
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 559356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1297.57
system time used= 2.49762
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 585794
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= 3
involuntary context switches= 2189

runsolver used 4.5793 second user time and 10.7914 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-15 06:59:01
IDJOB=3372028
IDBENCH=85008
IDSOLVER=1849
FILE ID=node142/3372028-1305435534
RUNJOBID= node142-1305435530-27261
PBS_JOBID= 13324631
Free space on /tmp= 73188 MiB

SOLVER NAME= Lingeling 587f (fixed)
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372028-1305435534/watcher-3372028-1305435534 -o /tmp/evaluation-result-3372028-1305435534/solver-3372028-1305435534 -C 2400 -W 1300 -M 7680  lingeling HOME/instance-3372028-1305435534.cnf

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

MD5SUM BENCH= 9a43349587a435e7109b46b3aceb156e
RANDOM SEED=1883139298

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      23579304 kB
Buffers:        325512 kB
Cached:        4264472 kB
SwapCached:      11520 kB
Active:        6698424 kB
Inactive:      2337472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23579304 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:          371880 kB
Writeback:           0 kB
AnonPages:     4442780 kB
Mapped:          20900 kB
Slab:           237880 kB
PageTables:      32948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77309040 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= 73340 MiB
End job on node142 at 2011-05-15 07:20:43