Trace number 3362611

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 reference: minisat 2.2.0? (TO) 1300.07 1300.03

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k45.cnf
MD5SUM8a76c8add64173ae39149aae572a02d9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark185.162
Satisfiable
(Un)Satisfiability was proved
Number of variables37432
Number of clauses147345
Sum of the clauses size401667
Maximum clause length37
Minimum clause length1
Number of clauses of size 1603
Number of clauses of size 269621
Number of clauses of size 371450
Number of clauses of size 4266
Number of clauses of size 5505
Number of clauses of size over 54900

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

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.68 3.94 3.96 7/355 1313
/proc/meminfo: memFree=11697160/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=19124 CPUtime=0 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 564 0 0 0 0 0 0 0 20 0 1 0 720871942 19582976 505 33554432000 4194304 4291037 140736131094288 18446744073709551615 256415391488 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 4781 505 208 24 0 1415 0

[startup+0.0664769 s]
/proc/loadavg: 3.68 3.94 3.96 7/355 1313
/proc/meminfo: memFree=11697160/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=29572 CPUtime=0.06 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 3894 0 0 0 6 0 0 0 20 0 1 0 720871942 30281728 3510 33554432000 4194304 4291037 140736131094288 18446744073709551615 256415052485 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 7393 3511 215 24 0 4027 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29572

[startup+0.100464 s]
/proc/loadavg: 3.68 3.94 3.96 7/355 1313
/proc/meminfo: memFree=11697160/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=32200 CPUtime=0.09 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 4763 0 0 0 9 0 0 0 20 0 1 0 720871942 32972800 4240 33554432000 4194304 4291037 140736131094288 18446744073709551615 4218870 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 8050 4240 240 24 0 4684 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32200

[startup+0.300429 s]
/proc/loadavg: 3.68 3.94 3.96 7/355 1313
/proc/meminfo: memFree=11697160/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=40716 CPUtime=0.29 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 6931 0 0 0 29 0 0 0 21 0 1 0 720871942 41693184 5884 33554432000 4194304 4291037 140736131094288 18446744073709551615 4257065 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 10179 5887 240 24 0 6813 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40716

[startup+0.700347 s]
/proc/loadavg: 3.68 3.94 3.96 7/355 1313
/proc/meminfo: memFree=11697160/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=35316 CPUtime=0.68 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 7269 0 0 0 68 0 0 0 22 0 1 0 720871942 36163584 5059 33554432000 4194304 4291037 140736131094288 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 8829 5059 259 24 0 5463 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 35316

[startup+1.5012 s]
/proc/loadavg: 3.68 3.94 3.96 6/364 1326
/proc/meminfo: memFree=11611900/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=38036 CPUtime=1.49 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 7757 0 0 0 149 0 0 0 25 0 1 0 720871942 38948864 5542 33554432000 4194304 4291037 140736131094288 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 9509 5542 259 24 0 6143 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38036

[startup+3.1009 s]
/proc/loadavg: 3.71 3.94 3.96 6/364 1326
/proc/meminfo: memFree=11600488/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=42456 CPUtime=3.09 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 8568 0 0 0 309 0 0 0 25 0 1 0 720871942 43474944 6337 33554432000 4194304 4291037 140736131094288 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 10614 6337 259 24 0 7248 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42456

[startup+6.30029 s]
/proc/loadavg: 3.71 3.94 3.96 6/364 1326
/proc/meminfo: memFree=11568864/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=50012 CPUtime=6.29 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 10465 0 0 0 628 1 0 0 25 0 1 0 720871942 51212288 8199 33554432000 4194304 4291037 140736131094288 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 12503 8199 259 24 0 9137 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50012

[startup+12.7011 s]
/proc/loadavg: 3.75 3.94 3.96 6/364 1326
/proc/meminfo: memFree=11497768/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=64536 CPUtime=12.68 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 15068 0 0 0 1267 1 0 0 25 0 1 0 720871942 66084864 12746 33554432000 4194304 4291037 140736131094288 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 16134 12746 259 24 0 12768 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 64536

[startup+25.5006 s]
/proc/loadavg: 3.79 3.94 3.96 6/364 1326
/proc/meminfo: memFree=11454144/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=74860 CPUtime=25.49 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 25396 0 0 0 2545 4 0 0 25 0 1 0 720871942 76656640 12547 33554432000 4194304 4291037 140736131094288 18446744073709551615 4263277 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 18715 12547 259 24 0 15349 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 74860

[startup+51.1008 s]
/proc/loadavg: 3.92 3.96 3.96 6/364 1327
/proc/meminfo: memFree=11437516/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=63104 CPUtime=51.09 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 41744 0 0 0 5103 6 0 0 25 0 1 0 720871942 64618496 11847 33554432000 4194304 4291037 140736131094288 18446744073709551615 4256154 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 15776 11847 259 24 0 12410 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 63104

