Trace number 3350063

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

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-21-s100.cnf
MD5SUMd34c45eae853ce60c342643824196dbf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark35.7406
Satisfiable
(Un)Satisfiability was proved
Number of variables31613
Number of clauses95104
Sum of the clauses size224206
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260978
Number of clauses of size 334062
Number of clauses of size 40
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-3350063-1304969404/watcher-3350063-1304969404 -o /tmp/evaluation-result-3350063-1304969404/solver-3350063-1304969404 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3350063-1304969404.cnf -verb=0 -model -no-shrinking 

running on 2 cores: 1,3

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.03 3.98 3.02 4/361 9540
/proc/meminfo: memFree=16620928/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=23624 CPUtime=0 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 1336 0 0 0 0 0 0 0 21 0 1 0 589356547 24190976 1269 33554432000 4194304 4300056 140733452425216 18446744073709551615 255106429637 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 5906 1269 222 26 0 2538 0

[startup+0.0491401 s]
/proc/loadavg: 4.03 3.98 3.02 4/361 9540
/proc/meminfo: memFree=16620928/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=27556 CPUtime=0.04 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 2796 0 0 0 4 0 0 0 21 0 1 0 589356547 28217344 2556 33554432000 4194304 4300056 140733452425216 18446744073709551615 255106429637 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 6889 2559 222 26 0 3521 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 27556

[startup+0.101131 s]
/proc/loadavg: 4.03 3.98 3.02 4/361 9540
/proc/meminfo: memFree=16620928/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=29044 CPUtime=0.09 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 3752 0 0 0 8 1 0 0 21 0 1 0 589356547 29741056 3380 33554432000 4194304 4300056 140733452425216 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 7261 3380 228 26 0 3893 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29044

[startup+0.301106 s]
/proc/loadavg: 4.03 3.98 3.02 4/361 9540
/proc/meminfo: memFree=16620928/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=26552 CPUtime=0.29 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 5019 0 0 0 28 1 0 0 22 0 1 0 589356547 27189248 3081 33554432000 4194304 4300056 140733452425216 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 6638 3081 236 26 0 3270 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26552

[startup+0.701038 s]
/proc/loadavg: 4.03 3.98 3.02 4/361 9540
/proc/meminfo: memFree=16620928/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=26552 CPUtime=0.69 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 5040 0 0 0 68 1 0 0 24 0 1 0 589356547 27189248 3101 33554432000 4194304 4300056 140733452425216 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 6638 3101 244 26 0 3270 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26552

[startup+1.50088 s]
/proc/loadavg: 4.03 3.98 3.03 5/362 9541
/proc/meminfo: memFree=16602944/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=26552 CPUtime=1.49 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 5058 0 0 0 148 1 0 0 25 0 1 0 589356547 27189248 3119 33554432000 4194304 4300056 140733452425216 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 6638 3119 244 26 0 3270 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26552

[startup+3.10062 s]
/proc/loadavg: 4.03 3.98 3.03 5/362 9541
/proc/meminfo: memFree=16595876/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=26552 CPUtime=3.09 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 5089 0 0 0 308 1 0 0 25 0 1 0 589356547 27189248 3149 33554432000 4194304 4300056 140733452425216 18446744073709551615 4256093 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 6638 3149 244 26 0 3270 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26552

[startup+6.30105 s]
/proc/loadavg: 4.03 3.98 3.03 5/362 9541
/proc/meminfo: memFree=16578112/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=26552 CPUtime=6.29 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 5153 0 0 0 628 1 0 0 25 0 1 0 589356547 27189248 3210 33554432000 4194304 4300056 140733452425216 18446744073709551615 4256078 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 6638 3210 244 26 0 3270 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26552

[startup+12.7009 s]
/proc/loadavg: 4.02 3.98 3.04 5/362 9542
/proc/meminfo: memFree=16549336/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=29228 CPUtime=12.69 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 5266 0 0 0 1268 1 0 0 25 0 1 0 589356547 29929472 3315 33554432000 4194304 4300056 140733452425216 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 7307 3315 244 26 0 3939 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29228

[startup+25.5007 s]
/proc/loadavg: 4.02 3.98 3.05 5/362 9542
/proc/meminfo: memFree=16655856/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=32568 CPUtime=25.49 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 6331 0 0 0 2548 1 0 0 25 0 1 0 589356547 33349632 4375 33554432000 4194304 4300056 140733452425216 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 8142 4375 244 26 0 4774 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32568

[startup+51.1002 s]
/proc/loadavg: 4.01 3.98 3.08 5/362 9625
/proc/meminfo: memFree=16631068/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=39644 CPUtime=51.1 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 7914 0 0 0 5108 2 0 0 25 0 1 0 589356547 40595456 5935 33554432000 4194304 4300056 140733452425216 18446744073709551615 4263757 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 9911 5935 244 26 0 6543 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 39644

