Trace number 3495144

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
OptimuS p100_source? (TO) 1800.08 1800.04

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-nusmvtcastp2-tseitin.cnf
MD5SUMb89aeb63aa93f7d74332e7bb38b0b94a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark188.396
Satisfiable
(Un)Satisfiability was proved
Number of variables116886
Number of clauses331028
Sum of the clauses size772396
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2220684
Number of clauses of size 3110342
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 ! (UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3495144-1307806451/watcher-3495144-1307806451 -o /tmp/evaluation-result-3495144-1307806451/solver-3495144-1307806451 -C 1800 -W 1850 -M 7680 OptimuS_release HOME/instance-3495144-1307806451.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 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: 0.95 1.66 2.59 8/189 6136
/proc/meminfo: memFree=31289676/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=23176 CPUtime=0 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 1524 0 0 0 0 0 0 0 22 0 1 0 892243268 23732224 1463 33554432000 4194304 4279399 140733621809168 18446744073709551615 4265489 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 5794 1469 223 21 0 2431 0

[startup+0.100184 s]
/proc/loadavg: 0.95 1.66 2.59 8/189 6136
/proc/meminfo: memFree=31289676/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=56964 CPUtime=0.09 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 10028 0 0 0 8 1 0 0 22 0 1 0 892243268 58331136 9629 33554432000 4194304 4279399 140733621809168 18446744073709551615 232335553221 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 14241 9630 224 21 0 10878 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56964

[startup+0.201142 s]
/proc/loadavg: 0.95 1.66 2.59 8/189 6136
/proc/meminfo: memFree=31289676/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=93624 CPUtime=0.19 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 17844 0 0 0 17 2 0 0 23 0 1 0 892243268 95870976 17363 33554432000 4194304 4279399 140733621809168 18446744073709551615 232335892224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 23439 17365 239 21 0 20076 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 93624

[startup+0.301124 s]
/proc/loadavg: 0.95 1.66 2.59 8/189 6136
/proc/meminfo: memFree=31289676/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=113688 CPUtime=0.29 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 22503 0 0 0 26 3 0 0 23 0 1 0 892243268 116416512 22022 33554432000 4194304 4279399 140733621809168 18446744073709551615 232335553221 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 28422 22024 239 21 0 25059 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 113688

[startup+0.701077 s]
/proc/loadavg: 0.95 1.66 2.59 8/189 6136
/proc/meminfo: memFree=31289676/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=133616 CPUtime=0.69 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 27380 0 0 0 66 3 0 0 25 0 1 0 892243268 136822784 26898 33554432000 4194304 4279399 140733621809168 18446744073709551615 4210310 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 33404 26898 251 21 0 30041 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 133616

[startup+1.50093 s]
/proc/loadavg: 0.95 1.66 2.59 5/191 6139
/proc/meminfo: memFree=31035512/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=133756 CPUtime=1.49 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 27385 0 0 0 146 3 0 0 25 0 1 0 892243268 136966144 26903 33554432000 4194304 4279399 140733621809168 18446744073709551615 4210288 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 33439 26903 251 21 0 30076 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 133756

[startup+3.10063 s]
/proc/loadavg: 0.95 1.66 2.59 6/191 6139
/proc/meminfo: memFree=31035136/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=133756 CPUtime=3.09 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 27388 0 0 0 306 3 0 0 25 0 1 0 892243268 136966144 26906 33554432000 4194304 4279399 140733621809168 18446744073709551615 4210274 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 33439 26906 251 21 0 30076 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 133756

[startup+6.30106 s]
/proc/loadavg: 1.19 1.70 2.59 5/191 6139
/proc/meminfo: memFree=31030724/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=133756 CPUtime=6.29 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 27398 0 0 0 626 3 0 0 25 0 1 0 892243268 136966144 26916 33554432000 4194304 4279399 140733621809168 18446744073709551615 4208301 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 33439 26916 251 21 0 30076 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 133756

[startup+12.7009 s]
/proc/loadavg: 1.42 1.74 2.60 5/191 6139
/proc/meminfo: memFree=30870496/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=134040 CPUtime=12.69 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 27468 0 0 0 1266 3 0 0 25 0 1 0 892243268 137256960 26983 33554432000 4194304 4279399 140733621809168 18446744073709551615 4209753 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 33510 26983 251 21 0 30147 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 134040

[startup+25.5007 s]
/proc/loadavg: 1.99 1.85 2.62 5/191 6139
/proc/meminfo: memFree=30528604/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=144228 CPUtime=25.49 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 30526 0 0 0 2545 4 0 0 25 0 1 0 892243268 147689472 29595 33554432000 4194304 4279399 140733621809168 18446744073709551615 4258923 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 36057 29595 270 21 0 32694 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 144228

[startup+51.1011 s]
/proc/loadavg: 2.67 2.02 2.66 5/191 6140
/proc/meminfo: memFree=29434980/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=265596 CPUtime=51.09 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 55469 0 0 0 5101 8 0 0 25 0 1 0 892243268 271970304 54521 33554432000 4194304 4279399 140733621809168 18446744073709551615 4237976 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 66399 54521 270 21 0 63036 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 265596

[startup+102.301 s]
/proc/loadavg: 3.48 2.34 2.73 5/191 6141
/proc/meminfo: memFree=26915536/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=348492 CPUtime=102.3 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 66106 0 0 0 10219 11 0 0 25 0 1 0 892243268 356855808 65136 33554432000 4194304 4279399 140733621809168 18446744073709551615 4241913 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 87123 65136 270 21 0 83760 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 348492

[startup+162.3 s]
/proc/loadavg: 3.81 2.64 2.81 5/191 6143
/proc/meminfo: memFree=24017512/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=348692 CPUtime=162.29 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 67924 0 0 0 16218 11 0 0 25 0 1 0 892243268 357060608 66953 33554432000 4194304 4279399 140733621809168 18446744073709551615 4242163 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 87173 66953 270 21 0 83810 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 348692

[startup+222.307 s]
/proc/loadavg: 3.93 2.88 2.88 5/191 6144
/proc/meminfo: memFree=25076700/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=348944 CPUtime=222.31 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 70935 0 0 0 22219 12 0 0 25 0 1 0 892243268 357318656 69960 33554432000 4194304 4279399 140733621809168 18446744073709551615 4258054 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 87236 69960 270 21 0 83873 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 348944

[startup+282.301 s]
/proc/loadavg: 3.97 3.08 2.95 5/191 6146
/proc/meminfo: memFree=22058520/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=349356 CPUtime=282.29 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 77160 0 0 0 28217 12 0 0 25 0 1 0 892243268 357740544 76177 33554432000 4194304 4279399 140733621809168 18446744073709551615 4260461 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 87339 76177 270 21 0 83976 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 349356

[startup+342.3 s]
/proc/loadavg: 3.99 3.25 3.01 5/191 6148
/proc/meminfo: memFree=19182328/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=349532 CPUtime=342.3 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 82063 0 0 0 34216 14 0 0 25 0 1 0 892243268 357920768 81076 33554432000 4194304 4279399 140733621809168 18446744073709551615 4237943 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 87383 81076 270 21 0 84020 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 349532

[startup+402.301 s]
/proc/loadavg: 4.07 3.40 3.07 5/191 6149
/proc/meminfo: memFree=19343360/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=482056 CPUtime=402.3 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 84776 0 0 0 40216 14 0 0 25 0 1 0 892243268 493625344 83787 33554432000 4194304 4279399 140733621809168 18446744073709551615 4242683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 120514 83787 270 21 0 117151 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 482056

[startup+462.301 s]
/proc/loadavg: 4.02 3.51 3.13 5/191 6228
/proc/meminfo: memFree=27764632/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=482376 CPUtime=462.3 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 87155 0 0 0 46215 15 0 0 25 0 1 0 892243268 493953024 86163 33554432000 4194304 4279399 140733621809168 18446744073709551615 4206971 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 120594 86163 270 21 0 117231 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 482376

[startup+522.3 s]
/proc/loadavg: 4.01 3.59 3.18 5/191 6229
/proc/meminfo: memFree=28682328/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=482376 CPUtime=522.31 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 90587 0 0 0 52215 16 0 0 25 0 1 0 892243268 493953024 89593 33554432000 4194304 4279399 140733621809168 18446744073709551615 4258912 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 120594 89593 270 21 0 117231 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 482376

[startup+582.301 s]
/proc/loadavg: 4.13 3.71 3.25 5/191 6231
/proc/meminfo: memFree=27137516/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=482684 CPUtime=582.3 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 94598 0 0 0 58214 16 0 0 25 0 1 0 892243268 494268416 93602 33554432000 4194304 4279399 140733621809168 18446744073709551615 4236219 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 120671 93602 270 21 0 117308 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 482684

[startup+642.301 s]

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

[startup+882.307 s]
/proc/loadavg: 4.01 3.89 3.45 5/191 6239
/proc/meminfo: memFree=25873248/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=483464 CPUtime=882.32 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 110706 0 0 0 88212 20 0 0 25 0 1 0 892243268 495067136 109703 33554432000 4194304 4279399 140733621809168 18446744073709551615 4236219 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 120866 109703 270 21 0 117503 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 483464

[startup+942.301 s]
/proc/loadavg: 4.00 3.91 3.48 5/191 6241
/proc/meminfo: memFree=27049580/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=483732 CPUtime=942.31 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 114984 0 0 0 94211 20 0 0 25 0 1 0 892243268 495341568 113981 33554432000 4194304 4279399 140733621809168 18446744073709551615 4237976 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 120933 113981 270 21 0 117570 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 483732

[startup+1002.3 s]
/proc/loadavg: 4.00 3.92 3.51 5/191 6242
/proc/meminfo: memFree=25715556/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=698656 CPUtime=1002.32 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 118954 0 0 0 100210 22 0 0 25 0 1 0 892243268 715423744 117951 33554432000 4194304 4279399 140733621809168 18446744073709551615 4258912 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 174664 117951 270 21 0 171301 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 698656

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.54 5/191 6244
/proc/meminfo: memFree=23839152/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=698824 CPUtime=1062.32 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 126358 0 0 0 106209 23 0 0 25 0 1 0 892243268 715595776 125355 33554432000 4194304 4279399 140733621809168 18446744073709551615 4242096 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 174706 125355 270 21 0 171343 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 698824

[startup+1122.3 s]
/proc/loadavg: 4.00 3.94 3.56 5/191 6245
/proc/meminfo: memFree=25850876/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=698996 CPUtime=1122.32 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 131600 0 0 0 112208 24 0 0 25 0 1 0 892243268 715771904 130597 33554432000 4194304 4279399 140733621809168 18446744073709551615 4260461 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 174749 130597 270 21 0 171386 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 698996

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 3.58 5/191 6247
/proc/meminfo: memFree=24542876/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=699188 CPUtime=1182.32 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 134979 0 0 0 118208 24 0 0 25 0 1 0 892243268 715968512 133974 33554432000 4194304 4279399 140733621809168 18446744073709551615 4210094 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 174797 133974 270 21 0 171434 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 699188

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 3.61 5/191 6249
/proc/meminfo: memFree=24703644/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=699452 CPUtime=1242.33 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 140425 0 0 0 124207 26 0 0 25 0 1 0 892243268 716238848 139420 33554432000 4194304 4279399 140733621809168 18446744073709551615 4208931 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 174863 139420 270 21 0 171500 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 699452

[startup+1302.3 s]
/proc/loadavg: 4.00 3.96 3.63 5/191 6250
/proc/meminfo: memFree=24018140/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=699612 CPUtime=1302.32 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 144139 0 0 0 130206 26 0 0 25 0 1 0 892243268 716402688 143134 33554432000 4194304 4279399 140733621809168 18446744073709551615 4237976 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 174903 143134 270 21 0 171540 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 699612

[startup+1362.3 s]
/proc/loadavg: 4.12 4.00 3.66 5/191 6252
/proc/meminfo: memFree=24148692/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=699612 CPUtime=1362.33 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 147099 0 0 0 136206 27 0 0 25 0 1 0 892243268 716402688 146091 33554432000 4194304 4279399 140733621809168 18446744073709551615 4237875 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 174903 146091 270 21 0 171540 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 699612

[startup+1422.3 s]
/proc/loadavg: 4.12 4.02 3.68 5/191 6253
/proc/meminfo: memFree=25933372/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=699772 CPUtime=1422.34 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 151094 0 0 0 142206 28 0 0 25 0 1 0 892243268 716566528 150086 33554432000 4194304 4279399 140733621809168 18446744073709551615 4208503 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 174943 150086 270 21 0 171580 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 699772

[startup+1482.3 s]
/proc/loadavg: 4.04 4.01 3.70 5/191 6255
/proc/meminfo: memFree=26504600/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=699988 CPUtime=1482.33 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 154495 0 0 0 148205 28 0 0 25 0 1 0 892243268 716787712 153486 33554432000 4194304 4279399 140733621809168 18446744073709551615 4241985 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 174997 153486 270 21 0 171634 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 699988

[startup+1542.31 s]
/proc/loadavg: 4.01 4.00 3.72 5/191 6257
/proc/meminfo: memFree=24601400/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=700204 CPUtime=1542.33 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 155479 0 0 0 154205 28 0 0 25 0 1 0 892243268 717008896 154470 33554432000 4194304 4279399 140733621809168 18446744073709551615 4237945 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 175051 154470 270 21 0 171688 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 700204

[startup+1602.3 s]
/proc/loadavg: 4.00 4.00 3.73 5/191 6258
/proc/meminfo: memFree=24114768/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=700204 CPUtime=1602.33 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 158615 0 0 0 160204 29 0 0 25 0 1 0 892243268 717008896 157606 33554432000 4194304 4279399 140733621809168 18446744073709551615 4209120 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 175051 157606 270 21 0 171688 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 700204

[startup+1662.3 s]
/proc/loadavg: 4.00 4.00 3.75 5/191 6269
/proc/meminfo: memFree=24520356/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=700500 CPUtime=1662.33 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 161795 0 0 0 166204 29 0 0 25 0 1 0 892243268 717312000 160786 33554432000 4194304 4279399 140733621809168 18446744073709551615 4236192 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 175125 160786 270 21 0 171762 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 700500

[startup+1722.3 s]
/proc/loadavg: 4.00 4.00 3.76 5/191 6270
/proc/meminfo: memFree=23732052/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=701000 CPUtime=1722.34 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 163122 0 0 0 172204 30 0 0 25 0 1 0 892243268 717824000 162113 33554432000 4194304 4279399 140733621809168 18446744073709551615 4208194 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 175250 162113 270 21 0 171887 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 701000

[startup+1782.3 s]
/proc/loadavg: 4.00 4.00 3.77 5/191 6272
/proc/meminfo: memFree=24390828/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=701000 CPUtime=1782.33 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 165441 0 0 0 178203 30 0 0 25 0 1 0 892243268 717824000 164432 33554432000 4194304 4279399 140733621809168 18446744073709551615 4242683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 175250 164432 270 21 0 171887 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 701000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 4.00 4.00 3.77 5/192 6273
/proc/meminfo: memFree=23590388/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=701000 CPUtime=1800.04 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 165885 0 0 0 179973 31 0 0 25 0 1 0 892243268 717824000 164876 33554432000 4194304 4279399 140733621809168 18446744073709551615 4260773 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 175250 164876 270 21 0 171887 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 701000

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

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

[startup+1800 s]
/proc/loadavg: 4.00 4.00 3.77 5/192 6273
/proc/meminfo: memFree=23590388/32951124 swapFree=67063272/67111528
[pid=6136] ppid=6134 vsize=701000 CPUtime=1800.04 cores=0,2
/proc/6136/stat : 6136 (OptimuS_release) R 6134 6136 6290 0 -1 4202496 165885 0 0 0 179973 31 0 0 25 0 1 0 892243268 717824000 164876 33554432000 4194304 4279399 140733621809168 18446744073709551615 4260773 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6136/statm: 175250 164876 270 21 0 171887 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 701000

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.04
CPU time (s): 1800.08
CPU user time (s): 1799.74
CPU system time (s): 0.343947
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 701000

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

runsolver used 3.17252 second user time and 6.65499 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-11 17:34:11
IDJOB=3495144
IDBENCH=82483
IDSOLVER=1987
FILE ID=node132/3495144-1307806451
RUNJOBID= node132-1307806451-6079
PBS_JOBID= 13551016
Free space on /tmp= 74084 MiB

SOLVER NAME= OptimuS p100_source
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-nusmvtcastp2-tseitin.cnf
COMMAND LINE= OptimuS_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3495144-1307806451/watcher-3495144-1307806451 -o /tmp/evaluation-result-3495144-1307806451/solver-3495144-1307806451 -C 1800 -W 1850 -M 7680  OptimuS_release HOME/instance-3495144-1307806451.cnf

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

MD5SUM BENCH= b89aeb63aa93f7d74332e7bb38b0b94a
RANDOM SEED=364207284

node132.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.833
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.833
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.74
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.833
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.76
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.833
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.833
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.833
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.67
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.833
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.833
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:      31296964 kB
Buffers:        291100 kB
Cached:        1080144 kB
SwapCached:       9968 kB
Active:         659468 kB
Inactive:       786632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31296964 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:           17468 kB
Writeback:           0 kB
AnonPages:       72928 kB
Mapped:           9408 kB
Slab:           143696 kB
PageTables:       5220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   274400 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74076 MiB
End job on node132 at 2011-06-11 18:04:13