Trace number 3387362

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)UNSAT 3050.01 3049.9

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
MD5SUM9059f458d76edcc4dc5681746a6de6e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark245.654
Satisfiable
(Un)Satisfiability was proved
Number of variables88352
Number of clauses262658
Sum of the clauses size612866
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2175104
Number of clauses of size 387552
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

3050.01/3049.90	c WARNING: for repeatability, setting FPU to use double precision
3050.01/3049.90	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3387362-1305600584/watcher-3387362-1305600584 -o /tmp/evaluation-result-3387362-1305600584/solver-3387362-1305600584 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387362-1305600584.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.99 2.80 2.49 4/516 3824
/proc/meminfo: memFree=11566300/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=20612 CPUtime=0 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 1000 0 0 0 0 0 0 0 25 0 1 0 750289103 21106688 931 33554432000 4194304 4300288 140736405225680 18446744073709551615 4278967 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 5153 931 217 26 0 1785 0

[startup+0.086048 s]
/proc/loadavg: 2.99 2.80 2.49 4/516 3824
/proc/meminfo: memFree=11566300/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=36952 CPUtime=0.07 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 6024 0 0 0 7 0 0 0 25 0 1 0 750289103 37838848 5437 33554432000 4194304 4300288 140736405225680 18446744073709551615 256415052485 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 9238 5440 218 26 0 5870 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 36952

[startup+0.10105 s]
/proc/loadavg: 2.99 2.80 2.49 4/516 3824
/proc/meminfo: memFree=11566300/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=41224 CPUtime=0.09 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 7077 0 0 0 9 0 0 0 25 0 1 0 750289103 42213376 6461 33554432000 4194304 4300288 140736405225680 18446744073709551615 4241833 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 10306 6476 218 26 0 6938 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41224

[startup+0.301025 s]
/proc/loadavg: 2.99 2.80 2.49 4/516 3824
/proc/meminfo: memFree=11566300/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=59076 CPUtime=0.29 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 10833 0 0 0 28 1 0 0 25 0 1 0 750289103 60493824 9855 33554432000 4194304 4300288 140736405225680 18446744073709551615 4212213 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 14769 9855 245 26 0 11401 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59076

[startup+0.700932 s]
/proc/loadavg: 2.99 2.80 2.49 4/516 3824
/proc/meminfo: memFree=11566300/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=52992 CPUtime=0.69 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 14228 0 0 0 68 1 0 0 25 0 1 0 750289103 54263808 9088 33554432000 4194304 4300288 140736405225680 18446744073709551615 256415434887 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 13067 9088 245 26 0 9699 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52992

[startup+1.50078 s]
/proc/loadavg: 2.99 2.80 2.49 4/517 3825
/proc/meminfo: memFree=11528376/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=55404 CPUtime=1.49 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 15082 0 0 0 147 2 0 0 25 0 1 0 750289103 56733696 9479 33554432000 4194304 4300288 140736405225680 18446744073709551615 4256085 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 13851 9479 264 26 0 10483 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55404

[startup+3.10049 s]
/proc/loadavg: 2.99 2.80 2.49 4/517 3825
/proc/meminfo: memFree=11526764/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=55404 CPUtime=3.09 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 15336 0 0 0 307 2 0 0 25 0 1 0 750289103 56733696 9713 33554432000 4194304 4300288 140736405225680 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 13851 9713 264 26 0 10483 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55404

[startup+6.30087 s]
/proc/loadavg: 2.99 2.80 2.49 4/517 3825
/proc/meminfo: memFree=11523804/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=62476 CPUtime=6.29 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 16123 0 0 0 627 2 0 0 25 0 1 0 750289103 63975424 10480 33554432000 4194304 4300288 140736405225680 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 15619 10480 264 26 0 12251 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62476

