Trace number 3318031

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: MiniSAT 2.2.0-agile-26? (TO) 1299.66 1300.13

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_11_ooo.cnf
MD5SUMf603f11fbfe855df381282b7bce010ea
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 variables88289
Number of clauses4187694
Sum of the clauses size12410354
Maximum clause length341
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23770000
Number of clauses of size 3347602
Number of clauses of size 41622
Number of clauses of size 51351
Number of clauses of size over 567118

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

running on 2 cores: 0,2

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: 2.40 3.47 3.58 5/360 32223
/proc/meminfo: memFree=8331800/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=11796 CPUtime=0 cores=0,2
/proc/32223/stat : 32223 (runsolver) S 32219 32223 31133 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 582900328 12079104 49 33554432000 4194304 5432360 140734389854080 18446744073709551615 4881623 0 2147483391 4096 24578 18446744071699968823 0 0 17 2 0 0 0
/proc/32223/statm: 2949 49 30 303 0 2643 0

[startup+0.0494761 s]
/proc/loadavg: 2.40 3.47 3.58 5/360 32223
/proc/meminfo: memFree=8331800/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=2492 CPUtime=0 cores=0,2
/proc/32223/stat : 32223 (minisat) S 32219 32223 31133 0 -1 4194304 87 0 0 0 0 0 0 0 18 0 1 0 582900328 2551808 42 33554432000 4194304 4291235 140734446178144 18446744073709551615 233505373831 0 2147483391 4096 0 18446744071699207358 0 0 17 0 0 0 0
/proc/32223/statm: 623 42 34 24 0 23 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2492

[startup+0.100463 s]
/proc/loadavg: 2.40 3.47 3.58 5/360 32223
/proc/meminfo: memFree=8331800/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=20452 CPUtime=0 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 1039 0 0 0 0 0 0 0 17 0 1 0 582900328 20942848 969 33554432000 4194304 4291235 140734446178144 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 5146 970 214 24 0 1780 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 20452

[startup+0.300427 s]
/proc/loadavg: 2.40 3.47 3.58 5/360 32223
/proc/meminfo: memFree=8331800/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=60864 CPUtime=0.2 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 12174 0 0 0 17 3 0 0 17 0 1 0 582900328 62324736 10190 33554432000 4194304 4291235 140734446178144 18446744073709551615 4277932 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 15216 10191 215 24 0 11850 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 60864

[startup+0.700356 s]
/proc/loadavg: 2.40 3.47 3.58 5/360 32223
/proc/meminfo: memFree=8331800/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=143788 CPUtime=0.6 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 34370 0 0 0 53 7 0 0 18 0 1 0 582900328 147238912 28034 33554432000 4194304 4291235 140734446178144 18446744073709551615 4277980 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 35947 28034 215 24 0 32581 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 143788

[startup+1.50025 s]
/proc/loadavg: 2.61 3.50 3.58 6/370 32237
/proc/meminfo: memFree=7765204/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=276728 CPUtime=1.4 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 77054 0 0 0 127 13 0 0 19 0 1 0 582900328 283369472 62862 33554432000 4194304 4291235 140734446178144 18446744073709551615 4278070 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 69182 62866 215 24 0 65816 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 276728

[startup+3.10095 s]
/proc/loadavg: 2.61 3.50 3.58 6/370 32237
/proc/meminfo: memFree=7029096/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=339368 CPUtime=3 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 82454 0 0 0 286 14 0 0 22 0 1 0 582900328 347512832 67932 33554432000 4194304 4291235 140734446178144 18446744073709551615 4230261 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 84842 67932 237 24 0 81476 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 339368

[startup+6.30038 s]
/proc/loadavg: 2.61 3.50 3.58 6/370 32237
/proc/meminfo: memFree=6676528/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=339368 CPUtime=6.2 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 82454 0 0 0 606 14 0 0 25 0 1 0 582900328 347512832 67932 33554432000 4194304 4291235 140734446178144 18446744073709551615 4229936 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 84842 67932 237 24 0 81476 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 339368

