Trace number 3309290

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
glueminisat 2.2.5? (TO) 5000.04 4999.92

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k80.cnf
MD5SUMd35e27c66dd20912347d4209a4f12c99
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark49.1345
Satisfiable
(Un)Satisfiability was proved
Number of variables165064
Number of clauses686589
Sum of the clauses size1761641
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2487000
Number of clauses of size 3128986
Number of clauses of size 424474
Number of clauses of size 513939
Number of clauses of size over 530118

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: 935)

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-3309290-1303987384/watcher-3309290-1303987384 -o /tmp/evaluation-result-3309290-1303987384/solver-3309290-1303987384 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309290-1303987384.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.11 1.11 1/172 29271
/proc/meminfo: memFree=20098976/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=19140 CPUtime=0 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 568 0 0 0 0 0 0 0 20 0 1 0 510338199 19599360 508 33554432000 4194304 4309791 140733375596448 18446744073709551615 237278879488 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29271/statm: 4785 508 211 29 0 1414 0

[startup+0.101019 s]
/proc/loadavg: 0.00 0.11 1.11 1/172 29271
/proc/meminfo: memFree=20098976/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=39652 CPUtime=0.09 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 7170 0 0 0 8 1 0 0 20 0 1 0 510338199 40603648 6365 33554432000 4194304 4309791 140733375596448 18446744073709551615 237278937514 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29271/statm: 9913 6365 217 29 0 6542 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39652

[startup+0.201004 s]
/proc/loadavg: 0.00 0.11 1.11 1/172 29271
/proc/meminfo: memFree=20098976/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=68420 CPUtime=0.19 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 13578 0 0 0 18 1 0 0 21 0 1 0 510338199 70062080 12218 33554432000 4194304 4309791 140733375596448 18446744073709551615 4245417 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29271/statm: 17105 12234 217 29 0 13734 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 68420

[startup+0.300988 s]
/proc/loadavg: 0.00 0.11 1.11 1/172 29271
/proc/meminfo: memFree=20098976/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=92456 CPUtime=0.29 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 19157 0 0 0 27 2 0 0 21 0 1 0 510338199 94674944 17067 33554432000 4194304 4309791 140733375596448 18446744073709551615 4216208 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29271/statm: 23114 17067 223 29 0 19743 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 92456

[startup+0.700912 s]
/proc/loadavg: 0.00 0.11 1.11 1/172 29271
/proc/meminfo: memFree=20098976/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=102008 CPUtime=0.69 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 23302 0 0 0 66 3 0 0 22 0 1 0 510338199 104456192 20969 33554432000 4194304 4309791 140733375596448 18446744073709551615 4229643 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29271/statm: 25502 20969 228 29 0 22131 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 102008

[startup+1.50072 s]
/proc/loadavg: 0.00 0.11 1.11 2/173 29272
/proc/meminfo: memFree=20016632/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=96520 CPUtime=1.49 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 31412 0 0 0 145 4 0 0 25 0 1 0 510338199 98836480 18603 33554432000 4194304 4309791 140733375596448 18446744073709551615 4259191 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29271/statm: 24130 18603 246 29 0 20759 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 96520

[startup+3.10048 s]
/proc/loadavg: 0.00 0.11 1.11 3/175 29276
/proc/meminfo: memFree=20004332/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=96520 CPUtime=3.09 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 31631 0 0 0 305 4 0 0 25 0 1 0 510338199 98836480 18806 33554432000 4194304 4309791 140733375596448 18446744073709551615 4253863 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29271/statm: 24130 18806 247 29 0 20759 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 96520

[startup+6.30091 s]
/proc/loadavg: 0.16 0.14 1.11 3/178 29282
/proc/meminfo: memFree=19907804/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=96520 CPUtime=6.29 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 32092 0 0 0 625 4 0 0 25 0 1 0 510338199 98836480 19244 33554432000 4194304 4309791 140733375596448 18446744073709551615 4252174 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29271/statm: 24130 19244 247 29 0 20759 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 96520

