Trace number 3380424

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.07 1300.04

General information on the benchmark

NameSAT03/industrial/li/li-test4/
li-test4-100.shuffled-as.sat03-370.cnf
MD5SUM5e5606ae7367b9272c60adc115594912
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables36809
Number of clauses142491
Sum of the clauses size559708
Maximum clause length172
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 224558
Number of clauses of size 367458
Number of clauses of size 449000
Number of clauses of size 51
Number of clauses of size over 51460

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-3380424-1305459402/watcher-3380424-1305459402 -o /tmp/evaluation-result-3380424-1305459402/solver-3380424-1305459402 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380424-1305459402.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.92 3.92 3.70 5/412 24915
/proc/meminfo: memFree=18146288/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=11796 CPUtime=0 cores=1,3
/proc/24915/stat : 24915 (runsolver) R 24913 24915 24773 0 -1 4202560 40 0 0 0 0 0 0 0 25 0 1 0 736170858 12079104 49 33554432000 4194304 5432360 140735536408096 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/24915/statm: 2949 49 30 303 0 2643 0

[startup+0.023934 s]
/proc/loadavg: 3.92 3.92 3.70 5/412 24915
/proc/meminfo: memFree=18146288/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=24388 CPUtime=0 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 1694 0 0 0 0 0 0 0 18 0 1 0 736170858 24973312 1587 33554432000 4194304 4300288 140736398770672 18446744073709551615 4278145 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 6097 1588 218 26 0 2729 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24388

[startup+0.100943 s]
/proc/loadavg: 3.92 3.92 3.70 5/412 24915
/proc/meminfo: memFree=18146288/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=29512 CPUtime=0.08 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 3546 0 0 0 7 1 0 0 18 0 1 0 736170858 30220288 3273 33554432000 4194304 4300288 140736398770672 18446744073709551615 4256810 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 7378 3274 218 26 0 4010 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29512

[startup+0.300908 s]
/proc/loadavg: 3.92 3.92 3.70 5/412 24915
/proc/meminfo: memFree=18146288/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=35196 CPUtime=0.28 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 5758 0 0 0 27 1 0 0 18 0 1 0 736170858 36040704 5169 33554432000 4194304 4300288 140736398770672 18446744073709551615 4231350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 8799 5169 222 26 0 5431 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 35196

[startup+0.700833 s]
/proc/loadavg: 3.92 3.92 3.70 5/412 24915
/proc/meminfo: memFree=18146288/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=33132 CPUtime=0.67 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 6569 0 0 0 66 1 0 0 18 0 1 0 736170858 33927168 4466 33554432000 4194304 4300288 140736398770672 18446744073709551615 4250034 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 8283 4466 242 26 0 4915 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 33132

[startup+1.50069 s]
/proc/loadavg: 3.92 3.92 3.70 6/413 24916
/proc/meminfo: memFree=18123348/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=33132 CPUtime=1.47 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 6582 0 0 0 146 1 0 0 20 0 1 0 736170858 33927168 4477 33554432000 4194304 4300288 140736398770672 18446744073709551615 4250839 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 8283 4477 243 26 0 4915 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 33132

[startup+3.10038 s]
/proc/loadavg: 3.92 3.92 3.70 6/413 24916
/proc/meminfo: memFree=18150640/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=33132 CPUtime=3.07 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 6599 0 0 0 306 1 0 0 25 0 1 0 736170858 33927168 4491 33554432000 4194304 4300288 140736398770672 18446744073709551615 4250795 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 8283 4491 243 26 0 4915 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 33132

[startup+6.30077 s]
/proc/loadavg: 3.93 3.92 3.70 6/413 24917
/proc/meminfo: memFree=18139748/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=33132 CPUtime=6.27 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 6617 0 0 0 626 1 0 0 25 0 1 0 736170858 33927168 4506 33554432000 4194304 4300288 140736398770672 18446744073709551615 4250055 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 8283 4506 243 26 0 4915 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 33132

[startup+12.7006 s]
/proc/loadavg: 3.93 3.93 3.70 6/413 24917
/proc/meminfo: memFree=18094296/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=33132 CPUtime=12.67 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 6630 0 0 0 1266 1 0 0 25 0 1 0 736170858 33927168 4518 33554432000 4194304 4300288 140736398770672 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 8283 4518 243 26 0 4915 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 33132

[startup+25.5011 s]
/proc/loadavg: 3.95 3.93 3.70 5/413 24971
/proc/meminfo: memFree=18039048/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=33132 CPUtime=25.47 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 6659 0 0 0 2546 1 0 0 25 0 1 0 736170858 33927168 4545 33554432000 4194304 4300288 140736398770672 18446744073709551615 4250680 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 8283 4545 243 26 0 4915 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 33132

[startup+51.1003 s]
/proc/loadavg: 4.04 3.95 3.72 5/413 24999
/proc/meminfo: memFree=18089780/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=112344 CPUtime=51.08 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 19908 0 0 0 5105 3 0 0 25 0 1 0 736170858 115040256 17735 33554432000 4194304 4300288 140736398770672 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 28086 17735 243 26 0 24718 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 112344

