Trace number 3349884

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: LR_NOGL_NOSHR 2011-03-02? (TO) 1300.05 1300.02

General information on the benchmark

Nameindustrial/crypto/
mizh-sha0-36-2.cnf
MD5SUM82bf685774b76ba263c886940c3aa94d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.3281
Satisfiable
(Un)Satisfiability was proved
Number of variables50073
Number of clauses210239
Sum of the clauses size628391
Maximum clause length4
Minimum clause length1
Number of clauses of size 1177
Number of clauses of size 286996
Number of clauses of size 338042
Number of clauses of size 485024
Number of clauses of size 50
Number of clauses of size over 50

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-3349884-1304968104/watcher-3349884-1304968104 -o /tmp/evaluation-result-3349884-1304968104/solver-3349884-1304968104 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349884-1304968104.cnf -verb=0 -model -no-shrinking -no-glucose 

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: 0.00 0.00 0.00 3/351 20542
/proc/meminfo: memFree=28750080/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=20380 CPUtime=0 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 654 0 0 0 0 0 0 0 23 0 1 0 608413048 20869120 585 33554432000 4194304 4300056 140736608152368 18446744073709551615 4241281 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 5095 585 221 26 0 1727 0

[startup+0.0467251 s]
/proc/loadavg: 0.00 0.00 0.00 3/351 20542
/proc/meminfo: memFree=28750080/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=25072 CPUtime=0.03 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 2042 0 0 0 3 0 0 0 23 0 1 0 608413048 25673728 1882 33554432000 4194304 4300056 140736608152368 18446744073709551615 4286204 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 6268 1883 222 26 0 2900 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25072

[startup+0.100708 s]
/proc/loadavg: 0.00 0.00 0.00 3/351 20542
/proc/meminfo: memFree=28750080/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=32188 CPUtime=0.09 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 4524 0 0 0 9 0 0 0 23 0 1 0 608413048 32960512 3982 33554432000 4194304 4300056 140736608152368 18446744073709551615 216634176197 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 8047 3983 222 26 0 4679 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32188

[startup+0.300673 s]
/proc/loadavg: 0.00 0.00 0.00 3/351 20542
/proc/meminfo: memFree=28750080/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=38984 CPUtime=0.29 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 8006 0 0 0 28 1 0 0 25 0 1 0 608413048 39919616 5890 33554432000 4194304 4300056 140736608152368 18446744073709551615 4237048 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 9746 5890 228 26 0 6378 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38984

[startup+0.700598 s]
/proc/loadavg: 0.00 0.00 0.00 3/351 20542
/proc/meminfo: memFree=28750080/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=35248 CPUtime=0.69 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 8792 0 0 0 68 1 0 0 25 0 1 0 608413048 36093952 5344 33554432000 4194304 4300056 140736608152368 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 8812 5344 247 26 0 5444 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35248

[startup+1.50046 s]
/proc/loadavg: 0.16 0.03 0.01 3/352 20543
/proc/meminfo: memFree=28676540/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=44040 CPUtime=1.49 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 10509 0 0 0 148 1 0 0 25 0 1 0 608413048 45096960 7020 33554432000 4194304 4300056 140736608152368 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 11010 7020 247 26 0 7642 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44040

[startup+3.10019 s]
/proc/loadavg: 0.16 0.03 0.01 3/352 20543
/proc/meminfo: memFree=28662652/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=51112 CPUtime=3.08 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 12476 0 0 0 307 1 0 0 25 0 1 0 608413048 52338688 8754 33554432000 4194304 4300056 140736608152368 18446744073709551615 4275903 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 12778 8754 247 26 0 9410 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 51112

[startup+6.30062 s]
/proc/loadavg: 0.31 0.07 0.02 3/352 20543
/proc/meminfo: memFree=28690280/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=55644 CPUtime=6.29 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 15941 0 0 0 627 2 0 0 25 0 1 0 608413048 56979456 8810 33554432000 4194304 4300056 140736608152368 18446744073709551615 4263033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 13911 8810 247 26 0 10543 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55644

[startup+12.7005 s]
/proc/loadavg: 0.52 0.11 0.04 4/357 20553
/proc/meminfo: memFree=28606744/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=68964 CPUtime=12.69 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 20174 0 0 0 1266 3 0 0 25 0 1 0 608413048 70619136 13001 33554432000 4194304 4300056 140736608152368 18446744073709551615 4263566 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 17241 13001 247 26 0 13873 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68964

[startup+25.5002 s]
/proc/loadavg: 0.98 0.22 0.07 5/362 20563
/proc/meminfo: memFree=28418096/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=121720 CPUtime=25.48 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 28939 0 0 0 2543 5 0 0 25 0 1 0 608413048 124641280 21701 33554432000 4194304 4300056 140736608152368 18446744073709551615 4256160 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 30430 21701 247 26 0 27062 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 121720