[startup+102.313 s]
/proc/loadavg: 4.04 4.00 3.13 5/362 9626
/proc/meminfo: memFree=16545404/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=40980 CPUtime=102.31 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 9218 0 0 0 10229 2 0 0 25 0 1 0 589356547 41963520 5188 33554432000 4194304 4300056 140733452425216 18446744073709551615 4251324 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 10245 5188 244 26 0 6877 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 40980

[startup+162.301 s]
/proc/loadavg: 4.01 4.00 3.18 5/362 9628
/proc/meminfo: memFree=16434192/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=55636 CPUtime=162.29 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 13289 0 0 0 16227 2 0 0 25 0 1 0 589356547 56971264 9100 33554432000 4194304 4300056 140733452425216 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 13909 9100 244 26 0 10541 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 55636

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.23 5/362 9629
/proc/meminfo: memFree=16284464/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=55636 CPUtime=222.3 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 14025 0 0 0 22227 3 0 0 25 0 1 0 589356547 56971264 9804 33554432000 4194304 4300056 140733452425216 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 13909 9804 244 26 0 10541 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 55636

[startup+282.301 s]
/proc/loadavg: 4.06 4.02 3.28 5/362 9631
/proc/meminfo: memFree=16292484/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=55636 CPUtime=282.3 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 14080 0 0 0 28227 3 0 0 25 0 1 0 589356547 56971264 9858 33554432000 4194304 4300056 140733452425216 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 13909 9858 244 26 0 10541 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 55636

[startup+342.301 s]
/proc/loadavg: 4.02 4.01 3.32 5/362 9632
/proc/meminfo: memFree=16228944/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=55636 CPUtime=342.3 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 14328 0 0 0 34227 3 0 0 25 0 1 0 589356547 56971264 10101 33554432000 4194304 4300056 140733452425216 18446744073709551615 4256224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 13909 10101 244 26 0 10541 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 55636

[startup+402.301 s]
/proc/loadavg: 4.05 4.02 3.37 5/362 9634
/proc/meminfo: memFree=16167400/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=55636 CPUtime=402.3 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 14328 0 0 0 40227 3 0 0 25 0 1 0 589356547 56971264 10101 33554432000 4194304 4300056 140733452425216 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 13909 10101 244 26 0 10541 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 55636

[startup+462.301 s]
/proc/loadavg: 4.18 4.05 3.41 5/362 9636
/proc/meminfo: memFree=16044716/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=55636 CPUtime=462.3 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 14507 0 0 0 46227 3 0 0 25 0 1 0 589356547 56971264 10271 33554432000 4194304 4300056 140733452425216 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 13909 10271 244 26 0 10541 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 55636

[startup+522.3 s]
/proc/loadavg: 4.14 4.05 3.45 5/362 9637
/proc/meminfo: memFree=15958868/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=55636 CPUtime=522.3 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 14507 0 0 0 52227 3 0 0 25 0 1 0 589356547 56971264 10271 33554432000 4194304 4300056 140733452425216 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 13909 10271 244 26 0 10541 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 55636

[startup+582.301 s]
/proc/loadavg: 4.05 4.04 3.48 5/362 9639
/proc/meminfo: memFree=15874496/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=55636 CPUtime=582.31 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 14507 0 0 0 58228 3 0 0 25 0 1 0 589356547 56971264 10271 33554432000 4194304 4300056 140733452425216 18446744073709551615 4256573 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 13909 10271 244 26 0 10541 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 55636

[startup+642.3 s]
/proc/loadavg: 4.07 4.05 3.52 5/362 9640
/proc/meminfo: memFree=15925796/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=55636 CPUtime=642.32 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 14507 0 0 0 64229 3 0 0 25 0 1 0 589356547 56971264 10271 33554432000 4194304 4300056 140733452425216 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 13909 10271 244 26 0 10541 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 55636

[startup+702.301 s]
/proc/loadavg: 4.02 4.03 3.55 5/362 9642
/proc/meminfo: memFree=15830520/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=55636 CPUtime=702.31 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 14746 0 0 0 70228 3 0 0 25 0 1 0 589356547 56971264 10501 33554432000 4194304 4300056 140733452425216 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 13909 10501 244 26 0 10541 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 55636

[startup+762.313 s]
/proc/loadavg: 4.01 4.03 3.57 5/362 9644
/proc/meminfo: memFree=15750984/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=62816 CPUtime=762.32 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 16692 0 0 0 76229 3 0 0 25 0 1 0 589356547 64323584 12318 33554432000 4194304 4300056 140733452425216 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 15704 12318 244 26 0 12336 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 62816