[startup+12.7007 s]
/proc/loadavg: 2.99 2.80 2.49 4/517 3826
/proc/meminfo: memFree=11519332/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=65856 CPUtime=12.69 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 20787 0 0 0 1267 2 0 0 25 0 1 0 750289103 67436544 11520 33554432000 4194304 4300288 140736405225680 18446744073709551615 4256445 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 16464 11520 264 26 0 13096 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65856

[startup+25.5002 s]
/proc/loadavg: 2.99 2.81 2.50 4/517 3826
/proc/meminfo: memFree=11502968/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=81156 CPUtime=25.49 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 24773 0 0 0 2546 3 0 0 25 0 1 0 750289103 83103744 15454 33554432000 4194304 4300288 140736405225680 18446744073709551615 4255761 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 20289 15454 264 26 0 16921 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 81156

[startup+51.1004 s]
/proc/loadavg: 2.99 2.82 2.51 4/517 3827
/proc/meminfo: memFree=11507888/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=72696 CPUtime=51.09 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 35713 0 0 0 5104 5 0 0 25 0 1 0 750289103 74440704 14321 33554432000 4194304 4300288 140736405225680 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 18174 14321 264 26 0 14806 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 72696

[startup+102.32 s]
/proc/loadavg: 2.99 2.85 2.54 4/517 3828
/proc/meminfo: memFree=11506396/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=79236 CPUtime=102.31 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 57731 0 0 0 10221 10 0 0 25 0 1 0 750289103 81137664 14446 33554432000 4194304 4300288 140736405225680 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 19809 14446 264 26 0 16441 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 79236

[startup+162.3 s]
/proc/loadavg: 3.14 2.92 2.58 4/517 3830
/proc/meminfo: memFree=11346396/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=193224 CPUtime=162.29 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 76113 0 0 0 16215 14 0 0 25 0 1 0 750289103 197861376 32588 33554432000 4194304 4300288 140736405225680 18446744073709551615 4268298 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 48306 32588 264 26 0 44938 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 193224

[startup+222.301 s]
/proc/loadavg: 3.12 2.96 2.61 4/517 3831
/proc/meminfo: memFree=11348708/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=146068 CPUtime=222.3 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 100438 0 0 0 22210 20 0 0 25 0 1 0 750289103 149573632 31617 33554432000 4194304 4300288 140736405225680 18446744073709551615 4268539 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 36517 31617 264 26 0 33149 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 146068

[startup+282.301 s]
/proc/loadavg: 3.04 2.96 2.63 4/517 3833
/proc/meminfo: memFree=11409168/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=118460 CPUtime=282.3 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 123833 0 0 0 28204 26 0 0 25 0 1 0 750289103 121303040 23533 33554432000 4194304 4300288 140736405225680 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 29615 23533 264 26 0 26247 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 118460

[startup+342.3 s]
/proc/loadavg: 3.01 2.97 2.65 4/517 3834
/proc/meminfo: memFree=11373416/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=202296 CPUtime=342.3 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 140623 0 0 0 34200 30 0 0 25 0 1 0 750289103 207151104 40161 33554432000 4194304 4300288 140736405225680 18446744073709551615 4256286 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 50574 40161 264 26 0 47206 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 202296

[startup+402.301 s]
/proc/loadavg: 3.00 2.97 2.67 4/517 3836
/proc/meminfo: memFree=11374764/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=154256 CPUtime=402.31 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 167289 0 0 0 40194 37 0 0 25 0 1 0 750289103 157958144 32611 33554432000 4194304 4300288 140736405225680 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 38564 32611 264 26 0 35196 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 154256

[startup+462.301 s]
/proc/loadavg: 3.00 2.97 2.69 4/517 3838
/proc/meminfo: memFree=11269844/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=287732 CPUtime=462.31 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 189617 0 0 0 46189 42 0 0 25 0 1 0 750289103 294637568 54779 33554432000 4194304 4300288 140736405225680 18446744073709551615 4271185 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 71933 54779 264 26 0 68565 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 287732

