Trace number 3495147

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.18 1800.18

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-bc57sensorsp0neg-tseitin.cnf
MD5SUM4cbc17c0fba4366b08e82594de9ab9bd
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark227.396
Satisfiable
(Un)Satisfiability was proved
Number of variables63394
Number of clauses175697
Sum of the clauses size409957
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2117130
Number of clauses of size 358565
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-3495147-1307806451/watcher-3495147-1307806451 -o /tmp/evaluation-result-3495147-1307806451/solver-3495147-1307806451 -C 1800 -W 1850 -M 7680 OptimuS_release HOME/instance-3495147-1307806451.cnf 

running on 2 cores: 5,7

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 6/181 6107
/proc/meminfo: memFree=31349688/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=22544 CPUtime=0 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 1368 0 0 0 0 0 0 0 21 0 1 0 892243258 23085056 1307 33554432000 4194304 4279399 140737271695584 18446744073709551615 232335950250 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 5796 1307 223 21 0 2433 0

[startup+0.0935371 s]
/proc/loadavg: 0.95 1.66 2.59 6/181 6107
/proc/meminfo: memFree=31349688/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=56772 CPUtime=0.08 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 9487 0 0 0 7 1 0 0 21 0 1 0 892243258 58134528 9185 33554432000 4194304 4279399 140737271695584 18446744073709551615 232335553221 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 14193 9187 239 21 0 10830 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 56772

[startup+0.100482 s]
/proc/loadavg: 0.95 1.66 2.59 6/181 6107
/proc/meminfo: memFree=31349688/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=58480 CPUtime=0.09 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 9830 0 0 0 8 1 0 0 21 0 1 0 892243258 59883520 9528 33554432000 4194304 4279399 140737271695584 18446744073709551615 232335553221 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 14620 9530 239 21 0 11257 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 58480

[startup+0.300479 s]
/proc/loadavg: 0.95 1.66 2.59 6/181 6107
/proc/meminfo: memFree=31349688/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=78836 CPUtime=0.29 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 14959 0 0 0 27 2 0 0 22 0 1 0 892243258 80728064 14656 33554432000 4194304 4279399 140737271695584 18446744073709551615 4210603 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 19709 14656 251 21 0 16346 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78836

[startup+0.700409 s]
/proc/loadavg: 0.95 1.66 2.59 6/181 6107
/proc/meminfo: memFree=31349688/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=78836 CPUtime=0.69 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 14959 0 0 0 67 2 0 0 23 0 1 0 892243258 80728064 14656 33554432000 4194304 4279399 140737271695584 18446744073709551615 4231620 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 19709 14656 251 21 0 16346 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 78836

[startup+1.50027 s]
/proc/loadavg: 0.95 1.66 2.59 5/191 6139
/proc/meminfo: memFree=31036628/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=78836 CPUtime=1.49 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 14961 0 0 0 147 2 0 0 25 0 1 0 892243258 80728064 14658 33554432000 4194304 4279399 140737271695584 18446744073709551615 4206508 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 19709 14658 251 21 0 16346 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 78836

[startup+3.10099 s]
/proc/loadavg: 0.95 1.66 2.59 5/191 6139
/proc/meminfo: memFree=31035016/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=78836 CPUtime=3.09 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 14972 0 0 0 307 2 0 0 25 0 1 0 892243258 80728064 14669 33554432000 4194304 4279399 140737271695584 18446744073709551615 4208444 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 19709 14669 251 21 0 16346 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 78836

[startup+6.30042 s]
/proc/loadavg: 1.19 1.70 2.59 5/191 6139
/proc/meminfo: memFree=31034320/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=78972 CPUtime=6.29 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 15009 0 0 0 627 2 0 0 25 0 1 0 892243258 80867328 14706 33554432000 4194304 4279399 140737271695584 18446744073709551615 4209364 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 19743 14706 251 21 0 16380 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 78972

[startup+12.7003 s]
/proc/loadavg: 1.42 1.74 2.60 5/191 6139
/proc/meminfo: memFree=30877192/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=129832 CPUtime=12.69 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 27291 0 0 0 1265 4 0 0 25 0 1 0 892243258 132947968 26721 33554432000 4194304 4279399 140737271695584 18446744073709551615 4236370 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 32458 26721 270 21 0 29095 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 129832

[startup+25.501 s]
/proc/loadavg: 1.99 1.85 2.62 5/191 6139
/proc/meminfo: memFree=30533068/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=210740 CPUtime=25.49 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 40013 0 0 0 2544 5 0 0 25 0 1 0 892243258 215797760 39440 33554432000 4194304 4279399 140737271695584 18446744073709551615 4236236 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 52685 39440 270 21 0 49322 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 210740

