Trace number 3387146

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: cir_minisat 2011-05-13 (simp)? (TO) 5000.07 4999.92

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-12.cnf
MD5SUM0621e557bffdc18ca509447665adecda
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 variables69553
Number of clauses226752
Sum of the clauses size587624
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292374
Number of clauses of size 3134249
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3387146-1305594431/watcher-3387146-1305594431 -o /tmp/evaluation-result-3387146-1305594431/solver-3387146-1305594431 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387146-1305594431.cnf 

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

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


[startup+0 s]
/proc/loadavg: 4.00 4.00 4.00 4/329 21322
/proc/meminfo: memFree=22363200/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=27960 CPUtime=0 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 2389 0 0 0 0 0 0 0 25 0 1 0 749673705 28631040 2280 33554432000 4194304 4300288 140734245263536 18446744073709551615 4266270 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 6990 2285 218 26 0 3622 0

[startup+0.089036 s]
/proc/loadavg: 4.00 4.00 4.00 4/329 21322
/proc/meminfo: memFree=22363200/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=37912 CPUtime=0.08 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 6067 0 0 0 8 0 0 0 25 0 1 0 749673705 38821888 5479 33554432000 4194304 4300288 140734245263536 18446744073709551615 260020056773 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 9478 5480 218 26 0 6110 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 37912

[startup+0.101034 s]
/proc/loadavg: 4.00 4.00 4.00 4/329 21322
/proc/meminfo: memFree=22363200/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=38836 CPUtime=0.09 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 6460 0 0 0 9 0 0 0 25 0 1 0 749673705 39768064 5852 33554432000 4194304 4300288 140734245263536 18446744073709551615 260020056773 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 9709 5853 219 26 0 6341 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38836

[startup+0.300994 s]
/proc/loadavg: 4.00 4.00 4.00 4/329 21322
/proc/meminfo: memFree=22363200/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=50916 CPUtime=0.29 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 9721 0 0 0 28 1 0 0 25 0 1 0 749673705 52137984 8744 33554432000 4194304 4300288 140734245263536 18446744073709551615 4278597 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 12729 8744 222 26 0 9361 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50916

[startup+0.700937 s]
/proc/loadavg: 4.00 4.00 4.00 4/329 21322
/proc/meminfo: memFree=22363200/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=46116 CPUtime=0.69 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 12515 0 0 0 68 1 0 0 25 0 1 0 749673705 47222784 7457 33554432000 4194304 4300288 140734245263536 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 11529 7457 240 26 0 8161 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46116

[startup+1.50077 s]
/proc/loadavg: 4.00 4.00 4.00 5/330 21323
/proc/meminfo: memFree=22331332/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=46116 CPUtime=1.49 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 12578 0 0 0 148 1 0 0 25 0 1 0 749673705 47222784 7520 33554432000 4194304 4300288 140734245263536 18446744073709551615 4256223 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 11529 7520 240 26 0 8161 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46116

[startup+3.10049 s]
/proc/loadavg: 4.00 4.00 4.00 5/330 21323
/proc/meminfo: memFree=22328604/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=46116 CPUtime=3.09 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 12707 0 0 0 308 1 0 0 25 0 1 0 749673705 47222784 7649 33554432000 4194304 4300288 140734245263536 18446744073709551615 4256003 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 11529 7649 240 26 0 8161 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46116

[startup+6.3009 s]
/proc/loadavg: 4.00 4.00 4.00 5/330 21323
/proc/meminfo: memFree=22322652/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=53192 CPUtime=6.29 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 12987 0 0 0 628 1 0 0 25 0 1 0 749673705 54468608 7927 33554432000 4194304 4300288 140734245263536 18446744073709551615 4255659 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 13298 7927 242 26 0 9930 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53192

[startup+12.7007 s]
/proc/loadavg: 4.00 4.00 4.00 5/330 21324
/proc/meminfo: memFree=22311056/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=53192 CPUtime=12.69 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 13378 0 0 0 1268 1 0 0 25 0 1 0 749673705 54468608 8310 33554432000 4194304 4300288 140734245263536 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 13298 8311 242 26 0 9930 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53192

