Trace number 3380432

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: cir_minisat 2011-05-13 (simp)? (TO) 1300.06 1300.03

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

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: 1.62 1.92 1.86 4/423 20935
/proc/meminfo: memFree=20568940/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=19688 CPUtime=0 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 739 0 0 0 0 0 0 0 25 0 1 0 736070079 20160512 677 33554432000 4194304 4300288 140736430264704 18446744073709551615 4241833 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 4922 677 216 26 0 1554 0

[startup+0.0981069 s]
/proc/loadavg: 1.62 1.92 1.86 4/423 20935
/proc/meminfo: memFree=20568940/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=34360 CPUtime=0.08 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 5490 0 0 0 8 0 0 0 25 0 1 0 736070079 35184640 4917 33554432000 4194304 4300288 140736430264704 18446744073709551615 4267488 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 8590 4918 218 26 0 5222 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 34360

[startup+0.101063 s]
/proc/loadavg: 1.62 1.92 1.86 4/423 20935
/proc/meminfo: memFree=20568940/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=34624 CPUtime=0.08 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 5629 0 0 0 8 0 0 0 25 0 1 0 736070079 35454976 5050 33554432000 4194304 4300288 140736430264704 18446744073709551615 4201659 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 8656 5052 218 26 0 5288 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 34624

[startup+0.301031 s]
/proc/loadavg: 1.62 1.92 1.86 4/423 20935
/proc/meminfo: memFree=20568940/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=39936 CPUtime=0.29 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 8252 0 0 0 28 1 0 0 25 0 1 0 736070079 40894464 6139 33554432000 4194304 4300288 140736430264704 18446744073709551615 215988250995 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 9984 6139 222 26 0 6616 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39936

[startup+0.700959 s]
/proc/loadavg: 1.62 1.92 1.86 4/423 20935
/proc/meminfo: memFree=20568940/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=36200 CPUtime=0.69 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 9037 0 0 0 68 1 0 0 25 0 1 0 736070079 37068800 5598 33554432000 4194304 4300288 140736430264704 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 9050 5598 243 26 0 5682 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36200

[startup+1.50082 s]
/proc/loadavg: 1.62 1.92 1.86 5/432 20952
/proc/meminfo: memFree=20418064/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=40788 CPUtime=1.48 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 9673 0 0 0 147 1 0 0 25 0 1 0 736070079 41766912 6201 33554432000 4194304 4300288 140736430264704 18446744073709551615 4269708 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 10197 6201 243 26 0 6829 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 40788

[startup+3.10054 s]
/proc/loadavg: 1.62 1.92 1.86 6/432 20952
/proc/meminfo: memFree=20378880/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=45708 CPUtime=3.08 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 11316 0 0 0 307 1 0 0 25 0 1 0 736070079 46804992 7662 33554432000 4194304 4300288 140736430264704 18446744073709551615 4256083 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 11427 7662 243 26 0 8059 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 45708

[startup+6.30098 s]
/proc/loadavg: 1.81 1.95 1.87 5/432 20952
/proc/meminfo: memFree=20351696/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=57204 CPUtime=6.29 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 14433 0 0 0 627 2 0 0 25 0 1 0 736070079 58576896 10732 33554432000 4194304 4300288 140736430264704 18446744073709551615 4255947 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 14301 10732 243 26 0 10933 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57204

[startup+12.7009 s]
/proc/loadavg: 1.99 1.99 1.88 5/432 20952
/proc/meminfo: memFree=20314436/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=76060 CPUtime=12.69 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 17293 0 0 0 1266 3 0 0 25 0 1 0 736070079 77885440 13545 33554432000 4194304 4300288 140736430264704 18446744073709551615 4268166 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 19015 13545 243 26 0 15647 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 76060

[startup+25.5006 s]
/proc/loadavg: 2.43 2.08 1.92 6/432 20952
/proc/meminfo: memFree=20206056/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=125848 CPUtime=25.49 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 26316 0 0 0 2544 5 0 0 25 0 1 0 736070079 128868352 22523 33554432000 4194304 4300288 140736430264704 18446744073709551615 4250839 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 31462 22523 243 26 0 28094 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 125848

[startup+51.1001 s]
/proc/loadavg: 2.97 2.24 1.97 6/432 20953
/proc/meminfo: memFree=20163088/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=125848 CPUtime=51.09 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 43220 0 0 0 5100 9 0 0 25 0 1 0 736070079 128868352 23807 33554432000 4194304 4300288 140736430264704 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 31462 23807 243 26 0 28094 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 125848

