Trace number 3493665

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
MiniUnsat2 2011-02-22? (TO) 1800.06 1800.31

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-10-5p0.cnf
MD5SUMe024fd9d9cdae82453a8cdaa74d08481
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables104479
Number of clauses500869
Sum of the clauses size1175016
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398195
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

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-3493665-1307800697/watcher-3493665-1307800697 -o /tmp/evaluation-result-3493665-1307800697/solver-3493665-1307800697 -C 1800 -W 1850 -M 7680 munsat2_release -rnd-seed=1192654841 -verb=0 HOME/instance-3493665-1307800697.cnf 

running on 2 cores: 1,3

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.08 0.13 0.53 2/174 21265
/proc/meminfo: memFree=31498484/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=11804 CPUtime=0 cores=1,3
/proc/21265/stat : 21265 (runsolver) S 21263 21265 21227 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 1 0 891668505 12087296 50 33554432000 4194304 5436572 140737245771312 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699870519 0 0 17 1 0 0 0
/proc/21265/statm: 2951 50 31 304 0 2643 0

[startup+0.0990241 s]
/proc/loadavg: 0.08 0.13 0.53 2/174 21265
/proc/meminfo: memFree=31498484/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=44560 CPUtime=0.05 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 7881 0 0 0 4 1 0 0 17 0 1 0 891668505 45629440 7811 33554432000 4194304 4258824 140736005620704 18446744073709551615 242970211013 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 11140 7814 219 16 0 7782 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 44560

[startup+0.100985 s]
/proc/loadavg: 0.08 0.13 0.53 2/174 21265
/proc/meminfo: memFree=31498484/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=45220 CPUtime=0.05 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 8048 0 0 0 4 1 0 0 17 0 1 0 891668505 46305280 7978 33554432000 4194304 4258824 140736005620704 18446744073709551615 242970211013 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 11305 7981 219 16 0 7947 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 45220

[startup+0.300975 s]
/proc/loadavg: 0.08 0.13 0.53 2/174 21265
/proc/meminfo: memFree=31498484/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=86052 CPUtime=0.26 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 17942 0 0 0 24 2 0 0 17 0 1 0 891668505 88117248 17872 33554432000 4194304 4258824 140736005620704 18446744073709551615 4207379 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 21513 17872 220 16 0 18155 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 86052

[startup+0.700885 s]
/proc/loadavg: 0.08 0.13 0.53 2/174 21265
/proc/meminfo: memFree=31498484/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=114728 CPUtime=0.66 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 24762 0 0 0 63 3 0 0 18 0 1 0 891668505 117481472 24235 33554432000 4194304 4258824 140736005620704 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 28682 24235 243 16 0 25324 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 114728

[startup+1.50076 s]
/proc/loadavg: 0.08 0.13 0.53 3/178 21276
/proc/meminfo: memFree=31234688/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=115872 CPUtime=1.46 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 26802 0 0 0 143 3 0 0 19 0 1 0 891668505 118652928 24450 33554432000 4194304 4258824 140736005620704 18446744073709551615 4221191 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 28968 24450 243 16 0 25610 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 115872

[startup+3.10047 s]
/proc/loadavg: 0.08 0.13 0.53 4/183 21290
/proc/meminfo: memFree=31202596/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=122884 CPUtime=3.05 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 27953 0 0 0 302 3 0 0 23 0 1 0 891668505 125833216 25599 33554432000 4194304 4258824 140736005620704 18446744073709551615 4217918 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 30721 25599 244 16 0 27363 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 122884

[startup+6.30092 s]
/proc/loadavg: 0.55 0.22 0.56 5/188 21304
/proc/meminfo: memFree=31048080/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=127180 CPUtime=6.26 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 29972 0 0 0 622 4 0 0 25 0 1 0 891668505 130232320 27614 33554432000 4194304 4258824 140736005620704 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 31795 27614 244 16 0 28437 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 127180

[startup+12.7008 s]
/proc/loadavg: 1.15 0.35 0.60 6/188 21304
/proc/meminfo: memFree=31036168/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=147268 CPUtime=12.54 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 32472 0 0 0 1245 9 0 0 25 0 1 0 891668505 150802432 30106 33554432000 4194304 4258824 140736005620704 18446744073709551615 4232945 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21265/statm: 36817 30106 244 16 0 33459 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 147268

[startup+25.5006 s]
/proc/loadavg: 1.85 0.55 0.66 5/188 21304
/proc/meminfo: memFree=31006684/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=167604 CPUtime=25.22 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 36187 0 0 0 2509 13 0 0 25 0 1 0 891668505 171626496 33805 33554432000 4194304 4258824 140736005620704 18446744073709551615 4231946 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 41901 33805 244 16 0 38543 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 167604

