Trace number 3348535

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.12 1300.06

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p0.cnf
MD5SUMfaef1c850bb82ceddc7da5a4c445dd25
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 variables258781
Number of clauses1372095
Sum of the clauses size3305764
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2980303
Number of clauses of size 3313283
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-3348535-1304969446/watcher-3348535-1304969446 -o /tmp/evaluation-result-3348535-1304969446/solver-3348535-1304969446 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348535-1304969446.cnf 

running on 2 cores: 4,6

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.00 3.96 3.07 5/362 2334
/proc/meminfo: memFree=6088664/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=13772 CPUtime=0 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 285 0 0 0 0 0 0 0 22 0 1 0 608541417 14102528 228 33554432000 4194304 4254575 140735858368224 18446744073709551615 254500735066 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2334/statm: 4532 237 200 15 0 1175 0

[startup+0.0569941 s]
/proc/loadavg: 4.00 3.96 3.07 5/362 2334
/proc/meminfo: memFree=6088664/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=44280 CPUtime=0.04 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 6167 0 0 0 4 0 0 0 22 0 1 0 608541417 45342720 5864 33554432000 4194304 4254575 140735858368224 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 11070 5867 212 15 0 7713 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 44280

[startup+0.100992 s]
/proc/loadavg: 4.00 3.96 3.07 5/362 2334
/proc/meminfo: memFree=6088664/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=51252 CPUtime=0.08 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 8447 0 0 0 8 0 0 0 22 0 1 0 608541417 52482048 7994 33554432000 4194304 4254575 140735858368224 18446744073709551615 4239917 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 12813 7995 212 15 0 9456 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 51252

[startup+0.300949 s]
/proc/loadavg: 4.00 3.96 3.07 5/362 2334
/proc/meminfo: memFree=6088664/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=85260 CPUtime=0.29 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 16025 0 0 0 27 2 0 0 23 0 1 0 608541417 87306240 14888 33554432000 4194304 4254575 140735858368224 18446744073709551615 4217182 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 21315 14888 213 15 0 17958 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85260

[startup+0.700865 s]
/proc/loadavg: 4.00 3.96 3.07 5/362 2334
/proc/meminfo: memFree=6088664/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=95936 CPUtime=0.69 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 26006 0 0 0 66 3 0 0 25 0 1 0 608541417 98238464 18955 33554432000 4194304 4254575 140735858368224 18446744073709551615 4209208 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 23984 18955 232 15 0 20627 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95936

[startup+1.50071 s]
/proc/loadavg: 4.00 3.96 3.07 5/363 2335
/proc/meminfo: memFree=6011040/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=96312 CPUtime=1.49 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 26374 0 0 0 146 3 0 0 25 0 1 0 608541417 98623488 19321 33554432000 4194304 4254575 140735858368224 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 24078 19321 232 15 0 20721 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 96312

[startup+3.10039 s]
/proc/loadavg: 4.00 3.96 3.07 5/363 2335
/proc/meminfo: memFree=6009420/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=97208 CPUtime=3.09 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 26784 0 0 0 306 3 0 0 25 0 1 0 608541417 99540992 19729 33554432000 4194304 4254575 140735858368224 18446744073709551615 4216418 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 24302 19729 232 15 0 20945 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 97208

[startup+6.30075 s]
/proc/loadavg: 4.00 3.96 3.07 5/363 2335
/proc/meminfo: memFree=6023752/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=97208 CPUtime=6.29 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 27350 0 0 0 626 3 0 0 25 0 1 0 608541417 99540992 20290 33554432000 4194304 4254575 140735858368224 18446744073709551615 4216532 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 24302 20290 232 15 0 20945 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 97208

[startup+12.7005 s]
/proc/loadavg: 4.00 3.96 3.08 5/363 2336
/proc/meminfo: memFree=5993628/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=109660 CPUtime=12.69 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 29052 0 0 0 1265 4 0 0 25 0 1 0 608541417 112291840 21984 33554432000 4194304 4254575 140735858368224 18446744073709551615 4209344 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 27415 21984 232 15 0 24058 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 109660

[startup+25.5009 s]
/proc/loadavg: 4.00 3.96 3.09 5/363 2336
/proc/meminfo: memFree=5961636/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=131024 CPUtime=25.48 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 32821 0 0 0 2543 5 0 0 25 0 1 0 608541417 134168576 25743 33554432000 4194304 4254575 140735858368224 18446744073709551615 4216540 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 32756 25743 232 15 0 29399 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 131024

[startup+51.1008 s]
/proc/loadavg: 4.00 3.97 3.12 5/363 2337
/proc/meminfo: memFree=5961164/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=163484 CPUtime=51.09 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 39684 0 0 0 5102 7 0 0 25 0 1 0 608541417 167407616 32596 33554432000 4194304 4254575 140735858368224 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 40871 32596 232 15 0 37514 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 163484

