Trace number 3348503

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-03-02? (TO) 1300.09 1300.06

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p1.cnf
MD5SUM6ace5cfbe110f1a43049037cb7432998
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 variables259234
Number of clauses1387934
Sum of the clauses size3351923
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2981661
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3348503-1304969517/watcher-3348503-1304969517 -o /tmp/evaluation-result-3348503-1304969517/solver-3348503-1304969517 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348503-1304969517.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 4.04 4.00 3.07 4/301 11213
/proc/meminfo: memFree=25301152/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=2456 CPUtime=0 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) S 11211 11213 9758 0 -1 4194304 85 0 0 0 0 0 0 0 23 0 1 0 589367697 2514944 43 33554432000 4194304 4254575 140734574992576 18446744073709551615 220811312775 0 2147483391 4096 0 18446744071699207358 0 0 17 5 0 0 0
/proc/11213/statm: 614 43 34 15 0 23 0

[startup+0.0590251 s]
/proc/loadavg: 4.04 4.00 3.07 4/301 11213
/proc/meminfo: memFree=25301152/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=44228 CPUtime=0.04 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 6048 0 0 0 4 0 0 0 23 0 1 0 589367697 45289472 5812 33554432000 4194304 4254575 140734574992576 18446744073709551615 4241321 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 11057 5814 212 15 0 7700 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 44228

[startup+0.101011 s]
/proc/loadavg: 4.04 4.00 3.07 4/301 11213
/proc/meminfo: memFree=25301152/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=51332 CPUtime=0.08 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 8373 0 0 0 8 0 0 0 23 0 1 0 589367697 52563968 7984 33554432000 4194304 4254575 140734574992576 18446744073709551615 220815897285 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 12833 7989 212 15 0 9476 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 51332

[startup+0.300977 s]
/proc/loadavg: 4.04 4.00 3.07 4/301 11213
/proc/meminfo: memFree=25301152/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=85208 CPUtime=0.29 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 16253 0 0 0 27 2 0 0 25 0 1 0 589367697 87252992 15072 33554432000 4194304 4254575 140734574992576 18446744073709551615 4241321 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 21302 15074 213 15 0 17945 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85208

[startup+0.700915 s]
/proc/loadavg: 4.04 4.00 3.07 4/301 11213
/proc/meminfo: memFree=25301152/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=96372 CPUtime=0.68 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 26501 0 0 0 65 3 0 0 25 0 1 0 589367697 98684928 19307 33554432000 4194304 4254575 140734574992576 18446744073709551615 220815897115 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 24093 19307 232 15 0 20736 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 96372

[startup+1.50077 s]
/proc/loadavg: 4.04 4.00 3.07 5/304 11241
/proc/meminfo: memFree=25243608/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=97444 CPUtime=1.48 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 26946 0 0 0 145 3 0 0 25 0 1 0 589367697 99782656 19751 33554432000 4194304 4254575 140734574992576 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 24361 19751 232 15 0 21004 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 97444

[startup+3.10046 s]
/proc/loadavg: 4.04 4.00 3.08 5/304 11241
/proc/meminfo: memFree=25237036/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=98352 CPUtime=3.09 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 27439 0 0 0 305 4 0 0 25 0 1 0 589367697 100712448 20243 33554432000 4194304 4254575 140734574992576 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 24588 20243 232 15 0 21231 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 98352

[startup+6.30088 s]
/proc/loadavg: 4.04 4.00 3.08 5/304 11241
/proc/meminfo: memFree=25226224/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=111104 CPUtime=6.29 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 28452 0 0 0 625 4 0 0 25 0 1 0 589367697 113770496 21250 33554432000 4194304 4254575 140734574992576 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 27776 21250 232 15 0 24419 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 111104

[startup+12.7007 s]
/proc/loadavg: 4.03 4.00 3.09 5/304 11242
/proc/meminfo: memFree=25200684/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=111104 CPUtime=12.68 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 30226 0 0 0 1264 4 0 0 25 0 1 0 589367697 113770496 23017 33554432000 4194304 4254575 140734574992576 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 27776 23017 232 15 0 24419 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 111104

[startup+25.5003 s]
/proc/loadavg: 4.03 4.00 3.10 5/304 11242
/proc/meminfo: memFree=25150804/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=132260 CPUtime=25.48 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 34237 0 0 0 2543 5 0 0 25 0 1 0 589367697 135434240 27017 33554432000 4194304 4254575 140734574992576 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 33065 27017 232 15 0 29708 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 132260

[startup+51.1006 s]
/proc/loadavg: 4.02 4.00 3.12 5/304 11243
/proc/meminfo: memFree=25059420/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=165444 CPUtime=51.09 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 41190 0 0 0 5102 7 0 0 25 0 1 0 589367697 169414656 33945 33554432000 4194304 4254575 140734574992576 18446744073709551615 4223072 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 41361 33945 232 15 0 38004 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 165444