[startup+51.1005 s]
/proc/loadavg: 2.67 2.02 2.66 5/191 6140
/proc/meminfo: memFree=29445148/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=425016 CPUtime=51.09 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 92356 0 0 0 5097 12 0 0 25 0 1 0 892243258 435216384 91782 33554432000 4194304 4279399 140737271695584 18446744073709551615 4242261 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 106254 91782 270 21 0 102891 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 425016

[startup+102.307 s]
/proc/loadavg: 3.48 2.34 2.73 5/191 6141
/proc/meminfo: memFree=26928432/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=1558884 CPUtime=102.29 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 274528 0 0 0 10192 37 0 0 25 0 1 0 892243258 1596297216 273934 33554432000 4194304 4279399 140737271695584 18446744073709551615 232339422399 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 389721 273934 270 21 0 386358 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1558884

[startup+162.301 s]
/proc/loadavg: 3.81 2.64 2.81 5/191 6143
/proc/meminfo: memFree=24029664/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=2481756 CPUtime=162.29 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 527878 0 0 0 16164 65 0 0 25 0 1 0 892243258 2541318144 527269 33554432000 4194304 4279399 140737271695584 18446744073709551615 4256752 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 620439 527269 270 21 0 617076 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 2481756

[startup+222.301 s]
/proc/loadavg: 3.93 2.88 2.88 5/191 6144
/proc/meminfo: memFree=25081784/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=1560924 CPUtime=222.29 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 1020614 0 0 0 22100 129 0 0 25 0 1 0 892243258 1598386176 369294 33554432000 4194304 4279399 140737271695584 18446744073709551615 4241913 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 390231 369294 270 21 0 386868 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1560924

[startup+282.3 s]
/proc/loadavg: 3.97 3.08 2.95 5/191 6146
/proc/meminfo: memFree=22076004/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=2483160 CPUtime=282.29 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 1255701 0 0 0 28070 159 0 0 25 0 1 0 892243258 2542755840 604363 33554432000 4194304 4279399 140737271695584 18446744073709551615 4242034 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 620790 604363 270 21 0 617427 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 2483160

[startup+342.301 s]
/proc/loadavg: 3.99 3.25 3.01 5/191 6148
/proc/meminfo: memFree=19187784/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=3982020 CPUtime=342.29 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 1512101 0 0 0 34039 190 0 0 25 0 1 0 892243258 4077588480 860750 33554432000 4194304 4279399 140737271695584 18446744073709551615 4242261 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 995505 860750 270 21 0 992142 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 3982020

[startup+402.301 s]
/proc/loadavg: 4.07 3.40 3.07 5/191 6149
/proc/meminfo: memFree=19352288/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=2483712 CPUtime=402.29 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 1999288 0 0 0 39970 259 0 0 25 0 1 0 892243258 2543321088 471176 33554432000 4194304 4279399 140737271695584 18446744073709551615 4242251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 620928 471176 270 21 0 617565 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 2483712

[startup+462.3 s]
/proc/loadavg: 4.02 3.51 3.13 5/191 6228
/proc/meminfo: memFree=27773248/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=3982988 CPUtime=462.28 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 2252412 0 0 0 45941 287 0 0 25 0 1 0 892243258 4078579712 724281 33554432000 4194304 4279399 140737271695584 18446744073709551615 4241985 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 995747 724281 270 21 0 992384 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 3982988

[startup+522.301 s]
/proc/loadavg: 4.01 3.59 3.18 5/191 6229
/proc/meminfo: memFree=28689024/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=2484572 CPUtime=522.29 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 2812372 0 0 0 51866 363 0 0 25 0 1 0 892243258 2544201728 391200 33554432000 4194304 4279399 140737271695584 18446744073709551615 4242261 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 621143 391200 270 21 0 617780 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 2484572

[startup+582.301 s]
/proc/loadavg: 4.13 3.71 3.25 5/191 6231
/proc/meminfo: memFree=27143344/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=3983576 CPUtime=582.29 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 3076999 0 0 0 57831 398 0 0 25 0 1 0 892243258 4079181824 655806 33554432000 4194304 4279399 140737271695584 18446744073709551615 4242034 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 995894 655806 270 21 0 992531 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 3983576

[startup+642.3 s]

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

[startup+882.301 s]
/proc/loadavg: 4.01 3.89 3.45 5/191 6239
/proc/meminfo: memFree=25882176/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=3985256 CPUtime=882.29 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 4966615 0 0 0 87591 638 0 0 25 0 1 0 892243258 4080902144 718541 33554432000 4194304 4279399 140737271695584 18446744073709551615 4242240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 996314 718541 270 21 0 992951 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 3985256