[startup+102.316 s]
/proc/loadavg: 4.02 3.95 3.73 5/413 25000
/proc/meminfo: memFree=17775248/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=388580 CPUtime=102.29 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 67920 0 0 0 10218 11 0 0 25 0 1 0 736170858 397905920 65621 33554432000 4194304 4300288 140736398770672 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 97145 65621 243 26 0 93777 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 388580

[startup+162.301 s]
/proc/loadavg: 4.21 4.02 3.76 5/413 25005
/proc/meminfo: memFree=17781092/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=260600 CPUtime=162.28 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 127204 0 0 0 16208 20 0 0 25 0 1 0 736170858 266854400 48679 33554432000 4194304 4300288 140736398770672 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 65150 48679 243 26 0 61782 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 260600

[startup+222.301 s]
/proc/loadavg: 4.07 4.01 3.77 5/413 25060
/proc/meminfo: memFree=18202304/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=103932 CPUtime=222.28 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 183236 0 0 0 22197 31 0 0 25 0 1 0 736170858 106426368 21119 33554432000 4194304 4300288 140736398770672 18446744073709551615 4256042 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 25983 21119 243 26 0 22615 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 103932

[startup+282.3 s]
/proc/loadavg: 4.02 4.01 3.79 5/413 25062
/proc/meminfo: memFree=18099860/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=269852 CPUtime=282.28 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 224326 0 0 0 28189 39 0 0 25 0 1 0 736170858 276328448 62060 33554432000 4194304 4300288 140736398770672 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 67463 62060 243 26 0 64095 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 269852

[startup+342.301 s]
/proc/loadavg: 4.01 4.00 3.80 5/413 25063
/proc/meminfo: memFree=18135284/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=143596 CPUtime=342.29 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 277334 0 0 0 34182 47 0 0 25 0 1 0 736170858 147042304 25187 33554432000 4194304 4300288 140736398770672 18446744073709551615 4250012 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 35899 25187 243 26 0 32531 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 143596

[startup+402.3 s]
/proc/loadavg: 4.25 4.06 3.83 5/413 25065
/proc/meminfo: memFree=17953460/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=410040 CPUtime=402.29 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 321401 0 0 0 40172 57 0 0 25 0 1 0 736170858 419880960 69097 33554432000 4194304 4300288 140736398770672 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 102510 69097 243 26 0 99142 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 410040

[startup+462.301 s]
/proc/loadavg: 4.29 4.09 3.85 5/413 25067
/proc/meminfo: memFree=17544208/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=978088 CPUtime=462.29 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 408818 0 0 0 46157 72 0 0 25 0 1 0 736170858 1001562112 156395 33554432000 4194304 4300288 140736398770672 18446744073709551615 4268551 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 244522 156395 243 26 0 241154 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 978088

[startup+522.3 s]
/proc/loadavg: 4.11 4.07 3.86 5/413 25068
/proc/meminfo: memFree=17762908/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=417872 CPUtime=522.3 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 494903 0 0 0 52142 88 0 0 25 0 1 0 736170858 427900928 93406 33554432000 4194304 4300288 140736398770672 18446744073709551615 4250781 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 104468 93406 243 26 0 101100 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 417872

[startup+582.301 s]
/proc/loadavg: 4.09 4.07 3.87 5/413 25070
/proc/meminfo: memFree=17653752/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=635988 CPUtime=582.3 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 537833 0 0 0 58136 94 0 0 25 0 1 0 736170858 651251712 136144 33554432000 4194304 4300288 140736398770672 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 158997 136144 243 26 0 155629 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 635988

[startup+642.301 s]
/proc/loadavg: 4.03 4.06 3.87 5/413 25071
/proc/meminfo: memFree=18005872/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=209124 CPUtime=642.32 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 588367 0 0 0 64128 104 0 0 25 0 1 0 736170858 214142976 37156 33554432000 4194304 4300288 140736398770672 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 52281 37156 243 26 0 48913 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 209124

[startup+702.3 s]
/proc/loadavg: 4.01 4.04 3.88 5/413 25073
/proc/meminfo: memFree=17755840/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=425076 CPUtime=702.3 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 642401 0 0 0 70117 113 0 0 25 0 1 0 736170858 435277824 91038 33554432000 4194304 4300288 140736398770672 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 106269 91038 243 26 0 102901 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 425076

[startup+762.316 s]
/proc/loadavg: 4.00 4.03 3.89 5/413 25075
/proc/meminfo: memFree=18053164/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=167084 CPUtime=762.32 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 691977 0 0 0 76109 123 0 0 25 0 1 0 736170858 171094016 31612 33554432000 4194304 4300288 140736398770672 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 41771 31614 243 26 0 38403 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 167084

[startup+822.3 s]
/proc/loadavg: 4.00 4.03 3.89 5/413 25076
/proc/meminfo: memFree=17784420/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=432264 CPUtime=822.3 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 749105 0 0 0 82096 134 0 0 25 0 1 0 736170858 442638336 88585 33554432000 4194304 4300288 140736398770672 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 108066 88585 243 26 0 104698 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 432264

