Trace number 3495447

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 x100_source? (MO) 1753.26 1753.26

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-3495447-1307806460/watcher-3495447-1307806460 -o /tmp/evaluation-result-3495447-1307806460/solver-3495447-1307806460 -C 1800 -W 1850 -M 7680 OptimuS_release HOME/instance-3495447-1307806460.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: 1.00 1.00 1.43 4/178 14099
/proc/meminfo: memFree=31382828/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=11804 CPUtime=0 cores=5,7
/proc/14099/stat : 14099 (runsolver) R 14097 14099 4716 0 -1 4202560 46 0 0 0 0 0 0 0 22 0 1 0 892245726 12087296 56 33554432000 4194304 5436572 140734665256736 18446744073709551615 5057063 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/14099/statm: 2951 56 36 304 0 2643 0

[startup+0.0307741 s]
/proc/loadavg: 1.00 1.00 1.43 4/178 14099
/proc/meminfo: memFree=31382828/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=29792 CPUtime=0.01 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 3346 0 0 0 1 0 0 0 22 0 1 0 892245726 30507008 3159 33554432000 4194304 4280283 140736810562352 18446744073709551615 4265789 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 7448 3167 224 21 0 4085 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 29792

[startup+0.100816 s]
/proc/loadavg: 1.00 1.00 1.43 4/178 14099
/proc/meminfo: memFree=31382828/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=57640 CPUtime=0.09 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 9563 0 0 0 8 1 0 0 22 0 1 0 892245726 59023360 9261 33554432000 4194304 4280283 140736810562352 18446744073709551615 208079893189 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 14410 9263 239 21 0 11047 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 57640

[startup+0.300722 s]
/proc/loadavg: 1.00 1.00 1.43 4/178 14099
/proc/meminfo: memFree=31382828/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=78148 CPUtime=0.28 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 14786 0 0 0 27 1 0 0 23 0 1 0 892245726 80023552 14483 33554432000 4194304 4280283 140736810562352 18446744073709551615 4209558 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 19537 14483 251 21 0 16174 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 78148

[startup+0.700649 s]
/proc/loadavg: 1.00 1.00 1.43 4/178 14099
/proc/meminfo: memFree=31382828/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=78148 CPUtime=0.68 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 14786 0 0 0 67 1 0 0 25 0 1 0 892245726 80023552 14483 33554432000 4194304 4280283 140736810562352 18446744073709551615 4207583 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 19537 14483 251 21 0 16174 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 78148

[startup+1.5005 s]
/proc/loadavg: 1.24 1.05 1.45 5/190 14134
/proc/meminfo: memFree=31064776/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=78148 CPUtime=1.48 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 14787 0 0 0 147 1 0 0 25 0 1 0 892245726 80023552 14484 33554432000 4194304 4280283 140736810562352 18446744073709551615 4209179 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 19537 14484 251 21 0 16174 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 78148

[startup+3.10019 s]
/proc/loadavg: 1.24 1.05 1.45 5/190 14134
/proc/meminfo: memFree=31063292/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=78148 CPUtime=3.08 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 14798 0 0 0 307 1 0 0 25 0 1 0 892245726 80023552 14495 33554432000 4194304 4280283 140736810562352 18446744073709551615 4209771 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 19537 14495 251 21 0 16174 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 78148

[startup+6.30058 s]
/proc/loadavg: 1.24 1.05 1.45 5/190 14134
/proc/meminfo: memFree=31062056/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=78360 CPUtime=6.28 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 14859 0 0 0 627 1 0 0 25 0 1 0 892245726 80240640 14556 33554432000 4194304 4280283 140736810562352 18446744073709551615 4210352 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 19590 14556 251 21 0 16227 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 78360

[startup+12.7004 s]
/proc/loadavg: 1.66 1.15 1.47 5/190 14134
/proc/meminfo: memFree=30916664/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=129096 CPUtime=12.68 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 24538 0 0 0 1265 3 0 0 25 0 1 0 892245726 132194304 23989 33554432000 4194304 4280283 140736810562352 18446744073709551615 4209421 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 32274 23989 270 21 0 28911 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 129096

[startup+25.5009 s]
/proc/loadavg: 2.02 1.24 1.50 5/190 14135
/proc/meminfo: memFree=30594608/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=129096 CPUtime=25.48 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 26519 0 0 0 2545 3 0 0 25 0 1 0 892245726 132194304 25969 33554432000 4194304 4280283 140736810562352 18446744073709551615 4210208 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 32274 25969 270 21 0 28911 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 129096