[startup+12.7002 s]
/proc/loadavg: 2.82 3.51 3.59 6/370 32237
/proc/meminfo: memFree=6640480/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=341928 CPUtime=12.6 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 83674 0 0 0 1246 14 0 0 25 0 1 0 582900328 350134272 69114 33554432000 4194304 4291235 140734446178144 18446744073709551615 4229975 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 85482 69114 239 24 0 82116 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 341928

[startup+25.5009 s]
/proc/loadavg: 2.92 3.51 3.59 5/365 32254
/proc/meminfo: memFree=7510552/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=272076 CPUtime=25.4 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 105802 0 0 0 2521 19 0 0 25 0 1 0 582900328 278605824 61180 33554432000 4194304 4291235 140734446178144 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 68019 61180 258 24 0 64653 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 272076

[startup+51.1003 s]
/proc/loadavg: 2.95 3.47 3.57 5/364 32255
/proc/meminfo: memFree=7430800/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=403552 CPUtime=51 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 123751 0 0 0 5077 23 0 0 25 0 1 0 582900328 413237248 79033 33554432000 4194304 4291235 140734446178144 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 100888 79033 258 24 0 97522 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 403552

[startup+102.314 s]
/proc/loadavg: 2.98 3.39 3.53 5/364 32256
/proc/meminfo: memFree=7041348/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=535812 CPUtime=102.22 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 162208 0 0 0 10189 33 0 0 25 0 1 0 582900328 548671488 117330 33554432000 4194304 4291235 140734446178144 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 133953 117330 258 24 0 130587 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 535812

[startup+162.3 s]
/proc/loadavg: 2.99 3.31 3.50 5/364 32258
/proc/meminfo: memFree=6666712/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=761436 CPUtime=162.21 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 195594 0 0 0 16181 40 0 0 25 0 1 0 582900328 779710464 150566 33554432000 4194304 4291235 140734446178144 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 190359 150566 258 24 0 186993 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 761436

[startup+222.301 s]
/proc/loadavg: 2.99 3.25 3.46 5/364 32259
/proc/meminfo: memFree=6271120/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=1118824 CPUtime=222.21 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 236956 0 0 0 22170 51 0 0 25 0 1 0 582900328 1145675776 191787 33554432000 4194304 4291235 140734446178144 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 279706 191787 258 24 0 276340 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 1118824

[startup+282.301 s]
/proc/loadavg: 3.11 3.24 3.44 5/364 32261
/proc/meminfo: memFree=5904660/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=1131800 CPUtime=282.21 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 269400 0 0 0 28163 58 0 0 25 0 1 0 582900328 1158963200 224114 33554432000 4194304 4291235 140734446178144 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 282950 224114 258 24 0 279584 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 1131800

[startup+342.301 s]
/proc/loadavg: 3.14 3.22 3.42 5/364 32263
/proc/meminfo: memFree=5509068/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=1135000 CPUtime=342.22 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 299470 0 0 0 34157 65 0 0 25 0 1 0 582900328 1162240000 254034 33554432000 4194304 4291235 140734446178144 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 283750 254034 258 24 0 280384 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 1135000

[startup+402.3 s]
/proc/loadavg: 3.05 3.18 3.39 5/364 32264
/proc/meminfo: memFree=5199780/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=1713544 CPUtime=402.21 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 326689 0 0 0 40150 71 0 0 25 0 1 0 582900328 1754669056 281121 33554432000 4194304 4291235 140734446178144 18446744073709551615 4256232 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 428386 281121 258 24 0 425020 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 1713544

[startup+462.301 s]
/proc/loadavg: 3.05 3.16 3.37 5/364 32266
/proc/meminfo: memFree=4858756/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=1716104 CPUtime=462.21 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 361016 0 0 0 46141 80 0 0 25 0 1 0 582900328 1757290496 315305 33554432000 4194304 4291235 140734446178144 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 429026 315305 258 24 0 425660 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 1716104