[startup+51.1002 s]
/proc/loadavg: 2.64 0.84 0.75 5/188 21306
/proc/meminfo: memFree=31020312/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=141932 CPUtime=50.8 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 47623 0 0 0 5063 17 0 0 25 0 1 0 891668505 145338368 29616 33554432000 4194304 4258824 140736005620704 18446744073709551615 4217874 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 35483 29616 244 16 0 32125 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 141932

[startup+102.306 s]
/proc/loadavg: 3.41 1.32 0.92 5/188 21306
/proc/meminfo: memFree=30998748/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=131568 CPUtime=102.01 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 70914 0 0 0 10175 26 0 0 25 0 1 0 891668505 134725632 29136 33554432000 4194304 4258824 140736005620704 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 32892 29136 244 16 0 29534 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 131568

[startup+162.301 s]
/proc/loadavg: 3.78 1.81 1.11 5/188 21308
/proc/meminfo: memFree=30905980/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=198924 CPUtime=162.01 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 85880 0 0 0 16167 34 0 0 25 0 1 0 891668505 203698176 44049 33554432000 4194304 4258824 140736005620704 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 49731 44049 244 16 0 46373 0
Current children cumulated CPU time (s) 162.01
Current children cumulated vsize (KiB) 198924

[startup+222.301 s]
/proc/loadavg: 3.92 2.20 1.29 5/188 21319
/proc/meminfo: memFree=30878432/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=164176 CPUtime=222.01 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 102244 0 0 0 22161 40 0 0 25 0 1 0 891668505 168116224 34582 33554432000 4194304 4258824 140736005620704 18446744073709551615 4225333 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 41044 34582 244 16 0 37686 0
Current children cumulated CPU time (s) 222.01
Current children cumulated vsize (KiB) 164176

[startup+282.3 s]
/proc/loadavg: 3.97 2.53 1.45 5/188 21321
/proc/meminfo: memFree=30837252/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=194996 CPUtime=282.01 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 111291 0 0 0 28155 46 0 0 25 0 1 0 891668505 199675904 43578 33554432000 4194304 4258824 140736005620704 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 48749 43578 244 16 0 45391 0
Current children cumulated CPU time (s) 282.01
Current children cumulated vsize (KiB) 194996

[startup+342.301 s]
/proc/loadavg: 3.99 2.80 1.61 5/188 21322
/proc/meminfo: memFree=30798916/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=196396 CPUtime=342.01 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 125445 0 0 0 34148 53 0 0 25 0 1 0 891668505 201109504 38948 33554432000 4194304 4258824 140736005620704 18446744073709551615 4218550 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 49099 38948 244 16 0 45741 0
Current children cumulated CPU time (s) 342.01
Current children cumulated vsize (KiB) 196396

[startup+402.301 s]
/proc/loadavg: 3.99 3.01 1.76 5/188 21323
/proc/meminfo: memFree=30769144/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=189020 CPUtime=402.01 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 141646 0 0 0 40142 59 0 0 25 0 1 0 891668505 193556480 37593 33554432000 4194304 4258824 140736005620704 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 47255 37593 244 16 0 43897 0
Current children cumulated CPU time (s) 402.01
Current children cumulated vsize (KiB) 189020

[startup+462.3 s]
/proc/loadavg: 3.99 3.19 1.89 5/188 21325
/proc/meminfo: memFree=30696840/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=243740 CPUtime=462.02 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 158281 0 0 0 46133 69 0 0 25 0 1 0 891668505 249589760 54191 33554432000 4194304 4258824 140736005620704 18446744073709551615 4225225 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 60935 54191 244 16 0 57577 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 243740

[startup+522.301 s]
/proc/loadavg: 4.21 3.38 2.04 5/188 21330
/proc/meminfo: memFree=30750112/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=200732 CPUtime=522.01 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 177357 0 0 0 52125 76 0 0 25 0 1 0 891668505 205549568 39061 33554432000 4194304 4258824 140736005620704 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 50183 39061 244 16 0 46825 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 200732

[startup+582.301 s]
/proc/loadavg: 4.08 3.49 2.16 5/188 21332
/proc/meminfo: memFree=30737552/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=200732 CPUtime=582.01 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 195555 0 0 0 58116 85 0 0 25 0 1 0 891668505 205549568 41181 33554432000 4194304 4258824 140736005620704 18446744073709551615 4217864 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 50183 41181 244 16 0 46825 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 200732

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 4.08 3.82 2.66 5/188 21340
/proc/meminfo: memFree=30652044/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=193628 CPUtime=882.03 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 281077 0 0 0 88079 124 0 0 25 0 1 0 891668505 198275072 38601 33554432000 4194304 4258824 140736005620704 18446744073709551615 4235755 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 48407 38601 244 16 0 45049 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 193628