[startup+51.101 s]
/proc/loadavg: 2.70 1.46 1.56 5/190 14135
/proc/meminfo: memFree=29531032/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=292168 CPUtime=51.08 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 57451 0 0 0 5100 8 0 0 25 0 1 0 892245726 299180032 56896 33554432000 4194304 4280283 140736810562352 18446744073709551615 4242881 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 73042 56896 270 21 0 69679 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 292168

[startup+102.306 s]
/proc/loadavg: 3.48 1.89 1.70 5/190 14137
/proc/meminfo: memFree=27099736/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=989348 CPUtime=102.29 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 208231 0 0 0 10200 29 0 0 25 0 1 0 892245726 1013092352 207655 33554432000 4194304 4280283 140736810562352 18446744073709551615 4242809 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 247337 207655 270 21 0 243974 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 989348

[startup+162.301 s]
/proc/loadavg: 3.81 2.27 1.84 5/190 14138
/proc/meminfo: memFree=24297536/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=2480084 CPUtime=162.29 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 410809 0 0 0 16175 54 0 0 25 0 1 0 892245726 2539606016 410219 33554432000 4194304 4280283 140736810562352 18446744073709551615 4243157 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 620021 410219 270 21 0 616658 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 2480084

[startup+222.3 s]
/proc/loadavg: 3.93 2.58 1.97 5/190 14140
/proc/meminfo: memFree=25379152/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=992472 CPUtime=222.28 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 794673 0 0 0 22118 110 0 0 25 0 1 0 892245726 1016291328 177163 33554432000 4194304 4280283 140736810562352 18446744073709551615 4260059 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 248118 177173 270 21 0 244755 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 992472

[startup+282.301 s]
/proc/loadavg: 3.97 2.84 2.10 5/190 14141
/proc/meminfo: memFree=22560224/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=2482736 CPUtime=282.28 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 1017530 0 0 0 28089 139 0 0 25 0 1 0 892245726 2542321664 400003 33554432000 4194304 4280283 140736810562352 18446744073709551615 4256979 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 620684 400003 270 21 0 617321 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 2482736

[startup+342.301 s]
/proc/loadavg: 4.03 3.06 2.22 5/190 14143
/proc/meminfo: memFree=19688952/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=3981852 CPUtime=342.28 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 1248745 0 0 0 34061 167 0 0 25 0 1 0 892245726 4077416448 631205 33554432000 4194304 4280283 140736810562352 18446744073709551615 4242930 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 995463 631205 270 21 0 992100 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 3981852

[startup+402.3 s]
/proc/loadavg: 4.05 3.24 2.33 5/190 14145
/proc/meminfo: memFree=22310516/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=1561476 CPUtime=402.28 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 1692439 0 0 0 39998 230 0 0 25 0 1 0 892245726 1598951424 331452 33554432000 4194304 4280283 140736810562352 18446744073709551615 4256601 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 390369 331452 270 21 0 387006 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 1561476

[startup+462.301 s]
/proc/loadavg: 4.02 3.38 2.43 5/190 14184
/proc/meminfo: memFree=26306128/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=2483968 CPUtime=462.28 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 1955245 0 0 0 45968 260 0 0 25 0 1 0 892245726 2543583232 594244 33554432000 4194304 4280283 140736810562352 18446744073709551615 4242905 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 620992 594244 270 21 0 617629 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 2483968

[startup+522.3 s]
/proc/loadavg: 4.00 3.49 2.53 5/190 14224
/proc/meminfo: memFree=23761356/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=4890872 CPUtime=522.28 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 2336907 0 0 0 51926 302 0 0 25 0 1 0 892245726 5008252928 975786 33554432000 4194304 4280283 140736810562352 18446744073709551615 4244297 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 1222718 975803 270 21 0 1219355 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 4890872

[startup+582.301 s]
/proc/loadavg: 4.00 3.58 2.62 5/190 14225
/proc/meminfo: memFree=26695544/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=2484736 CPUtime=582.29 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 2636538 0 0 0 57876 353 0 0 25 0 1 0 892245726 2544369664 468202 33554432000 4194304 4280283 140736810562352 18446744073709551615 4256762 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 621184 468202 270 21 0 617821 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 2484736

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 3.97 3.80 2.92 5/190 14271
/proc/meminfo: memFree=27646120/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=2485968 CPUtime=822.28 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 4190413 0 0 0 81667 561 0 0 25 0 1 0 892245726 2545631232 425503 33554432000 4194304 4280283 140736810562352 18446744073709551615 4243136 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 621492 425503 270 21 0 618129 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 2485968

