Trace number 3349271

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

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer17.shuffled.cnf
MD5SUMca62f6128dc3cad7229c7b9ee33a7492
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.484925
Satisfiable
(Un)Satisfiability was proved
Number of variables286
Number of clauses1742
Sum of the clauses size3718
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21716
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

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-3349271-1304982248/watcher-3349271-1304982248 -o /tmp/evaluation-result-3349271-1304982248/solver-3349271-1304982248 -C 2400 -W 1300 -M 7680 HOME/ebminisat_release HOME/instance-3349271-1304982248.cnf -verb=0 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.38 3.89 3.90 2/366 25141
/proc/meminfo: memFree=12372408/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=15300 CPUtime=0.01 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 473 0 0 0 1 0 0 0 23 0 1 0 590641113 15667200 400 33554432000 4194304 4293939 140734144465472 18446744073709551615 4269134 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 3825 400 240 25 0 458 0

[startup+0.044769 s]
/proc/loadavg: 3.38 3.89 3.90 2/366 25141
/proc/meminfo: memFree=12372408/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=15920 CPUtime=0.04 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 572 0 0 0 4 0 0 0 23 0 1 0 590641113 16302080 495 33554432000 4194304 4293939 140734144465472 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 3980 495 241 25 0 613 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15920

[startup+0.100758 s]
/proc/loadavg: 3.38 3.89 3.90 2/366 25141
/proc/meminfo: memFree=12372408/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=15920 CPUtime=0.09 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 611 0 0 0 9 0 0 0 23 0 1 0 590641113 16302080 533 33554432000 4194304 4293939 140734144465472 18446744073709551615 4263309 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 3980 533 241 25 0 613 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15920

[startup+0.300724 s]
/proc/loadavg: 3.38 3.89 3.90 2/366 25141
/proc/meminfo: memFree=12372408/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=16324 CPUtime=0.29 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 755 0 0 0 29 0 0 0 25 0 1 0 590641113 16715776 672 33554432000 4194304 4293939 140734144465472 18446744073709551615 4258582 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 4081 672 241 25 0 714 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16324

[startup+0.700655 s]
/proc/loadavg: 3.38 3.89 3.90 2/366 25141
/proc/meminfo: memFree=12372408/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=16856 CPUtime=0.69 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 802 0 0 0 69 0 0 0 25 0 1 0 590641113 17260544 718 33554432000 4194304 4293939 140734144465472 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 4214 718 241 25 0 847 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16856

[startup+1.50051 s]
/proc/loadavg: 3.38 3.89 3.90 4/372 25206
/proc/meminfo: memFree=12359292/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=16856 CPUtime=1.49 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 911 0 0 0 149 0 0 0 25 0 1 0 590641113 17260544 822 33554432000 4194304 4293939 140734144465472 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 4214 822 241 25 0 847 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16856

[startup+3.10022 s]
/proc/loadavg: 3.38 3.89 3.90 5/377 25216
/proc/meminfo: memFree=12348896/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=17612 CPUtime=3.09 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 1083 0 0 0 309 0 0 0 25 0 1 0 590641113 18034688 990 33554432000 4194304 4293939 140734144465472 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 4403 990 241 25 0 1036 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17612

[startup+6.30065 s]
/proc/loadavg: 3.43 3.89 3.90 5/377 25217
/proc/meminfo: memFree=12336916/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=18936 CPUtime=6.29 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 1215 0 0 0 629 0 0 0 25 0 1 0 590641113 19390464 1120 33554432000 4194304 4293939 140734144465472 18446744073709551615 4263341 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 4734 1120 241 25 0 1367 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18936

[startup+12.7005 s]
/proc/loadavg: 3.48 3.89 3.90 5/377 25217
/proc/meminfo: memFree=12323840/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=20064 CPUtime=12.69 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 1525 0 0 0 1269 0 0 0 25 0 1 0 590641113 20545536 1419 33554432000 4194304 4293939 140734144465472 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 5016 1419 241 25 0 1649 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20064

[startup+25.5002 s]
/proc/loadavg: 3.59 3.89 3.90 5/377 25217
/proc/meminfo: memFree=12318616/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=20064 CPUtime=25.49 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 1720 0 0 0 2549 0 0 0 25 0 1 0 590641113 20545536 1606 33554432000 4194304 4293939 140734144465472 18446744073709551615 4256106 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 5016 1606 241 25 0 1649 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20064

[startup+51.1006 s]
/proc/loadavg: 3.73 3.90 3.91 5/377 25218
/proc/meminfo: memFree=12303552/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=23436 CPUtime=51.09 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 2341 0 0 0 5109 0 0 0 25 0 1 0 590641113 23998464 2214 33554432000 4194304 4293939 140734144465472 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 5859 2214 241 25 0 2492 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 23436