[startup+822.301 s]
/proc/loadavg: 4.00 4.02 3.59 5/362 9645
/proc/meminfo: memFree=15753780/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=62816 CPUtime=822.31 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 16720 0 0 0 82228 3 0 0 25 0 1 0 589356547 64323584 12344 33554432000 4194304 4300056 140733452425216 18446744073709551615 4263129 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 15704 12344 244 26 0 12336 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 62816

[startup+882.3 s]
/proc/loadavg: 4.03 4.03 3.62 5/362 9647
/proc/meminfo: memFree=15702888/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=62816 CPUtime=882.31 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 16720 0 0 0 88228 3 0 0 25 0 1 0 589356547 64323584 12344 33554432000 4194304 4300056 140733452425216 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 15704 12344 244 26 0 12336 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 62816

[startup+942.301 s]
/proc/loadavg: 4.07 4.04 3.65 5/362 9648
/proc/meminfo: memFree=15640612/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=62816 CPUtime=942.31 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 16720 0 0 0 94228 3 0 0 25 0 1 0 589356547 64323584 12344 33554432000 4194304 4300056 140733452425216 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 15704 12344 244 26 0 12336 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 62816

[startup+1002.3 s]
/proc/loadavg: 4.02 4.03 3.67 5/362 9650
/proc/meminfo: memFree=15654824/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=63964 CPUtime=1002.31 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 17015 0 0 0 100228 3 0 0 25 0 1 0 589356547 65499136 12631 33554432000 4194304 4300056 140733452425216 18446744073709551615 4263027 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 15991 12631 244 26 0 12623 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 63964

[startup+1062.3 s]
/proc/loadavg: 4.01 4.02 3.68 5/362 9652
/proc/meminfo: memFree=15557800/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=63964 CPUtime=1062.32 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 17015 0 0 0 106229 3 0 0 25 0 1 0 589356547 65499136 12631 33554432000 4194304 4300056 140733452425216 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 15991 12631 244 26 0 12623 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 63964

[startup+1122.3 s]
/proc/loadavg: 4.04 4.03 3.71 5/362 9653
/proc/meminfo: memFree=15442800/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=63964 CPUtime=1122.32 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 17017 0 0 0 112229 3 0 0 25 0 1 0 589356547 65499136 12633 33554432000 4194304 4300056 140733452425216 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 15991 12633 244 26 0 12623 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 63964

[startup+1182.3 s]
/proc/loadavg: 4.09 4.04 3.73 5/362 9655
/proc/meminfo: memFree=15432588/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=63964 CPUtime=1182.32 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 17017 0 0 0 118229 3 0 0 25 0 1 0 589356547 65499136 12633 33554432000 4194304 4300056 140733452425216 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 15991 12633 244 26 0 12623 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 63964

[startup+1242.3 s]
/proc/loadavg: 4.03 4.03 3.74 5/362 9656
/proc/meminfo: memFree=15214048/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=64280 CPUtime=1242.32 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 17097 0 0 0 124229 3 0 0 25 0 1 0 589356547 65822720 12712 33554432000 4194304 4300056 140733452425216 18446744073709551615 4256351 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 16070 12712 244 26 0 12702 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 64280



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.70 3.96 3.73 3/351 9694
/proc/meminfo: memFree=15582864/32951124 swapFree=67111348/67111528
[pid=9540] ppid=9538 vsize=64280 CPUtime=1300.04 cores=1,3
/proc/9540/stat : 9540 (lr_gl_shr) R 9538 9540 9331 0 -1 4202496 20219 0 0 0 130000 4 0 0 25 0 1 0 589356547 65822720 12712 33554432000 4194304 4300056 140733452425216 18446744073709551615 4263033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9540/statm: 16070 12712 244 26 0 12702 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 64280

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): 1300
CPU system time (s): 0.043993
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 82956

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

runsolver used 4.49732 second user time and 10.6594 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-09 21:30:04
IDJOB=3350063
IDBENCH=70873
IDSOLVER=1815
FILE ID=node144/3350063-1304969404
RUNJOBID= node144-1304968092-9351
PBS_JOBID= 13285606
Free space on /tmp= 37676 MiB

SOLVER NAME= minisat hack: LR_GL_NOSHR 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-21-s100.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350063-1304969404/watcher-3350063-1304969404 -o /tmp/evaluation-result-3350063-1304969404/solver-3350063-1304969404 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3350063-1304969404.cnf -verb=0 -model -no-shrinking 

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

MD5SUM BENCH= d34c45eae853ce60c342643824196dbf
RANDOM SEED=1595969037

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16621208 kB
Buffers:        200068 kB
Cached:        8266496 kB
SwapCached:          0 kB
Active:        7852760 kB
Inactive:      8004104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16621208 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            6440 kB
Writeback:           0 kB
AnonPages:     7389996 kB
Mapped:          27716 kB
Slab:           372984 kB
PageTables:      38732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82326732 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= 37656 MiB
End job on node144 at 2011-05-09 21:51:46