Trace number 3387102

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
minisat hack: cir_minisat 2011-05-13 (simp)UNSAT 2037.75 2037.67

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark380.915
Satisfiable
(Un)Satisfiability was proved
Number of variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

Solver Data

2037.67/2037.67	c WARNING: for repeatability, setting FPU to use double precision
2037.67/2037.67	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3387102-1305591743/watcher-3387102-1305591743 -o /tmp/evaluation-result-3387102-1305591743/solver-3387102-1305591743 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387102-1305591743.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.06 2.01 2/481 384
/proc/meminfo: memFree=9555152/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=13732 CPUtime=0 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4194304 222 0 0 0 0 0 0 0 23 0 1 0 670776896 14061568 177 33554432000 4194304 4300288 140734257363168 18446744073709551615 212431053983 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/384/statm: 3433 182 154 26 0 52 0

[startup+0.074795 s]
/proc/loadavg: 2.10 2.06 2.01 2/481 384
/proc/meminfo: memFree=9555152/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=29740 CPUtime=0.06 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 4424 0 0 0 6 0 0 0 23 0 1 0 670776896 30453760 3886 33554432000 4194304 4300288 140734257363168 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 7435 3886 218 26 0 4067 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29740

[startup+0.10079 s]
/proc/loadavg: 2.10 2.06 2.01 2/481 384
/proc/meminfo: memFree=9555152/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=33972 CPUtime=0.09 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 5851 0 0 0 9 0 0 0 23 0 1 0 670776896 34787328 5066 33554432000 4194304 4300288 140734257363168 18446744073709551615 212435677893 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 8493 5067 218 26 0 5125 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33972

[startup+0.300749 s]
/proc/loadavg: 2.10 2.06 2.01 2/481 384
/proc/meminfo: memFree=9555152/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=74496 CPUtime=0.29 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 16440 0 0 0 26 3 0 0 25 0 1 0 670776896 76283904 13735 33554432000 4194304 4300288 140734257363168 18446744073709551615 212435713803 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 18624 13736 218 26 0 15256 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74496

[startup+0.700685 s]
/proc/loadavg: 2.10 2.06 2.01 2/481 384
/proc/meminfo: memFree=9555152/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=154896 CPUtime=0.69 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 36624 0 0 0 63 6 0 0 25 0 1 0 670776896 158613504 30432 33554432000 4194304 4300288 140734257363168 18446744073709551615 212435677893 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 38724 30433 218 26 0 35356 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 154896

[startup+1.50052 s]
/proc/loadavg: 2.10 2.06 2.01 3/482 385
/proc/meminfo: memFree=9378452/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=263300 CPUtime=1.49 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 65286 0 0 0 139 10 0 0 25 0 1 0 670776896 269619200 55282 33554432000 4194304 4300288 140734257363168 18446744073709551615 4259296 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 65825 55282 222 26 0 62457 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 263300

[startup+3.10022 s]
/proc/loadavg: 2.10 2.06 2.01 3/482 385
/proc/meminfo: memFree=9329224/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=263300 CPUtime=3.09 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 65286 0 0 0 299 10 0 0 25 0 1 0 670776896 269619200 55282 33554432000 4194304 4300288 140734257363168 18446744073709551615 4228501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 65825 55282 222 26 0 62457 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 263300

[startup+6.30062 s]
/proc/loadavg: 2.09 2.06 2.01 3/482 385
/proc/meminfo: memFree=9316852/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=267840 CPUtime=6.29 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 67447 0 0 0 619 10 0 0 25 0 1 0 670776896 274268160 57349 33554432000 4194304 4300288 140734257363168 18446744073709551615 4224930 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 66960 57349 222 26 0 63592 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 267840

[startup+12.7004 s]
/proc/loadavg: 2.08 2.06 2.01 3/482 385
/proc/meminfo: memFree=9336584/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=252872 CPUtime=12.69 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 83552 0 0 0 1257 12 0 0 25 0 1 0 670776896 258940928 50120 33554432000 4194304 4300288 140734257363168 18446744073709551615 4256085 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 63218 50120 243 26 0 59850 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 252872

