Trace number 3348519

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: cir_minisat 2011-03-02? (TO) 1300.04 1300.02

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
c6288mul.miter.shuffled-as.sat03-346.cnf
MD5SUM9799c8db3562549113e4a12f98721530
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark42.8615
Satisfiable
(Un)Satisfiability was proved
Number of variables9540
Number of clauses61421
Sum of the clauses size207840
Maximum clause length64
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214116
Number of clauses of size 328488
Number of clauses of size 40
Number of clauses of size 518816
Number of clauses of size over 51

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-3348519-1304973634/watcher-3348519-1304973634 -o /tmp/evaluation-result-3348519-1304973634/solver-3348519-1304973634 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348519-1304973634.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: 3.84 2.25 2.58 5/294 25923
/proc/meminfo: memFree=14925408/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=20560 CPUtime=0 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 1047 0 0 0 0 0 0 0 25 0 1 0 608963094 21053440 974 33554432000 4194304 4254575 140735472127808 18446744073709551615 4241321 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 5140 975 212 15 0 1783 0

[startup+0.099577 s]
/proc/loadavg: 3.84 2.25 2.58 5/294 25923
/proc/meminfo: memFree=14925408/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=22188 CPUtime=0.09 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 1666 0 0 0 9 0 0 0 25 0 1 0 608963094 22720512 1558 33554432000 4194304 4254575 140735472127808 18446744073709551615 4216540 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 5547 1558 233 15 0 2190 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22188

[startup+0.100561 s]
/proc/loadavg: 3.84 2.25 2.58 5/294 25923
/proc/meminfo: memFree=14925408/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=22188 CPUtime=0.09 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 1668 0 0 0 9 0 0 0 25 0 1 0 608963094 22720512 1560 33554432000 4194304 4254575 140735472127808 18446744073709551615 4223570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 5547 1560 233 15 0 2190 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22188

[startup+0.30053 s]
/proc/loadavg: 3.84 2.25 2.58 5/294 25923
/proc/meminfo: memFree=14925408/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=22416 CPUtime=0.29 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 1791 0 0 0 29 0 0 0 25 0 1 0 608963094 22953984 1680 33554432000 4194304 4254575 140735472127808 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 5604 1680 234 15 0 2247 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22416

[startup+0.700462 s]
/proc/loadavg: 3.84 2.25 2.58 5/294 25923
/proc/meminfo: memFree=14925408/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=22752 CPUtime=0.69 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 1986 0 0 0 69 0 0 0 25 0 1 0 608963094 23298048 1867 33554432000 4194304 4254575 140735472127808 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 5688 1867 234 15 0 2331 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22752

[startup+1.50032 s]
/proc/loadavg: 3.84 2.25 2.58 5/295 25924
/proc/meminfo: memFree=14896536/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=23212 CPUtime=1.49 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 2360 0 0 0 149 0 0 0 25 0 1 0 608963094 23769088 2231 33554432000 4194304 4254575 140735472127808 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 5803 2231 234 15 0 2446 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23212

[startup+3.10104 s]
/proc/loadavg: 3.84 2.25 2.58 5/295 25924
/proc/meminfo: memFree=14889964/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=26768 CPUtime=3.09 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 3153 0 0 0 309 0 0 0 25 0 1 0 608963094 27410432 3014 33554432000 4194304 4254575 140735472127808 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 6692 3014 234 15 0 3335 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26768

[startup+6.30049 s]
/proc/loadavg: 3.85 2.28 2.59 5/295 25924
/proc/meminfo: memFree=14871584/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=32340 CPUtime=6.29 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 4650 0 0 0 629 0 0 0 25 0 1 0 608963094 33116160 4490 33554432000 4194304 4254575 140735472127808 18446744073709551615 4216529 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 8085 4490 234 15 0 4728 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32340

[startup+12.7004 s]
/proc/loadavg: 3.86 2.31 2.60 5/295 25924
/proc/meminfo: memFree=14823400/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=34036 CPUtime=12.69 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 8791 0 0 0 1268 1 0 0 25 0 1 0 608963094 34852864 4287 33554432000 4194304 4254575 140735472127808 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 8509 4287 234 15 0 5152 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34036

[startup+25.5012 s]
/proc/loadavg: 3.89 2.39 2.62 5/295 25925
/proc/meminfo: memFree=14821832/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=42480 CPUtime=25.49 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 15480 0 0 0 2546 3 0 0 25 0 1 0 608963094 43499520 5070 33554432000 4194304 4254575 140735472127808 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 10620 5070 234 15 0 7263 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 42480

[startup+51.1007 s]
/proc/loadavg: 3.93 2.52 2.66 5/295 25925
/proc/meminfo: memFree=14687812/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=73136 CPUtime=51.09 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 24999 0 0 0 5104 5 0 0 25 0 1 0 608963094 74891264 14543 33554432000 4194304 4254575 140735472127808 18446744073709551615 4209539 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 18284 14543 234 15 0 14927 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 73136

