Trace number 3420240

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) 5000.25 5000.33

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 benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2200.85
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-3420240-1306590613/watcher-3420240-1306590613 -o /tmp/evaluation-result-3420240-1306590613/solver-3420240-1306590613 -C 5000 -W 5100 -M 15500 minisat_release HOME/instance-3420240-1306590613.cnf 

running on 4 cores: 1,3,5,7

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: 2.00 2.02 2.00 3/498 7092
/proc/meminfo: memFree=28203652/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=20256 CPUtime=0 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 943 0 0 0 0 0 0 0 22 0 1 0 770661196 20742144 875 33554432000 4194304 4291037 140736948524704 18446744073709551615 4276877 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7092/statm: 5064 875 213 24 0 1698 0

[startup+0.082061 s]
/proc/loadavg: 2.00 2.02 2.00 3/498 7092
/proc/meminfo: memFree=28203652/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=33272 CPUtime=0.07 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 5278 0 0 0 6 1 0 0 22 0 1 0 770661196 34070528 4442 33554432000 4194304 4291037 140736948524704 18446744073709551615 4277998 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7092/statm: 8318 4442 215 24 0 4952 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 33272

[startup+0.101069 s]
/proc/loadavg: 2.00 2.02 2.00 3/498 7092
/proc/meminfo: memFree=28203652/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=36140 CPUtime=0.09 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 6298 0 0 0 8 1 0 0 22 0 1 0 770661196 37007360 5393 33554432000 4194304 4291037 140736948524704 18446744073709551615 4277998 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7092/statm: 9035 5394 215 24 0 5669 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36140

[startup+0.301027 s]
/proc/loadavg: 2.00 2.02 2.00 3/498 7092
/proc/meminfo: memFree=28203652/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=74912 CPUtime=0.28 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 18125 0 0 0 26 2 0 0 23 0 1 0 770661196 76709888 15165 33554432000 4194304 4291037 140736948524704 18446744073709551615 210646807237 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7092/statm: 18728 15167 215 24 0 15362 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 74912

[startup+0.700967 s]
/proc/loadavg: 2.00 2.02 2.00 3/498 7092
/proc/meminfo: memFree=28203652/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=163696 CPUtime=0.69 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 40911 0 0 0 63 6 0 0 25 0 1 0 770661196 167624704 34199 33554432000 4194304 4291037 140736948524704 18446744073709551615 210646807237 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7092/statm: 40924 34200 215 24 0 37558 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 163696

[startup+25.0019 s]
/proc/loadavg: 2.00 2.02 2.00 3/498 7092
/proc/meminfo: memFree=28203652/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=272080 CPUtime=24.85 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 107986 0 0 0 2471 14 0 0 25 0 1 0 770661196 278609920 63349 33554432000 4194304 4291037 140736948524704 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7092/statm: 68020 63349 258 24 0 64654 0
Current children cumulated CPU time (s) 24.85
Current children cumulated vsize (KiB) 272080

[startup+25.1008 s]
/proc/loadavg: 2.00 2.02 2.00 3/498 7092
/proc/meminfo: memFree=28203652/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=322168 CPUtime=24.95 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 108181 0 0 0 2481 14 0 0 25 0 1 0 770661196 329900032 63543 33554432000 4194304 4291037 140736948524704 18446744073709551615 4261940 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7092/statm: 80542 63543 258 24 0 77176 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 322168

[startup+25.2008 s]
/proc/loadavg: 3.09 2.27 2.08 3/499 7094
/proc/meminfo: memFree=27912452/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=322168 CPUtime=25.07 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 108267 0 0 0 2493 14 0 0 25 0 1 0 770661196 329900032 63629 33554432000 4194304 4291037 140736948524704 18446744073709551615 4251672 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7092/statm: 80542 63629 258 24 0 77176 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 322168

[startup+25.3188 s]
/proc/loadavg: 3.09 2.27 2.08 3/499 7094
/proc/meminfo: memFree=27912452/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=322168 CPUtime=25.17 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 108333 0 0 0 2503 14 0 0 25 0 1 0 770661196 329900032 63694 33554432000 4194304 4291037 140736948524704 18446744073709551615 4255983 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7092/statm: 80542 63694 258 24 0 77176 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 322168

[startup+25.5008 s]
/proc/loadavg: 3.09 2.27 2.08 3/499 7094
/proc/meminfo: memFree=27912452/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=322168 CPUtime=25.35 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 108467 0 0 0 2521 14 0 0 25 0 1 0 770661196 329900032 63828 33554432000 4194304 4291037 140736948524704 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7092/statm: 80542 63828 258 24 0 77176 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 322168

