Trace number 3292026

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
SApperloT2010 2011-03-04? (TO) 1300.07 1300.07

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 benchmark333.205
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


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: 935)

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.38 3.87 3.87 4/184 3145
/proc/meminfo: memFree=16303592/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=25100 CPUtime=0 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 2348 0 0 0 0 0 0 0 21 0 1 0 490767150 25702400 2288 33554432000 4194304 4395502 140734316489232 18446744073709551615 4332374 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 6275 2300 245 50 0 3415 0

[startup+0.047242 s]
/proc/loadavg: 3.38 3.87 3.87 4/184 3145
/proc/meminfo: memFree=16303592/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=62080 CPUtime=0.03 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 5652 0 0 0 3 0 0 0 21 0 1 0 490767150 63569920 5592 33554432000 4194304 4395502 140734316489232 18446744073709551615 274664469189 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 15520 5593 247 50 0 12660 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 62080

[startup+0.100233 s]
/proc/loadavg: 3.38 3.87 3.87 4/184 3145
/proc/meminfo: memFree=16303592/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=69780 CPUtime=0.09 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 7525 0 0 0 8 1 0 0 21 0 1 0 490767150 71454720 7465 33554432000 4194304 4395502 140734316489232 18446744073709551615 274664469189 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 17445 7466 248 50 0 14585 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 69780

[startup+0.300199 s]
/proc/loadavg: 3.38 3.87 3.87 4/184 3145
/proc/meminfo: memFree=16303592/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=97948 CPUtime=0.29 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 14457 0 0 0 27 2 0 0 22 0 1 0 490767150 100298752 14364 33554432000 4194304 4395502 140734316489232 18446744073709551615 274664469537 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 24487 14365 248 50 0 21627 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 97948

[startup+0.701128 s]
/proc/loadavg: 3.38 3.87 3.87 4/184 3145
/proc/meminfo: memFree=16303592/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=153792 CPUtime=0.69 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 28324 0 0 0 64 5 0 0 24 0 1 0 490767150 157483008 27769 33554432000 4194304 4395502 140734316489232 18446744073709551615 274664469189 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 38448 27771 248 50 0 35588 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 153792

[startup+1.50099 s]
/proc/loadavg: 3.38 3.87 3.87 5/185 3146
/proc/meminfo: memFree=16115740/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=373516 CPUtime=1.49 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 85683 0 0 0 135 14 0 0 25 0 1 0 490767150 382480384 78973 33554432000 4194304 4395502 140734316489232 18446744073709551615 274664467253 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 93379 78973 259 50 0 90519 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 373516

[startup+3.10073 s]
/proc/loadavg: 3.43 3.87 3.87 6/183 3146
/proc/meminfo: memFree=15910120/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=381348 CPUtime=3.09 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 87023 0 0 0 295 14 0 0 25 0 1 0 490767150 390500352 80313 33554432000 4194304 4395502 140734316489232 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 95337 80313 264 50 0 92477 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 381348

[startup+15.9035 s]
/proc/loadavg: 4.29 4.04 3.93 4/186 3154
/proc/meminfo: memFree=15307756/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=381836 CPUtime=15.9 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 87196 0 0 0 1575 15 0 0 25 0 1 0 490767150 391000064 80486 33554432000 4194304 4395502 140734316489232 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 95459 80486 264 50 0 92599 0
Current children cumulated CPU time (s) 15.9
Current children cumulated vsize (KiB) 381836

[startup+16.0065 s]
/proc/loadavg: 4.29 4.04 3.93 4/186 3154
/proc/meminfo: memFree=15307756/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=381836 CPUtime=16 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 87196 0 0 0 1585 15 0 0 25 0 1 0 490767150 391000064 80486 33554432000 4194304 4395502 140734316489232 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 95459 80486 264 50 0 92599 0
Current children cumulated CPU time (s) 16
Current children cumulated vsize (KiB) 381836

[startup+25.5008 s]
/proc/loadavg: 4.86 4.17 3.97 5/184 3177
/proc/meminfo: memFree=15088480/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=381836 CPUtime=25.5 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 87218 0 0 0 2534 16 0 0 25 0 1 0 490767150 391000064 80508 33554432000 4194304 4395502 140734316489232 18446744073709551615 4286555 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 95459 80508 264 50 0 92599 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 381836

[startup+51.1004 s]
/proc/loadavg: 5.82 4.46 4.07 5/188 3214
/proc/meminfo: memFree=13773920/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=382860 CPUtime=51.09 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 87765 0 0 0 5086 23 0 0 25 0 1 0 490767150 392048640 81055 33554432000 4194304 4395502 140734316489232 18446744073709551615 4286565 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 95715 81055 264 50 0 92855 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 382860

[startup+102.301 s]
/proc/loadavg: 6.76 4.93 4.25 6/188 3248
/proc/meminfo: memFree=13693080/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=459600 CPUtime=102.29 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 105273 0 0 0 10190 39 0 0 25 0 1 0 490767150 470630400 98563 33554432000 4194304 4395502 140734316489232 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 114900 98563 264 50 0 112040 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 459600