[startup+102.311 s]
/proc/loadavg: 3.97 2.74 2.73 5/295 25927
/proc/meminfo: memFree=14702088/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=73376 CPUtime=102.3 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 34122 0 0 0 10223 7 0 0 25 0 1 0 608963094 75137024 15088 33554432000 4194304 4254575 140735472127808 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 18344 15088 234 15 0 14987 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 73376

[startup+162.3 s]
/proc/loadavg: 4.05 2.99 2.81 5/295 25928
/proc/meminfo: memFree=14604732/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=73376 CPUtime=162.29 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 60568 0 0 0 16217 12 0 0 25 0 1 0 608963094 75137024 15102 33554432000 4194304 4254575 140735472127808 18446744073709551615 4216704 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 18344 15102 234 15 0 14987 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 73376

[startup+222.301 s]
/proc/loadavg: 4.07 3.18 2.88 6/295 25957
/proc/meminfo: memFree=14977004/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=122696 CPUtime=222.3 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 89459 0 0 0 22214 16 0 0 25 0 1 0 608963094 125640704 24241 33554432000 4194304 4254575 140735472127808 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 30674 24241 234 15 0 27317 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 122696

[startup+282.301 s]
/proc/loadavg: 4.02 3.33 2.95 6/295 25958
/proc/meminfo: memFree=14993708/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=73376 CPUtime=282.3 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 110588 0 0 0 28210 20 0 0 25 0 1 0 608963094 75137024 15117 33554432000 4194304 4254575 140735472127808 18446744073709551615 4216573 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 18344 15117 234 15 0 14987 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 73376

[startup+342.3 s]
/proc/loadavg: 4.01 3.45 3.01 6/295 25960
/proc/meminfo: memFree=14987596/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=122696 CPUtime=342.29 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 143043 0 0 0 34205 24 0 0 25 0 1 0 608963094 125640704 24426 33554432000 4194304 4254575 140735472127808 18446744073709551615 274664504944 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 30674 24426 234 15 0 27317 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 122696

[startup+402.301 s]
/proc/loadavg: 4.00 3.55 3.07 6/295 25962
/proc/meminfo: memFree=14942316/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=73376 CPUtime=402.29 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 166848 0 0 0 40201 28 0 0 25 0 1 0 608963094 75137024 15131 33554432000 4194304 4254575 140735472127808 18446744073709551615 4223712 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 18344 15131 234 15 0 14987 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 73376

[startup+462.3 s]
/proc/loadavg: 4.05 3.64 3.13 6/295 25963
/proc/meminfo: memFree=14951960/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=73736 CPUtime=462.3 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 196839 0 0 0 46195 35 0 0 25 0 1 0 608963094 75505664 15148 33554432000 4194304 4254575 140735472127808 18446744073709551615 4216529 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 18434 15148 234 15 0 15077 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 73736

[startup+522.301 s]
/proc/loadavg: 4.08 3.72 3.19 5/295 25965
/proc/meminfo: memFree=14680868/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=73736 CPUtime=522.3 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 222582 0 0 0 52190 40 0 0 25 0 1 0 608963094 75505664 15150 33554432000 4194304 4254575 140735472127808 18446744073709551615 4223250 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 18434 15150 234 15 0 15077 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 73736

[startup+582.301 s]
/proc/loadavg: 4.03 3.77 3.24 6/295 25966
/proc/meminfo: memFree=14887796/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=93740 CPUtime=582.3 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 246079 0 0 0 58185 45 0 0 25 0 1 0 608963094 95989760 15152 33554432000 4194304 4254575 140735472127808 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 23435 15152 234 15 0 20078 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 93740

[startup+642.3 s]
/proc/loadavg: 4.01 3.81 3.29 6/295 25968
/proc/meminfo: memFree=14772828/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=93740 CPUtime=642.31 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 274188 0 0 0 64183 48 0 0 25 0 1 0 608963094 95989760 20157 33554432000 4194304 4254575 140735472127808 18446744073709551615 4216450 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 23435 20157 234 15 0 20078 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 93740

[startup+702.301 s]
/proc/loadavg: 4.00 3.84 3.32 7/295 25970
/proc/meminfo: memFree=14838772/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=93740 CPUtime=702.31 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 301351 0 0 0 70177 54 0 0 25 0 1 0 608963094 95989760 20171 33554432000 4194304 4254575 140735472127808 18446744073709551615 4209236 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 23435 20171 234 15 0 20078 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 93740

[startup+762.31 s]
/proc/loadavg: 4.10 3.90 3.38 6/295 25971
/proc/meminfo: memFree=14909308/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=173880 CPUtime=762.32 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 328190 0 0 0 76173 59 0 0 25 0 1 0 608963094 178053120 32525 33554432000 4194304 4254575 140735472127808 18446744073709551615 4216520 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 43470 32525 234 15 0 40113 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 173880