[startup+522.301 s]
/proc/loadavg: 3.02 3.13 3.35 5/364 32267
/proc/meminfo: memFree=3900076/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=1721976 CPUtime=522.22 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 395511 0 0 0 52132 90 0 0 25 0 1 0 582900328 1763303424 349678 33554432000 4194304 4291235 140734446178144 18446744073709551615 4248950 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 430494 349678 258 24 0 427128 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 1721976

[startup+582.301 s]
/proc/loadavg: 3.00 3.10 3.32 5/364 32269
/proc/meminfo: memFree=2262244/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=1734456 CPUtime=582.22 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 420193 0 0 0 58125 97 0 0 25 0 1 0 582900328 1776082944 374268 33554432000 4194304 4291235 140734446178144 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 433614 374268 258 24 0 430248 0
Current children cumulated CPU time (s) 582.22
Current children cumulated vsize (KiB) 1734456

[startup+642.3 s]
/proc/loadavg: 3.00 3.08 3.30 5/364 32271
/proc/meminfo: memFree=1299020/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=1740780 CPUtime=642.23 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 445633 0 0 0 64117 106 0 0 25 0 1 0 582900328 1782558720 399608 33554432000 4194304 4291235 140734446178144 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 435195 399608 258 24 0 431829 0
Current children cumulated CPU time (s) 642.23
Current children cumulated vsize (KiB) 1740780

[startup+702.301 s]
/proc/loadavg: 3.00 3.06 3.28 5/364 32272
/proc/meminfo: memFree=631216/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=1751220 CPUtime=702.22 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 467800 0 0 0 70109 113 0 0 25 0 1 0 582900328 1793249280 421684 33554432000 4194304 4291235 140734446178144 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 437805 421684 258 24 0 434439 0
Current children cumulated CPU time (s) 702.22
Current children cumulated vsize (KiB) 1751220

[startup+762.314 s]
/proc/loadavg: 3.00 3.05 3.26 5/364 32274
/proc/meminfo: memFree=356712/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=2679536 CPUtime=762.23 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 489165 0 0 0 76105 118 0 0 25 0 1 0 582900328 2743844864 442977 33554432000 4194304 4291235 140734446178144 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 669884 442977 258 24 0 666518 0
Current children cumulated CPU time (s) 762.23
Current children cumulated vsize (KiB) 2679536

[startup+822.301 s]
/proc/loadavg: 3.16 3.07 3.25 5/364 32275
/proc/meminfo: memFree=92752/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=2688820 CPUtime=822.21 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 516960 0 0 0 82094 127 0 0 25 0 1 0 582900328 2753351680 470695 33554432000 4194304 4291235 140734446178144 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 672205 470695 258 24 0 668839 0
Current children cumulated CPU time (s) 822.21
Current children cumulated vsize (KiB) 2688820

[startup+882.3 s]
/proc/loadavg: 3.20 3.09 3.24 5/364 32277
/proc/meminfo: memFree=94840/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=2697460 CPUtime=882.18 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 535897 0 0 0 88084 134 0 0 25 0 1 0 582900328 2762199040 489562 33554432000 4194304 4291235 140734446178144 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 674365 489562 258 24 0 670999 0
Current children cumulated CPU time (s) 882.18
Current children cumulated vsize (KiB) 2697460

[startup+942.3 s]
/proc/loadavg: 3.07 3.07 3.23 5/364 32279
/proc/meminfo: memFree=92992/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=2701780 CPUtime=942.1 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 553054 0 0 0 94070 140 0 0 25 0 1 0 582900328 2766622720 506659 33554432000 4194304 4291235 140734446178144 18446744073709551615 4248318 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 675445 506659 258 24 0 672079 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 2701780

[startup+1002.3 s]
/proc/loadavg: 3.07 3.07 3.21 5/364 32280
/proc/meminfo: memFree=93504/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=2701780 CPUtime=1002.06 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 571172 0 0 0 100058 148 0 0 25 0 1 0 582900328 2766622720 524701 33554432000 4194304 4291235 140734446178144 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 675445 524701 258 24 0 672079 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 2701780