[startup+102.314 s]
/proc/loadavg: 4.05 3.99 3.17 5/363 2338
/proc/meminfo: memFree=5834396/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=217928 CPUtime=102.31 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 54088 0 0 0 10220 11 0 0 25 0 1 0 608541417 223158272 46972 33554432000 4194304 4254575 140735858368224 18446744073709551615 4212459 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 54482 46972 232 15 0 51125 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 217928

[startup+162.301 s]
/proc/loadavg: 4.12 4.02 3.23 5/363 2340
/proc/meminfo: memFree=5720020/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=303216 CPUtime=162.29 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 71780 0 0 0 16214 15 0 0 25 0 1 0 608541417 310493184 64630 33554432000 4194304 4254575 140735858368224 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 75804 64630 232 15 0 72447 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 303216

[startup+222.301 s]
/proc/loadavg: 4.09 4.03 3.28 5/363 2341
/proc/meminfo: memFree=5630456/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=438880 CPUtime=222.3 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 89570 0 0 0 22210 20 0 0 25 0 1 0 608541417 449413120 82395 33554432000 4194304 4254575 140735858368224 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 109720 82395 232 15 0 106363 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 438880

[startup+282.301 s]
/proc/loadavg: 4.03 4.02 3.32 5/363 2343
/proc/meminfo: memFree=5595692/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=441616 CPUtime=282.3 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 104517 0 0 0 28207 23 0 0 25 0 1 0 608541417 452214784 97323 33554432000 4194304 4254575 140735858368224 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 110404 97323 232 15 0 107047 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 441616

[startup+342.301 s]
/proc/loadavg: 4.01 4.02 3.36 5/363 2344
/proc/meminfo: memFree=5491844/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=659284 CPUtime=342.3 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 117952 0 0 0 34203 27 0 0 25 0 1 0 608541417 675106816 110742 33554432000 4194304 4254575 140735858368224 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 164821 110742 232 15 0 161464 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 659284

[startup+402.301 s]
/proc/loadavg: 4.00 4.01 3.40 5/363 2346
/proc/meminfo: memFree=5405496/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=662104 CPUtime=402.31 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 134423 0 0 0 40199 32 0 0 25 0 1 0 608541417 677994496 127188 33554432000 4194304 4254575 140735858368224 18446744073709551615 4216789 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 165526 127188 232 15 0 162169 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 662104

[startup+462.301 s]
/proc/loadavg: 4.10 4.03 3.44 5/363 2376
/proc/meminfo: memFree=5133904/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=663920 CPUtime=462.31 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 151347 0 0 0 46192 39 0 0 25 0 1 0 608541417 679854080 144082 33554432000 4194304 4254575 140735858368224 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 165980 144082 232 15 0 162623 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 663920

[startup+522.301 s]
/proc/loadavg: 4.15 4.06 3.48 5/363 2377
/proc/meminfo: memFree=4863464/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=665552 CPUtime=522.31 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 166109 0 0 0 52189 42 0 0 25 0 1 0 608541417 681525248 158834 33554432000 4194304 4254575 140735858368224 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 166388 158834 232 15 0 163031 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 665552

[startup+582.301 s]
/proc/loadavg: 4.05 4.04 3.51 5/363 2379
/proc/meminfo: memFree=4570108/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=1016900 CPUtime=582.32 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 182606 0 0 0 58186 46 0 0 25 0 1 0 608541417 1041305600 175314 33554432000 4194304 4254575 140735858368224 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 254225 175314 232 15 0 250868 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 1016900

[startup+642.301 s]
/proc/loadavg: 3.69 3.94 3.51 4/357 2398
/proc/meminfo: memFree=4405028/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=1019780 CPUtime=642.32 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 196962 0 0 0 64183 49 0 0 25 0 1 0 608541417 1044254720 189662 33554432000 4194304 4254575 140735858368224 18446744073709551615 4224218 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 254945 189662 232 15 0 251588 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1019780

[startup+702.301 s]
/proc/loadavg: 3.33 3.78 3.48 4/357 2400
/proc/meminfo: memFree=4150284/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=1021900 CPUtime=702.31 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 212877 0 0 0 70177 54 0 0 25 0 1 0 608541417 1046425600 205561 33554432000 4194304 4254575 140735858368224 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 255475 205561 232 15 0 252118 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1021900

[startup+762.314 s]
/proc/loadavg: 3.12 3.64 3.45 4/357 2402
/proc/meminfo: memFree=3882520/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=1023968 CPUtime=762.33 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 227078 0 0 0 76174 59 0 0 25 0 1 0 608541417 1048543232 219748 33554432000 4194304 4254575 140735858368224 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 255992 219748 232 15 0 252635 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 1023968