[startup+51.1007 s]
/proc/loadavg: 2.17 0.59 0.20 5/362 20564
/proc/meminfo: memFree=28306860/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=135964 CPUtime=51.08 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 51263 0 0 0 5098 10 0 0 25 0 1 0 608413048 139227136 28691 33554432000 4194304 4300056 140736608152368 18446744073709551615 4251676 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 33991 28691 247 26 0 30623 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 135964

[startup+102.314 s]
/proc/loadavg: 3.38 1.16 0.41 6/362 20620
/proc/meminfo: memFree=28508188/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=129644 CPUtime=102.3 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 85248 0 0 0 10212 18 0 0 25 0 1 0 608413048 132755456 28061 33554432000 4194304 4300056 140736608152368 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 32411 28061 247 26 0 29043 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 129644

[startup+162.301 s]
/proc/loadavg: 3.83 1.69 0.64 5/362 20621
/proc/meminfo: memFree=28413836/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=190324 CPUtime=162.29 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 132610 0 0 0 16199 30 0 0 25 0 1 0 608413048 194891776 40710 33554432000 4194304 4300056 140736608152368 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 47581 40710 247 26 0 44213 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 190324

[startup+222.3 s]
/proc/loadavg: 3.94 2.10 0.84 6/362 20623
/proc/meminfo: memFree=28454772/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=143792 CPUtime=222.29 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 166231 0 0 0 22188 41 0 0 25 0 1 0 608413048 147243008 30587 33554432000 4194304 4300056 140736608152368 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 35948 30587 247 26 0 32580 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 143792

[startup+282.301 s]
/proc/loadavg: 3.97 2.45 1.04 6/362 20624
/proc/meminfo: memFree=28408612/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=149252 CPUtime=282.3 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 208661 0 0 0 28178 52 0 0 25 0 1 0 608413048 152834048 28677 33554432000 4194304 4300056 140736608152368 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 37313 28677 247 26 0 33945 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 149252

[startup+342.3 s]
/proc/loadavg: 4.08 2.76 1.23 5/362 20626
/proc/meminfo: memFree=28386372/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=118432 CPUtime=342.29 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 244834 0 0 0 34167 62 0 0 25 0 1 0 608413048 121274368 24325 33554432000 4194304 4300056 140736608152368 18446744073709551615 4262747 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 29608 24325 247 26 0 26240 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 118432

[startup+402.301 s]
/proc/loadavg: 4.03 2.98 1.40 6/362 20627
/proc/meminfo: memFree=28264188/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=412988 CPUtime=402.29 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 288590 0 0 0 40156 73 0 0 25 0 1 0 608413048 422899712 67919 33554432000 4194304 4300056 140736608152368 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 103247 67919 247 26 0 99879 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 412988

[startup+462.301 s]
/proc/loadavg: 4.01 3.16 1.56 6/362 20629
/proc/meminfo: memFree=28318460/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=94504 CPUtime=462.3 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 326888 0 0 0 46146 84 0 0 25 0 1 0 608413048 96772096 20126 33554432000 4194304 4300056 140736608152368 18446744073709551615 4256042 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 23626 20126 247 26 0 20258 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 94504

[startup+522.3 s]
/proc/loadavg: 4.00 3.31 1.71 6/362 20631
/proc/meminfo: memFree=28263108/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=287444 CPUtime=522.3 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 362220 0 0 0 52137 93 0 0 25 0 1 0 608413048 294342656 55193 33554432000 4194304 4300056 140736608152368 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 71861 55193 247 26 0 68493 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 287444

[startup+582.301 s]
/proc/loadavg: 4.13 3.47 1.86 6/362 20632
/proc/meminfo: memFree=28298168/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=206056 CPUtime=582.31 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 399466 0 0 0 58124 107 0 0 25 0 1 0 608413048 211001344 43163 33554432000 4194304 4300056 140736608152368 18446744073709551615 4256573 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 51514 43163 247 26 0 48146 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 206056

[startup+642.3 s]
/proc/loadavg: 4.11 3.58 2.00 5/362 20634
/proc/meminfo: memFree=28307044/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=125148 CPUtime=642.31 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 429859 0 0 0 64116 115 0 0 25 0 1 0 608413048 128151552 26941 33554432000 4194304 4300056 140736608152368 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 31287 26941 247 26 0 27919 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 125148

[startup+702.301 s]
/proc/loadavg: 4.04 3.65 2.12 6/362 20635
/proc/meminfo: memFree=28174688/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=287444 CPUtime=702.31 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 470983 0 0 0 70104 127 0 0 25 0 1 0 608413048 294342656 67847 33554432000 4194304 4300056 140736608152368 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 71861 67847 247 26 0 68493 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 287444

[startup+762.313 s]
/proc/loadavg: 4.04 3.73 2.24 6/362 20637
/proc/meminfo: memFree=28243688/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=211436 CPUtime=762.32 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 507158 0 0 0 76095 137 0 0 25 0 1 0 608413048 216510464 45915 33554432000 4194304 4300056 140736608152368 18446744073709551615 4252367 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 52859 45915 247 26 0 49491 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 211436