[startup+51.1005 s]
/proc/loadavg: 2.71 2.25 2.08 3/499 7095
/proc/meminfo: memFree=27860232/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=403556 CPUtime=50.95 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 130071 0 0 0 5077 18 0 0 25 0 1 0 770661196 413241344 85315 33554432000 4194304 4291037 140736948524704 18446744073709551615 4249250 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7092/statm: 100889 85315 258 24 0 97523 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 403556

[startup+102.319 s]
/proc/loadavg: 2.31 2.21 2.08 3/499 7096
/proc/meminfo: memFree=27667112/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=752320 CPUtime=102.16 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 177041 0 0 0 10191 25 0 0 25 0 1 0 770661196 770375680 132089 33554432000 4194304 4291037 140736948524704 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7092/statm: 188080 132089 258 24 0 184714 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 752320

[startup+162.301 s]
/proc/loadavg: 2.19 2.20 2.08 3/499 7097
/proc/meminfo: memFree=27456664/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=767968 CPUtime=162.15 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 227451 0 0 0 16180 35 0 0 25 0 1 0 770661196 786399232 182318 33554432000 4194304 4291037 140736948524704 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7092/statm: 191992 182318 258 24 0 188626 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 767968

[startup+222.301 s]
/proc/loadavg: 2.11 2.17 2.08 3/499 7099
/proc/meminfo: memFree=27277332/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=1131804 CPUtime=222.15 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 269097 0 0 0 22170 45 0 0 25 0 1 0 770661196 1158967296 223815 33554432000 4194304 4291037 140736948524704 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7092/statm: 282951 223815 258 24 0 279585 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 1131804

[startup+282.301 s]
/proc/loadavg: 2.04 2.14 2.08 3/499 7101
/proc/meminfo: memFree=27116720/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=1136604 CPUtime=282.15 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 306105 0 0 0 28161 54 0 0 25 0 1 0 770661196 1163882496 260630 33554432000 4194304 4291037 140736948524704 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7092/statm: 284151 260630 258 24 0 280785 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 1136604

[startup+342.3 s]
/proc/loadavg: 2.01 2.11 2.07 3/499 7102
/proc/meminfo: memFree=27042796/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=1714400 CPUtime=342.15 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 345547 0 0 0 34151 64 0 0 25 0 1 0 770661196 1755545600 299905 33554432000 4194304 4291037 140736948524704 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7092/statm: 428600 299905 258 24 0 425234 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 1714400

[startup+402.3 s]
/proc/loadavg: 2.00 2.09 2.06 3/499 7104
/proc/meminfo: memFree=26811140/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=1720404 CPUtime=402.15 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 391295 0 0 0 40140 75 0 0 25 0 1 0 770661196 1761693696 345483 33554432000 4194304 4291037 140736948524704 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7092/statm: 430101 345483 258 24 0 426735 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 1720404

[startup+462.3 s]
/proc/loadavg: 2.13 2.10 2.07 3/499 7105
/proc/meminfo: memFree=26674348/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=1734460 CPUtime=462.15 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 421855 0 0 0 46133 82 0 0 25 0 1 0 770661196 1776087040 375921 33554432000 4194304 4291037 140736948524704 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7092/statm: 433615 375921 258 24 0 430249 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 1734460

[startup+522.301 s]
/proc/loadavg: 2.11 2.10 2.07 3/499 7107
/proc/meminfo: memFree=26527636/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=1749624 CPUtime=522.16 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 454148 0 0 0 52126 90 0 0 25 0 1 0 770661196 1791614976 408088 33554432000 4194304 4291037 140736948524704 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7092/statm: 437406 408088 258 24 0 434040 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 1749624

[startup+582.301 s]
/proc/loadavg: 2.04 2.08 2.06 3/499 7109
/proc/meminfo: memFree=26472056/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=2675540 CPUtime=582.16 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 480601 0 0 0 58121 95 0 0 25 0 1 0 770661196 2739752960 434440 33554432000 4194304 4291037 140736948524704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7092/statm: 668885 434440 258 24 0 665519 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 2675540

[startup+642.301 s]

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