[startup+822.301 s]
/proc/loadavg: 3.12 3.54 3.42 4/357 2403
/proc/meminfo: memFree=3640544/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=1026240 CPUtime=822.32 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 241137 0 0 0 82169 63 0 0 25 0 1 0 608541417 1050869760 233797 33554432000 4194304 4254575 140735858368224 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 256560 233797 232 15 0 253203 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1026240

[startup+882.301 s]
/proc/loadavg: 3.04 3.44 3.39 4/357 2405
/proc/meminfo: memFree=3376376/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=1028012 CPUtime=882.32 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 255497 0 0 0 88165 67 0 0 25 0 1 0 608541417 1052684288 248132 33554432000 4194304 4254575 140735858368224 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 257003 248132 232 15 0 253646 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1028012

[startup+942.301 s]
/proc/loadavg: 3.01 3.35 3.36 4/357 2406
/proc/meminfo: memFree=3128328/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=1596980 CPUtime=942.33 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 272644 0 0 0 94159 74 0 0 25 0 1 0 608541417 1635307520 265260 33554432000 4194304 4254575 140735858368224 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 399245 265260 232 15 0 395888 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 1596980

[startup+1002.3 s]
/proc/loadavg: 3.00 3.29 3.34 4/357 2408
/proc/meminfo: memFree=2885372/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=1600468 CPUtime=1002.33 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 286080 0 0 0 100155 78 0 0 25 0 1 0 608541417 1638879232 278676 33554432000 4194304 4254575 140735858368224 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 400117 278676 232 15 0 396760 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 1600468

[startup+1062.3 s]
/proc/loadavg: 3.03 3.25 3.32 4/357 2410
/proc/meminfo: memFree=2601080/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=1601956 CPUtime=1062.33 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 299685 0 0 0 106150 83 0 0 25 0 1 0 608541417 1640402944 292263 33554432000 4194304 4254575 140735858368224 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 400489 292263 232 15 0 397132 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1601956

[startup+1122.3 s]
/proc/loadavg: 3.01 3.20 3.30 4/357 2411
/proc/meminfo: memFree=2353768/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=1603120 CPUtime=1122.34 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 315272 0 0 0 112146 88 0 0 25 0 1 0 608541417 1641594880 307836 33554432000 4194304 4254575 140735858368224 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 400780 307836 232 15 0 397423 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 1603120

[startup+1182.3 s]
/proc/loadavg: 3.09 3.19 3.29 4/357 2413
/proc/meminfo: memFree=2117608/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=1605288 CPUtime=1182.35 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 328665 0 0 0 118143 92 0 0 25 0 1 0 608541417 1643814912 321204 33554432000 4194304 4254575 140735858368224 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 401322 321204 232 15 0 397965 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 1605288

[startup+1242.3 s]
/proc/loadavg: 3.07 3.17 3.27 4/357 2414
/proc/meminfo: memFree=1847732/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=1606732 CPUtime=1242.35 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 343062 0 0 0 124138 97 0 0 25 0 1 0 608541417 1645293568 335589 33554432000 4194304 4254575 140735858368224 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 401683 335589 232 15 0 398326 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 1606732



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.46 2.98 3.20 3/351 2434
/proc/meminfo: memFree=1777752/32950928 swapFree=45936960/67111528
[pid=2334] ppid=2332 vsize=1607696 CPUtime=1300.05 cores=4,6
/proc/2334/stat : 2334 (cir_minisat) R 2332 2334 2035 0 -1 4202496 357380 0 0 0 129905 100 0 0 25 0 1 0 608541417 1646280704 349892 33554432000 4194304 4254575 140735858368224 18446744073709551615 4209236 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2334/statm: 401924 349892 232 15 0 398567 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 1607696

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.12
CPU user time (s): 1299.07
CPU system time (s): 1.05384
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1607696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.07
system time used= 1.05384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 357385
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= 5
involuntary context switches= 1553

runsolver used 4.86426 second user time and 10.2494 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-09 21:30:47
IDJOB=3348535
IDBENCH=71036
IDSOLVER=1810
FILE ID=node149/3348535-1304969446
RUNJOBID= node149-1304968091-2054
PBS_JOBID= 13285601
Free space on /tmp= 42476 MiB

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

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

MD5SUM BENCH= faef1c850bb82ceddc7da5a4c445dd25
RANDOM SEED=502396771

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.83
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.806
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.73
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.806
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.806
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.806
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.806
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:     32950928 kB
MemFree:       6088820 kB
Buffers:        239388 kB
Cached:       21348680 kB
SwapCached:      21336 kB
Active:       11702976 kB
Inactive:     14399668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6088820 kB
SwapTotal:    67111528 kB
SwapFree:     45936960 kB
Dirty:           26312 kB
Writeback:           0 kB
AnonPages:     4506088 kB
Mapped:          14392 kB
Slab:           620204 kB
PageTables:      72948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80453472 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= 42420 MiB
End job on node149 at 2011-05-09 21:52:29