[startup+102.316 s]
/proc/loadavg: 3.55 2.51 2.08 5/432 20984
/proc/meminfo: memFree=20049224/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=128124 CPUtime=102.3 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 78481 0 0 0 10213 17 0 0 25 0 1 0 736070079 131198976 27148 33554432000 4194304 4300288 140736430264704 18446744073709551615 4249510 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 32031 27148 243 26 0 28663 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 128124

[startup+162.301 s]
/proc/loadavg: 3.83 2.78 2.19 6/432 20986
/proc/meminfo: memFree=19924820/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=132716 CPUtime=162.29 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 113398 0 0 0 16203 26 0 0 25 0 1 0 736070079 135901184 27632 33554432000 4194304 4300288 140736430264704 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 33179 27632 243 26 0 29811 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 132716

[startup+222.301 s]
/proc/loadavg: 3.94 3.00 2.30 6/432 20988
/proc/meminfo: memFree=19830052/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=183996 CPUtime=222.29 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 153918 0 0 0 22193 36 0 0 25 0 1 0 736070079 188411904 35070 33554432000 4194304 4300288 140736430264704 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 45999 35070 243 26 0 42631 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 183996

[startup+282.301 s]
/proc/loadavg: 4.07 3.20 2.42 6/432 20990
/proc/meminfo: memFree=19687420/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=88140 CPUtime=282.3 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 186984 0 0 0 28185 45 0 0 25 0 1 0 736070079 90255360 15676 33554432000 4194304 4300288 140736430264704 18446744073709551615 4255985 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 22035 15676 243 26 0 18667 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 88140

[startup+342.3 s]
/proc/loadavg: 4.07 3.36 2.52 6/432 20992
/proc/meminfo: memFree=19631584/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=271968 CPUtime=342.29 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 216577 0 0 0 34177 52 0 0 25 0 1 0 736070079 278495232 45034 33554432000 4194304 4300288 140736430264704 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 67992 45034 243 26 0 64624 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 271968

[startup+402.301 s]
/proc/loadavg: 4.14 3.51 2.62 5/432 20993
/proc/meminfo: memFree=19365448/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=274324 CPUtime=402.29 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 254163 0 0 0 40168 61 0 0 25 0 1 0 736070079 280907776 46387 33554432000 4194304 4300288 140736430264704 18446744073709551615 4268551 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 68581 46387 243 26 0 65213 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 274324

[startup+462.301 s]
/proc/loadavg: 4.05 3.59 2.70 6/432 20996
/proc/meminfo: memFree=19374948/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=194236 CPUtime=462.3 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 286060 0 0 0 46160 70 0 0 25 0 1 0 736070079 198897664 32736 33554432000 4194304 4300288 140736430264704 18446744073709551615 4256223 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 48559 32736 243 26 0 45191 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 194236

[startup+522.301 s]
/proc/loadavg: 4.02 3.66 2.78 6/432 20998
/proc/meminfo: memFree=19368348/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=144780 CPUtime=522.3 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 323513 0 0 0 52151 79 0 0 25 0 1 0 736070079 148254720 28499 33554432000 4194304 4300288 140736430264704 18446744073709551615 4255713 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 36195 28499 243 26 0 32827 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 144780

[startup+582.301 s]
/proc/loadavg: 4.00 3.72 2.85 6/432 20999
/proc/meminfo: memFree=19019856/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=410520 CPUtime=582.3 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 370107 0 0 0 58141 89 0 0 25 0 1 0 736070079 420372480 74917 33554432000 4194304 4300288 140736430264704 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 102630 74917 243 26 0 99262 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 410520

[startup+642.301 s]
/proc/loadavg: 4.00 3.77 2.92 6/432 21002
/proc/meminfo: memFree=19181260/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=148976 CPUtime=642.31 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 411997 0 0 0 64129 102 0 0 25 0 1 0 736070079 152551424 33462 33554432000 4194304 4300288 140736430264704 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 37244 33462 243 26 0 33876 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 148976

[startup+702.301 s]
/proc/loadavg: 4.00 3.81 2.99 6/432 21003
/proc/meminfo: memFree=19079172/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=100184 CPUtime=702.3 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 443481 0 0 0 70121 109 0 0 25 0 1 0 736070079 102588416 21016 33554432000 4194304 4300288 140736430264704 18446744073709551615 4256376 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 25046 21016 243 26 0 21678 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 100184

[startup+762.317 s]
/proc/loadavg: 4.00 3.84 3.05 5/432 21005
/proc/meminfo: memFree=18985632/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=282820 CPUtime=762.32 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 475540 0 0 0 76115 117 0 0 25 0 1 0 736070079 289607680 52859 33554432000 4194304 4300288 140736430264704 18446744073709551615 4269542 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 70705 52859 243 26 0 67337 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 282820