[startup+522.301 s]
/proc/loadavg: 3.00 2.97 2.70 4/517 3839
/proc/meminfo: memFree=11405712/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=158772 CPUtime=522.31 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 214434 0 0 0 52185 46 0 0 25 0 1 0 750289103 162582528 32380 33554432000 4194304 4300288 140736405225680 18446744073709551615 4255713 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 39693 32380 264 26 0 36325 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 158772

[startup+582.301 s]
/proc/loadavg: 3.00 2.97 2.72 4/517 3841
/proc/meminfo: memFree=11277948/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=291872 CPUtime=582.31 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 233378 0 0 0 58181 50 0 0 25 0 1 0 750289103 298876928 51178 33554432000 4194304 4300288 140736405225680 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 72968 51178 264 26 0 69600 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 291872

[startup+642.3 s]

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

/proc/meminfo: memFree=11113428/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=457568 CPUtime=2262.38 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 727053 0 0 0 226070 168 0 0 25 0 1 0 750289103 468549632 90311 33554432000 4194304 4300288 140736405225680 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 114392 90311 264 26 0 111024 0
Current children cumulated CPU time (s) 2262.38
Current children cumulated vsize (KiB) 457568

[startup+2322.3 s]
/proc/loadavg: 3.17 3.07 2.96 4/517 3896
/proc/meminfo: memFree=11097648/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=458932 CPUtime=2322.37 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 731522 0 0 0 232068 169 0 0 25 0 1 0 750289103 469946368 94760 33554432000 4194304 4300288 140736405225680 18446744073709551615 4268298 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 114733 94760 264 26 0 111365 0
Current children cumulated CPU time (s) 2322.37
Current children cumulated vsize (KiB) 458932

[startup+2382.3 s]
/proc/loadavg: 3.06 3.05 2.96 4/517 3898
/proc/meminfo: memFree=11314472/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=135152 CPUtime=2382.38 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 740628 0 0 0 238066 172 0 0 25 0 1 0 750289103 138395648 29172 33554432000 4194304 4300288 140736405225680 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 33788 29172 264 26 0 30420 0
Current children cumulated CPU time (s) 2382.38
Current children cumulated vsize (KiB) 135152

[startup+2442.3 s]
/proc/loadavg: 3.02 3.04 2.96 4/517 3899
/proc/meminfo: memFree=11322500/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=196616 CPUtime=2442.38 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 749152 0 0 0 244064 174 0 0 25 0 1 0 750289103 201334784 37655 33554432000 4194304 4300288 140736405225680 18446744073709551615 4256266 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 49154 37655 264 26 0 45786 0
Current children cumulated CPU time (s) 2442.38
Current children cumulated vsize (KiB) 196616

[startup+2502.3 s]
/proc/loadavg: 3.01 3.03 2.96 4/517 3901
/proc/meminfo: memFree=11339212/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=196616 CPUtime=2502.38 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 755343 0 0 0 250063 175 0 0 25 0 1 0 750289103 201334784 43808 33554432000 4194304 4300288 140736405225680 18446744073709551615 4268309 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 49154 43808 264 26 0 45786 0
Current children cumulated CPU time (s) 2502.38
Current children cumulated vsize (KiB) 196616

[startup+2562.3 s]
/proc/loadavg: 3.00 3.02 2.96 4/517 3903
/proc/meminfo: memFree=11232060/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=246704 CPUtime=2562.39 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 761310 0 0 0 256062 177 0 0 25 0 1 0 750289103 252624896 49730 33554432000 4194304 4300288 140736405225680 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 61676 49730 264 26 0 58308 0
Current children cumulated CPU time (s) 2562.39
Current children cumulated vsize (KiB) 246704