[startup+25.501 s]
/proc/loadavg: 2.06 2.05 2.01 3/482 385
/proc/meminfo: memFree=9403416/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=252872 CPUtime=25.49 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 86830 0 0 0 2536 13 0 0 25 0 1 0 670776896 258940928 53345 33554432000 4194304 4300288 140734257363168 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 63218 53345 243 26 0 59850 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 252872

[startup+51.1011 s]
/proc/loadavg: 2.04 2.05 2.00 3/482 386
/proc/meminfo: memFree=9338668/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=302960 CPUtime=51.09 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 97509 0 0 0 5094 15 0 0 25 0 1 0 670776896 310231040 63921 33554432000 4194304 4300288 140734257363168 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 75740 63921 243 26 0 72372 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 302960

[startup+102.317 s]
/proc/loadavg: 2.05 2.05 2.00 3/482 388
/proc/meminfo: memFree=9214304/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=384348 CPUtime=102.31 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 118526 0 0 0 10210 21 0 0 25 0 1 0 670776896 393572352 84745 33554432000 4194304 4300288 140734257363168 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 96087 84745 243 26 0 92719 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 384348

[startup+162.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/482 389
/proc/meminfo: memFree=9114072/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=529144 CPUtime=162.3 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 147280 0 0 0 16201 29 0 0 25 0 1 0 670776896 541843456 113239 33554432000 4194304 4300288 140734257363168 18446744073709551615 4250872 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 132286 113239 243 26 0 128918 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 529144

[startup+222.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 418
/proc/meminfo: memFree=9307608/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=755148 CPUtime=222.3 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 173196 0 0 0 22195 35 0 0 25 0 1 0 670776896 773271552 138962 33554432000 4194304 4300288 140734257363168 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 188787 138962 243 26 0 185419 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 755148

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 419
/proc/meminfo: memFree=9149940/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=766500 CPUtime=282.3 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 212367 0 0 0 28187 43 0 0 25 0 1 0 670776896 784896000 177913 33554432000 4194304 4300288 140734257363168 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 191625 177913 243 26 0 188257 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 766500

[startup+342.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/482 421
/proc/meminfo: memFree=9059132/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=1127236 CPUtime=342.3 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 233974 0 0 0 34182 48 0 0 25 0 1 0 670776896 1154289664 199327 33554432000 4194304 4300288 140734257363168 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 281809 199327 243 26 0 278441 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1127236

[startup+402.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/482 422
/proc/meminfo: memFree=8975268/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=1146388 CPUtime=402.3 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 254270 0 0 0 40177 53 0 0 25 0 1 0 670776896 1173901312 219468 33554432000 4194304 4300288 140734257363168 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 286597 219468 243 26 0 283229 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1146388

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/482 424
/proc/meminfo: memFree=8904544/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=1149588 CPUtime=462.31 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 271549 0 0 0 46172 59 0 0 25 0 1 0 670776896 1177178112 236615 33554432000 4194304 4300288 140734257363168 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 287397 236615 243 26 0 284029 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1149588

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 426
/proc/meminfo: memFree=8811248/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=1163688 CPUtime=522.31 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 294805 0 0 0 52166 65 0 0 25 0 1 0 670776896 1191616512 259708 33554432000 4194304 4300288 140734257363168 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 290922 259708 243 26 0 287554 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1163688

[startup+582.301 s]
/proc/loadavg: 2.11 2.04 2.01 3/482 427
/proc/meminfo: memFree=8749220/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=1169128 CPUtime=582.31 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 310277 0 0 0 58161 70 0 0 25 0 1 0 670776896 1197187072 275047 33554432000 4194304 4300288 140734257363168 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 292282 275047 243 26 0 288914 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1169128

[startup+642.3 s]

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

/proc/meminfo: memFree=8013144/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=2758012 CPUtime=1362.35 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 490207 0 0 0 136102 133 0 0 25 0 1 0 670776896 2824204288 453590 33554432000 4194304 4300288 140734257363168 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 689503 453590 243 26 0 686135 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 2758012

[startup+1422.32 s]
/proc/loadavg: 2.08 2.06 2.01 3/482 450
/proc/meminfo: memFree=7975424/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=2758012 CPUtime=1422.35 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 499391 0 0 0 142099 136 0 0 25 0 1 0 670776896 2824204288 462698 33554432000 4194304 4300288 140734257363168 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 689503 462698 243 26 0 686135 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 2758012

[startup+1482.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/482 451
/proc/meminfo: memFree=7926900/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=2758012 CPUtime=1482.35 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 511712 0 0 0 148095 140 0 0 25 0 1 0 670776896 2824204288 474902 33554432000 4194304 4300288 140734257363168 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 689503 474902 243 26 0 686135 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 2758012

[startup+1542.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/482 453
/proc/meminfo: memFree=7850852/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=2764496 CPUtime=1542.35 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 530903 0 0 0 154090 145 0 0 25 0 1 0 670776896 2830843904 493996 33554432000 4194304 4300288 140734257363168 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 691124 493996 243 26 0 687756 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 2764496

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 454
/proc/meminfo: memFree=7821180/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=2769996 CPUtime=1602.35 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 538742 0 0 0 160087 148 0 0 25 0 1 0 670776896 2836475904 501781 33554432000 4194304 4300288 140734257363168 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 692499 501781 243 26 0 689131 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 2769996

[startup+1662.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/482 456
/proc/meminfo: memFree=7781100/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=2777016 CPUtime=1662.35 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 548677 0 0 0 166083 152 0 0 25 0 1 0 670776896 2843664384 511644 33554432000 4194304 4300288 140734257363168 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 694254 511644 243 26 0 690886 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 2777016

[startup+1722.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/482 458
/proc/meminfo: memFree=7747940/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=2789976 CPUtime=1722.35 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 557009 0 0 0 172080 155 0 0 25 0 1 0 670776896 2856935424 519930 33554432000 4194304 4300288 140734257363168 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 697494 519930 243 26 0 694126 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 2789976

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/482 467
/proc/meminfo: memFree=7713308/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=2800912 CPUtime=1782.36 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 565360 0 0 0 178077 159 0 0 25 0 1 0 670776896 2868133888 528233 33554432000 4194304 4300288 140734257363168 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 700228 528233 243 26 0 696860 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 2800912

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 470
/proc/meminfo: memFree=7689948/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=2800912 CPUtime=1842.35 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 571232 0 0 0 184074 161 0 0 25 0 1 0 670776896 2868133888 534050 33554432000 4194304 4300288 140734257363168 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 700228 534050 243 26 0 696860 0
Current children cumulated CPU time (s) 1842.35
Current children cumulated vsize (KiB) 2800912

[startup+1902.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/482 472
/proc/meminfo: memFree=7654788/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=2800912 CPUtime=1902.36 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 580361 0 0 0 190071 165 0 0 25 0 1 0 670776896 2868133888 543093 33554432000 4194304 4300288 140734257363168 18446744073709551615 4256000 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 700228 543093 243 26 0 696860 0
Current children cumulated CPU time (s) 1902.36
Current children cumulated vsize (KiB) 2800912

[startup+1962.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/482 474
/proc/meminfo: memFree=7617528/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=2805772 CPUtime=1962.37 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 589621 0 0 0 196068 169 0 0 25 0 1 0 670776896 2873110528 552266 33554432000 4194304 4300288 140734257363168 18446744073709551615 4250034 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 701443 552266 243 26 0 698075 0
Current children cumulated CPU time (s) 1962.37
Current children cumulated vsize (KiB) 2805772

[startup+2022.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/482 476
/proc/meminfo: memFree=8649420/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=1316008 CPUtime=2022.36 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 801107 0 0 0 202039 197 0 0 25 0 1 0 670776896 1347592192 294924 33554432000 4194304 4300288 140734257363168 18446744073709551615 4269984 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 329002 294924 243 26 0 325634 0
Current children cumulated CPU time (s) 2022.36
Current children cumulated vsize (KiB) 1316008

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

[startup+2028.7 s]
/proc/loadavg: 2.02 2.03 2.00 3/482 476
/proc/meminfo: memFree=8642968/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=1316008 CPUtime=2028.76 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 802288 0 0 0 202679 197 0 0 25 0 1 0 670776896 1347592192 296097 33554432000 4194304 4300288 140734257363168 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 329002 296097 243 26 0 325634 0
Current children cumulated CPU time (s) 2028.76
Current children cumulated vsize (KiB) 1316008

[startup+2031.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/482 476
/proc/meminfo: memFree=8641224/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=1316008 CPUtime=2031.96 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 802862 0 0 0 202999 197 0 0 25 0 1 0 670776896 1347592192 296665 33554432000 4194304 4300288 140734257363168 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 329002 296665 243 26 0 325634 0
Current children cumulated CPU time (s) 2031.96
Current children cumulated vsize (KiB) 1316008

[startup+2035.1 s]
/proc/loadavg: 2.01 2.03 2.00 3/482 476
/proc/meminfo: memFree=8640108/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=1316008 CPUtime=2035.17 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 803292 0 0 0 203319 198 0 0 25 0 1 0 670776896 1347592192 297091 33554432000 4194304 4300288 140734257363168 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 329002 297091 243 26 0 325634 0
Current children cumulated CPU time (s) 2035.17
Current children cumulated vsize (KiB) 1316008

[startup+2036.7 s]
/proc/loadavg: 2.01 2.03 2.00 3/482 476
/proc/meminfo: memFree=8639860/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=1316008 CPUtime=2036.77 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 803379 0 0 0 203479 198 0 0 25 0 1 0 670776896 1347592192 297175 33554432000 4194304 4300288 140734257363168 18446744073709551615 4249530 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 329002 297175 243 26 0 325634 0
Current children cumulated CPU time (s) 2036.77
Current children cumulated vsize (KiB) 1316008

[startup+2037.1 s]
/proc/loadavg: 2.01 2.03 2.00 3/482 476
/proc/meminfo: memFree=8639612/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=1316008 CPUtime=2037.17 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 803412 0 0 0 203519 198 0 0 25 0 1 0 670776896 1347592192 297208 33554432000 4194304 4300288 140734257363168 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 329002 297208 243 26 0 325634 0
Current children cumulated CPU time (s) 2037.17
Current children cumulated vsize (KiB) 1316008

[startup+2037.5 s]
/proc/loadavg: 2.01 2.03 2.00 3/482 476
/proc/meminfo: memFree=8639612/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=1316008 CPUtime=2037.57 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 803432 0 0 0 203559 198 0 0 25 0 1 0 670776896 1347592192 297228 33554432000 4194304 4300288 140734257363168 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 329002 297228 243 26 0 325634 0
Current children cumulated CPU time (s) 2037.57
Current children cumulated vsize (KiB) 1316008

[startup+2037.6 s]
/proc/loadavg: 2.01 2.03 2.00 3/482 476
/proc/meminfo: memFree=8639612/32951124 swapFree=56316216/67111528
[pid=384] ppid=382 vsize=1316008 CPUtime=2037.67 cores=1,3,5,7
/proc/384/stat : 384 (cir_minisat) R 382 384 32592 0 -1 4202496 803437 0 0 0 203568 199 0 0 25 0 1 0 670776896 1347592192 229887 33554432000 4194304 4300288 140734257363168 18446744073709551615 212436060295 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/384/statm: 329002 229887 248 26 0 325634 0
Current children cumulated CPU time (s) 2037.67
Current children cumulated vsize (KiB) 1316008

Child status: 20
Real time (s): 2037.67
CPU time (s): 2037.75
CPU user time (s): 2035.72
CPU system time (s): 2.02569
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 3713820

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

runsolver used 9.08962 second user time and 22.4086 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-17 02:22:25
IDJOB=3387102
IDBENCH=69571
IDSOLVER=1873
FILE ID=node102/3387102-1305591743
RUNJOBID= node102-1305586740-32611
PBS_JOBID= 13350376
Free space on /tmp= 73508 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387102-1305591743/watcher-3387102-1305591743 -o /tmp/evaluation-result-3387102-1305591743/solver-3387102-1305591743 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387102-1305591743.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED=133634198

node102.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.828
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.65
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.828
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	: 5226.15
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.828
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.828
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.828
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.828
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.828
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.828
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:       9555308 kB
Buffers:        145240 kB
Cached:        1111512 kB
SwapCached:      33496 kB
Active:       14512296 kB
Inactive:      8630124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9555308 kB
SwapTotal:    67111528 kB
SwapFree:     56316216 kB
Dirty:           68952 kB
Writeback:           0 kB
AnonPages:    21863356 kB
Mapped:          25144 kB
Slab:            84212 kB
PageTables:     100560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 135839876 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= 73512 MiB
End job on node102 at 2011-05-17 02:56:23