[startup+942.301 s]
/proc/loadavg: 4.00 3.91 3.48 5/191 6241
/proc/meminfo: memFree=27058260/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=1564940 CPUtime=942.29 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 5469265 0 0 0 93522 707 0 0 25 0 1 0 892243258 1602498560 339066 33554432000 4194304 4279399 140737271695584 18446744073709551615 4242034 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 391235 339066 270 21 0 387872 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 1564940

[startup+1002.3 s]
/proc/loadavg: 4.00 3.92 3.51 5/191 6242
/proc/meminfo: memFree=25726840/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=2487176 CPUtime=1002.29 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 5745340 0 0 0 99490 739 0 0 25 0 1 0 892243258 2546868224 615135 33554432000 4194304 4279399 140737271695584 18446744073709551615 4256506 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 621794 615135 270 21 0 618431 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 2487176

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.54 5/191 6244
/proc/meminfo: memFree=23848576/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=3986128 CPUtime=1062.29 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 6018423 0 0 0 105456 773 0 0 25 0 1 0 892243258 4081795072 888203 33554432000 4194304 4279399 140737271695584 18446744073709551615 4255732 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 996532 888203 270 21 0 993169 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 3986128

[startup+1122.3 s]
/proc/loadavg: 4.00 3.94 3.56 5/191 6245
/proc/meminfo: memFree=25857572/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=2488336 CPUtime=1122.29 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 6499706 0 0 0 111385 844 0 0 25 0 1 0 892243258 2548056064 429020 33554432000 4194304 4279399 140737271695584 18446744073709551615 4256496 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 622084 429028 270 21 0 618721 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 2488336

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 3.58 5/191 6247
/proc/meminfo: memFree=24550936/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=3987532 CPUtime=1182.29 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 6749456 0 0 0 117358 871 0 0 25 0 1 0 892243258 4083232768 678760 33554432000 4194304 4279399 140737271695584 18446744073709551615 4255878 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 996883 678760 270 21 0 993520 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 3987532

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 3.61 5/191 6249
/proc/meminfo: memFree=24709596/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=2488900 CPUtime=1242.29 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 7287090 0 0 0 123285 944 0 0 25 0 1 0 892243258 2548633600 452259 33554432000 4194304 4279399 140737271695584 18446744073709551615 4255659 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 622225 452259 270 21 0 618862 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 2488900

[startup+1302.3 s]
/proc/loadavg: 4.00 3.96 3.63 5/191 6250
/proc/meminfo: memFree=23991108/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=3987892 CPUtime=1302.3 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 7534265 0 0 0 129253 977 0 0 25 0 1 0 892243258 4083601408 699414 33554432000 4194304 4279399 140737271695584 18446744073709551615 4255705 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 996973 699414 270 21 0 993610 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 3987892

[startup+1362.3 s]
/proc/loadavg: 4.12 4.00 3.66 5/191 6252
/proc/meminfo: memFree=24157744/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=2489660 CPUtime=1362.29 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 8058218 0 0 0 135187 1042 0 0 25 0 1 0 892243258 2549411840 427478 33554432000 4194304 4279399 140737271695584 18446744073709551615 4242261 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 622415 427478 270 21 0 619052 0
Current children cumulated CPU time (s) 1362.29
Current children cumulated vsize (KiB) 2489660

[startup+1422.31 s]
/proc/loadavg: 4.12 4.02 3.68 5/191 6253
/proc/meminfo: memFree=25941680/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=3988292 CPUtime=1422.3 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 8327843 0 0 0 141154 1076 0 0 25 0 1 0 892243258 4084011008 697089 33554432000 4194304 4279399 140737271695584 18446744073709551615 4242034 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 997073 697089 270 21 0 993710 0
Current children cumulated CPU time (s) 1422.3
Current children cumulated vsize (KiB) 3988292

[startup+1482.3 s]
/proc/loadavg: 4.04 4.01 3.70 5/191 6255
/proc/meminfo: memFree=26517620/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=1567640 CPUtime=1482.29 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 8872821 0 0 0 147077 1152 0 0 25 0 1 0 892243258 1605263360 326994 33554432000 4194304 4279399 140737271695584 18446744073709551615 4242243 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 391910 326994 270 21 0 388547 0
Current children cumulated CPU time (s) 1482.29
Current children cumulated vsize (KiB) 1567640