[startup+12.7008 s]
/proc/loadavg: 0.31 0.17 1.12 3/178 29283
/proc/meminfo: memFree=19893812/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=115196 CPUtime=12.69 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 35902 0 0 0 1265 4 0 0 25 0 1 0 510338199 117960704 22538 33554432000 4194304 4309791 140733375596448 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29271/statm: 28799 22538 247 29 0 25428 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 115196

[startup+25.5005 s]
/proc/loadavg: 0.76 0.28 1.13 3/178 29283
/proc/meminfo: memFree=19872768/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=115196 CPUtime=25.48 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 36357 0 0 0 2544 4 0 0 25 0 1 0 510338199 117960704 22978 33554432000 4194304 4309791 140733375596448 18446744073709551615 4276556 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 28799 22978 247 29 0 25428 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 115196

[startup+51.101 s]
/proc/loadavg: 1.18 0.41 1.16 3/178 29284
/proc/meminfo: memFree=19865276/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=115196 CPUtime=51.09 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 37017 0 0 0 5104 5 0 0 25 0 1 0 510338199 117960704 23607 33554432000 4194304 4309791 140733375596448 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 28799 23607 247 29 0 25428 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 115196

[startup+102.301 s]
/proc/loadavg: 1.64 0.65 1.20 3/178 29285
/proc/meminfo: memFree=19828444/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=134052 CPUtime=102.29 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 42772 0 0 0 10223 6 0 0 25 0 1 0 510338199 137269248 28714 33554432000 4194304 4309791 140733375596448 18446744073709551615 4252174 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 33513 28714 247 29 0 30142 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 134052

[startup+162.301 s]
/proc/loadavg: 1.87 0.90 1.25 3/178 29287
/proc/meminfo: memFree=19823840/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=134052 CPUtime=162.29 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 43041 0 0 0 16223 6 0 0 25 0 1 0 510338199 137269248 28980 33554432000 4194304 4309791 140733375596448 18446744073709551615 4260182 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 33513 28980 247 29 0 30142 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 134052

[startup+222.306 s]
/proc/loadavg: 1.95 1.09 1.29 3/178 29288
/proc/meminfo: memFree=19776708/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=165028 CPUtime=222.29 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 45661 0 0 0 22222 7 0 0 25 0 1 0 510338199 168988672 31524 33554432000 4194304 4309791 140733375596448 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 41257 31524 247 29 0 37886 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 165028

[startup+282.301 s]
/proc/loadavg: 1.98 1.26 1.33 3/178 29290
/proc/meminfo: memFree=19805340/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=165028 CPUtime=282.29 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 53808 0 0 0 28220 9 0 0 25 0 1 0 510338199 168988672 32056 33554432000 4194304 4309791 140733375596448 18446744073709551615 4259299 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 41257 32056 247 29 0 37886 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 165028

[startup+342.301 s]
/proc/loadavg: 1.99 1.39 1.37 3/178 29291
/proc/meminfo: memFree=19805580/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=165028 CPUtime=342.3 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 62061 0 0 0 34219 11 0 0 25 0 1 0 510338199 168988672 32056 33554432000 4194304 4309791 140733375596448 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 41257 32056 247 29 0 37886 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 165028

[startup+402.3 s]
/proc/loadavg: 1.99 1.50 1.41 3/178 29293
/proc/meminfo: memFree=19775560/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=165028 CPUtime=402.29 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 70954 0 0 0 40217 12 0 0 25 0 1 0 510338199 168988672 32056 33554432000 4194304 4309791 140733375596448 18446744073709551615 4259182 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 41257 32056 247 29 0 37886 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 165028

[startup+462.301 s]
/proc/loadavg: 1.99 1.59 1.44 3/178 29295
/proc/meminfo: memFree=19774556/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=165028 CPUtime=462.3 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 80538 0 0 0 46216 14 0 0 25 0 1 0 510338199 168988672 32057 33554432000 4194304 4309791 140733375596448 18446744073709551615 4253863 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 41257 32057 247 29 0 37886 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 165028

