Trace number 3349094

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

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_32.renamed-as.sat05-1919.cnf
MD5SUM833432e05c2a1599e13dca28680b5df9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark38.3742
Satisfiable
(Un)Satisfiability was proved
Number of variables1024
Number of clauses161664
Sum of the clauses size423264
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 263584
Number of clauses of size 398016
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 564

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

running on 2 cores: 4,6

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.04 1.73 2.11 5/364 2368
/proc/meminfo: memFree=4701504/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=19124 CPUtime=0 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 609819015 19582976 464 33554432000 4194304 4293939 140733514232944 18446744073709551615 239476694784 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 4781 476 211 25 0 1414 0

[startup+0.04455 s]
/proc/loadavg: 3.04 1.73 2.11 5/364 2368
/proc/meminfo: memFree=4701504/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=25436 CPUtime=0.03 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 3203 0 0 0 3 0 0 0 25 0 1 0 609819015 26046464 2683 33554432000 4194304 4293939 140733514232944 18446744073709551615 4280588 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 6359 2685 218 25 0 2992 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25436

[startup+0.100543 s]
/proc/loadavg: 3.04 1.73 2.11 5/364 2368
/proc/meminfo: memFree=4701504/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=26108 CPUtime=0.08 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 3514 0 0 0 8 0 0 0 25 0 1 0 609819015 26734592 2973 33554432000 4194304 4293939 140733514232944 18446744073709551615 4230109 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 6527 2973 223 25 0 3160 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26108

[startup+0.300504 s]
/proc/loadavg: 3.04 1.73 2.11 5/364 2368
/proc/meminfo: memFree=4701504/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=26308 CPUtime=0.28 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 3546 0 0 0 28 0 0 0 25 0 1 0 609819015 26939392 3005 33554432000 4194304 4293939 140733514232944 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 6577 3005 223 25 0 3210 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 26308

[startup+0.700424 s]
/proc/loadavg: 3.04 1.73 2.11 5/364 2368
/proc/meminfo: memFree=4701504/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=23820 CPUtime=0.69 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 4326 0 0 0 68 1 0 0 25 0 1 0 609819015 24391680 2724 33554432000 4194304 4293939 140733514232944 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 5955 2724 241 25 0 2588 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23820

[startup+1.50028 s]
/proc/loadavg: 3.04 1.73 2.11 5/365 2369
/proc/meminfo: memFree=4686996/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=28216 CPUtime=1.49 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 4830 0 0 0 148 1 0 0 25 0 1 0 609819015 28893184 3213 33554432000 4194304 4293939 140733514232944 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 7054 3213 241 25 0 3687 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28216

[startup+3.10097 s]
/proc/loadavg: 3.04 1.73 2.11 5/365 2369
/proc/meminfo: memFree=4680424/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=32872 CPUtime=3.09 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 5748 0 0 0 308 1 0 0 25 0 1 0 609819015 33660928 4105 33554432000 4194304 4293939 140733514232944 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 8218 4105 241 25 0 4851 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32872

[startup+6.30035 s]
/proc/loadavg: 3.12 1.77 2.12 5/365 2370
/proc/meminfo: memFree=4664180/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=41656 CPUtime=6.28 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 7474 0 0 0 627 1 0 0 25 0 1 0 609819015 42655744 5794 33554432000 4194304 4293939 140733514232944 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 10414 5794 241 25 0 7047 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41656

[startup+12.7011 s]
/proc/loadavg: 3.19 1.80 2.13 5/365 2370
/proc/meminfo: memFree=4640424/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=56068 CPUtime=12.69 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 10154 0 0 0 1267 2 0 0 25 0 1 0 609819015 57413632 8421 33554432000 4194304 4293939 140733514232944 18446744073709551615 4255888 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 14017 8421 241 25 0 10650 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56068

[startup+25.5007 s]
/proc/loadavg: 3.37 1.91 2.15 5/365 2370
/proc/meminfo: memFree=4660848/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=58648 CPUtime=25.48 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 16482 0 0 0 2545 3 0 0 25 0 1 0 609819015 60055552 8031 33554432000 4194304 4293939 140733514232944 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 14662 8031 241 25 0 11295 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 58648

[startup+51.1008 s]
/proc/loadavg: 3.58 2.08 2.20 5/365 2374
/proc/meminfo: memFree=4578348/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=78692 CPUtime=51.09 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 33549 0 0 0 5103 6 0 0 25 0 1 0 609819015 80580608 16402 33554432000 4194304 4293939 140733514232944 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 19673 16402 241 25 0 16306 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 78692

[startup+102.314 s]
/proc/loadavg: 3.90 2.39 2.30 5/365 2429
/proc/meminfo: memFree=4720416/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=78692 CPUtime=102.3 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 43328 0 0 0 10222 8 0 0 25 0 1 0 609819015 80580608 16427 33554432000 4194304 4293939 140733514232944 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 19673 16427 243 25 0 16306 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 78692