[startup+882.301 s]
/proc/loadavg: 4.00 4.02 3.90 5/413 25078
/proc/meminfo: memFree=17991820/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=140396 CPUtime=882.31 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 793015 0 0 0 88089 142 0 0 25 0 1 0 736170858 143765504 29409 33554432000 4194304 4300288 140736398770672 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 35099 29409 243 26 0 31731 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 140396

[startup+942.301 s]
/proc/loadavg: 4.11 4.04 3.91 5/413 25079
/proc/meminfo: memFree=17578984/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=651244 CPUtime=942.31 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 891687 0 0 0 94075 156 0 0 25 0 1 0 736170858 666873856 127933 33554432000 4194304 4300288 140736398770672 18446744073709551615 4268344 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 162811 127933 243 26 0 159443 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 651244

[startup+1002.3 s]
/proc/loadavg: 4.16 4.08 3.93 5/413 25081
/proc/meminfo: memFree=17295104/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=1003376 CPUtime=1002.31 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 958529 0 0 0 100064 167 0 0 25 0 1 0 736170858 1027457024 194656 33554432000 4194304 4300288 140736398770672 18446744073709551615 4255985 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 250844 194656 243 26 0 247476 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1003376

[startup+1062.3 s]
/proc/loadavg: 4.18 4.09 3.94 5/413 25083
/proc/meminfo: memFree=17839664/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=309056 CPUtime=1062.32 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 1049522 0 0 0 106046 186 0 0 25 0 1 0 736170858 316473344 56081 33554432000 4194304 4300288 140736398770672 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 77264 56081 243 26 0 73896 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 309056

[startup+1122.3 s]
/proc/loadavg: 4.14 4.09 3.95 5/413 25084
/proc/meminfo: memFree=17748228/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=447484 CPUtime=1122.32 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 1095694 0 0 0 112038 194 0 0 25 0 1 0 736170858 458223616 102111 33554432000 4194304 4300288 140736398770672 18446744073709551615 4268239 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 111871 102111 243 26 0 108503 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 447484

[startup+1182.3 s]
/proc/loadavg: 4.05 4.07 3.95 5/413 25086
/proc/meminfo: memFree=17476136/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=664168 CPUtime=1182.32 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 1153243 0 0 0 118028 204 0 0 25 0 1 0 736170858 680108032 159527 33554432000 4194304 4300288 140736398770672 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 166042 159527 243 26 0 162674 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 664168

[startup+1242.3 s]
/proc/loadavg: 4.02 4.06 3.95 5/413 25087
/proc/meminfo: memFree=17777660/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=317552 CPUtime=1242.32 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 1213310 0 0 0 124016 216 0 0 25 0 1 0 736170858 325173248 69975 33554432000 4194304 4300288 140736398770672 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 79388 69975 243 26 0 76020 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 317552



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.04 3.95 5/413 25089
/proc/meminfo: memFree=17442076/32950928 swapFree=67111200/67111528
[pid=24915] ppid=24913 vsize=667056 CPUtime=1300.04 cores=1,3
/proc/24915/stat : 24915 (cir_minisat) R 24913 24915 24773 0 -1 4202496 1290001 0 0 0 129776 228 0 0 25 0 1 0 736170858 683065344 146549 33554432000 4194304 4300288 140736398770672 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24915/statm: 166764 146549 243 26 0 163396 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 667056

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.04
CPU time (s): 1300.07
CPU user time (s): 1297.76
CPU system time (s): 2.31065
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1652176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1297.76
system time used= 2.31065
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1290001
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= 10
involuntary context switches= 719

runsolver used 5.2612 second user time and 12.2641 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-15 13:36:42
IDJOB=3380424
IDBENCH=84227
IDSOLVER=1863
FILE ID=node115/3380424-1305459402
RUNJOBID= node115-1305459337-24793
PBS_JOBID= 13324911
Free space on /tmp= 73220 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT03/industrial/li/li-test4/li-test4-100.shuffled-as.sat03-370.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380424-1305459402/watcher-3380424-1305459402 -o /tmp/evaluation-result-3380424-1305459402/solver-3380424-1305459402 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380424-1305459402.cnf

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

MD5SUM BENCH= 5e5606ae7367b9272c60adc115594912
RANDOM SEED=1060221160

node115.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.811
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.62
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.811
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.15
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.811
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.811
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.811
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.811
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.811
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.811
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:     32950928 kB
MemFree:      18146568 kB
Buffers:        265148 kB
Cached:        3106668 kB
SwapCached:          0 kB
Active:       11353216 kB
Inactive:      3137912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18146568 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:           10032 kB
Writeback:           0 kB
AnonPages:    11118992 kB
Mapped:          34280 kB
Slab:           198512 kB
PageTables:      49028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 95849500 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= 73228 MiB
End job on node115 at 2011-05-15 13:58:24