[startup+942.301 s]
/proc/loadavg: 4.03 3.85 2.74 5/188 21340
/proc/meminfo: memFree=30546624/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=325104 CPUtime=942.03 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 301080 0 0 0 94068 135 0 0 25 0 1 0 891668505 332906496 58571 33554432000 4194304 4258824 140736005620704 18446744073709551615 4225176 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 81276 58571 244 16 0 77918 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 325104

[startup+1002.3 s]
/proc/loadavg: 4.01 3.87 2.82 5/188 21342
/proc/meminfo: memFree=30578604/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=198936 CPUtime=1002.02 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 320971 0 0 0 100060 142 0 0 25 0 1 0 891668505 203710464 41639 33554432000 4194304 4258824 140736005620704 18446744073709551615 4218020 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 49734 41639 244 16 0 46376 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 198936

[startup+1062.3 s]
/proc/loadavg: 4.07 3.91 2.89 5/188 21344
/proc/meminfo: memFree=30460280/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=330412 CPUtime=1062.02 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 344004 0 0 0 106048 154 0 0 25 0 1 0 891668505 338341888 64630 33554432000 4194304 4258824 140736005620704 18446744073709551615 4225477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 82603 64630 244 16 0 79245 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 330412

[startup+1122.3 s]
/proc/loadavg: 4.03 3.92 2.96 5/188 21346
/proc/meminfo: memFree=30388092/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=462672 CPUtime=1122.03 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 359483 0 0 0 112041 162 0 0 25 0 1 0 891668505 473776128 80073 33554432000 4194304 4258824 140736005620704 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 115668 80073 244 16 0 112310 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 462672

[startup+1182.3 s]
/proc/loadavg: 4.01 3.93 3.02 5/188 21348
/proc/meminfo: memFree=30534516/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=171196 CPUtime=1182.03 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 382903 0 0 0 118030 173 0 0 25 0 1 0 891668505 175304704 38846 33554432000 4194304 4258824 140736005620704 18446744073709551615 4217918 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 42799 38847 244 16 0 39441 0
Current children cumulated CPU time (s) 1182.03
Current children cumulated vsize (KiB) 171196

[startup+1242.3 s]
/proc/loadavg: 4.10 3.97 3.09 5/188 21349
/proc/meminfo: memFree=30546036/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=142304 CPUtime=1242.03 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 399880 0 0 0 124023 180 0 0 25 0 1 0 891668505 145719296 30510 33554432000 4194304 4258824 140736005620704 18446744073709551615 4225246 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 35576 30510 244 16 0 32218 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 142304

[startup+1302.3 s]
/proc/loadavg: 4.03 3.97 3.14 5/188 21350
/proc/meminfo: memFree=30457236/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=244708 CPUtime=1302.03 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 416009 0 0 0 130015 188 0 0 25 0 1 0 891668505 250580992 46587 33554432000 4194304 4258824 140736005620704 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 61177 46587 244 16 0 57819 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 244708

[startup+1362.3 s]
/proc/loadavg: 4.01 3.97 3.20 5/188 21352
/proc/meminfo: memFree=30487476/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=168368 CPUtime=1362.03 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 433946 0 0 0 136008 195 0 0 25 0 1 0 891668505 172408832 34642 33554432000 4194304 4258824 140736005620704 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 42092 34642 244 16 0 38734 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 168368

[startup+1422.31 s]
/proc/loadavg: 4.00 3.97 3.24 5/188 21354
/proc/meminfo: memFree=30411452/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=249276 CPUtime=1422.04 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 450703 0 0 0 142002 202 0 0 25 0 1 0 891668505 255258624 51360 33554432000 4194304 4258824 140736005620704 18446744073709551615 4217874 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 62319 51360 244 16 0 58961 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 249276

[startup+1482.3 s]
/proc/loadavg: 4.04 3.99 3.29 5/188 21356
/proc/meminfo: memFree=30324764/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=330664 CPUtime=1482.03 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 463493 0 0 0 147995 208 0 0 25 0 1 0 891668505 338599936 64122 33554432000 4194304 4258824 140736005620704 18446744073709551615 4217854 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 82666 64122 244 16 0 79308 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 330664

[startup+1542.3 s]
/proc/loadavg: 4.07 4.01 3.34 5/188 21357
/proc/meminfo: memFree=30434732/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=137952 CPUtime=1542.03 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 479654 0 0 0 153989 214 0 0 25 0 1 0 891668505 141262848 30638 33554432000 4194304 4258824 140736005620704 18446744073709551615 4225477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 34488 30638 244 16 0 31130 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 137952