[startup+102.313 s]
/proc/loadavg: 3.88 3.91 3.91 5/377 25219
/proc/meminfo: memFree=12289024/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=25232 CPUtime=102.31 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 2843 0 0 0 10231 0 0 0 25 0 1 0 590641113 25837568 2700 33554432000 4194304 4293939 140734144465472 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 6308 2700 241 25 0 2941 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 25232

[startup+162.301 s]
/proc/loadavg: 4.12 3.97 3.93 5/377 25221
/proc/meminfo: memFree=12272860/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=28308 CPUtime=162.3 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 3832 0 0 0 16230 0 0 0 25 0 1 0 590641113 28987392 3668 33554432000 4194304 4293939 140734144465472 18446744073709551615 4255888 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 7077 3668 241 25 0 3710 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 28308

[startup+222.301 s]
/proc/loadavg: 4.15 4.00 3.94 5/377 25222
/proc/meminfo: memFree=12258556/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=30104 CPUtime=222.3 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 4242 0 0 0 22230 0 0 0 25 0 1 0 590641113 30826496 4068 33554432000 4194304 4293939 140734144465472 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 7526 4068 241 25 0 4159 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 30104

[startup+282.3 s]
/proc/loadavg: 4.05 4.00 3.94 5/377 25250
/proc/meminfo: memFree=11263876/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=30276 CPUtime=282.3 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 4339 0 0 0 28230 0 0 0 25 0 1 0 590641113 31002624 4160 33554432000 4194304 4293939 140734144465472 18446744073709551615 4263774 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 7569 4160 241 25 0 4202 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 30276

[startup+342.301 s]
/proc/loadavg: 4.17 4.06 3.96 5/377 25252
/proc/meminfo: memFree=11275628/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=32148 CPUtime=342.3 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 4522 0 0 0 34230 0 0 0 25 0 1 0 590641113 32919552 4342 33554432000 4194304 4293939 140734144465472 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 8037 4342 241 25 0 4670 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 32148

[startup+402.301 s]
/proc/loadavg: 4.06 4.04 3.96 5/377 25253
/proc/meminfo: memFree=11235800/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=32148 CPUtime=402.3 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 4569 0 0 0 40230 0 0 0 25 0 1 0 590641113 32919552 4389 33554432000 4194304 4293939 140734144465472 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 8037 4389 241 25 0 4670 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 32148

[startup+462.301 s]
/proc/loadavg: 4.10 4.05 3.96 5/377 25255
/proc/meminfo: memFree=11185908/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=35460 CPUtime=462.3 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 5261 0 0 0 46230 0 0 0 25 0 1 0 590641113 36311040 5064 33554432000 4194304 4293939 140734144465472 18446744073709551615 4255712 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 8865 5064 241 25 0 5498 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 35460

[startup+522.3 s]
/proc/loadavg: 4.04 4.04 3.96 5/377 25256
/proc/meminfo: memFree=11134168/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=35460 CPUtime=522.3 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 5263 0 0 0 52230 0 0 0 25 0 1 0 590641113 36311040 5066 33554432000 4194304 4293939 140734144465472 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 8865 5066 241 25 0 5498 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 35460

[startup+582.301 s]
/proc/loadavg: 4.01 4.03 3.96 5/377 25258
/proc/meminfo: memFree=11069908/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=37332 CPUtime=582.3 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 5751 0 0 0 58230 0 0 0 25 0 1 0 590641113 38227968 5544 33554432000 4194304 4293939 140734144465472 18446744073709551615 4262986 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 9333 5544 241 25 0 5966 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 37332

[startup+642.301 s]
/proc/loadavg: 4.00 4.02 3.96 5/377 25260
/proc/meminfo: memFree=10986540/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=37332 CPUtime=642.32 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 5752 0 0 0 64232 0 0 0 25 0 1 0 590641113 38227968 5545 33554432000 4194304 4293939 140734144465472 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 9333 5545 241 25 0 5966 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 37332

[startup+702.3 s]
/proc/loadavg: 4.13 4.05 3.97 5/377 25261
/proc/meminfo: memFree=10911108/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=39372 CPUtime=702.31 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 6347 0 0 0 70231 0 0 0 25 0 1 0 590641113 40316928 6131 33554432000 4194304 4293939 140734144465472 18446744073709551615 4263079 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 9843 6131 241 25 0 6476 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 39372

[startup+762.315 s]
/proc/loadavg: 4.18 4.08 3.99 5/377 25263
/proc/meminfo: memFree=10841856/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=39372 CPUtime=762.32 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 6501 0 0 0 76232 0 0 0 25 0 1 0 590641113 40316928 6279 33554432000 4194304 4293939 140734144465472 18446744073709551615 4255888 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 9843 6279 241 25 0 6476 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 39372