[startup+822.3 s]
/proc/loadavg: 4.01 3.77 2.35 6/362 20639
/proc/meminfo: memFree=28286272/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=130528 CPUtime=822.3 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 541340 0 0 0 82084 146 0 0 25 0 1 0 608413048 133660672 26717 33554432000 4194304 4300056 140736608152368 18446744073709551615 4255970 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 32632 26717 247 26 0 29264 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 130528

[startup+882.301 s]
/proc/loadavg: 4.19 3.86 2.46 6/362 20640
/proc/meminfo: memFree=28147084/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=292824 CPUtime=882.31 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 572520 0 0 0 88076 155 0 0 25 0 1 0 608413048 299851776 57658 33554432000 4194304 4300056 140736608152368 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 73206 57658 247 26 0 69838 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 292824

[startup+942.3 s]
/proc/loadavg: 4.07 3.88 2.56 5/362 20642
/proc/meminfo: memFree=28010136/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=292824 CPUtime=942.31 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 617656 0 0 0 94063 168 0 0 25 0 1 0 608413048 299851776 49466 33554432000 4194304 4300056 140736608152368 18446744073709551615 4275903 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 73206 49466 247 26 0 69838 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 292824

[startup+1002.3 s]
/proc/loadavg: 4.02 3.90 2.64 6/362 20644
/proc/meminfo: memFree=27974996/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=425084 CPUtime=1002.31 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 655859 0 0 0 100054 177 0 0 25 0 1 0 608413048 435286016 87522 33554432000 4194304 4300056 140736608152368 18446744073709551615 4256506 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 106271 87522 247 26 0 102903 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 425084

[startup+1062.3 s]
/proc/loadavg: 4.01 3.92 2.73 5/362 20645
/proc/meminfo: memFree=28068544/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=165504 CPUtime=1062.32 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 699027 0 0 0 106042 190 0 0 25 0 1 0 608413048 169476096 36954 33554432000 4194304 4300056 140736608152368 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 41376 36954 247 26 0 38008 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 165504

[startup+1122.3 s]
/proc/loadavg: 4.00 3.93 2.80 6/362 20647
/proc/meminfo: memFree=28026948/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=296980 CPUtime=1122.31 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 728723 0 0 0 112033 198 0 0 25 0 1 0 608413048 304107520 66393 33554432000 4194304 4300056 140736608152368 18446744073709551615 4256528 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 74245 66393 247 26 0 70877 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 296980

[startup+1182.3 s]
/proc/loadavg: 4.00 3.94 2.88 6/362 20648
/proc/meminfo: memFree=28071392/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=218632 CPUtime=1182.32 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 764917 0 0 0 118022 210 0 0 25 0 1 0 608413048 223879168 47427 33554432000 4194304 4300056 140736608152368 18446744073709551615 4264273 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 54658 47427 247 26 0 51290 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 218632

[startup+1242.3 s]
/proc/loadavg: 4.03 3.96 2.95 5/362 20650
/proc/meminfo: memFree=27943136/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=432280 CPUtime=1242.32 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 794784 0 0 0 124014 218 0 0 25 0 1 0 608413048 442654720 77105 33554432000 4194304 4300056 140736608152368 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 108070 77105 247 26 0 104702 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 432280



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 3.98 3.01 4/360 20652
/proc/meminfo: memFree=28428416/32951124 swapFree=53501176/67111528
[pid=20542] ppid=20540 vsize=303620 CPUtime=1300.03 cores=5,7
/proc/20542/stat : 20542 (lr_gl_shr) R 20540 20542 20502 0 -1 4202496 836658 0 0 0 129773 230 0 0 25 0 1 0 608413048 310906880 54649 33554432000 4194304 4300056 140736608152368 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20542/statm: 75905 54649 247 26 0 72537 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 303620

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.02
CPU time (s): 1300.05
CPU user time (s): 1297.73
CPU system time (s): 2.31765
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 640008

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

runsolver used 4.13437 second user time and 10.1465 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-09 21:08:24
IDJOB=3349884
IDBENCH=20483
IDSOLVER=1814
FILE ID=node103/3349884-1304968104
RUNJOBID= node103-1304968099-20523
PBS_JOBID= 13285647
Free space on /tmp= 48836 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT07/industrial/crypto/mizh-sha0-36-2.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking -no-glucose
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349884-1304968104/watcher-3349884-1304968104 -o /tmp/evaluation-result-3349884-1304968104/solver-3349884-1304968104 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349884-1304968104.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= 82bf685774b76ba263c886940c3aa94d
RANDOM SEED=857564786

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.858
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.83
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.858
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:      28750104 kB
Buffers:        185200 kB
Cached:        1347476 kB
SwapCached:     339736 kB
Active:         846044 kB
Inactive:      3118032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28750104 kB
SwapTotal:    67111528 kB
SwapFree:     53501176 kB
Dirty:           32864 kB
Writeback:          12 kB
AnonPages:     2102324 kB
Mapped:          10864 kB
Slab:           118876 kB
PageTables:      53636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78498632 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= 48852 MiB
End job on node103 at 2011-05-09 21:30:06