[startup+1542.3 s]
/proc/loadavg: 4.01 4.00 3.72 5/191 6257
/proc/meminfo: memFree=24889700/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=2490272 CPUtime=1542.29 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 9131315 0 0 0 153045 1184 0 0 25 0 1 0 892243258 2550038528 585471 33554432000 4194304 4279399 140737271695584 18446744073709551615 4242009 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 622568 585471 270 21 0 619205 0
Current children cumulated CPU time (s) 1542.29
Current children cumulated vsize (KiB) 2490272

[startup+1602.3 s]
/proc/loadavg: 4.00 4.00 3.73 5/191 6258
/proc/meminfo: memFree=24127416/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=3990028 CPUtime=1602.29 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 9354233 0 0 0 159018 1211 0 0 25 0 1 0 892243258 4085788672 808381 33554432000 4194304 4279399 140737271695584 18446744073709551615 4256736 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 997507 808381 270 21 0 994144 0
Current children cumulated CPU time (s) 1602.29
Current children cumulated vsize (KiB) 3990028

[startup+1662.3 s]
/proc/loadavg: 4.00 4.00 3.75 5/191 6269
/proc/meminfo: memFree=24531888/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=2491548 CPUtime=1662.3 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 9867451 0 0 0 164950 1280 0 0 25 0 1 0 892243258 2551345152 527873 33554432000 4194304 4279399 140737271695584 18446744073709551615 4255705 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 622887 527873 270 21 0 619524 0
Current children cumulated CPU time (s) 1662.3
Current children cumulated vsize (KiB) 2491548

[startup+1722.3 s]
/proc/loadavg: 4.00 4.00 3.76 5/191 6270
/proc/meminfo: memFree=23738128/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=3990508 CPUtime=1722.29 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 10128883 0 0 0 170915 1314 0 0 25 0 1 0 892243258 4086280192 789291 33554432000 4194304 4279399 140737271695584 18446744073709551615 4242251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 997627 789291 270 21 0 994264 0
Current children cumulated CPU time (s) 1722.29
Current children cumulated vsize (KiB) 3990508

[startup+1782.3 s]
/proc/loadavg: 4.00 4.00 3.77 5/191 6272
/proc/meminfo: memFree=24394300/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=2492220 CPUtime=1782.29 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 10620868 0 0 0 176849 1380 0 0 25 0 1 0 892243258 2552033280 456372 33554432000 4194304 4279399 140737271695584 18446744073709551615 4242034 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 623055 456372 270 21 0 619692 0
Current children cumulated CPU time (s) 1782.29
Current children cumulated vsize (KiB) 2492220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 4.00 4.00 3.77 5/191 6272
/proc/meminfo: memFree=23554684/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=2492220 CPUtime=1800.1 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 10698524 0 0 0 178622 1388 0 0 25 0 1 0 892243258 2552033280 534026 33554432000 4194304 4279399 140737271695584 18446744073709551615 4242251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 623055 534026 270 21 0 619692 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 2492220

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

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

[startup+1800.1 s]
/proc/loadavg: 4.00 4.00 3.77 5/191 6272
/proc/meminfo: memFree=23554684/32951124 swapFree=67063272/67111528
[pid=6107] ppid=6105 vsize=2492220 CPUtime=1800.1 cores=5,7
/proc/6107/stat : 6107 (OptimuS_release) R 6105 6107 6290 0 -1 4202496 10698524 0 0 0 178622 1388 0 0 25 0 1 0 892243258 2552033280 534026 33554432000 4194304 4279399 140737271695584 18446744073709551615 4242251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6107/statm: 623055 534026 270 21 0 619692 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 2492220

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.18
CPU time (s): 1800.18
CPU user time (s): 1786.22
CPU system time (s): 13.9589
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 5466084

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

runsolver used 2.84457 second user time and 6.98294 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-11 17:34:11
IDJOB=3495147
IDBENCH=82484
IDSOLVER=1987
FILE ID=node132/3495147-1307806451
RUNJOBID= node132-1307806451-6082
PBS_JOBID= 13551016
Free space on /tmp= 74092 MiB

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

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

MD5SUM BENCH= 4cbc17c0fba4366b08e82594de9ab9bd
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:      31351348 kB
Buffers:        291076 kB
Cached:        1072020 kB
SwapCached:       9968 kB
Active:         598284 kB
Inactive:       794048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31351348 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:            9320 kB
Writeback:           0 kB
AnonPages:       26756 kB
Mapped:           9020 kB
Slab:           143696 kB
PageTables:       4832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   173960 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= 74080 MiB
End job on node132 at 2011-06-11 18:04:13