[startup+882.301 s]
/proc/loadavg: 4.04 3.85 2.99 5/190 14310
/proc/meminfo: memFree=26590916/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=3985172 CPUtime=882.29 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 4484008 0 0 0 87629 600 0 0 25 0 1 0 892245726 4080816128 719084 33554432000 4194304 4280283 140736810562352 18446744073709551615 4243147 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 996293 719084 270 21 0 992930 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 3985172

[startup+942.3 s]
/proc/loadavg: 4.01 3.87 3.05 5/190 14312
/proc/meminfo: memFree=28113228/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=1564580 CPUtime=942.28 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 4980229 0 0 0 93558 670 0 0 25 0 1 0 892245726 1602129920 362031 33554432000 4194304 4280283 140736810562352 18446744073709551615 4258064 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 391145 362031 270 21 0 387782 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 1564580

[startup+1002.3 s]
/proc/loadavg: 4.06 3.91 3.11 5/190 14314
/proc/meminfo: memFree=27196096/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=3985732 CPUtime=1002.29 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 5259875 0 0 0 99524 705 0 0 25 0 1 0 892245726 4081389568 641668 33554432000 4194304 4280283 140736810562352 18446744073709551615 4208044 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 996433 641668 270 21 0 993070 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 3985732

[startup+1062.3 s]
/proc/loadavg: 4.02 3.92 3.17 5/190 14315
/proc/meminfo: memFree=28652804/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=1564864 CPUtime=1062.29 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 5764725 0 0 0 105455 774 0 0 25 0 1 0 892245726 1602420736 276447 33554432000 4194304 4280283 140736810562352 18446744073709551615 4242930 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 391216 276447 270 21 0 387853 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 1564864

[startup+1122.3 s]
/proc/loadavg: 4.00 3.93 3.22 5/190 14317
/proc/meminfo: memFree=27595916/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=2487956 CPUtime=1122.28 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 6044081 0 0 0 111421 807 0 0 25 0 1 0 892245726 2547666944 555789 33554432000 4194304 4280283 140736810562352 18446744073709551615 4243147 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 621989 555789 270 21 0 618626 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 2487956

[startup+1182.3 s]
/proc/loadavg: 4.00 3.94 3.26 5/190 14318
/proc/meminfo: memFree=26553160/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=3986588 CPUtime=1182.29 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 6294620 0 0 0 117391 838 0 0 25 0 1 0 892245726 4082266112 806315 33554432000 4194304 4280283 140736810562352 18446744073709551615 4243157 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 996647 806315 270 21 0 993284 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 3986588

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.31 5/190 14320
/proc/meminfo: memFree=27114220/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=2488312 CPUtime=1242.29 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 6767145 0 0 0 123328 901 0 0 25 0 1 0 892245726 2548031488 477596 33554432000 4194304 4280283 140736810562352 18446744073709551615 4243139 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 622078 477596 270 21 0 618715 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 2488312

[startup+1302.3 s]
/proc/loadavg: 4.00 3.96 3.35 5/190 14322
/proc/meminfo: memFree=26021600/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=3987204 CPUtime=1302.3 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 7076354 0 0 0 129295 935 0 0 25 0 1 0 892245726 4082896896 786786 33554432000 4194304 4280283 140736810562352 18446744073709551615 4260059 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 996801 786786 270 21 0 993438 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 3987204

[startup+1362.3 s]
/proc/loadavg: 4.08 3.98 3.39 5/190 14323
/proc/meminfo: memFree=27408852/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=2488840 CPUtime=1362.3 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 7621847 0 0 0 135226 1004 0 0 25 0 1 0 892245726 2548572160 484169 33554432000 4194304 4280283 140736810562352 18446744073709551615 4243157 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 622210 484169 270 21 0 618847 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 2488840

[startup+1422.31 s]
/proc/loadavg: 4.03 3.98 3.42 5/190 14325
/proc/meminfo: memFree=26469884/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=3987780 CPUtime=1422.3 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 7917598 0 0 0 141194 1036 0 0 25 0 1 0 892245726 4083486720 779907 33554432000 4194304 4280283 140736810562352 18446744073709551615 4257392 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 996945 779907 270 21 0 993582 0
Current children cumulated CPU time (s) 1422.3
Current children cumulated vsize (KiB) 3987780

[startup+1482.3 s]
/proc/loadavg: 4.01 3.98 3.46 5/190 14326
/proc/meminfo: memFree=28278864/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=1567276 CPUtime=1482.3 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 8442158 0 0 0 147126 1104 0 0 25 0 1 0 892245726 1604890624 364135 33554432000 4194304 4280283 140736810562352 18446744073709551615 4236542 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 391819 364135 270 21 0 388456 0
Current children cumulated CPU time (s) 1482.3
Current children cumulated vsize (KiB) 1567276

