Trace number 3348678

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
MD5SUM3fef216b3efe77c0f10ea0e0be664a94
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 variables261352
Number of clauses773077
Sum of the clauses size1985588
Maximum clause length248
Minimum clause length1
Number of clauses of size 11592
Number of clauses of size 2357488
Number of clauses of size 3413748
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5249

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 1.29 1.87 2.48 4/326 1997
/proc/meminfo: memFree=30280752/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=21380 CPUtime=0 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 1026 0 0 0 0 0 0 0 23 0 1 0 608996186 21893120 969 33554432000 4194304 4254575 140736519029984 18446744073709551615 268272386256 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1997/statm: 5345 982 211 15 0 1988 0

[startup+0.10277 s]
/proc/loadavg: 1.29 1.87 2.48 4/326 1997
/proc/meminfo: memFree=30280752/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=48208 CPUtime=0.09 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 8080 0 0 0 9 0 0 0 24 0 1 0 608996186 49364992 7723 33554432000 4194304 4254575 140736519029984 18446744073709551615 4221597 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1997/statm: 12052 7723 213 15 0 8695 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48208

[startup+0.200751 s]
/proc/loadavg: 1.29 1.87 2.48 4/326 1997
/proc/meminfo: memFree=30280752/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=58744 CPUtime=0.19 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 10936 0 0 0 18 1 0 0 24 0 1 0 608996186 60153856 10348 33554432000 4194304 4254575 140736519029984 18446744073709551615 4200635 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1997/statm: 14686 10348 213 15 0 11329 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 58744

[startup+0.300736 s]
/proc/loadavg: 1.29 1.87 2.48 4/326 1997
/proc/meminfo: memFree=30280752/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=69792 CPUtime=0.29 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 13442 0 0 0 27 2 0 0 25 0 1 0 608996186 71467008 12640 33554432000 4194304 4254575 140736519029984 18446744073709551615 4237825 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1997/statm: 17448 12640 213 15 0 14091 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69792

[startup+0.700664 s]
/proc/loadavg: 1.29 1.87 2.48 4/326 1997
/proc/meminfo: memFree=30280752/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=74244 CPUtime=0.69 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 15582 0 0 0 67 2 0 0 25 0 1 0 608996186 76025856 14401 33554432000 4194304 4254575 140736519029984 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1997/statm: 18561 14401 232 15 0 15204 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74244

[startup+1.50052 s]
/proc/loadavg: 1.29 1.87 2.48 5/330 2022
/proc/meminfo: memFree=30210840/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=75560 CPUtime=1.48 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 15932 0 0 0 146 2 0 0 25 0 1 0 608996186 77373440 14751 33554432000 4194304 4254575 140736519029984 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1997/statm: 18890 14751 232 15 0 15533 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 75560

[startup+3.10024 s]
/proc/loadavg: 1.51 1.90 2.49 5/330 2022
/proc/meminfo: memFree=30202160/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=76428 CPUtime=3.07 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 15975 0 0 0 305 2 0 0 25 0 1 0 608996186 78262272 14794 33554432000 4194304 4254575 140736519029984 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1997/statm: 19107 14794 232 15 0 15750 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 76428

[startup+6.30067 s]
/proc/loadavg: 1.51 1.90 2.49 5/330 2022
/proc/meminfo: memFree=30181980/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=77408 CPUtime=6.24 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 16321 0 0 0 622 2 0 0 25 0 1 0 608996186 79265792 15139 33554432000 4194304 4254575 140736519029984 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1997/statm: 19352 15139 232 15 0 15995 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 77408

[startup+12.7005 s]
/proc/loadavg: 1.89 1.97 2.51 5/330 2022
/proc/meminfo: memFree=30155468/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=77408 CPUtime=12.64 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 16394 0 0 0 1262 2 0 0 25 0 1 0 608996186 79265792 15210 33554432000 4194304 4254575 140736519029984 18446744073709551615 4212505 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1997/statm: 19352 15210 232 15 0 15995 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 77408