[startup+162.307 s]
/proc/loadavg: 6.04 5.12 4.36 5/188 3276
/proc/meminfo: memFree=14051172/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=543252 CPUtime=162.29 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 124913 0 0 0 16178 51 0 0 25 0 1 0 490767150 556290048 118203 33554432000 4194304 4395502 140734316489232 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 135813 118203 264 50 0 132953 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 543252

[startup+222.301 s]
/proc/loadavg: 4.81 4.93 4.34 5/188 3277
/proc/meminfo: memFree=13960856/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=608408 CPUtime=222.29 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 140085 0 0 0 22173 56 0 0 25 0 1 0 490767150 623009792 133375 33554432000 4194304 4395502 140734316489232 18446744073709551615 274664469189 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 152102 133375 264 50 0 149242 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 608408

[startup+282.3 s]
/proc/loadavg: 4.27 4.75 4.31 5/188 3280
/proc/meminfo: memFree=13756796/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=727524 CPUtime=282.29 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 167690 0 0 0 28165 64 0 0 25 0 1 0 490767150 744984576 160980 33554432000 4194304 4395502 140734316489232 18446744073709551615 4288148 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 181881 160980 264 50 0 179021 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 727524

[startup+342.301 s]
/proc/loadavg: 4.22 4.65 4.30 5/188 3282
/proc/meminfo: memFree=13598728/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=793520 CPUtime=342.29 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 182922 0 0 0 34159 70 0 0 25 0 1 0 490767150 812564480 176212 33554432000 4194304 4395502 140734316489232 18446744073709551615 4300285 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 198380 176212 264 50 0 195520 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 793520

[startup+402.301 s]
/proc/loadavg: 4.07 4.52 4.28 5/188 3284
/proc/meminfo: memFree=13410016/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=835632 CPUtime=402.29 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 192944 0 0 0 40157 72 0 0 25 0 1 0 490767150 855687168 186234 33554432000 4194304 4395502 140734316489232 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 208908 186234 264 50 0 206048 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 835632

[startup+462.3 s]
/proc/loadavg: 4.07 4.44 4.27 5/188 3285
/proc/meminfo: memFree=13255168/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=907636 CPUtime=462.29 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 209999 0 0 0 46152 77 0 0 25 0 1 0 490767150 929419264 203289 33554432000 4194304 4395502 140734316489232 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 226909 203289 264 50 0 224049 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 907636

[startup+522.301 s]
/proc/loadavg: 4.02 4.35 4.25 5/188 3286
/proc/meminfo: memFree=13010208/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=955420 CPUtime=522.3 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 221551 0 0 0 52149 81 0 0 25 0 1 0 490767150 978350080 214841 33554432000 4194304 4395502 140734316489232 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 238855 214841 264 50 0 235995 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 955420

[startup+582.3 s]
/proc/loadavg: 4.01 4.29 4.23 5/188 3288
/proc/meminfo: memFree=12882660/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=1000192 CPUtime=582.3 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 232018 0 0 0 58145 85 0 0 25 0 1 0 490767150 1024196608 225308 33554432000 4194304 4395502 140734316489232 18446744073709551615 4292744 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 250048 225308 264 50 0 247188 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1000192

[startup+642.301 s]
/proc/loadavg: 4.00 4.23 4.21 5/188 3290
/proc/meminfo: memFree=12687768/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=1086300 CPUtime=642.3 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 253025 0 0 0 64138 92 0 0 25 0 1 0 490767150 1112371200 246315 33554432000 4194304 4395502 140734316489232 18446744073709551615 4314304 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 271575 246315 264 50 0 268715 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 1086300

[startup+702.301 s]
/proc/loadavg: 4.00 4.19 4.19 5/188 3292
/proc/meminfo: memFree=12611036/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=1116304 CPUtime=702.31 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 259930 0 0 0 70137 94 0 0 25 0 1 0 490767150 1143095296 253220 33554432000 4194304 4395502 140734316489232 18446744073709551615 4347194 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 279076 253220 264 50 0 276216 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1116304

[startup+762.3 s]
/proc/loadavg: 4.00 4.15 4.18 5/188 3293
/proc/meminfo: memFree=12551164/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=1127336 CPUtime=762.3 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 262295 0 0 0 76136 94 0 0 25 0 1 0 490767150 1154392064 255585 33554432000 4194304 4395502 140734316489232 18446744073709551615 4347194 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 281834 255585 264 50 0 278974 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 1127336

[startup+822.307 s]
/proc/loadavg: 3.85 4.09 4.16 4/182 3311
/proc/meminfo: memFree=12653788/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=1132756 CPUtime=822.31 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 263556 0 0 0 82136 95 0 0 25 0 1 0 490767150 1159942144 256846 33554432000 4194304 4395502 140734316489232 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 283189 256846 264 50 0 280329 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1132756