[startup+2622.3 s]
/proc/loadavg: 3.00 3.02 2.96 4/517 3904
/proc/meminfo: memFree=11174728/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=331552 CPUtime=2622.39 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 772186 0 0 0 262060 179 0 0 25 0 1 0 750289103 339509248 60514 33554432000 4194304 4300288 140736405225680 18446744073709551615 4268298 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 82888 60514 264 26 0 79520 0
Current children cumulated CPU time (s) 2622.39
Current children cumulated vsize (KiB) 331552

[startup+2682.3 s]
/proc/loadavg: 3.00 3.01 2.96 4/517 3906
/proc/meminfo: memFree=11179148/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=332408 CPUtime=2682.39 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 782830 0 0 0 268057 182 0 0 25 0 1 0 750289103 340385792 71088 33554432000 4194304 4300288 140736405225680 18446744073709551615 4256250 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 83102 71088 264 26 0 79734 0
Current children cumulated CPU time (s) 2682.39
Current children cumulated vsize (KiB) 332408

[startup+2742.32 s]
/proc/loadavg: 3.16 3.04 2.97 4/517 3907
/proc/meminfo: memFree=11156184/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=464668 CPUtime=2742.41 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 792524 0 0 0 274056 185 0 0 25 0 1 0 750289103 475820032 80719 33554432000 4194304 4300288 140736405225680 18446744073709551615 4268564 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 116167 80719 264 26 0 112799 0
Current children cumulated CPU time (s) 2742.41
Current children cumulated vsize (KiB) 464668

[startup+2802.3 s]
/proc/loadavg: 3.20 3.06 2.98 4/517 3909
/proc/meminfo: memFree=11060180/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=467404 CPUtime=2802.4 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 798800 0 0 0 280053 187 0 0 25 0 1 0 750289103 478621696 86961 33554432000 4194304 4300288 140736405225680 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 116851 86961 264 26 0 113483 0
Current children cumulated CPU time (s) 2802.4
Current children cumulated vsize (KiB) 467404

[startup+2862.3 s]
/proc/loadavg: 3.14 3.07 2.99 4/517 3911
/proc/meminfo: memFree=11268592/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=203668 CPUtime=2862.4 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 814019 0 0 0 286049 191 0 0 25 0 1 0 750289103 208556032 39880 33554432000 4194304 4300288 140736405225680 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 50917 39880 264 26 0 47549 0
Current children cumulated CPU time (s) 2862.4
Current children cumulated vsize (KiB) 203668

[startup+2922.3 s]
/proc/loadavg: 3.05 3.06 2.99 4/517 3912
/proc/meminfo: memFree=11254420/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=253756 CPUtime=2922.39 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 825077 0 0 0 292044 195 0 0 25 0 1 0 750289103 259846144 50857 33554432000 4194304 4300288 140736405225680 18446744073709551615 4268401 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 63439 50857 264 26 0 60071 0
Current children cumulated CPU time (s) 2922.39
Current children cumulated vsize (KiB) 253756

[startup+2982.3 s]
/proc/loadavg: 3.02 3.05 2.99 4/517 3917
/proc/meminfo: memFree=11213296/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=335144 CPUtime=2982.4 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 838376 0 0 0 298042 198 0 0 25 0 1 0 750289103 343187456 64083 33554432000 4194304 4300288 140736405225680 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 83786 64083 264 26 0 80418 0
Current children cumulated CPU time (s) 2982.4
Current children cumulated vsize (KiB) 335144

[startup+3042.3 s]
/proc/loadavg: 3.00 3.03 2.99 4/517 3918
/proc/meminfo: memFree=11216592/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=337408 CPUtime=3042.4 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 848494 0 0 0 304039 201 0 0 25 0 1 0 750289103 345505792 74137 33554432000 4194304 4300288 140736405225680 18446744073709551615 4256415 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 84352 74137 264 26 0 80984 0
Current children cumulated CPU time (s) 3042.4
Current children cumulated vsize (KiB) 337408

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

