Trace number 3420953

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
QuteRSat 2011-05-12 (fixed)? (TO) 5000.09 4999.94

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes6.cnf
MD5SUMdc046d6f885b64777ffc1cfc8367a176
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.874866
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 760 #clause: 43649
0.00/0.02	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.02	c Find Ands  :        760 AvgFaninNum: 18
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 0
0.00/0.02	c UnDirect to Direct Gate: 0
0.00/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.02	c Break Cycle : 720
0.00/0.02	c Total Root : 0 Undef Var: 720
0.00/0.02	c After covering, Total Root: 40 Leaf: 720
0.00/0.02	c Variable( cover/uncovered/unused ): 760 0 0
0.00/0.02	c Unit Clauses: 0
0.00/0.02	c Binary Clauses( cover/uncovered ): 720 42889
0.00/0.02	c Clauses( cover/uncovered ): 40 0
0.00/0.02	c Total Clauses( cover/uncovered ): 760 42889 1.74116%
0.00/0.02	c Covered Ands: 40 Invs: 0 Xors: 0 Ites: 0
0.00/0.04	c Uncover Clauses avg size: 2 max size: 2
0.00/0.04	c Final circuit: i/l/o/s     720       0   42889     43569
0.00/0.04	c CnfToAig: Time: 0.03 s
0.00/0.07	c TmMap: Set choices finish.
0.07/0.09	c TmMap: Set big and: 42929
0.07/0.09	c TmMap: Origin: 44290 ClauseNum: 130707 --> New: 43650 ClauseNum: 129427
0.07/0.09	c TmMap: Time: 0.02
0.07/0.09	c Try to Add: #clause: 85858 #xorclause: 0
0.08/0.10	c #var: 760 #clauses: 41 Solving... 
5000.05/4999.91	c Time Out !!
5000.05/4999.91	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3420953-1306601537/watcher-3420953-1306601537 -o /tmp/evaluation-result-3420953-1306601537/solver-3420953-1306601537 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3420953-1306601537.cnf 767311094 

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: 2.00 2.00 2.00 3/455 2202
/proc/meminfo: memFree=13009748/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=11796 CPUtime=0 cores=0,2,4,6
/proc/2202/stat : 2202 (runsolver) R 2200 2202 1114 0 -1 4202560 40 0 0 0 0 0 0 0 25 0 1 0 752569589 12079104 50 33554432000 4194304 5432360 140733408904320 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/2202/statm: 2949 50 30 303 0 2643 0

[startup+0.082586 s]
/proc/loadavg: 2.00 2.00 2.00 3/455 2202
/proc/meminfo: memFree=13009748/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=49356 CPUtime=0.07 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 6304 0 0 0 7 0 0 0 25 0 1 0 752569589 50540544 6241 33554432000 4194304 6014671 140734404994160 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 12339 6242 670 445 0 5884 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 49356

[startup+0.10058 s]
/proc/loadavg: 2.00 2.00 2.00 3/455 2202
/proc/meminfo: memFree=13009748/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=61656 CPUtime=0.08 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 7332 0 0 0 8 0 0 0 25 0 1 0 752569589 63135744 7269 33554432000 4194304 6014671 140734404994160 18446744073709551615 220815933073 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 15414 7269 691 445 0 8959 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61656

[startup+0.300543 s]
/proc/loadavg: 2.00 2.00 2.00 3/455 2202
/proc/meminfo: memFree=13009748/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=61656 CPUtime=0.28 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 7557 0 0 0 28 0 0 0 25 0 1 0 752569589 63135744 7494 33554432000 4194304 6014671 140734404994160 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 15414 7494 720 445 0 8959 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 61656

[startup+0.700468 s]
/proc/loadavg: 2.00 2.00 2.00 3/455 2202
/proc/meminfo: memFree=13009748/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=79396 CPUtime=0.68 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 8125 0 0 0 68 0 0 0 25 0 1 0 752569589 81301504 8062 33554432000 4194304 6014671 140734404994160 18446744073709551615 4376324 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 19849 8062 721 445 0 13394 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 79396

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 2.00 3/456 2203
/proc/meminfo: memFree=12978120/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=88464 CPUtime=1.48 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 8684 0 0 0 148 0 0 0 25 0 1 0 752569589 90587136 8621 33554432000 4194304 6014671 140734404994160 18446744073709551615 4537196 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 22116 8621 725 445 0 15661 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 88464