[startup+1062.3 s]
/proc/loadavg: 3.02 3.05 3.20 5/364 32282
/proc/meminfo: memFree=92680/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=2711500 CPUtime=1061.98 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 587437 0 0 0 106046 152 0 0 25 0 1 0 582900328 2776576000 540890 33554432000 4194304 4291235 140734446178144 18446744073709551615 4255827 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 677875 540890 258 24 0 674509 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 2711500

[startup+1122.3 s]
/proc/loadavg: 3.01 3.04 3.18 5/364 32283
/proc/meminfo: memFree=96768/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=2714140 CPUtime=1121.93 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 603307 0 0 0 112036 157 0 0 25 0 1 0 582900328 2779279360 556707 33554432000 4194304 4291235 140734446178144 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 678535 556707 258 24 0 675169 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 2714140

[startup+1182.3 s]
/proc/loadavg: 3.00 3.03 3.17 5/364 32285
/proc/meminfo: memFree=92328/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=2715100 CPUtime=1181.91 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 617464 0 0 0 118029 162 0 0 25 0 1 0 582900328 2780262400 570808 33554432000 4194304 4291235 140734446178144 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 678775 570808 258 24 0 675409 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 2715100

[startup+1242.3 s]
/proc/loadavg: 3.00 3.02 3.16 5/364 32287
/proc/meminfo: memFree=94312/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=2733004 CPUtime=1241.85 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 637050 0 0 0 124016 169 0 0 25 0 1 0 582900328 2798596096 590336 33554432000 4194304 4291235 140734446178144 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32223/statm: 683251 590336 258 24 0 679885 0
Current children cumulated CPU time (s) 1241.85
Current children cumulated vsize (KiB) 2733004



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.51 2.89 3.10 4/358 32305
/proc/meminfo: memFree=6871684/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=2733004 CPUtime=1299.54 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4202496 649949 0 0 0 129781 173 0 0 25 0 1 0 582900328 2798596096 603201 33554432000 4194304 4291235 140734446178144 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32223/statm: 683251 603201 258 24 0 679885 0
Current children cumulated CPU time (s) 1299.54
Current children cumulated vsize (KiB) 2733004

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

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

[startup+1300.11 s]
/proc/loadavg: 2.51 2.89 3.10 3/358 32307
/proc/meminfo: memFree=10885672/32951124 swapFree=67111348/67111528
[pid=32223] ppid=32219 vsize=0 CPUtime=1299.65 cores=0,2
/proc/32223/stat : 32223 (minisat) R 32219 32223 31133 0 -1 4203524 649949 0 0 0 129781 184 0 0 25 0 1 0 582900328 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 0 0 0 0
/proc/32223/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1299.65
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.13
CPU time (s): 1299.66
CPU user time (s): 1297.81
CPU system time (s): 1.84972
CPU usage (%): 99.9639
Max. virtual memory (cumulated for all children) (KiB): 2733004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1297.81
system time used= 1.84972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 649949
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= 32
involuntary context switches= 16609

runsolver used 4.6263 second user time and 10.3084 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-09 03:34:04
IDJOB=3318031
IDBENCH=88163
IDSOLVER=1707
FILE ID=node145/3318031-1304904834
RUNJOBID= node145-1304904834-32197
PBS_JOBID= 13282126
Free space on /tmp= 43032 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_11_ooo.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318031-1304904834/watcher-3318031-1304904834 -o /tmp/evaluation-result-3318031-1304904834/solver-3318031-1304904834 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318031-1304904834.cnf

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

MD5SUM BENCH= f603f11fbfe855df381282b7bce010ea
RANDOM SEED=11698519

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.786
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.786
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8337976 kB
Buffers:        226548 kB
Cached:       18259332 kB
SwapCached:          0 kB
Active:        8863764 kB
Inactive:     15095940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8337976 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          368440 kB
Writeback:           0 kB
AnonPages:     5473460 kB
Mapped:          27096 kB
Slab:           553888 kB
PageTables:      34196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79342520 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= 43176 MiB
End job on node145 at 2011-05-09 03:55:47