[startup+1542.3 s]
/proc/loadavg: 4.00 3.98 3.49 5/190 14328
/proc/meminfo: memFree=27307280/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=3988468 CPUtime=1542.29 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 8734971 0 0 0 153091 1138 0 0 25 0 1 0 892245726 4084191232 656925 33554432000 4194304 4280283 140736810562352 18446744073709551615 4257575 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 997117 656925 270 21 0 993754 0
Current children cumulated CPU time (s) 1542.29
Current children cumulated vsize (KiB) 3988468

[startup+1602.3 s]
/proc/loadavg: 4.00 3.98 3.52 5/190 14339
/proc/meminfo: memFree=26129124/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=3988916 CPUtime=1602.3 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 9031941 0 0 0 159061 1169 0 0 25 0 1 0 892245726 4084649984 953881 33554432000 4194304 4280283 140736810562352 18446744073709551615 4243139 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 997229 953881 270 21 0 993866 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 3988916

[startup+1662.3 s]
/proc/loadavg: 4.00 3.98 3.55 5/190 14340
/proc/meminfo: memFree=27433672/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=2490284 CPUtime=1662.29 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 9614936 0 0 0 164987 1242 0 0 25 0 1 0 892245726 2550050816 595039 33554432000 4194304 4280283 140736810562352 18446744073709551615 4257508 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 622571 595051 270 21 0 619208 0
Current children cumulated CPU time (s) 1662.29
Current children cumulated vsize (KiB) 2490284

[startup+1722.3 s]
/proc/loadavg: 4.00 3.98 3.57 5/190 14342
/proc/meminfo: memFree=26322096/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=3989184 CPUtime=1722.29 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 9907672 0 0 0 170957 1272 0 0 25 0 1 0 892245726 4084924416 887761 33554432000 4194304 4280283 140736810562352 18446744073709551615 4257398 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 997296 887761 270 21 0 993933 0
Current children cumulated CPU time (s) 1722.29
Current children cumulated vsize (KiB) 3989184



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1753.1 s]
/proc/loadavg: 4.00 3.98 3.58 5/190 14343
/proc/meminfo: memFree=25129444/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=7900268 CPUtime=1753.1 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4202496 10082392 0 0 0 174017 1293 0 0 25 0 1 0 892245726 8089874432 1062414 33554432000 4194304 4280283 140736810562352 18446744073709551615 4244297 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14099/statm: 1975067 1062422 270 21 0 1971704 0
Current children cumulated CPU time (s) 1753.1
Current children cumulated vsize (KiB) 7900268

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

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

[startup+1753.21 s]
/proc/loadavg: 4.00 3.98 3.58 5/190 14343
/proc/meminfo: memFree=25129444/32950928 swapFree=67055948/67111528
[pid=14099] ppid=14097 vsize=0 CPUtime=1753.2 cores=5,7
/proc/14099/stat : 14099 (OptimuS_release) R 14097 14099 4716 0 -1 4203524 10082622 0 0 0 174017 1303 0 0 25 0 1 0 892245726 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 5 0 0 0
/proc/14099/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1753.2
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1753.26
CPU time (s): 1753.26
CPU user time (s): 1740.18
CPU system time (s): 13.083
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 7900268

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

runsolver used 2.78558 second user time and 6.78997 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-11 17:34:21
IDJOB=3495447
IDBENCH=82484
IDSOLVER=1988
FILE ID=node127/3495447-1307806460
RUNJOBID= node127-1307806460-14078
PBS_JOBID= 13551023
Free space on /tmp= 74056 MiB

SOLVER NAME= OptimuS x100_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-3495447-1307806460/watcher-3495447-1307806460 -o /tmp/evaluation-result-3495447-1307806460/solver-3495447-1307806460 -C 1800 -W 1850 -M 7680  OptimuS_release HOME/instance-3495447-1307806460.cnf

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

MD5SUM BENCH= 4cbc17c0fba4366b08e82594de9ab9bd
RANDOM SEED=843158048

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31384372 kB
Buffers:        315484 kB
Cached:        1029588 kB
SwapCached:       9372 kB
Active:         583452 kB
Inactive:       788200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31384372 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:            6668 kB
Writeback:           0 kB
AnonPages:       24220 kB
Mapped:          12488 kB
Slab:           131396 kB
PageTables:       5612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   197904 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74048 MiB
End job on node127 at 2011-06-11 18:03:36