[startup+882.3 s]
/proc/loadavg: 3.31 3.89 4.08 4/182 3313
/proc/meminfo: memFree=12632648/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=1134060 CPUtime=882.3 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 263944 0 0 0 88135 95 0 0 25 0 1 0 490767150 1161277440 257234 33554432000 4194304 4395502 140734316489232 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 283515 257234 264 50 0 280655 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 1134060

[startup+942.301 s]
/proc/loadavg: 3.11 3.72 4.01 4/182 3316
/proc/meminfo: memFree=12617304/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=1142036 CPUtime=942.3 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 265890 0 0 0 94134 96 0 0 25 0 1 0 490767150 1169444864 259180 33554432000 4194304 4395502 140734316489232 18446744073709551615 4296832 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 285509 259180 264 50 0 282649 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 1142036

[startup+1002.3 s]
/proc/loadavg: 3.10 3.60 3.95 4/182 3317
/proc/meminfo: memFree=12602608/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=1151924 CPUtime=1002.3 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 267873 0 0 0 100133 97 0 0 25 0 1 0 490767150 1179570176 261163 33554432000 4194304 4395502 140734316489232 18446744073709551615 4347194 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 287981 261163 264 50 0 285121 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 1151924

[startup+1062.3 s]
/proc/loadavg: 3.03 3.49 3.89 4/182 3319
/proc/meminfo: memFree=12512372/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=1163868 CPUtime=1062.31 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 270565 0 0 0 106133 98 0 0 25 0 1 0 490767150 1191800832 263855 33554432000 4194304 4395502 140734316489232 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 290967 263855 264 50 0 288107 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1163868

[startup+1122.3 s]
/proc/loadavg: 3.01 3.41 3.83 4/182 3320
/proc/meminfo: memFree=12489956/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=1182004 CPUtime=1122.31 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 274859 0 0 0 112132 99 0 0 25 0 1 0 490767150 1210372096 268149 33554432000 4194304 4395502 140734316489232 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 295501 268149 264 50 0 292641 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1182004

[startup+1182.3 s]
/proc/loadavg: 3.00 3.32 3.77 4/182 3322
/proc/meminfo: memFree=12418836/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=1205152 CPUtime=1182.31 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 280005 0 0 0 118130 101 0 0 25 0 1 0 490767150 1234075648 273295 33554432000 4194304 4395502 140734316489232 18446744073709551615 4286537 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 301288 273295 264 50 0 298428 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1205152

[startup+1242.3 s]
/proc/loadavg: 3.00 3.27 3.73 4/182 3324
/proc/meminfo: memFree=12366044/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=1237028 CPUtime=1242.31 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 287015 0 0 0 124127 104 0 0 25 0 1 0 490767150 1266716672 280305 33554432000 4194304 4395502 140734316489232 18446744073709551615 4347194 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 309257 280305 264 50 0 306397 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1237028



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.22 3.68 4/182 3325
/proc/meminfo: memFree=12331508/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=1270264 CPUtime=1300.02 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 292865 0 0 0 129896 106 0 0 25 0 1 0 490767150 1300750336 286155 33554432000 4194304 4395502 140734316489232 18446744073709551615 4328465 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 317566 286155 264 50 0 314706 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 1270264

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.00 3.22 3.68 4/182 3325
/proc/meminfo: memFree=12331508/32951132 swapFree=67111528/67111528
[pid=3145] ppid=3143 vsize=1270264 CPUtime=1300.02 cores=5,7
/proc/3145/stat : 3145 (SApperloT2010) R 3143 3145 524 0 -1 4202496 292865 0 0 0 129896 106 0 0 25 0 1 0 490767150 1300750336 286155 33554432000 4194304 4395502 140734316489232 18446744073709551615 4328465 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3145/statm: 317566 286155 264 50 0 314706 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 1270264

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.07
CPU time (s): 1300.07
CPU user time (s): 1298.96
CPU system time (s): 1.10983
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 1270264

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

runsolver used 2.03569 second user time and 5.01124 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-26 06:21:15
IDJOB=3292026
IDBENCH=85007
IDSOLVER=1655
FILE ID=node131/3292026-1303791673
RUNJOBID= node131-1303791673-3106
PBS_JOBID= 13157225
Free space on /tmp= 71576 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292026-1303791673/watcher-3292026-1303791673 -o /tmp/evaluation-result-3292026-1303791673/solver-3292026-1303791673 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3292026-1303791673.cnf

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=1462971216

node131.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.830
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.66
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.830
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.830
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.83
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.830
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.830
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.77
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.830
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.830
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.75
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.830
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:     32951132 kB
MemFree:      16303872 kB
Buffers:       1014116 kB
Cached:       14987372 kB
SwapCached:          0 kB
Active:        5177532 kB
Inactive:     10948188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      16303872 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          167260 kB
Writeback:           0 kB
AnonPages:      123704 kB
Mapped:          15672 kB
Slab:           458340 kB
PageTables:       5544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   294948 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71304 MiB
End job on node131 at 2011-04-26 06:42:57