[startup+25.5004 s]
/proc/loadavg: 4.00 4.00 4.00 5/330 21324
/proc/meminfo: memFree=22290964/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=53192 CPUtime=25.49 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 14231 0 0 0 2547 2 0 0 25 0 1 0 749673705 54468608 9156 33554432000 4194304 4300288 140734245263536 18446744073709551615 4269259 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 13298 9156 242 26 0 9930 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53192

[startup+51.1007 s]
/proc/loadavg: 4.00 4.00 4.00 5/330 21324
/proc/meminfo: memFree=22240904/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=71868 CPUtime=51.09 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 18916 0 0 0 5106 3 0 0 25 0 1 0 749673705 73592832 13830 33554432000 4194304 4300288 140734245263536 18446744073709551615 4255985 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 17967 13830 242 26 0 14599 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 71868

[startup+102.312 s]
/proc/loadavg: 4.00 4.00 4.00 5/330 21326
/proc/meminfo: memFree=22147112/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=102512 CPUtime=102.3 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 22400 0 0 0 10227 3 0 0 25 0 1 0 749673705 104972288 17288 33554432000 4194304 4300288 140734245263536 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 25628 17288 242 26 0 22260 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 102512

[startup+162.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/330 21328
/proc/meminfo: memFree=22045248/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=102512 CPUtime=162.3 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 26233 0 0 0 16226 4 0 0 25 0 1 0 749673705 104972288 21096 33554432000 4194304 4300288 140734245263536 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 25628 21096 242 26 0 22260 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 102512

[startup+222.3 s]
/proc/loadavg: 4.06 4.01 4.00 5/330 21329
/proc/meminfo: memFree=21966092/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=133332 CPUtime=222.29 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 29912 0 0 0 22225 4 0 0 25 0 1 0 749673705 136531968 24744 33554432000 4194304 4300288 140734245263536 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 33333 24744 242 26 0 29965 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 133332

[startup+282.3 s]
/proc/loadavg: 4.06 4.03 4.00 5/330 21331
/proc/meminfo: memFree=21894868/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=133332 CPUtime=282.29 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 33222 0 0 0 28224 5 0 0 25 0 1 0 749673705 136531968 28030 33554432000 4194304 4300288 140734245263536 18446744073709551615 4255848 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 33333 28030 242 26 0 29965 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 133332

[startup+342.3 s]
/proc/loadavg: 4.02 4.02 4.00 5/330 21332
/proc/meminfo: memFree=21839428/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=183420 CPUtime=342.3 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 36803 0 0 0 34223 7 0 0 25 0 1 0 749673705 187822080 31580 33554432000 4194304 4300288 140734245263536 18446744073709551615 4256218 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 45855 31580 242 26 0 42487 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 183420

[startup+402.3 s]
/proc/loadavg: 4.01 4.01 4.00 5/330 21334
/proc/meminfo: memFree=21779708/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=183420 CPUtime=402.3 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 39906 0 0 0 40222 8 0 0 25 0 1 0 749673705 187822080 34662 33554432000 4194304 4300288 140734245263536 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 45855 34662 242 26 0 42487 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 183420

[startup+462.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/330 21336
/proc/meminfo: memFree=21731188/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=184748 CPUtime=462.31 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 41414 0 0 0 46222 9 0 0 25 0 1 0 749673705 189181952 36154 33554432000 4194304 4300288 140734245263536 18446744073709551615 4268239 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 46187 36154 242 26 0 42819 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 184748

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/330 21337
/proc/meminfo: memFree=21686500/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=186232 CPUtime=522.3 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 43045 0 0 0 52221 9 0 0 25 0 1 0 749673705 190701568 37770 33554432000 4194304 4300288 140734245263536 18446744073709551615 4269401 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 46558 37770 242 26 0 43190 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 186232

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/330 21339
/proc/meminfo: memFree=21638460/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=187992 CPUtime=582.3 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 46459 0 0 0 58220 10 0 0 25 0 1 0 749673705 192503808 41158 33554432000 4194304 4300288 140734245263536 18446744073709551615 4256196 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 46998 41158 242 26 0 43630 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 187992

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/330 22104
/proc/meminfo: memFree=22242676/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=101088 CPUtime=4002.41 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 167129 0 0 0 400182 59 0 0 25 0 1 0 749673705 103514112 20388 33554432000 4194304 4300288 140734245263536 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 25272 20388 242 26 0 21904 0
Current children cumulated CPU time (s) 4002.41
Current children cumulated vsize (KiB) 101088

[startup+4062.3 s]
/proc/loadavg: 4.04 4.01 4.00 5/330 22106
/proc/meminfo: memFree=22220684/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=112764 CPUtime=4062.42 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 169355 0 0 0 406183 59 0 0 25 0 1 0 749673705 115470336 22593 33554432000 4194304 4300288 140734245263536 18446744073709551615 4255755 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 28191 22593 242 26 0 24823 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 112764

[startup+4122.3 s]
/proc/loadavg: 4.01 4.01 4.00 5/330 22107
/proc/meminfo: memFree=22200164/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=131732 CPUtime=4122.41 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 171695 0 0 0 412181 60 0 0 25 0 1 0 749673705 134893568 24918 33554432000 4194304 4300288 140734245263536 18446744073709551615 4255713 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 32933 24918 242 26 0 29565 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 131732

[startup+4182.31 s]
/proc/loadavg: 4.05 4.02 4.00 5/330 22109
/proc/meminfo: memFree=22180648/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=131732 CPUtime=4182.42 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 173143 0 0 0 418182 60 0 0 25 0 1 0 749673705 134893568 26348 33554432000 4194304 4300288 140734245263536 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 32933 26348 242 26 0 29565 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 131732

[startup+4242.3 s]
/proc/loadavg: 4.02 4.01 4.00 5/330 22110
/proc/meminfo: memFree=22157024/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=162752 CPUtime=4242.42 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 175968 0 0 0 424181 61 0 0 25 0 1 0 749673705 166658048 29129 33554432000 4194304 4300288 140734245263536 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 40688 29129 242 26 0 37320 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 162752

[startup+4302.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/330 22112
/proc/meminfo: memFree=22141104/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=162752 CPUtime=4302.42 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 176556 0 0 0 430181 61 0 0 25 0 1 0 749673705 166658048 29702 33554432000 4194304 4300288 140734245263536 18446744073709551615 4269598 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 40688 29702 242 26 0 37320 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 162752

[startup+4362.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/330 22114
/proc/meminfo: memFree=22124172/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=163208 CPUtime=4362.42 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 177132 0 0 0 436181 61 0 0 25 0 1 0 749673705 167124992 30261 33554432000 4194304 4300288 140734245263536 18446744073709551615 4255947 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 40802 30261 242 26 0 37434 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 163208

[startup+4422.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/330 22115
/proc/meminfo: memFree=22106144/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=163892 CPUtime=4422.43 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 178301 0 0 0 442181 62 0 0 25 0 1 0 749673705 167825408 31415 33554432000 4194304 4300288 140734245263536 18446744073709551615 4256286 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 40973 31415 242 26 0 37605 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 163892

[startup+4482.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/330 22117
/proc/meminfo: memFree=22086124/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=164564 CPUtime=4482.42 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 180065 0 0 0 448180 62 0 0 25 0 1 0 749673705 168513536 33158 33554432000 4194304 4300288 140734245263536 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 41141 33158 242 26 0 37773 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 164564

[startup+4542.3 s]
/proc/loadavg: 4.12 4.03 4.01 5/330 22118
/proc/meminfo: memFree=22070944/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=164804 CPUtime=4542.42 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 180835 0 0 0 454180 62 0 0 25 0 1 0 749673705 168759296 33914 33554432000 4194304 4300288 140734245263536 18446744073709551615 4249541 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 41201 33914 242 26 0 37833 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 164804

[startup+4602.3 s]
/proc/loadavg: 4.04 4.02 4.00 5/330 22120
/proc/meminfo: memFree=22049800/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=165360 CPUtime=4602.43 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 182382 0 0 0 460180 63 0 0 25 0 1 0 749673705 169328640 35432 33554432000 4194304 4300288 140734245263536 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 41340 35432 242 26 0 37972 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 165360

[startup+4662.3 s]
/proc/loadavg: 4.08 4.03 4.00 5/330 22122
/proc/meminfo: memFree=22032880/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=166084 CPUtime=4662.43 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 183418 0 0 0 466179 64 0 0 25 0 1 0 749673705 170070016 36457 33554432000 4194304 4300288 140734245263536 18446744073709551615 4255713 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 41521 36457 242 26 0 38153 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 166084

[startup+4722.3 s]
/proc/loadavg: 4.03 4.03 4.00 5/330 22123
/proc/meminfo: memFree=22019916/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=166084 CPUtime=4722.45 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 183791 0 0 0 472181 64 0 0 25 0 1 0 749673705 170070016 36821 33554432000 4194304 4300288 140734245263536 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 41521 36821 242 26 0 38153 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 166084

[startup+4782.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/330 22125
/proc/meminfo: memFree=22004360/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=217012 CPUtime=4782.43 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 185029 0 0 0 478179 64 0 0 25 0 1 0 749673705 222220288 38048 33554432000 4194304 4300288 140734245263536 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 54253 38048 242 26 0 50885 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 217012

[startup+4842.31 s]
/proc/loadavg: 4.00 4.01 4.00 5/330 22126
/proc/meminfo: memFree=21984832/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=219812 CPUtime=4842.45 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 186398 0 0 0 484180 65 0 0 25 0 1 0 749673705 225087488 39392 33554432000 4194304 4300288 140734245263536 18446744073709551615 4269259 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 54953 39392 242 26 0 51585 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 219812

[startup+4902.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/330 22128
/proc/meminfo: memFree=21972632/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=219812 CPUtime=4902.44 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 187161 0 0 0 490179 65 0 0 25 0 1 0 749673705 225087488 40140 33554432000 4194304 4300288 140734245263536 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 54953 40140 242 26 0 51585 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 219812

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/330 22130
/proc/meminfo: memFree=22032712/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=108260 CPUtime=4962.44 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 192091 0 0 0 496178 66 0 0 25 0 1 0 749673705 110858240 22352 33554432000 4194304 4300288 140734245263536 18446744073709551615 4268464 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 27065 22352 242 26 0 23697 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 108260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 4.00 4.00 4.00 5/330 22130
/proc/meminfo: memFree=22013960/32951124 swapFree=67083432/67111528
[pid=21322] ppid=21320 vsize=119936 CPUtime=5000.06 cores=0,2,4,6
/proc/21322/stat : 21322 (cir_minisat) R 21320 21322 20883 0 -1 4202496 192755 0 0 0 499939 67 0 0 25 0 1 0 749673705 122814464 23002 33554432000 4194304 4300288 140734245263536 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21322/statm: 29984 23002 242 26 0 26616 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 119936

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.07
CPU user time (s): 4999.39
CPU system time (s): 0.675897
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 231316

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

runsolver used 16.1475 second user time and 34.1878 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-17 03:07:11
IDJOB=3387146
IDBENCH=70829
IDSOLVER=1873
FILE ID=node110/3387146-1305594431
RUNJOBID= node110-1305586739-20901
PBS_JOBID= 13350368
Free space on /tmp= 73492 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-12.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387146-1305594431/watcher-3387146-1305594431 -o /tmp/evaluation-result-3387146-1305594431/solver-3387146-1305594431 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387146-1305594431.cnf

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

MD5SUM BENCH= 0621e557bffdc18ca509447665adecda
RANDOM SEED=2139736188

node110.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.830
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.830
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.830
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.830
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.830
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.76
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.830
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.830
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.74
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.830
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:     32951124 kB
MemFree:      22363364 kB
Buffers:        292712 kB
Cached:        3245128 kB
SwapCached:       1416 kB
Active:        7118312 kB
Inactive:      3136260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22363364 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:            4784 kB
Writeback:           0 kB
AnonPages:     6715152 kB
Mapped:          28764 kB
Slab:           236152 kB
PageTables:      33212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79582860 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= 73612 MiB
End job on node110 at 2011-05-17 04:30:33