[startup+25.5002 s]
/proc/loadavg: 2.21 2.04 2.52 5/330 2049
/proc/meminfo: memFree=30120692/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=78276 CPUtime=25.44 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 16556 0 0 0 2542 2 0 0 25 0 1 0 608996186 80154624 15369 33554432000 4194304 4254575 140736519029984 18446744073709551615 4209816 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1997/statm: 19569 15369 232 15 0 16212 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 78276

[startup+51.1007 s]
/proc/loadavg: 2.90 2.21 2.57 5/330 2050
/proc/meminfo: memFree=30065452/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=86376 CPUtime=51.03 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 17552 0 0 0 5101 2 0 0 25 0 1 0 608996186 88449024 16354 33554432000 4194304 4254575 140736519029984 18446744073709551615 4212503 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1997/statm: 21594 16354 232 15 0 18237 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 86376

[startup+102.301 s]
/proc/loadavg: 3.56 2.51 2.65 5/330 2051
/proc/meminfo: memFree=30072396/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=100332 CPUtime=102.24 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 20247 0 0 0 10221 3 0 0 25 0 1 0 608996186 102739968 19020 33554432000 4194304 4254575 140736519029984 18446744073709551615 4212445 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1997/statm: 25083 19020 232 15 0 21726 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 100332

[startup+162.301 s]
/proc/loadavg: 4.02 2.84 2.75 5/330 2080
/proc/meminfo: memFree=29483324/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=121904 CPUtime=162.24 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 23935 0 0 0 16220 4 0 0 25 0 1 0 608996186 124829696 22685 33554432000 4194304 4254575 140736519029984 18446744073709551615 4216777 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1997/statm: 30476 22685 232 15 0 27119 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 121904

[startup+222.312 s]
/proc/loadavg: 4.01 3.05 2.82 5/330 2082
/proc/meminfo: memFree=29363872/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=154108 CPUtime=222.25 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 30744 0 0 0 22218 7 0 0 25 0 1 0 608996186 157806592 29464 33554432000 4194304 4254575 140736519029984 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1997/statm: 38527 29464 232 15 0 35170 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 154108

[startup+282.3 s]
/proc/loadavg: 4.05 3.23 2.90 5/330 2083
/proc/meminfo: memFree=29359236/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=209008 CPUtime=282.24 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 37674 0 0 0 28214 10 0 0 25 0 1 0 608996186 214024192 36359 33554432000 4194304 4254575 140736519029984 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1997/statm: 52252 36359 232 15 0 48895 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 209008

[startup+342.301 s]
/proc/loadavg: 4.02 3.37 2.97 5/330 2085
/proc/meminfo: memFree=29214232/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=211400 CPUtime=342.24 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 44016 0 0 0 34211 13 0 0 25 0 1 0 608996186 216473600 42652 33554432000 4194304 4254575 140736519029984 18446744073709551615 4209501 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1997/statm: 52850 42652 232 15 0 49493 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 211400

[startup+402.301 s]
/proc/loadavg: 4.00 3.48 3.03 5/330 2086
/proc/meminfo: memFree=29045660/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=296796 CPUtime=402.24 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 56333 0 0 0 40207 17 0 0 25 0 1 0 608996186 303919104 54913 33554432000 4194304 4254575 140736519029984 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1997/statm: 74199 54913 232 15 0 70842 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 296796

[startup+462.3 s]
/proc/loadavg: 4.00 3.57 3.09 5/330 2088
/proc/meminfo: memFree=29056052/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=298916 CPUtime=462.25 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 63684 0 0 0 46204 21 0 0 25 0 1 0 608996186 306089984 62222 33554432000 4194304 4254575 140736519029984 18446744073709551615 4216721 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1997/statm: 74729 62222 232 15 0 71372 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 298916