[startup+3.10105 s]
/proc/loadavg: 2.00 2.00 2.00 3/456 2203
/proc/meminfo: memFree=12976504/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=88592 CPUtime=3.08 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 9274 0 0 0 308 0 0 0 25 0 1 0 752569589 90718208 9211 33554432000 4194304 6014671 140734404994160 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 22148 9211 725 445 0 15693 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 88592

[startup+6.30044 s]
/proc/loadavg: 2.00 2.00 2.00 3/456 2203
/proc/meminfo: memFree=12966088/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=97884 CPUtime=6.28 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 11445 0 0 0 628 0 0 0 25 0 1 0 752569589 100233216 11382 33554432000 4194304 6014671 140734404994160 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 24471 11382 725 445 0 18016 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 97884

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/456 2203
/proc/meminfo: memFree=12960724/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=107372 CPUtime=12.68 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 12565 0 0 0 1268 0 0 0 25 0 1 0 752569589 109948928 12502 33554432000 4194304 6014671 140734404994160 18446744073709551615 4380165 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 26843 12502 725 445 0 20388 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 107372

[startup+25.5009 s]
/proc/loadavg: 2.00 2.00 2.00 3/456 2203
/proc/meminfo: memFree=12947820/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=117304 CPUtime=25.48 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 15647 0 0 0 2547 1 0 0 25 0 1 0 752569589 120119296 15583 33554432000 4194304 6014671 140734404994160 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 29326 15583 734 445 0 22871 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 117304

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/456 2204
/proc/meminfo: memFree=12914404/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=138432 CPUtime=51.08 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 19971 0 0 0 5106 2 0 0 25 0 1 0 752569589 141754368 19898 33554432000 4194304 6014671 140734404994160 18446744073709551615 4387057 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 34608 19898 749 445 0 28153 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 138432

[startup+102.317 s]
/proc/loadavg: 2.06 2.02 2.00 3/456 2205
/proc/meminfo: memFree=12885992/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=160532 CPUtime=102.3 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 25120 0 0 0 10227 3 0 0 25 0 1 0 752569589 164384768 25027 33554432000 4194304 6014671 140734404994160 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 40133 25027 761 445 0 33678 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 160532

[startup+162.301 s]
/proc/loadavg: 2.08 2.03 2.00 3/456 2207
/proc/meminfo: memFree=12864516/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=160532 CPUtime=162.29 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 29589 0 0 0 16225 4 0 0 25 0 1 0 752569589 164384768 29496 33554432000 4194304 6014671 140734404994160 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 40133 29496 761 445 0 33678 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 160532