[startup+522.301 s]
/proc/loadavg: 1.99 1.66 1.47 3/178 29296
/proc/meminfo: memFree=19766488/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=214348 CPUtime=522.3 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 90683 0 0 0 52215 15 0 0 25 0 1 0 510338199 219492352 42125 33554432000 4194304 4309791 140733375596448 18446744073709551615 4291532 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 53587 42125 247 29 0 50216 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 214348

[startup+582.3 s]
/proc/loadavg: 1.99 1.72 1.50 3/178 29298
/proc/meminfo: memFree=19770564/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=214348 CPUtime=582.3 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 99698 0 0 0 58213 17 0 0 25 0 1 0 510338199 219492352 41036 33554432000 4194304 4309791 140733375596448 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 53587 41036 247 29 0 50216 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 214348

[startup+642.301 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/178 29401
/proc/meminfo: memFree=19621892/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=295256 CPUtime=4002.39 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 485006 0 0 0 400101 138 0 0 25 0 1 0 510338199 302342144 58764 33554432000 4194304 4309791 140733375596448 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 73814 58764 247 29 0 70443 0
Current children cumulated CPU time (s) 4002.39
Current children cumulated vsize (KiB) 295256

[startup+4062.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 29403
/proc/meminfo: memFree=19658824/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=214348 CPUtime=4062.4 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 496378 0 0 0 406099 141 0 0 25 0 1 0 510338199 219492352 45069 33554432000 4194304 4309791 140733375596448 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 53587 45069 247 29 0 50216 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 214348

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 29404
/proc/meminfo: memFree=19622608/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=245168 CPUtime=4122.39 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 501474 0 0 0 412097 142 0 0 25 0 1 0 510338199 251052032 50055 33554432000 4194304 4309791 140733375596448 18446744073709551615 4275252 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 61292 50055 247 29 0 57921 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 245168

[startup+4182.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 29406
/proc/meminfo: memFree=19676532/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=245168 CPUtime=4182.4 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 505999 0 0 0 418096 144 0 0 25 0 1 0 510338199 251052032 54482 33554432000 4194304 4309791 140733375596448 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 61292 54482 247 29 0 57921 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 245168

[startup+4242.3 s]
/proc/loadavg: 2.05 2.01 1.94 3/178 29407
/proc/meminfo: memFree=19639820/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=295256 CPUtime=4242.4 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 509789 0 0 0 424094 146 0 0 25 0 1 0 510338199 302342144 58193 33554432000 4194304 4309791 140733375596448 18446744073709551615 4276390 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 73814 58193 247 29 0 70443 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 295256

[startup+4302.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 29409
/proc/meminfo: memFree=19606204/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=295256 CPUtime=4302.4 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 513299 0 0 0 430093 147 0 0 25 0 1 0 510338199 302342144 61628 33554432000 4194304 4309791 140733375596448 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 73814 61628 247 29 0 70443 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 295256

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 29411
/proc/meminfo: memFree=19644756/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=214348 CPUtime=4362.4 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 525701 0 0 0 436090 150 0 0 25 0 1 0 510338199 219492352 47716 33554432000 4194304 4309791 140733375596448 18446744073709551615 4259609 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 53587 47716 247 29 0 50216 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 214348

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 29412
/proc/meminfo: memFree=19609032/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=245168 CPUtime=4422.4 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 530538 0 0 0 442088 152 0 0 25 0 1 0 510338199 251052032 52444 33554432000 4194304 4309791 140733375596448 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 61292 52444 247 29 0 57921 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 245168

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 29414
/proc/meminfo: memFree=19578888/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=295256 CPUtime=4482.4 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 534571 0 0 0 448085 155 0 0 25 0 1 0 510338199 302342144 56402 33554432000 4194304 4309791 140733375596448 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 73814 56402 247 29 0 70443 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 295256

[startup+4542.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/178 29415
/proc/meminfo: memFree=19632820/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=295256 CPUtime=4542.4 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 538220 0 0 0 454084 156 0 0 25 0 1 0 510338199 302342144 59964 33554432000 4194304 4309791 140733375596448 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 73814 59964 247 29 0 70443 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 295256

[startup+4602.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 29417
/proc/meminfo: memFree=19672120/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=214348 CPUtime=4602.4 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 549232 0 0 0 460081 159 0 0 25 0 1 0 510338199 219492352 45039 33554432000 4194304 4309791 140733375596448 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 53587 45039 247 29 0 50216 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 214348

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 29419
/proc/meminfo: memFree=19634412/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=245168 CPUtime=4662.41 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 554158 0 0 0 466079 162 0 0 25 0 1 0 510338199 251052032 49859 33554432000 4194304 4309791 140733375596448 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 61292 49859 247 29 0 57921 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 245168

[startup+4722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 29429
/proc/meminfo: memFree=19599304/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=245168 CPUtime=4722.42 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 558422 0 0 0 472078 164 0 0 25 0 1 0 510338199 251052032 54040 33554432000 4194304 4309791 140733375596448 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 61292 54040 247 29 0 57921 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 245168

[startup+4782.3 s]
/proc/loadavg: 2.07 2.02 1.95 3/178 29431
/proc/meminfo: memFree=19569164/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=295256 CPUtime=4782.41 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 562307 0 0 0 478076 165 0 0 25 0 1 0 510338199 302342144 57867 33554432000 4194304 4309791 140733375596448 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 73814 57867 247 29 0 70443 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 295256

[startup+4842.31 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 29432
/proc/meminfo: memFree=19630904/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=295256 CPUtime=4842.42 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 565751 0 0 0 484075 167 0 0 25 0 1 0 510338199 302342144 61246 33554432000 4194304 4309791 140733375596448 18446744073709551615 4259202 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 73814 61246 247 29 0 70443 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 295256

[startup+4902.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 29437
/proc/meminfo: memFree=19597948/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=295256 CPUtime=4902.41 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 568981 0 0 0 490073 168 0 0 25 0 1 0 510338199 302342144 64414 33554432000 4194304 4309791 140733375596448 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 73814 64414 247 29 0 70443 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 295256

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29439
/proc/meminfo: memFree=19641092/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=216156 CPUtime=4962.42 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 581785 0 0 0 496070 172 0 0 25 0 1 0 510338199 221343744 49091 33554432000 4194304 4309791 140733375596448 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 54039 49091 247 29 0 50668 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 216156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29440
/proc/meminfo: memFree=19619256/32950904 swapFree=67082284/67111528
[pid=29271] ppid=29269 vsize=246976 CPUtime=5000.02 cores=0,2,4,6
/proc/29271/stat : 29271 (glueminisat) R 29269 29271 29243 0 -1 4202496 584581 0 0 0 499829 173 0 0 25 0 1 0 510338199 252903424 51815 33554432000 4194304 4309791 140733375596448 18446744073709551615 4275192 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29271/statm: 61744 51815 247 29 0 58373 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 246976

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): 4999.92
CPU time (s): 5000.04
CPU user time (s): 4998.3
CPU system time (s): 1.74573
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 297064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.3
system time used= 1.74573
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 584583
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= 8
involuntary context switches= 6307

runsolver used 8.33873 second user time and 16.2685 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-28 12:43:04
IDJOB=3309290
IDBENCH=20558
IDSOLVER=1694
FILE ID=node121/3309290-1303987384
RUNJOBID= node121-1303987383-29261
PBS_JOBID= 13168752
Free space on /tmp= 72640 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT07/industrial/IBM_FV_2004_30/IBM_FV_2004_rule_batch_30_SAT_dat.k80.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309290-1303987384/watcher-3309290-1303987384 -o /tmp/evaluation-result-3309290-1303987384/solver-3309290-1303987384 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3309290-1303987384.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= d35e27c66dd20912347d4209a4f12c99
RANDOM SEED=385958030

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.817
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:     32950904 kB
MemFree:      20099256 kB
Buffers:       2174796 kB
Cached:       10118796 kB
SwapCached:       2776 kB
Active:        9054876 kB
Inactive:      3277224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20099256 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           17340 kB
Writeback:           0 kB
AnonPages:       36268 kB
Mapped:          13492 kB
Slab:           454560 kB
PageTables:       4440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   189876 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= 72616 MiB
End job on node121 at 2011-04-28 14:06:26