[startup+102.311 s]
/proc/loadavg: 4.08 4.02 3.17 6/304 11326
/proc/meminfo: memFree=26100824/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=219912 CPUtime=102.3 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 55399 0 0 0 10218 12 0 0 25 0 1 0 589367697 225189888 48123 33554432000 4194304 4254575 140734574992576 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 54978 48123 232 15 0 51621 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 219912

[startup+162.301 s]
/proc/loadavg: 4.09 4.03 3.22 5/304 11438
/proc/meminfo: memFree=26180844/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=305124 CPUtime=162.29 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 72798 0 0 0 16213 16 0 0 25 0 1 0 589367697 312446976 65500 33554432000 4194304 4254575 140734574992576 18446744073709551615 4209263 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 76281 65500 232 15 0 72924 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 305124

[startup+222.301 s]
/proc/loadavg: 4.03 4.02 3.27 5/304 11520
/proc/meminfo: memFree=25644508/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=441248 CPUtime=222.29 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 88704 0 0 0 22208 21 0 0 25 0 1 0 589367697 451837952 81387 33554432000 4194304 4254575 140734574992576 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 110312 81387 232 15 0 106955 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 441248

[startup+282.301 s]
/proc/loadavg: 4.01 4.01 3.31 5/304 11522
/proc/meminfo: memFree=25503000/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=443940 CPUtime=282.29 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 104400 0 0 0 28203 26 0 0 25 0 1 0 589367697 454594560 97064 33554432000 4194304 4254575 140734574992576 18446744073709551615 4209160 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 110985 97064 232 15 0 107628 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 443940

[startup+342.301 s]
/proc/loadavg: 4.06 4.03 3.36 5/304 11550
/proc/meminfo: memFree=25427572/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=662028 CPUtime=342.3 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 120028 0 0 0 34199 31 0 0 25 0 1 0 589367697 677916672 112664 33554432000 4194304 4254575 140734574992576 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 165507 112664 232 15 0 162150 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 662028

[startup+402.301 s]
/proc/loadavg: 4.06 4.03 3.40 5/304 11552
/proc/meminfo: memFree=25221108/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=664040 CPUtime=402.3 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 134821 0 0 0 40194 36 0 0 25 0 1 0 589367697 679976960 127433 33554432000 4194304 4254575 140734574992576 18446744073709551615 4222794 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 166010 127433 232 15 0 162653 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 664040

[startup+462.301 s]
/proc/loadavg: 4.02 4.02 3.44 6/304 11554
/proc/meminfo: memFree=24969184/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=665912 CPUtime=462.3 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 149100 0 0 0 46189 41 0 0 25 0 1 0 589367697 681893888 141706 33554432000 4194304 4254575 140734574992576 18446744073709551615 4223782 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 166478 141706 232 15 0 163121 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 665912

[startup+522.301 s]
/proc/loadavg: 4.01 4.02 3.47 5/304 11555
/proc/meminfo: memFree=24782504/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=667552 CPUtime=522.3 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 166197 0 0 0 52184 46 0 0 25 0 1 0 589367697 683573248 158781 33554432000 4194304 4254575 140734574992576 18446744073709551615 4223400 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 166888 158781 232 15 0 163531 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 667552

[startup+582.301 s]
/proc/loadavg: 4.00 4.01 3.50 6/304 11557
/proc/meminfo: memFree=24571920/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=1019760 CPUtime=582.3 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 180886 0 0 0 58179 51 0 0 25 0 1 0 589367697 1044234240 173457 33554432000 4194304 4254575 140734574992576 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 254940 173457 232 15 0 251583 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1019760

[startup+642.301 s]
/proc/loadavg: 4.04 4.02 3.53 5/304 11558
/proc/meminfo: memFree=24378676/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=1021736 CPUtime=642.31 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 195331 0 0 0 64175 56 0 0 25 0 1 0 589367697 1046257664 187887 33554432000 4194304 4254575 140734574992576 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 255434 187887 232 15 0 252077 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1021736

[startup+702.3 s]
/proc/loadavg: 4.08 4.05 3.57 5/304 11560
/proc/meminfo: memFree=24197588/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=1023652 CPUtime=702.31 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 208549 0 0 0 70170 61 0 0 25 0 1 0 589367697 1048219648 201082 33554432000 4194304 4254575 140734574992576 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 255913 201082 232 15 0 252556 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1023652

[startup+762.311 s]
/proc/loadavg: 4.07 4.05 3.60 5/304 11562
/proc/meminfo: memFree=23938728/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=1025436 CPUtime=762.31 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 223404 0 0 0 76166 65 0 0 25 0 1 0 589367697 1050046464 215924 33554432000 4194304 4254575 140734574992576 18446744073709551615 4222779 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 256359 215924 232 15 0 253002 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1025436