[startup+222.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/456 2209
/proc/meminfo: memFree=12846876/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=185416 CPUtime=222.29 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 34115 0 0 0 22224 5 0 0 25 0 1 0 752569589 189865984 34016 33554432000 4194304 6014671 140734404994160 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 46354 34016 762 445 0 39899 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 185416

[startup+282.301 s]
/proc/loadavg: 2.10 2.04 2.01 3/456 2210
/proc/meminfo: memFree=12985480/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=185416 CPUtime=282.29 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 35428 0 0 0 28224 5 0 0 25 0 1 0 752569589 189865984 35275 33554432000 4194304 6014671 140734404994160 18446744073709551615 4422593 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 46354 35275 738 445 0 39899 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 185416

[startup+342.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/456 2212
/proc/meminfo: memFree=12903728/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=185416 CPUtime=342.29 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 35697 0 0 0 34224 5 0 0 25 0 1 0 752569589 189865984 35502 33554432000 4194304 6014671 140734404994160 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 46354 35502 737 445 0 39899 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 185416

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/456 2213
/proc/meminfo: memFree=12843312/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=185416 CPUtime=402.3 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 35953 0 0 0 40225 5 0 0 25 0 1 0 752569589 189865984 35713 33554432000 4194304 6014671 140734404994160 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 46354 35713 737 445 0 39899 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 185416

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 2215
/proc/meminfo: memFree=12768876/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=242212 CPUtime=462.29 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 47176 0 0 0 46223 6 0 0 25 0 1 0 752569589 248025088 46875 33554432000 4194304 6014671 140734404994160 18446744073709551615 4423983 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 60553 46875 737 445 0 54098 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 242212

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 2217
/proc/meminfo: memFree=12762896/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=242212 CPUtime=522.3 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 48130 0 0 0 52223 7 0 0 25 0 1 0 752569589 248025088 47819 33554432000 4194304 6014671 140734404994160 18446744073709551615 4423983 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 60553 47819 727 445 0 54098 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 242212

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 2227
/proc/meminfo: memFree=12758232/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=301288 CPUtime=582.3 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 49210 0 0 0 58223 7 0 0 25 0 1 0 752569589 308518912 48696 33554432000 4194304 6014671 140734404994160 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 75322 48696 727 445 0 68867 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 301288

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 1.13 1.04 1.18 2/450 2352
/proc/meminfo: memFree=13109188/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=721104 CPUtime=4062.43 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 146826 0 0 0 406215 28 0 0 25 0 1 0 752569589 738410496 124675 33554432000 4194304 6014671 140734404994160 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 180276 124675 725 445 0 173821 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 721104

[startup+4122.3 s]
/proc/loadavg: 1.05 1.03 1.17 2/450 2354
/proc/meminfo: memFree=13109288/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=721104 CPUtime=4122.41 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 146826 0 0 0 412213 28 0 0 25 0 1 0 752569589 738410496 124675 33554432000 4194304 6014671 140734404994160 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 180276 124675 725 445 0 173821 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 721104

[startup+4182.3 s]
/proc/loadavg: 1.02 1.02 1.16 2/450 2365
/proc/meminfo: memFree=13110344/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=721104 CPUtime=4182.41 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 146826 0 0 0 418213 28 0 0 25 0 1 0 752569589 738410496 124675 33554432000 4194304 6014671 140734404994160 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 180276 124675 725 445 0 173821 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 721104

[startup+4242.3 s]
/proc/loadavg: 1.00 1.02 1.14 2/450 2367
/proc/meminfo: memFree=13110576/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=721104 CPUtime=4242.41 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 146826 0 0 0 424213 28 0 0 25 0 1 0 752569589 738410496 124675 33554432000 4194304 6014671 140734404994160 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 180276 124675 725 445 0 173821 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 721104

[startup+4302.3 s]
/proc/loadavg: 1.00 1.01 1.13 2/450 2368
/proc/meminfo: memFree=13110424/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=721104 CPUtime=4302.41 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 146845 0 0 0 430213 28 0 0 25 0 1 0 752569589 738410496 124694 33554432000 4194304 6014671 140734404994160 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 180276 124694 725 445 0 173821 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 721104

[startup+4362.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/450 2370
/proc/meminfo: memFree=13110524/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=721104 CPUtime=4362.42 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 146846 0 0 0 436213 29 0 0 25 0 1 0 752569589 738410496 124695 33554432000 4194304 6014671 140734404994160 18446744073709551615 4378951 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 180276 124695 725 445 0 173821 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 721104

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/450 2372
/proc/meminfo: memFree=13110244/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=721104 CPUtime=4422.42 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 146893 0 0 0 442213 29 0 0 25 0 1 0 752569589 738410496 124742 33554432000 4194304 6014671 140734404994160 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 180276 124742 725 445 0 173821 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 721104

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/450 2373
/proc/meminfo: memFree=13110336/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=721104 CPUtime=4482.43 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 146893 0 0 0 448214 29 0 0 25 0 1 0 752569589 738410496 124742 33554432000 4194304 6014671 140734404994160 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 180276 124742 725 445 0 173821 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 721104

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/450 2375
/proc/meminfo: memFree=13110440/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=721104 CPUtime=4542.43 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 146893 0 0 0 454214 29 0 0 25 0 1 0 752569589 738410496 124742 33554432000 4194304 6014671 140734404994160 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 180276 124742 725 445 0 173821 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 721104

[startup+4602.3 s]
/proc/loadavg: 1.08 1.03 1.09 2/450 2376
/proc/meminfo: memFree=13109552/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=721104 CPUtime=4602.43 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 146893 0 0 0 460214 29 0 0 25 0 1 0 752569589 738410496 124742 33554432000 4194304 6014671 140734404994160 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 180276 124742 725 445 0 173821 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 721104

[startup+4662.3 s]
/proc/loadavg: 1.07 1.03 1.09 2/450 2378
/proc/meminfo: memFree=13109648/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=721104 CPUtime=4662.43 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 146893 0 0 0 466214 29 0 0 25 0 1 0 752569589 738410496 124742 33554432000 4194304 6014671 140734404994160 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 180276 124742 725 445 0 173821 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 721104

[startup+4722.32 s]
/proc/loadavg: 1.02 1.03 1.08 2/450 2380
/proc/meminfo: memFree=13109744/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=721104 CPUtime=4722.45 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 146893 0 0 0 472216 29 0 0 25 0 1 0 752569589 738410496 124742 33554432000 4194304 6014671 140734404994160 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 180276 124742 725 445 0 173821 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 721104

[startup+4782.3 s]
/proc/loadavg: 1.01 1.02 1.08 2/450 2381
/proc/meminfo: memFree=13109352/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=721104 CPUtime=4782.43 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 146893 0 0 0 478214 29 0 0 25 0 1 0 752569589 738410496 124742 33554432000 4194304 6014671 140734404994160 18446744073709551615 4537160 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 180276 124742 725 445 0 173821 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 721104

[startup+4842.3 s]
/proc/loadavg: 1.00 1.01 1.07 2/450 2383
/proc/meminfo: memFree=13109196/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=721104 CPUtime=4842.43 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 146995 0 0 0 484214 29 0 0 25 0 1 0 752569589 738410496 124844 33554432000 4194304 6014671 140734404994160 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 180276 124844 725 445 0 173821 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 721104

[startup+4902.3 s]
/proc/loadavg: 1.00 1.01 1.06 2/450 2384
/proc/meminfo: memFree=13109164/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=721104 CPUtime=4902.43 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 146996 0 0 0 490214 29 0 0 25 0 1 0 752569589 738410496 124845 33554432000 4194304 6014671 140734404994160 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 180276 124845 725 445 0 173821 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 721104

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/450 2386
/proc/meminfo: memFree=13110124/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=721104 CPUtime=4962.44 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 146997 0 0 0 496215 29 0 0 25 0 1 0 752569589 738410496 124846 33554432000 4194304 6014671 140734404994160 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 180276 124846 725 445 0 173821 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 721104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.06 2/450 2387
/proc/meminfo: memFree=13109856/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=721104 CPUtime=5000.05 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 147127 0 0 0 499975 30 0 0 25 0 1 0 752569589 738410496 124976 33554432000 4194304 6014671 140734404994160 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 180276 124976 725 445 0 173821 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 721104

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

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

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.06 2/450 2387
/proc/meminfo: memFree=13109856/32951124 swapFree=63485464/67111528
[pid=2202] ppid=2200 vsize=721104 CPUtime=5000.05 cores=0,2,4,6
/proc/2202/stat : 2202 (qutersat_releas) R 2200 2202 1114 0 -1 4202496 147127 0 0 0 499975 30 0 0 25 0 1 0 752569589 738410496 124976 33554432000 4194304 6014671 140734404994160 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2202/statm: 180276 124976 725 445 0 173821 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 721104

Child status: 1
Real time (s): 4999.94
CPU time (s): 5000.09
CPU user time (s): 4999.77
CPU system time (s): 0.317951
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 721104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.77
system time used= 0.317951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147131
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= 13
involuntary context switches= 7778

runsolver used 23.3534 second user time and 49.4345 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-28 18:52:17
IDJOB=3420953
IDBENCH=71576
IDSOLVER=1868
FILE ID=node147/3420953-1306601537
RUNJOBID= node147-1306596535-1981
PBS_JOBID= 13471533
Free space on /tmp= 73612 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v760c43649gyes6.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420953-1306601537/watcher-3420953-1306601537 -o /tmp/evaluation-result-3420953-1306601537/solver-3420953-1306601537 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3420953-1306601537.cnf 767311094

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

MD5SUM BENCH= dc046d6f885b64777ffc1cfc8367a176
RANDOM SEED=767311094

node147.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.836
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.67
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.836
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.75
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.836
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.82
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.836
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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.76
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.836
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.82
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.836
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13009896 kB
Buffers:        368908 kB
Cached:        9359172 kB
SwapCached:      13096 kB
Active:       10598652 kB
Inactive:      9052304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13009896 kB
SwapTotal:    67111528 kB
SwapFree:     63485464 kB
Dirty:            2380 kB
Writeback:           0 kB
AnonPages:     9917944 kB
Mapped:          29132 kB
Slab:           163300 kB
PageTables:      59284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121433748 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= 73616 MiB
End job on node147 at 2011-05-28 20:15:39