[startup+822.301 s]
/proc/loadavg: 4.04 3.91 3.41 6/295 25973
/proc/meminfo: memFree=14565308/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=157804 CPUtime=822.31 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 358270 0 0 0 82167 64 0 0 25 0 1 0 608963094 161591296 34027 33554432000 4194304 4254575 140735472127808 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 39451 34027 234 15 0 36094 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 157804

[startup+882.301 s]
/proc/loadavg: 4.01 3.93 3.45 6/295 25974
/proc/meminfo: memFree=14718540/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=108484 CPUtime=882.31 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 377034 0 0 0 88164 67 0 0 25 0 1 0 608963094 111087616 23853 33554432000 4194304 4254575 140735472127808 18446744073709551615 4223700 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 27121 23853 234 15 0 23764 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 108484

[startup+942.301 s]
/proc/loadavg: 4.00 3.94 3.48 6/295 25976
/proc/meminfo: memFree=14916040/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=188624 CPUtime=942.31 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 405251 0 0 0 94158 73 0 0 25 0 1 0 608963094 193150976 38558 33554432000 4194304 4254575 140735472127808 18446744073709551615 4216543 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 47156 38558 234 15 0 43799 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 188624

[startup+1002.3 s]
/proc/loadavg: 4.07 3.96 3.51 6/295 25978
/proc/meminfo: memFree=14735708/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=108484 CPUtime=1002.31 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 424856 0 0 0 100153 78 0 0 25 0 1 0 608963094 111087616 23854 33554432000 4194304 4254575 140735472127808 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 27121 23854 234 15 0 23764 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 108484

[startup+1062.3 s]
/proc/loadavg: 4.02 3.97 3.54 6/295 25979
/proc/meminfo: memFree=14711624/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=157804 CPUtime=1062.31 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 449833 0 0 0 106149 82 0 0 25 0 1 0 608963094 161591296 32542 33554432000 4194304 4254575 140735472127808 18446744073709551615 4223592 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 39451 32542 234 15 0 36094 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 157804

[startup+1122.3 s]
/proc/loadavg: 4.04 3.99 3.57 6/295 25981
/proc/meminfo: memFree=14887304/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=188624 CPUtime=1122.31 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 471567 0 0 0 112143 88 0 0 25 0 1 0 608963094 193150976 37482 33554432000 4194304 4254575 140735472127808 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 47156 37482 234 15 0 43799 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 188624

[startup+1182.3 s]
/proc/loadavg: 4.01 3.99 3.59 6/295 25982
/proc/meminfo: memFree=14754724/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=108484 CPUtime=1182.32 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 489085 0 0 0 118140 92 0 0 25 0 1 0 608963094 111087616 23874 33554432000 4194304 4254575 140735472127808 18446744073709551615 4216721 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 27121 23874 234 15 0 23764 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 108484

[startup+1242.3 s]
/proc/loadavg: 3.36 3.83 3.56 4/283 26029
/proc/meminfo: memFree=15030984/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=157804 CPUtime=1242.31 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 517438 0 0 0 124134 97 0 0 25 0 1 0 608963094 161591296 34898 33554432000 4194304 4254575 140735472127808 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 39451 34898 234 15 0 36094 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 157804



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.55 3.51 3.47 3/283 26031
/proc/meminfo: memFree=14923896/32951132 swapFree=67093824/67111528
[pid=25923] ppid=25921 vsize=108484 CPUtime=1300.03 cores=1,3
/proc/25923/stat : 25923 (cir_minisat) R 25921 25923 24114 0 -1 4202496 536727 0 0 0 129901 102 0 0 25 0 1 0 608963094 111087616 23874 33554432000 4194304 4254575 140735472127808 18446744073709551615 4209539 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25923/statm: 27121 23874 234 15 0 23764 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 108484

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.04
CPU user time (s): 1299.01
CPU system time (s): 1.03084
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 188624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.01
system time used= 1.03084
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 536727
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= 9
involuntary context switches= 1232

runsolver used 3.32649 second user time and 8.5137 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-09 22:40:35
IDJOB=3348519
IDBENCH=84205
IDSOLVER=1810
FILE ID=node131/3348519-1304973634
RUNJOBID= node131-1304973535-25826
PBS_JOBID= 13285619
Free space on /tmp= 52724 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/c6288mul.miter.shuffled-as.sat03-346.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348519-1304973634/watcher-3348519-1304973634 -o /tmp/evaluation-result-3348519-1304973634/solver-3348519-1304973634 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348519-1304973634.cnf

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

MD5SUM BENCH= 9799c8db3562549113e4a12f98721530
RANDOM SEED=996233102

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      14925688 kB
Buffers:        197328 kB
Cached:        7346372 kB
SwapCached:       1472 kB
Active:       10643912 kB
Inactive:      7018756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      14925688 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:           53792 kB
Writeback:           0 kB
AnonPages:    10117256 kB
Mapped:          27124 kB
Slab:           267280 kB
PageTables:      32496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 28544532 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 52792 MiB
End job on node131 at 2011-05-09 23:02:17