[startup+4122.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/493 7242
/proc/meminfo: memFree=23353116/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=6907752 CPUtime=4122.2 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 1334628 0 0 0 411866 354 0 0 25 0 1 0 770661196 7073538048 1285485 33554432000 4194304 4291037 140736948524704 18446744073709551615 4255716 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7092/statm: 1726938 1285485 258 24 0 1723572 0
Current children cumulated CPU time (s) 4122.2
Current children cumulated vsize (KiB) 6907752

[startup+4182.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/493 7244
/proc/meminfo: memFree=23318500/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=6907752 CPUtime=4182.2 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 1343169 0 0 0 417863 357 0 0 25 0 1 0 770661196 7073538048 1293996 33554432000 4194304 4291037 140736948524704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7092/statm: 1726938 1293996 258 24 0 1723572 0
Current children cumulated CPU time (s) 4182.2
Current children cumulated vsize (KiB) 6907752

[startup+4242.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/493 7245
/proc/meminfo: memFree=23265784/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=6907752 CPUtime=4242.2 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 1356472 0 0 0 423859 361 0 0 25 0 1 0 770661196 7073538048 1307267 33554432000 4194304 4291037 140736948524704 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7092/statm: 1726938 1307267 258 24 0 1723572 0
Current children cumulated CPU time (s) 4242.2
Current children cumulated vsize (KiB) 6907752

[startup+4302.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/493 7257
/proc/meminfo: memFree=23197740/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=6907752 CPUtime=4302.2 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 1373188 0 0 0 429855 365 0 0 25 0 1 0 770661196 7073538048 1323936 33554432000 4194304 4291037 140736948524704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7092/statm: 1726938 1323936 258 24 0 1723572 0
Current children cumulated CPU time (s) 4302.2
Current children cumulated vsize (KiB) 6907752

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/493 7258
/proc/meminfo: memFree=23153584/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=6907752 CPUtime=4362.21 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 1384192 0 0 0 435851 370 0 0 25 0 1 0 770661196 7073538048 1334902 33554432000 4194304 4291037 140736948524704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7092/statm: 1726938 1334902 258 24 0 1723572 0
Current children cumulated CPU time (s) 4362.21
Current children cumulated vsize (KiB) 6907752

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/493 7261
/proc/meminfo: memFree=23106572/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=6914236 CPUtime=4422.21 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 1396006 0 0 0 441847 374 0 0 25 0 1 0 770661196 7080177664 1346684 33554432000 4194304 4291037 140736948524704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7092/statm: 1728559 1346684 258 24 0 1725193 0
Current children cumulated CPU time (s) 4422.21
Current children cumulated vsize (KiB) 6914236

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/493 7263
/proc/meminfo: memFree=23068232/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=6919096 CPUtime=4482.21 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 1405769 0 0 0 447844 377 0 0 25 0 1 0 770661196 7085154304 1356420 33554432000 4194304 4291037 140736948524704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7092/statm: 1729774 1356420 258 24 0 1726408 0
Current children cumulated CPU time (s) 4482.21
Current children cumulated vsize (KiB) 6919096

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/493 7267
/proc/meminfo: memFree=23020956/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=6946780 CPUtime=4542.21 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 1417391 0 0 0 453840 381 0 0 25 0 1 0 770661196 7113502720 1368011 33554432000 4194304 4291037 140736948524704 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7092/statm: 1736695 1368011 258 24 0 1733329 0
Current children cumulated CPU time (s) 4542.21
Current children cumulated vsize (KiB) 6946780

[startup+4602.3 s]
/proc/loadavg: 1.12 1.03 1.01 2/493 7269
/proc/meminfo: memFree=22986748/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=6946780 CPUtime=4602.22 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 1425777 0 0 0 459838 384 0 0 25 0 1 0 770661196 7113502720 1376370 33554432000 4194304 4291037 140736948524704 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7092/statm: 1736695 1376370 258 24 0 1733329 0
Current children cumulated CPU time (s) 4602.22
Current children cumulated vsize (KiB) 6946780

[startup+4662.3 s]
/proc/loadavg: 1.11 1.04 1.01 2/493 7271
/proc/meminfo: memFree=22936144/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=6946780 CPUtime=4662.21 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 1438880 0 0 0 465833 388 0 0 25 0 1 0 770661196 7113502720 1389428 33554432000 4194304 4291037 140736948524704 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7092/statm: 1736695 1389428 258 24 0 1733329 0
Current children cumulated CPU time (s) 4662.21
Current children cumulated vsize (KiB) 6946780

[startup+4722.32 s]
/proc/loadavg: 1.04 1.03 1.00 2/493 7273
/proc/meminfo: memFree=22793032/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=6956500 CPUtime=4722.23 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 1474093 0 0 0 471828 395 0 0 25 0 1 0 770661196 7123456000 1424577 33554432000 4194304 4291037 140736948524704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7092/statm: 1739125 1424577 258 24 0 1735759 0
Current children cumulated CPU time (s) 4722.23
Current children cumulated vsize (KiB) 6956500

[startup+4782.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/493 7275
/proc/meminfo: memFree=22688352/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=6956500 CPUtime=4782.21 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 1500863 0 0 0 477820 401 0 0 25 0 1 0 770661196 7123456000 1451249 33554432000 4194304 4291037 140736948524704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7092/statm: 1739125 1451249 258 24 0 1735759 0
Current children cumulated CPU time (s) 4782.21
Current children cumulated vsize (KiB) 6956500

[startup+4842.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/493 7276
/proc/meminfo: memFree=22557632/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=6964600 CPUtime=4842.21 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 1533225 0 0 0 483814 407 0 0 25 0 1 0 770661196 7131750400 1483518 33554432000 4194304 4291037 140736948524704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7092/statm: 1741150 1483518 258 24 0 1737784 0
Current children cumulated CPU time (s) 4842.21
Current children cumulated vsize (KiB) 6964600

[startup+4902.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/493 7278
/proc/meminfo: memFree=22443156/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=6971080 CPUtime=4902.21 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 1562005 0 0 0 489807 414 0 0 25 0 1 0 770661196 7138385920 1512206 33554432000 4194304 4291037 140736948524704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7092/statm: 1742770 1512206 258 24 0 1739404 0
Current children cumulated CPU time (s) 4902.21
Current children cumulated vsize (KiB) 6971080

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/493 7279
/proc/meminfo: memFree=22412756/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=6971080 CPUtime=4962.22 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 1569517 0 0 0 495805 417 0 0 25 0 1 0 770661196 7138385920 1519697 33554432000 4194304 4291037 140736948524704 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7092/statm: 1742770 1519697 258 24 0 1739404 0
Current children cumulated CPU time (s) 4962.22
Current children cumulated vsize (KiB) 6971080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/493 7280
/proc/meminfo: memFree=22385584/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=6971080 CPUtime=5000.03 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4202496 1576286 0 0 0 499584 419 0 0 25 0 1 0 770661196 7138385920 1526449 33554432000 4194304 4291037 140736948524704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7092/statm: 1742770 1526449 258 24 0 1739404 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 6971080

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

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

[startup+5000.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/493 7280
/proc/meminfo: memFree=22385584/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=0 CPUtime=5000.14 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4203524 1576286 0 0 0 499585 429 0 0 25 0 1 0 770661196 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 5 0 0 0
/proc/7092/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.14
Current children cumulated vsize (KiB) 0

[startup+5000.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/493 7280
/proc/meminfo: memFree=22385584/32951132 swapFree=59085548/67111528
[pid=7092] ppid=7090 vsize=0 CPUtime=5000.22 cores=1,3,5,7
/proc/7092/stat : 7092 (minisat_release) R 7090 7092 6460 0 -1 4203524 1576286 0 0 0 499585 437 0 0 25 0 1 0 770661196 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 5 0 0 0
/proc/7092/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.22
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.33
CPU time (s): 5000.25
CPU user time (s): 4995.85
CPU system time (s): 4.40133
CPU usage (%): 99.9985
Max. virtual memory (cumulated for all children) (KiB): 6971080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4995.85
system time used= 4.40133
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1576286
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= 10
involuntary context switches= 8421

runsolver used 22.0177 second user time and 59.422 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-28 15:50:16
IDJOB=3420240
IDBENCH=88163
IDSOLVER=1912
FILE ID=node129/3420240-1306590613
RUNJOBID= node129-1306579393-6480
PBS_JOBID= 13471551
Free space on /tmp= 73068 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_11_ooo.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420240-1306590613/watcher-3420240-1306590613 -o /tmp/evaluation-result-3420240-1306590613/solver-3420240-1306590613 -C 5000 -W 5100 -M 15500  minisat_release HOME/instance-3420240-1306590613.cnf

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

MD5SUM BENCH= f603f11fbfe855df381282b7bce010ea
RANDOM SEED=264261758

node129.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.831
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.66
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.831
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.83
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.831
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.831
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.82
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.831
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.74
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.831
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.83
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.831
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      28203932 kB
Buffers:        180624 kB
Cached:        1703460 kB
SwapCached:      74124 kB
Active:         840760 kB
Inactive:      3679760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28203932 kB
SwapTotal:    67111528 kB
SwapFree:     59085548 kB
Dirty:           82036 kB
Writeback:           0 kB
AnonPages:     2572832 kB
Mapped:          18280 kB
Slab:           100312 kB
PageTables:      59768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 147629056 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73068 MiB
End job on node129 at 2011-05-28 17:13:38