[startup+522.301 s]
/proc/loadavg: 4.00 3.64 3.14 5/330 2090
/proc/meminfo: memFree=28863704/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=300756 CPUtime=522.25 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 72672 0 0 0 52200 25 0 0 25 0 1 0 608996186 307974144 71168 33554432000 4194304 4254575 140736519029984 18446744073709551615 4210196 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1997/statm: 75189 71168 232 15 0 71832 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 300756

[startup+582.301 s]
/proc/loadavg: 4.06 3.74 3.20 5/330 2091
/proc/meminfo: memFree=28698992/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=435440 CPUtime=582.24 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 81920 0 0 0 58196 28 0 0 25 0 1 0 608996186 445890560 80391 33554432000 4194304 4254575 140736519029984 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1997/statm: 108860 80391 232 15 0 105503 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 435440

[startup+642.3 s]
/proc/loadavg: 4.07 3.79 3.25 5/330 2093
/proc/meminfo: memFree=28579532/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=436780 CPUtime=642.25 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 90614 0 0 0 64192 33 0 0 25 0 1 0 608996186 447262720 89066 33554432000 4194304 4254575 140736519029984 18446744073709551615 4216771 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1997/statm: 109195 89066 232 15 0 105838 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 436780

[startup+702.301 s]
/proc/loadavg: 4.17 3.86 3.31 5/330 2094
/proc/meminfo: memFree=28605892/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=438556 CPUtime=702.26 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 99362 0 0 0 70190 36 0 0 25 0 1 0 608996186 449081344 97780 33554432000 4194304 4254575 140736519029984 18446744073709551615 4209344 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1997/statm: 109639 97780 232 15 0 106282 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 438556

[startup+762.301 s]
/proc/loadavg: 4.06 3.89 3.35 5/330 2096
/proc/meminfo: memFree=28242156/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=438556 CPUtime=762.26 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 105077 0 0 0 76189 37 0 0 25 0 1 0 608996186 449081344 103483 33554432000 4194304 4254575 140736519029984 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1997/statm: 109639 103483 232 15 0 106282 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 438556

[startup+822.3 s]
/proc/loadavg: 4.09 3.92 3.39 5/330 2098
/proc/meminfo: memFree=27886860/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=653612 CPUtime=822.25 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 114176 0 0 0 82185 40 0 0 25 0 1 0 608996186 669298688 112564 33554432000 4194304 4254575 140736519029984 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1997/statm: 163403 112564 232 15 0 160046 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 653612

[startup+882.313 s]
/proc/loadavg: 4.03 3.93 3.43 5/330 2099
/proc/meminfo: memFree=27773488/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=654424 CPUtime=882.27 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 123722 0 0 0 88183 44 0 0 25 0 1 0 608996186 670130176 122092 33554432000 4194304 4254575 140736519029984 18446744073709551615 4216543 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1997/statm: 163606 122092 232 15 0 160249 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 654424

[startup+942.301 s]
/proc/loadavg: 4.01 3.94 3.46 5/330 2110
/proc/meminfo: memFree=27652844/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=654820 CPUtime=942.26 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 133841 0 0 0 94178 48 0 0 25 0 1 0 608996186 670535680 132200 33554432000 4194304 4254575 140736519029984 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1997/statm: 163705 132200 232 15 0 160348 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 654820

[startup+1002.3 s]
/proc/loadavg: 4.00 3.95 3.49 5/330 2111
/proc/meminfo: memFree=27489980/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=655348 CPUtime=1002.26 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 145426 0 0 0 100174 52 0 0 25 0 1 0 608996186 671076352 143765 33554432000 4194304 4254575 140736519029984 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1997/statm: 163837 143765 232 15 0 160480 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 655348

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.52 5/330 2113
/proc/meminfo: memFree=27511772/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=658132 CPUtime=1062.26 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 155529 0 0 0 106169 57 0 0 25 0 1 0 608996186 673927168 153843 33554432000 4194304 4254575 140736519029984 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1997/statm: 164533 153843 232 15 0 161176 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 658132