[startup+1602.3 s]
/proc/loadavg: 4.03 4.00 3.38 5/188 21358
/proc/meminfo: memFree=30366276/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=243064 CPUtime=1602.04 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 494648 0 0 0 159981 223 0 0 25 0 1 0 891668505 248897536 45583 33554432000 4194304 4258824 140736005620704 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 60766 45583 244 16 0 57408 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 243064

[startup+1662.3 s]
/proc/loadavg: 4.05 4.01 3.42 5/188 21360
/proc/meminfo: memFree=30436688/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=126276 CPUtime=1662.03 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 505955 0 0 0 165976 227 0 0 25 0 1 0 891668505 129306624 26574 33554432000 4194304 4258824 140736005620704 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 31569 26574 244 16 0 28211 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 126276

[startup+1722.3 s]
/proc/loadavg: 4.02 4.01 3.45 5/188 21362
/proc/meminfo: memFree=30361780/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=190576 CPUtime=1722.04 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 519859 0 0 0 171970 234 0 0 25 0 1 0 891668505 195149824 40414 33554432000 4194304 4258824 140736005620704 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 47644 40414 244 16 0 44286 0
Current children cumulated CPU time (s) 1722.04
Current children cumulated vsize (KiB) 190576

[startup+1782.3 s]
/proc/loadavg: 4.00 4.00 3.48 5/188 21364
/proc/meminfo: memFree=30331512/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=195384 CPUtime=1782.04 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 537794 0 0 0 177962 242 0 0 25 0 1 0 891668505 200073216 40846 33554432000 4194304 4258824 140736005620704 18446744073709551615 4235744 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 48846 40846 244 16 0 45488 0
Current children cumulated CPU time (s) 1782.04
Current children cumulated vsize (KiB) 195384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 4.00 4.00 3.49 4/187 21365
/proc/meminfo: memFree=30754972/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=195384 CPUtime=1800.04 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 541166 0 0 0 179761 243 0 0 25 0 1 0 891668505 200073216 44208 33554432000 4194304 4258824 140736005620704 18446744073709551615 4225409 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 48846 44208 244 16 0 45488 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 195384

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

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

[startup+1800.3 s]
/proc/loadavg: 4.00 4.00 3.49 4/187 21365
/proc/meminfo: memFree=30754972/32951132 swapFree=67052544/67111528
[pid=21265] ppid=21263 vsize=195384 CPUtime=1800.04 cores=1,3
/proc/21265/stat : 21265 (munsat2_release) R 21263 21265 21227 0 -1 4202496 541166 0 0 0 179761 243 0 0 25 0 1 0 891668505 200073216 44208 33554432000 4194304 4258824 140736005620704 18446744073709551615 4225409 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21265/statm: 48846 44208 244 16 0 45488 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 195384

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.31
CPU time (s): 1800.06
CPU user time (s): 1797.62
CPU system time (s): 2.44263
CPU usage (%): 99.986
Max. virtual memory (cumulated for all children) (KiB): 495356

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

runsolver used 2.87156 second user time and 7.03593 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-11 15:58:18
IDJOB=3493665
IDBENCH=71006
IDSOLVER=1973
FILE ID=node128/3493665-1307800697
RUNJOBID= node128-1307800697-21247
PBS_JOBID= 13551053
Free space on /tmp= 74116 MiB

SOLVER NAME= MiniUnsat2 2011-02-22
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-10-5p0.cnf
COMMAND LINE= munsat2_release -rnd-seed=RANDOMSEED -verb=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493665-1307800697/watcher-3493665-1307800697 -o /tmp/evaluation-result-3493665-1307800697/solver-3493665-1307800697 -C 1800 -W 1850 -M 7680  munsat2_release -rnd-seed=1192654841 -verb=0 HOME/instance-3493665-1307800697.cnf

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

MD5SUM BENCH= e024fd9d9cdae82453a8cdaa74d08481
RANDOM SEED=1192654841

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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.82
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31506736 kB
Buffers:        272944 kB
Cached:         944820 kB
SwapCached:      11368 kB
Active:         308276 kB
Inactive:       932264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31506736 kB
SwapTotal:    67111528 kB
SwapFree:     67052544 kB
Dirty:           17488 kB
Writeback:           0 kB
AnonPages:       20408 kB
Mapped:           9556 kB
Slab:           138424 kB
PageTables:       4804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   196720 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74108 MiB
End job on node128 at 2011-06-11 16:28:21