[startup+822.301 s]
/proc/loadavg: 4.10 4.08 4.00 5/377 25264
/proc/meminfo: memFree=10781784/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=41472 CPUtime=822.31 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 6836 0 0 0 82230 1 0 0 25 0 1 0 590641113 42467328 6609 33554432000 4194304 4293939 140734144465472 18446744073709551615 4255919 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 10368 6609 241 25 0 7001 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 41472

[startup+882.301 s]
/proc/loadavg: 4.11 4.08 4.00 5/377 25266
/proc/meminfo: memFree=10692708/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=41472 CPUtime=882.32 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 6836 0 0 0 88231 1 0 0 25 0 1 0 590641113 42467328 6609 33554432000 4194304 4293939 140734144465472 18446744073709551615 4255922 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 10368 6609 241 25 0 7001 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 41472

[startup+942.3 s]
/proc/loadavg: 4.04 4.06 4.00 5/377 25268
/proc/meminfo: memFree=10627192/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=41472 CPUtime=942.32 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 6836 0 0 0 94231 1 0 0 25 0 1 0 590641113 42467328 6609 33554432000 4194304 4293939 140734144465472 18446744073709551615 4255899 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 10368 6609 241 25 0 7001 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 41472

[startup+1002.3 s]
/proc/loadavg: 4.01 4.05 4.00 5/377 25269
/proc/meminfo: memFree=10578052/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=41472 CPUtime=1002.32 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 6836 0 0 0 100231 1 0 0 25 0 1 0 590641113 42467328 6609 33554432000 4194304 4293939 140734144465472 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 10368 6609 241 25 0 7001 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 41472

[startup+1062.3 s]
/proc/loadavg: 4.04 4.05 4.00 5/377 25271
/proc/meminfo: memFree=10803188/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=41640 CPUtime=1062.32 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 7236 0 0 0 106231 1 0 0 25 0 1 0 590641113 42639360 7001 33554432000 4194304 4293939 140734144465472 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 10410 7001 241 25 0 7043 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 41640

[startup+1122.3 s]
/proc/loadavg: 4.01 4.04 4.00 5/377 25272
/proc/meminfo: memFree=10670212/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=41640 CPUtime=1122.32 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 7236 0 0 0 112231 1 0 0 25 0 1 0 590641113 42639360 7001 33554432000 4194304 4293939 140734144465472 18446744073709551615 4255657 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 10410 7001 241 25 0 7043 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 41640

[startup+1182.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/377 25274
/proc/meminfo: memFree=10615608/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=41640 CPUtime=1182.32 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 7236 0 0 0 118231 1 0 0 25 0 1 0 590641113 42639360 7001 33554432000 4194304 4293939 140734144465472 18446744073709551615 4255864 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 10410 7001 241 25 0 7043 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 41640

[startup+1242.3 s]
/proc/loadavg: 3.43 3.87 3.95 4/371 25293
/proc/meminfo: memFree=12034556/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=41640 CPUtime=1242.33 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 7236 0 0 0 124232 1 0 0 25 0 1 0 590641113 42639360 7001 33554432000 4194304 4293939 140734144465472 18446744073709551615 4255899 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 10410 7001 241 25 0 7043 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 41640



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.32 3.76 3.90 3/370 25298
/proc/meminfo: memFree=12056324/32951124 swapFree=65155552/67111528
[pid=25141] ppid=25139 vsize=41640 CPUtime=1300.04 cores=5,7
/proc/25141/stat : 25141 (ebminisat_relea) R 25139 25141 24257 0 -1 4202496 7236 0 0 0 130003 1 0 0 25 0 1 0 590641113 42639360 7001 33554432000 4194304 4293939 140734144465472 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25141/statm: 10410 7001 241 25 0 7043 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 41640

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1300.04
CPU system time (s): 0.012998
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 41640

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

runsolver used 4.6113 second user time and 10.7414 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-10 01:04:09
IDJOB=3349271
IDBENCH=87946
IDSOLVER=1812
FILE ID=node146/3349271-1304982248
RUNJOBID= node146-1304982248-25122
PBS_JOBID= 13285667
Free space on /tmp= 41856 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT02/industrial/aloul/Homer/homer17.shuffled.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349271-1304982248/watcher-3349271-1304982248 -o /tmp/evaluation-result-3349271-1304982248/solver-3349271-1304982248 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349271-1304982248.cnf  -verb=0

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

MD5SUM BENCH= ca62f6128dc3cad7229c7b9ee33a7492
RANDOM SEED=242884922

node146.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.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.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.86
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.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.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12372688 kB
Buffers:        165376 kB
Cached:        4621984 kB
SwapCached:       9316 kB
Active:       10679608 kB
Inactive:      9587596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12372688 kB
SwapTotal:    67111528 kB
SwapFree:     65155552 kB
Dirty:            1024 kB
Writeback:           0 kB
AnonPages:    15477572 kB
Mapped:          22232 kB
Slab:           186244 kB
PageTables:      59772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81781344 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= 41856 MiB
End job on node146 at 2011-05-10 01:25:51