[startup+822.3 s]
/proc/loadavg: 4.02 4.04 3.62 5/304 11563
/proc/meminfo: memFree=23761600/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=1028068 CPUtime=822.31 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 237650 0 0 0 82160 71 0 0 25 0 1 0 589367697 1052741632 230151 33554432000 4194304 4254575 140734574992576 18446744073709551615 4209227 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 257017 230151 232 15 0 253660 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1028068

[startup+882.3 s]
/proc/loadavg: 4.01 4.03 3.64 5/304 11565
/proc/meminfo: memFree=23545264/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=1030268 CPUtime=882.31 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 251666 0 0 0 88154 77 0 0 25 0 1 0 589367697 1054994432 244150 33554432000 4194304 4254575 140734574992576 18446744073709551615 4211241 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 257567 244150 232 15 0 254210 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1030268

[startup+942.3 s]
/proc/loadavg: 4.06 4.04 3.67 6/304 11566
/proc/meminfo: memFree=23368648/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=1597928 CPUtime=942.31 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 262449 0 0 0 94151 80 0 0 25 0 1 0 589367697 1636278272 254925 33554432000 4194304 4254575 140734574992576 18446744073709551615 4209236 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 399482 254925 232 15 0 396125 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1597928

[startup+1002.3 s]
/proc/loadavg: 4.02 4.03 3.68 5/304 11568
/proc/meminfo: memFree=23196660/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=1599160 CPUtime=1002.31 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 275334 0 0 0 100147 84 0 0 25 0 1 0 589367697 1637539840 267796 33554432000 4194304 4254575 140734574992576 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 399790 267796 232 15 0 396433 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1599160

[startup+1062.3 s]
/proc/loadavg: 4.01 4.02 3.70 5/304 11569
/proc/meminfo: memFree=22963084/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=1602004 CPUtime=1062.32 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 288772 0 0 0 106143 89 0 0 25 0 1 0 589367697 1640452096 281221 33554432000 4194304 4254575 140734574992576 18446744073709551615 4216707 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 400501 281221 232 15 0 397144 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1602004

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 3.72 5/304 11571
/proc/meminfo: memFree=22828000/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=1603288 CPUtime=1122.31 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 301501 0 0 0 112138 93 0 0 25 0 1 0 589367697 1641766912 293933 33554432000 4194304 4254575 140734574992576 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 400822 293933 232 15 0 397465 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1603288

[startup+1182.3 s]
/proc/loadavg: 4.05 4.03 3.74 5/304 11573
/proc/meminfo: memFree=22656828/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=1604532 CPUtime=1182.32 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 317205 0 0 0 118133 99 0 0 25 0 1 0 589367697 1643040768 309628 33554432000 4194304 4254575 140734574992576 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 401133 309628 232 15 0 397776 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1604532

[startup+1242.3 s]
/proc/loadavg: 4.18 4.07 3.77 5/304 11574
/proc/meminfo: memFree=22517392/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=1606296 CPUtime=1242.32 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 330023 0 0 0 124129 103 0 0 25 0 1 0 589367697 1644847104 322431 33554432000 4194304 4254575 140734574992576 18446744073709551615 4217008 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 401574 322431 232 15 0 398217 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1606296



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.05 3.78 5/304 11576
/proc/meminfo: memFree=22313952/32951124 swapFree=63485424/67111528
[pid=11213] ppid=11211 vsize=1607812 CPUtime=1300.03 cores=5,7
/proc/11213/stat : 11213 (cir_minisat) R 11211 11213 9758 0 -1 4202496 343579 0 0 0 129896 107 0 0 25 0 1 0 589367697 1646399488 335964 33554432000 4194304 4254575 140734574992576 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11213/statm: 401953 335964 232 15 0 398596 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1607812

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.06
CPU time (s): 1300.09
CPU user time (s): 1298.97
CPU system time (s): 1.12283
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1607812

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

runsolver used 3.53346 second user time and 8.30774 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-09 21:31:58
IDJOB=3348503
IDBENCH=71055
IDSOLVER=1810
FILE ID=node147/3348503-1304969517
RUNJOBID= node147-1304968213-11026
PBS_JOBID= 13285603
Free space on /tmp= 53128 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p1.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348503-1304969517/watcher-3348503-1304969517 -o /tmp/evaluation-result-3348503-1304969517/solver-3348503-1304969517 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348503-1304969517.cnf

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

MD5SUM BENCH= 6ace5cfbe110f1a43049037cb7432998
RANDOM SEED=1238729350

node147.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.836
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.67
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.836
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.836
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.836
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.836
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.836
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.76
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.836
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.836
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:      25301432 kB
Buffers:        161704 kB
Cached:        2936244 kB
SwapCached:      12852 kB
Active:        1904292 kB
Inactive:      5555140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25301432 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:           26408 kB
Writeback:           0 kB
AnonPages:     4356528 kB
Mapped:          15176 kB
Slab:            96680 kB
PageTables:      32008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46612788 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= 53052 MiB
End job on node147 at 2011-05-09 21:53:40