[startup+1122.3 s]
/proc/loadavg: 4.04 3.97 3.55 5/330 2118
/proc/meminfo: memFree=27345456/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=1009700 CPUtime=1122.26 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 164701 0 0 0 112165 61 0 0 25 0 1 0 608996186 1033932800 162981 33554432000 4194304 4254575 140736519029984 18446744073709551615 4222821 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1997/statm: 252425 162981 232 15 0 249068 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 1009700

[startup+1182.3 s]
/proc/loadavg: 4.07 3.99 3.58 5/330 2119
/proc/meminfo: memFree=27223908/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=1011488 CPUtime=1182.27 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 173126 0 0 0 118163 64 0 0 25 0 1 0 608996186 1035763712 171379 33554432000 4194304 4254575 140736519029984 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1997/statm: 252872 171379 232 15 0 249515 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 1011488

[startup+1242.3 s]
/proc/loadavg: 4.03 3.99 3.60 5/330 2121
/proc/meminfo: memFree=27092792/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=1012492 CPUtime=1242.27 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 180220 0 0 0 124161 66 0 0 25 0 1 0 608996186 1036791808 178442 33554432000 4194304 4254575 140736519029984 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1997/statm: 253123 178442 232 15 0 249766 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 1012492



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.00 3.63 3/326 2124
/proc/meminfo: memFree=27447908/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=1015524 CPUtime=1299.97 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 189993 0 0 0 129928 69 0 0 25 0 1 0 608996186 1039896576 188194 33554432000 4194304 4254575 140736519029984 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1997/statm: 253881 188194 232 15 0 250524 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 1015524

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

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

[startup+1300 s]
/proc/loadavg: 4.05 4.00 3.63 3/326 2124
/proc/meminfo: memFree=27447908/32950928 swapFree=60198988/67111528
[pid=1997] ppid=1995 vsize=1015524 CPUtime=1299.97 cores=1,3
/proc/1997/stat : 1997 (cir_minisat) R 1995 1997 615 0 -1 4202496 189993 0 0 0 129928 69 0 0 25 0 1 0 608996186 1039896576 188194 33554432000 4194304 4254575 140736519029984 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1997/statm: 253881 188194 232 15 0 250524 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 1015524

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.04
CPU time (s): 1300.02
CPU user time (s): 1299.3
CPU system time (s): 0.71889
CPU usage (%): 99.9982
Max. virtual memory (cumulated for all children) (KiB): 1015524

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

runsolver used 3.77343 second user time and 9.25159 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-09 22:46:14
IDJOB=3348678
IDBENCH=84248
IDSOLVER=1810
FILE ID=node122/3348678-1304973973
RUNJOBID= node122-1304973973-1954
PBS_JOBID= 13285628
Free space on /tmp= 44072 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT03/industrial/schuppan/l2s/dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348678-1304973973/watcher-3348678-1304973973 -o /tmp/evaluation-result-3348678-1304973973/solver-3348678-1304973973 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348678-1304973973.cnf

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

MD5SUM BENCH= 3fef216b3efe77c0f10ea0e0be664a94
RANDOM SEED=1110423605

node122.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.820
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.64
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.820
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.820
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.820
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.83
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.820
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30281032 kB
Buffers:        146668 kB
Cached:        1216936 kB
SwapCached:      49768 kB
Active:         366612 kB
Inactive:      2136840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30281032 kB
SwapTotal:    67111528 kB
SwapFree:     60198988 kB
Dirty:           44248 kB
Writeback:           0 kB
AnonPages:     1101152 kB
Mapped:          14072 kB
Slab:            71176 kB
PageTables:      32808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52607448 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= 43948 MiB
End job on node122 at 2011-05-09 23:07:56