[startup+822.301 s]
/proc/loadavg: 4.19 3.91 3.12 6/432 21007
/proc/meminfo: memFree=18887136/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=202144 CPUtime=822.31 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 508074 0 0 0 82105 126 0 0 25 0 1 0 736070079 206995456 40113 33554432000 4194304 4300288 140736430264704 18446744073709551615 4271207 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 50536 40113 243 26 0 47168 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 202144

[startup+882.301 s]
/proc/loadavg: 4.13 3.94 3.18 6/432 21008
/proc/meminfo: memFree=18915748/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=122208 CPUtime=882.31 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 545351 0 0 0 88096 135 0 0 25 0 1 0 736070079 125140992 23303 33554432000 4194304 4300288 140736430264704 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 30552 23303 243 26 0 27184 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 122208

[startup+942.301 s]
/proc/loadavg: 4.18 3.98 3.24 6/432 21010
/proc/meminfo: memFree=18731452/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=286380 CPUtime=942.31 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 576955 0 0 0 94089 142 0 0 25 0 1 0 736070079 293253120 54715 33554432000 4194304 4300288 140736430264704 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 71595 54715 243 26 0 68227 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 286380

[startup+1002.3 s]
/proc/loadavg: 4.16 4.01 3.29 6/432 21011
/proc/meminfo: memFree=18719148/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=125368 CPUtime=1002.31 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 604611 0 0 0 100081 150 0 0 25 0 1 0 736070079 128376832 24016 33554432000 4194304 4300288 140736430264704 18446744073709551615 4255978 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 31342 24016 243 26 0 27974 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 125368

[startup+1062.3 s]
/proc/loadavg: 4.06 4.01 3.33 5/432 21013
/proc/meminfo: memFree=18614820/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=288256 CPUtime=1062.31 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 635341 0 0 0 106074 157 0 0 25 0 1 0 736070079 295174144 54534 33554432000 4194304 4300288 140736430264704 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 72064 54534 243 26 0 68696 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 288256

[startup+1122.3 s]
/proc/loadavg: 4.02 4.00 3.37 6/432 21015
/proc/meminfo: memFree=18573988/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=207840 CPUtime=1122.31 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 665482 0 0 0 112063 168 0 0 25 0 1 0 736070079 212828160 36599 33554432000 4194304 4300288 140736430264704 18446744073709551615 4250823 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 51960 36599 243 26 0 48592 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 207840

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.41 5/432 21019
/proc/meminfo: memFree=18498224/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=289360 CPUtime=1182.31 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 691889 0 0 0 118057 174 0 0 25 0 1 0 736070079 296304640 62803 33554432000 4194304 4300288 140736430264704 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 72340 62803 243 26 0 68972 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 289360

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.44 6/432 21021
/proc/meminfo: memFree=18525736/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=290000 CPUtime=1242.31 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 737684 0 0 0 124044 187 0 0 25 0 1 0 736070079 296960000 54808 33554432000 4194304 4300288 140736430264704 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 72500 54808 243 26 0 69132 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 290000



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.47 4/430 21023
/proc/meminfo: memFree=18252548/32950940 swapFree=67111356/67111528
[pid=20935] ppid=20933 vsize=423692 CPUtime=1300.03 cores=1,3
/proc/20935/stat : 20935 (cir_minisat) R 20933 20935 20888 0 -1 4202496 774735 0 0 0 129806 197 0 0 25 0 1 0 736070079 433860608 91731 33554432000 4194304 4300288 140736430264704 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20935/statm: 105923 91731 243 26 0 102555 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 423692

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.03
CPU time (s): 1300.06
CPU user time (s): 1298.07
CPU system time (s): 1.9907
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 431420

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

runsolver used 5.30319 second user time and 12.4821 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-15 13:19:53
IDJOB=3380432
IDBENCH=20483
IDSOLVER=1863
FILE ID=node117/3380432-1305458393
RUNJOBID= node117-1305458393-20909
PBS_JOBID= 13324903
Free space on /tmp= 73504 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT07/industrial/crypto/mizh-sha0-36-2.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380432-1305458393/watcher-3380432-1305458393 -o /tmp/evaluation-result-3380432-1305458393/solver-3380432-1305458393 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380432-1305458393.cnf

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

MD5SUM BENCH= 82bf685774b76ba263c886940c3aa94d
RANDOM SEED=1759710699

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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.74
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      20569344 kB
Buffers:        321728 kB
Cached:        3312716 kB
SwapCached:          0 kB
Active:       10033068 kB
Inactive:      1989152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      20569344 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            7176 kB
Writeback:           0 kB
AnonPages:     8387476 kB
Mapped:          33028 kB
Slab:           244048 kB
PageTables:      45660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 102998072 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= 73436 MiB
End job on node117 at 2011-05-15 13:41:35