[startup+102.314 s]
/proc/loadavg: 3.97 3.97 3.96 6/364 1328
/proc/meminfo: memFree=11340512/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=107336 CPUtime=102.3 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 70781 0 0 0 10218 12 0 0 25 0 1 0 720871942 109912064 20553 33554432000 4194304 4291037 140736131094288 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 26834 20553 259 24 0 23468 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 107336

[startup+162.301 s]
/proc/loadavg: 3.98 3.97 3.96 6/364 1330
/proc/meminfo: memFree=11217844/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=193404 CPUtime=162.3 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 103774 0 0 0 16211 19 0 0 25 0 1 0 720871942 198045696 33703 33554432000 4194304 4291037 140736131094288 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 48351 33703 259 24 0 44985 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 193404

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.96 6/364 1332
/proc/meminfo: memFree=11287224/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=112496 CPUtime=222.29 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 139406 0 0 0 22203 26 0 0 25 0 1 0 720871942 115195904 20523 33554432000 4194304 4291037 140736131094288 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 28124 20523 259 24 0 24758 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 112496

[startup+282.3 s]
/proc/loadavg: 3.99 3.97 3.96 6/364 1333
/proc/meminfo: memFree=11283460/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=96516 CPUtime=282.3 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 170053 0 0 0 28197 33 0 0 25 0 1 0 720871942 98832384 19107 33554432000 4194304 4291037 140736131094288 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 24129 19107 259 24 0 20763 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 96516

[startup+342.301 s]
/proc/loadavg: 3.99 3.97 3.96 6/364 1335
/proc/meminfo: memFree=11250060/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=121040 CPUtime=342.3 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 201449 0 0 0 34190 40 0 0 25 0 1 0 720871942 123944960 22865 33554432000 4194304 4291037 140736131094288 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 30260 22865 259 24 0 26894 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 121040

[startup+402.301 s]
/proc/loadavg: 4.04 3.99 3.97 6/364 1336
/proc/meminfo: memFree=11117704/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=162036 CPUtime=402.3 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 233147 0 0 0 40182 48 0 0 25 0 1 0 720871942 165924864 32721 33554432000 4194304 4291037 140736131094288 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 40509 32721 259 24 0 37143 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 162036

[startup+462.301 s]
/proc/loadavg: 4.12 4.03 3.98 6/364 1338
/proc/meminfo: memFree=11066324/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=216188 CPUtime=462.3 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 269741 0 0 0 46174 56 0 0 25 0 1 0 720871942 221376512 39078 33554432000 4194304 4291037 140736131094288 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 54047 39078 259 24 0 50681 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 216188

[startup+522.3 s]
/proc/loadavg: 4.05 4.02 3.98 6/364 1340
/proc/meminfo: memFree=11068244/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=147080 CPUtime=522.3 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 293532 0 0 0 52169 61 0 0 25 0 1 0 720871942 150609920 30983 33554432000 4194304 4291037 140736131094288 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 36770 30983 259 24 0 33404 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 147080

[startup+582.301 s]
/proc/loadavg: 4.05 4.03 3.99 6/364 1341
/proc/meminfo: memFree=11168632/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=154264 CPUtime=582.31 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 316702 0 0 0 58166 65 0 0 25 0 1 0 720871942 157966336 32819 33554432000 4194304 4291037 140736131094288 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 38566 32819 259 24 0 35200 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 154264

[startup+642.301 s]
/proc/loadavg: 4.02 4.02 3.99 6/364 1343
/proc/meminfo: memFree=10951944/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=154264 CPUtime=642.31 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 340293 0 0 0 64159 72 0 0 25 0 1 0 720871942 157966336 30526 33554432000 4194304 4291037 140736131094288 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 38566 30526 259 24 0 35200 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 154264

[startup+702.3 s]
/proc/loadavg: 4.00 4.02 3.99 6/364 1344
/proc/meminfo: memFree=11035484/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=154264 CPUtime=702.31 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 371744 0 0 0 70154 77 0 0 25 0 1 0 720871942 157966336 33315 33554432000 4194304 4291037 140736131094288 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 38566 33315 259 24 0 35200 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 154264

[startup+762.314 s]
/proc/loadavg: 4.00 4.01 3.99 6/364 1346
/proc/meminfo: memFree=10948260/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=237268 CPUtime=762.33 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 394269 0 0 0 76151 82 0 0 25 0 1 0 720871942 242962432 55561 33554432000 4194304 4291037 140736131094288 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 59317 55561 259 24 0 55951 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 237268