[startup+162.3 s]
/proc/loadavg: 3.96 2.68 2.40 5/365 2431
/proc/meminfo: memFree=4647324/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=128012 CPUtime=162.3 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 62423 0 0 0 16218 12 0 0 25 0 1 0 609819015 131084288 24810 33554432000 4194304 4293939 140733514232944 18446744073709551615 4263704 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 32003 24810 243 25 0 28636 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 128012

[startup+222.301 s]
/proc/loadavg: 3.98 2.92 2.50 5/365 2432
/proc/meminfo: memFree=4607624/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=128012 CPUtime=222.3 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 74653 0 0 0 22216 14 0 0 25 0 1 0 609819015 131084288 24390 33554432000 4194304 4293939 140733514232944 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 32003 24390 243 25 0 28636 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 128012

[startup+282.301 s]
/proc/loadavg: 3.99 3.11 2.59 5/365 2434
/proc/meminfo: memFree=4514708/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=155012 CPUtime=282.3 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 89690 0 0 0 28212 18 0 0 25 0 1 0 609819015 158732288 27514 33554432000 4194304 4293939 140733514232944 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 38753 27514 243 25 0 35386 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 155012

[startup+342.301 s]
/proc/loadavg: 3.99 3.27 2.68 5/365 2436
/proc/meminfo: memFree=4491240/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=155012 CPUtime=342.3 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 101850 0 0 0 34209 21 0 0 25 0 1 0 609819015 158732288 26352 33554432000 4194304 4293939 140733514232944 18446744073709551615 4255919 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 38753 26353 243 25 0 35386 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 155012

[startup+402.301 s]
/proc/loadavg: 4.08 3.43 2.77 5/365 2437
/proc/meminfo: memFree=4494316/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=105692 CPUtime=402.3 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 108812 0 0 0 40206 24 0 0 25 0 1 0 609819015 108228608 19836 33554432000 4194304 4293939 140733514232944 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 26423 19836 243 25 0 23056 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 105692

[startup+462.301 s]
/proc/loadavg: 4.09 3.55 2.85 5/365 2439
/proc/meminfo: memFree=4323516/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=185832 CPUtime=462.3 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 125374 0 0 0 46201 29 0 0 25 0 1 0 609819015 190291968 36192 33554432000 4194304 4293939 140733514232944 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 46458 36192 243 25 0 43091 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 185832

[startup+522.3 s]
/proc/loadavg: 3.65 3.53 2.88 4/359 2457
/proc/meminfo: memFree=4340184/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=155012 CPUtime=522.31 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 138203 0 0 0 52198 33 0 0 25 0 1 0 609819015 158732288 33567 33554432000 4194304 4293939 140733514232944 18446744073709551615 4256111 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 38753 33567 243 25 0 35386 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 155012

[startup+582.301 s]
/proc/loadavg: 3.24 3.43 2.89 4/359 2459
/proc/meminfo: memFree=4323768/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=155012 CPUtime=582.31 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 150060 0 0 0 58196 35 0 0 25 0 1 0 609819015 158732288 30584 33554432000 4194304 4293939 140733514232944 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 38753 30584 243 25 0 35386 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 155012

[startup+642.301 s]
/proc/loadavg: 3.17 3.38 2.91 4/359 2461
/proc/meminfo: memFree=4249336/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=105692 CPUtime=642.32 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 156752 0 0 0 64194 38 0 0 25 0 1 0 609819015 108228608 22241 33554432000 4194304 4293939 140733514232944 18446744073709551615 4255891 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 26423 22241 243 25 0 23056 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 105692

[startup+702.301 s]
/proc/loadavg: 3.06 3.31 2.91 4/359 2462
/proc/meminfo: memFree=4176624/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=185832 CPUtime=702.32 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 170481 0 0 0 70191 41 0 0 25 0 1 0 609819015 190291968 35845 33554432000 4194304 4293939 140733514232944 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 46458 35845 243 25 0 43091 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 185832

[startup+762.314 s]
/proc/loadavg: 3.02 3.25 2.91 4/359 2464
/proc/meminfo: memFree=4066216/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=177092 CPUtime=762.33 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 188919 0 0 0 76189 44 0 0 25 0 1 0 609819015 181342208 39344 33554432000 4194304 4293939 140733514232944 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 44273 39344 243 25 0 40906 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 177092

[startup+822.301 s]
/proc/loadavg: 3.01 3.20 2.91 4/359 2465
/proc/meminfo: memFree=4038028/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=127772 CPUtime=822.32 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 194500 0 0 0 82185 47 0 0 25 0 1 0 609819015 130838528 28731 33554432000 4194304 4293939 140733514232944 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 31943 28731 243 25 0 28576 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 127772