[startup+3046.3 s]
/proc/loadavg: 3.00 3.03 2.99 4/517 3918
/proc/meminfo: memFree=11214112/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=337692 CPUtime=3046.4 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 849092 0 0 0 304439 201 0 0 25 0 1 0 750289103 345796608 74729 33554432000 4194304 4300288 140736405225680 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 84423 74729 264 26 0 81055 0
Current children cumulated CPU time (s) 3046.4
Current children cumulated vsize (KiB) 337692

[startup+3047.9 s]
/proc/loadavg: 3.00 3.03 2.99 4/517 3918
/proc/meminfo: memFree=11213616/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=337692 CPUtime=3048 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 849240 0 0 0 304599 201 0 0 25 0 1 0 750289103 345796608 74877 33554432000 4194304 4300288 140736405225680 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 84423 74877 264 26 0 81055 0
Current children cumulated CPU time (s) 3048
Current children cumulated vsize (KiB) 337692

[startup+3048.7 s]
/proc/loadavg: 3.00 3.03 2.99 4/517 3919
/proc/meminfo: memFree=11182368/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=337692 CPUtime=3048.8 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 849290 0 0 0 304679 201 0 0 25 0 1 0 750289103 345796608 74926 33554432000 4194304 4300288 140736405225680 18446744073709551615 4269401 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 84423 74926 264 26 0 81055 0
Current children cumulated CPU time (s) 3048.8
Current children cumulated vsize (KiB) 337692

[startup+3049.5 s]
/proc/loadavg: 3.00 3.03 2.99 4/517 3919
/proc/meminfo: memFree=11180136/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=337692 CPUtime=3049.6 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 849331 0 0 0 304759 201 0 0 25 0 1 0 750289103 345796608 74966 33554432000 4194304 4300288 140736405225680 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 84423 74966 264 26 0 81055 0
Current children cumulated CPU time (s) 3049.6
Current children cumulated vsize (KiB) 337692

[startup+3049.9 s]
/proc/loadavg: 3.00 3.03 2.99 4/517 3919
/proc/meminfo: memFree=11180136/32950928 swapFree=67111200/67111528
[pid=3824] ppid=3822 vsize=88068 CPUtime=3050.01 cores=1,3,5,7
/proc/3824/stat : 3824 (cir_minisat) R 3822 3824 1545 0 -1 4202496 849368 0 0 0 304798 203 0 0 25 0 1 0 750289103 90181632 8302 33554432000 4194304 4300288 140736405225680 18446744073709551615 256415417450 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/3824/statm: 22017 7998 246 26 0 18649 0
Current children cumulated CPU time (s) 3050.01
Current children cumulated vsize (KiB) 88068

Child status: 20
Real time (s): 3049.9
CPU time (s): 3050.01
CPU user time (s): 3047.98
CPU system time (s): 2.03269
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 479028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3047.98
system time used= 2.03269
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 849369
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= 9
involuntary context switches= 2196

runsolver used 15.4966 second user time and 36.4365 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-17 04:49:44
IDJOB=3387362
IDBENCH=82469
IDSOLVER=1873
FILE ID=node115/3387362-1305600584
RUNJOBID= node115-1305600123-3604
PBS_JOBID= 13350363
Free space on /tmp= 73492 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387362-1305600584/watcher-3387362-1305600584 -o /tmp/evaluation-result-3387362-1305600584/solver-3387362-1305600584 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387362-1305600584.cnf

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

MD5SUM BENCH= 9059f458d76edcc4dc5681746a6de6e5
RANDOM SEED=536532846

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11566456 kB
Buffers:        294936 kB
Cached:        3205048 kB
SwapCached:          0 kB
Active:       18076908 kB
Inactive:      2965612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11566456 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:            4652 kB
Writeback:           8 kB
AnonPages:    17542576 kB
Mapped:          42872 kB
Slab:           196048 kB
PageTables:      76068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 152342536 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= 73488 MiB
End job on node115 at 2011-05-17 05:40:34