[startup+822.301 s]
/proc/loadavg: 4.00 4.01 3.99 6/364 1348
/proc/meminfo: memFree=11068232/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=245200 CPUtime=822.32 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 420696 0 0 0 82145 87 0 0 25 0 1 0 720871942 251084800 45968 33554432000 4194304 4291037 140736131094288 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 61300 45968 259 24 0 57934 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 245200

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.99 6/364 1349
/proc/meminfo: memFree=10926944/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=198936 CPUtime=882.32 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 442357 0 0 0 88140 92 0 0 25 0 1 0 720871942 203710464 40012 33554432000 4194304 4291037 140736131094288 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 49734 40012 259 24 0 46368 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 198936

[startup+942.3 s]
/proc/loadavg: 4.06 4.02 4.00 6/364 1351
/proc/meminfo: memFree=10928868/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=249024 CPUtime=942.32 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 478012 0 0 0 94131 101 0 0 25 0 1 0 720871942 255000576 46223 33554432000 4194304 4291037 140736131094288 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 62256 46223 259 24 0 58890 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 249024

[startup+1002.3 s]
/proc/loadavg: 4.12 4.04 4.00 6/364 1352
/proc/meminfo: memFree=10988584/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=332088 CPUtime=1002.32 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 501929 0 0 0 100125 107 0 0 25 0 1 0 720871942 340058112 69986 33554432000 4194304 4291037 140736131094288 18446744073709551615 4255590 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 83022 69986 259 24 0 79656 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 332088

[startup+1062.3 s]
/proc/loadavg: 4.11 4.05 4.00 6/364 1354
/proc/meminfo: memFree=10838500/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=254524 CPUtime=1062.32 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 532699 0 0 0 106120 112 0 0 25 0 1 0 720871942 260632576 51929 33554432000 4194304 4291037 140736131094288 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 63631 51929 259 24 0 60265 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 254524

[startup+1122.3 s]
/proc/loadavg: 4.09 4.05 4.00 6/364 1356
/proc/meminfo: memFree=10921524/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=221024 CPUtime=1122.33 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 559174 0 0 0 112115 118 0 0 25 0 1 0 720871942 226328576 44685 33554432000 4194304 4291037 140736131094288 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 55256 44685 259 24 0 51890 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 221024

[startup+1182.3 s]
/proc/loadavg: 4.03 4.04 4.00 6/364 1357
/proc/meminfo: memFree=10787180/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=225312 CPUtime=1182.33 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 585564 0 0 0 118110 123 0 0 25 0 1 0 720871942 230719488 46109 33554432000 4194304 4291037 140736131094288 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 56328 46109 259 24 0 52962 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 225312

[startup+1242.3 s]
/proc/loadavg: 4.01 4.03 4.00 6/364 1359
/proc/meminfo: memFree=10925880/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=196400 CPUtime=1242.33 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 608951 0 0 0 124105 128 0 0 25 0 1 0 720871942 201113600 43822 33554432000 4194304 4291037 140736131094288 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 49100 43822 259 24 0 45734 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 196400



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.02 4.00 6/364 1360
/proc/meminfo: memFree=10654772/32950928 swapFree=67111200/67111528
[pid=1313] ppid=1310 vsize=358696 CPUtime=1300.04 cores=4,6
/proc/1313/stat : 1313 (minisat_release) R 1310 1313 1265 0 -1 4202496 632009 0 0 0 129872 132 0 0 25 0 1 0 720871942 367304704 66643 33554432000 4194304 4291037 140736131094288 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1313/statm: 89674 66643 259 24 0 86308 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 358696

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.03
CPU time (s): 1300.07
CPU user time (s): 1298.73
CPU system time (s): 1.3378
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 358696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.73
system time used= 1.3378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 632011
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= 67
involuntary context switches= 684

runsolver used 4.78727 second user time and 10.5284 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-13 19:06:53
IDJOB=3362611
IDBENCH=20523
IDSOLVER=1840
FILE ID=node115/3362611-1305306413
RUNJOBID= node115-1305306412-1284
PBS_JOBID= 13321471
Free space on /tmp= 50048 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k45.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362611-1305306413/watcher-3362611-1305306413 -o /tmp/evaluation-result-3362611-1305306413/solver-3362611-1305306413 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362611-1305306413.cnf

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

MD5SUM BENCH= 8a76c8add64173ae39149aae572a02d9
RANDOM SEED=1964421170

node115.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11697596 kB
Buffers:        244028 kB
Cached:       10519680 kB
SwapCached:          0 kB
Active:       11793532 kB
Inactive:      8999280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11697596 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:           14060 kB
Writeback:           0 kB
AnonPages:    10028680 kB
Mapped:          27364 kB
Slab:           351700 kB
PageTables:      41628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69659884 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= 50044 MiB
End job on node115 at 2011-05-13 19:28:35