[startup+882.301 s]
/proc/loadavg: 3.00 3.16 2.91 4/359 2467
/proc/meminfo: memFree=3847040/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=207912 CPUtime=882.32 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 208727 0 0 0 88182 50 0 0 25 0 1 0 609819015 212901888 42783 33554432000 4194304 4293939 140733514232944 18446744073709551615 4255642 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 51978 42783 243 25 0 48611 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 207912

[startup+942.301 s]
/proc/loadavg: 3.00 3.13 2.91 4/359 2469
/proc/meminfo: memFree=3840940/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=177092 CPUtime=942.33 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 220679 0 0 0 94181 52 0 0 25 0 1 0 609819015 181342208 38714 33554432000 4194304 4293939 140733514232944 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 44273 38714 243 25 0 40906 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 177092

[startup+1002.3 s]
/proc/loadavg: 3.19 3.15 2.93 4/359 2470
/proc/meminfo: memFree=3791680/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=127772 CPUtime=1002.33 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 227036 0 0 0 100178 55 0 0 25 0 1 0 609819015 130838528 28738 33554432000 4194304 4293939 140733514232944 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 31943 28738 243 25 0 28576 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 127772

[startup+1062.3 s]
/proc/loadavg: 3.14 3.14 2.93 4/359 2472
/proc/meminfo: memFree=3695544/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=207912 CPUtime=1062.33 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 240519 0 0 0 106176 57 0 0 25 0 1 0 609819015 212901888 42079 33554432000 4194304 4293939 140733514232944 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 51978 42079 243 25 0 48611 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 207912

[startup+1122.3 s]
/proc/loadavg: 3.05 3.11 2.93 4/359 2473
/proc/meminfo: memFree=3602888/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=177092 CPUtime=1122.33 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 252058 0 0 0 112173 60 0 0 25 0 1 0 609819015 181342208 37112 33554432000 4194304 4293939 140733514232944 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 44273 37112 243 25 0 40906 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 177092

[startup+1182.3 s]
/proc/loadavg: 3.08 3.10 2.94 4/359 2475
/proc/meminfo: memFree=3549772/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=207912 CPUtime=1182.33 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 260989 0 0 0 118169 64 0 0 25 0 1 0 609819015 212901888 45837 33554432000 4194304 4293939 140733514232944 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 51978 45837 243 25 0 48611 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 207912

[startup+1242.3 s]
/proc/loadavg: 3.03 3.08 2.94 4/359 2477
/proc/meminfo: memFree=3493572/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=177092 CPUtime=1242.33 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 272678 0 0 0 124167 66 0 0 25 0 1 0 609819015 181342208 38468 33554432000 4194304 4293939 140733514232944 18446744073709551615 4255922 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 44273 38468 243 25 0 40906 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 177092



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.84 2.74 2.83 2/347 2514
/proc/meminfo: memFree=5582236/32950928 swapFree=67056568/67111528
[pid=2368] ppid=2366 vsize=127772 CPUtime=1300.04 cores=4,6
/proc/2368/stat : 2368 (ebminisat_relea) R 2366 2368 1165 0 -1 4202496 280917 0 0 0 129935 69 0 0 25 0 1 0 609819015 130838528 28745 33554432000 4194304 4293939 140733514232944 18446744073709551615 4263121 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2368/statm: 31943 28745 243 25 0 28576 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 127772

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.07
CPU user time (s): 1299.37
CPU system time (s): 0.697893
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 207912

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

runsolver used 4.84726 second user time and 9.63554 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-10 01:03:40
IDJOB=3349094
IDBENCH=85975
IDSOLVER=1812
FILE ID=node148/3349094-1304982219
RUNJOBID= node148-1304982163-2233
PBS_JOBID= 13285665
Free space on /tmp= 30468 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_32.renamed-as.sat05-1919.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349094-1304982219/watcher-3349094-1304982219 -o /tmp/evaluation-result-3349094-1304982219/solver-3349094-1304982219 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349094-1304982219.cnf  -verb=0

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

MD5SUM BENCH= 833432e05c2a1599e13dca28680b5df9
RANDOM SEED=1658267646

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.854
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.854
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.82
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.854
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.854
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.82
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.854
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:       4701908 kB
Buffers:        245064 kB
Cached:       23500304 kB
SwapCached:       8268 kB
Active:       11754996 kB
Inactive:     15696528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       4701908 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:          107112 kB
Writeback:           0 kB
AnonPages:     3704276 kB
Mapped:          27752 kB
Slab:           701312 kB
PageTables:      31168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 85536120 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= 30680 MiB
End job on node148 at 2011-05-10 01:25:22