Trace number 3264940

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-03-01? (TO) 1300.03 1300.02

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-240-2.shuffled-as.sat05-2519.cnf
MD5SUMb6a88c8ae73b20cfc873207d1a0caa09
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark139.097
Satisfiable
(Un)Satisfiability was proved
Number of variables338
Number of clauses2376
Sum of the clauses size10480
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41520
Number of clauses of size 5736
Number of clauses of size over 5120

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 338 #clause: 2376
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.01	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.01	c Find Ite   :          0
0.00/0.01	c UnDirect variable: 0
0.00/0.01	c UnDirect to Direct Gate: 0
0.00/0.01	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.01	c Break Cycle : 0
0.00/0.01	c Total Root : 0 Undef Var: 338
0.00/0.01	c After covering, Total Root: 0 Leaf: 0
0.00/0.01	c Variable( cover/uncovered/unused ): 0 338 0
0.00/0.01	c Unit Clauses: 0
0.00/0.01	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.01	c Clauses( cover/uncovered ): 0 2376
0.00/0.01	c Total Clauses( cover/uncovered ): 0 2376 0%
0.00/0.01	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.01	c Uncover Clauses avg size: 4.41077 max size: 6
0.00/0.01	c Final circuit: i/l/o/s     338       0    2376      4526
0.00/0.01	c CnfToAig: Time: 0 s
0.00/0.03	c TmMap: Set choices finish.
0.00/0.03	c TmMap: Set big and: 2884
0.00/0.03	c TmMap: Origin: 4865 ClauseNum: 13578 --> New: 3223 ClauseNum: 11682
0.00/0.03	c TmMap: Time: 0
0.00/0.03	c Try to Add: #clause: 5768 #xorclause: 0
0.00/0.03	c #var: 846 #clauses: 2721 Solving... 
1300.01/1300.00	c Time Out !!
1300.01/1300.00	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: 935)

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-3264940-1303573648/watcher-3264940-1303573648 -o /tmp/evaluation-result-3264940-1303573648/solver-3264940-1303573648 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3264940-1303573648.cnf 2039876574 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.15 2.78 3.53 5/178 20045
/proc/meminfo: memFree=18498948/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=26264 CPUtime=0 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4194304 263 0 0 0 0 0 0 0 21 0 1 0 468963326 26894336 211 33554432000 4194304 6016207 140735673355744 18446744073709551615 210199684584 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/20045/statm: 6566 211 173 445 0 97 0

[startup+0.081985 s]
/proc/loadavg: 1.15 2.78 3.53 5/178 20045
/proc/meminfo: memFree=18498948/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=47736 CPUtime=0.07 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 3962 0 3 0 7 0 0 0 21 0 1 0 468963326 48881664 3899 33554432000 4194304 6016207 140735673355744 18446744073709551615 4373669 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 11934 3899 719 445 0 5478 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 47736

[startup+0.100976 s]
/proc/loadavg: 1.15 2.78 3.53 5/178 20045
/proc/meminfo: memFree=18498948/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=47736 CPUtime=0.09 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 3987 0 3 0 9 0 0 0 21 0 1 0 468963326 48881664 3924 33554432000 4194304 6016207 140735673355744 18446744073709551615 4373888 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 11934 3924 722 445 0 5478 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47736

[startup+0.300956 s]
/proc/loadavg: 1.15 2.78 3.53 5/178 20045
/proc/meminfo: memFree=18498948/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=56184 CPUtime=0.29 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 4191 0 3 0 29 0 0 0 22 0 1 0 468963326 57532416 4128 33554432000 4194304 6016207 140735673355744 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 14046 4128 722 445 0 7590 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56184

[startup+0.700903 s]
/proc/loadavg: 1.15 2.78 3.53 5/178 20045
/proc/meminfo: memFree=18498948/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=64804 CPUtime=0.69 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 4519 0 3 0 69 0 0 0 24 0 1 0 468963326 66359296 4456 33554432000 4194304 6016207 140735673355744 18446744073709551615 4378456 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 16201 4456 722 445 0 9745 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64804

[startup+1.50077 s]
/proc/loadavg: 1.15 2.78 3.53 6/190 20062
/proc/meminfo: memFree=18430332/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=73560 CPUtime=1.48 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 5029 0 3 0 148 0 0 0 25 0 1 0 468963326 75325440 4966 33554432000 4194304 6016207 140735673355744 18446744073709551615 4425856 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 18390 4966 726 445 0 11934 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 73560

[startup+3.10051 s]
/proc/loadavg: 1.15 2.78 3.53 6/190 20062
/proc/meminfo: memFree=18415548/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=82456 CPUtime=3.08 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 6271 0 3 0 308 0 0 0 25 0 1 0 468963326 84434944 6208 33554432000 4194304 6016207 140735673355744 18446744073709551615 4425630 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 20614 6208 734 445 0 14158 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 82456

[startup+6.30094 s]
/proc/loadavg: 1.38 2.80 3.53 6/190 20063
/proc/meminfo: memFree=18380208/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=100968 CPUtime=6.28 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 7637 0 3 0 628 0 0 0 25 0 1 0 468963326 103391232 7574 33554432000 4194304 6016207 140735673355744 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 25242 7574 734 445 0 18786 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 100968

[startup+12.7009 s]
/proc/loadavg: 1.59 2.81 3.53 6/190 20063
/proc/meminfo: memFree=18346396/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=110192 CPUtime=12.69 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 9676 0 3 0 1268 1 0 0 25 0 1 0 468963326 112836608 9613 33554432000 4194304 6016207 140735673355744 18446744073709551615 4513168 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 27548 9613 734 445 0 21092 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 110192

[startup+25.5007 s]
/proc/loadavg: 2.12 2.87 3.54 6/190 20063
/proc/meminfo: memFree=18323584/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=110192 CPUtime=25.49 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 10370 0 3 0 2548 1 0 0 25 0 1 0 468963326 112836608 10307 33554432000 4194304 6016207 140735673355744 18446744073709551615 4425088 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 27548 10307 734 445 0 21092 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 110192

[startup+51.1005 s]
/proc/loadavg: 2.76 2.96 3.55 6/190 20063
/proc/meminfo: memFree=18292636/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=110192 CPUtime=51.08 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 11070 0 3 0 5107 1 0 0 25 0 1 0 468963326 112836608 11007 33554432000 4194304 6016207 140735673355744 18446744073709551615 4425995 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 27548 11007 734 445 0 21092 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 110192

[startup+102.307 s]
/proc/loadavg: 3.46 3.12 3.57 6/190 20065
/proc/meminfo: memFree=18209516/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=130960 CPUtime=102.3 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 17488 0 3 0 10227 3 0 0 25 0 1 0 468963326 134103040 17423 33554432000 4194304 6016207 140735673355744 18446744073709551615 4425440 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 32740 17423 734 445 0 26284 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 130960

[startup+162.301 s]
/proc/loadavg: 3.80 3.28 3.60 6/190 20067
/proc/meminfo: memFree=18153308/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=130960 CPUtime=162.29 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 19956 0 3 0 16226 3 0 0 25 0 1 0 468963326 134103040 19891 33554432000 4194304 6016207 140735673355744 18446744073709551615 4426099 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 32740 19891 734 445 0 26284 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 130960

[startup+222.301 s]
/proc/loadavg: 3.88 3.39 3.61 5/190 20122
/proc/meminfo: memFree=17985576/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=142900 CPUtime=222.28 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 22652 0 3 0 22225 3 0 0 25 0 1 0 468963326 146329600 22587 33554432000 4194304 6016207 140735673355744 18446744073709551615 4425987 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 35725 22587 734 445 0 29269 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 142900

[startup+282.301 s]
/proc/loadavg: 3.95 3.50 3.64 5/190 20124
/proc/meminfo: memFree=17844328/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=155028 CPUtime=282.29 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 25509 0 3 0 28225 4 0 0 25 0 1 0 468963326 158748672 25412 33554432000 4194304 6016207 140735673355744 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 38757 25412 734 445 0 32301 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 155028

[startup+342.301 s]
/proc/loadavg: 4.04 3.60 3.66 5/190 20125
/proc/meminfo: memFree=17769252/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=155028 CPUtime=342.29 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 25719 0 3 0 34225 4 0 0 25 0 1 0 468963326 158748672 25622 33554432000 4194304 6016207 140735673355744 18446744073709551615 4426003 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 38757 25622 734 445 0 32301 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 155028

[startup+402.301 s]
/proc/loadavg: 4.01 3.67 3.68 5/190 20127
/proc/meminfo: memFree=17672500/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=155028 CPUtime=402.29 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 26429 0 3 0 40225 4 0 0 25 0 1 0 468963326 158748672 26332 33554432000 4194304 6016207 140735673355744 18446744073709551615 4425709 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 38757 26332 734 445 0 32301 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 155028

[startup+462.301 s]
/proc/loadavg: 4.00 3.73 3.70 5/190 20129
/proc/meminfo: memFree=17591976/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=155028 CPUtime=462.29 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 27446 0 3 0 46225 4 0 0 25 0 1 0 468963326 158748672 27343 33554432000 4194304 6016207 140735673355744 18446744073709551615 4513178 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 38757 27343 749 445 0 32301 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 155028

[startup+522.3 s]
/proc/loadavg: 4.00 3.78 3.71 5/190 20130
/proc/meminfo: memFree=17496584/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=155028 CPUtime=522.29 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 27560 0 3 0 52225 4 0 0 25 0 1 0 468963326 158748672 27448 33554432000 4194304 6016207 140735673355744 18446744073709551615 4425987 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 38757 27448 749 445 0 32301 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 155028

[startup+582.3 s]
/proc/loadavg: 4.04 3.83 3.73 5/190 20132
/proc/meminfo: memFree=17453028/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=155028 CPUtime=582.29 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 29816 0 3 0 58225 4 0 0 25 0 1 0 468963326 158748672 29671 33554432000 4194304 6016207 140735673355744 18446744073709551615 4513207 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 38757 29671 737 445 0 32301 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 155028

[startup+642.3 s]
/proc/loadavg: 4.01 3.86 3.75 5/190 20133
/proc/meminfo: memFree=17367296/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=210248 CPUtime=642.3 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 30581 0 3 0 64225 5 0 0 25 0 1 0 468963326 215293952 30415 33554432000 4194304 6016207 140735673355744 18446744073709551615 4425995 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 52562 30415 737 445 0 46106 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 210248

[startup+702.3 s]
/proc/loadavg: 4.00 3.88 3.76 5/190 20135
/proc/meminfo: memFree=17273880/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=210248 CPUtime=702.3 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 38478 0 3 0 70223 7 0 0 25 0 1 0 468963326 215293952 38297 33554432000 4194304 6016207 140735673355744 18446744073709551615 4370943 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 52562 38297 737 445 0 46106 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 210248

[startup+762.307 s]
/proc/loadavg: 4.00 3.90 3.77 5/190 20137
/proc/meminfo: memFree=17234156/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=210248 CPUtime=762.3 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 41941 0 3 0 76223 7 0 0 25 0 1 0 468963326 215293952 41744 33554432000 4194304 6016207 140735673355744 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 52562 41744 737 445 0 46106 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 210248

[startup+822.301 s]
/proc/loadavg: 4.00 3.92 3.78 5/190 20147
/proc/meminfo: memFree=17188000/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=210248 CPUtime=822.3 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 43323 0 3 0 82222 8 0 0 25 0 1 0 468963326 215293952 43126 33554432000 4194304 6016207 140735673355744 18446744073709551615 4424229 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 52562 43126 737 445 0 46106 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 210248

[startup+882.301 s]
/proc/loadavg: 4.00 3.93 3.79 5/190 20149
/proc/meminfo: memFree=17175320/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=210248 CPUtime=882.3 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 43410 0 3 0 88222 8 0 0 25 0 1 0 468963326 215293952 43196 33554432000 4194304 6016207 140735673355744 18446744073709551615 4513178 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 52562 43196 737 445 0 46106 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 210248

[startup+942.301 s]
/proc/loadavg: 4.00 3.94 3.80 5/190 20150
/proc/meminfo: memFree=17169084/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=268632 CPUtime=942.3 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 43850 0 3 0 94222 8 0 0 25 0 1 0 468963326 275079168 43618 33554432000 4194304 6016207 140735673355744 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 67158 43618 737 445 0 60702 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 268632

[startup+1002.3 s]
/proc/loadavg: 4.00 3.95 3.82 5/190 20154
/proc/meminfo: memFree=17142632/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=268632 CPUtime=1002.3 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 43871 0 3 0 100222 8 0 0 25 0 1 0 468963326 275079168 43610 33554432000 4194304 6016207 140735673355744 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 67158 43610 734 445 0 60702 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 268632

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.82 5/190 20157
/proc/meminfo: memFree=17127036/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=268632 CPUtime=1062.3 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 44333 0 3 0 106222 8 0 0 25 0 1 0 468963326 275079168 44072 33554432000 4194304 6016207 140735673355744 18446744073709551615 4513198 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 67158 44072 734 445 0 60702 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 268632

[startup+1122.3 s]
/proc/loadavg: 4.10 3.99 3.84 5/190 20158
/proc/meminfo: memFree=17094140/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=268632 CPUtime=1122.3 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 46254 0 3 0 112222 8 0 0 25 0 1 0 468963326 275079168 45965 33554432000 4194304 6016207 140735673355744 18446744073709551615 4425185 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 67158 45965 734 445 0 60702 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 268632

[startup+1182.3 s]
/proc/loadavg: 4.09 4.00 3.85 5/190 20160
/proc/meminfo: memFree=17060852/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=268632 CPUtime=1182.3 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 54203 0 3 0 118220 10 0 0 25 0 1 0 468963326 275079168 53914 33554432000 4194304 6016207 140735673355744 18446744073709551615 4425694 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 67158 53914 734 445 0 60702 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 268632

[startup+1242.3 s]
/proc/loadavg: 3.50 3.86 3.81 4/184 20178
/proc/meminfo: memFree=17170992/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=268632 CPUtime=1242.3 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 54326 0 3 0 124219 11 0 0 25 0 1 0 468963326 275079168 54037 33554432000 4194304 6016207 140735673355744 18446744073709551615 4425995 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 67158 54037 734 445 0 60702 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 268632



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.18 3.70 3.76 4/184 20180
/proc/meminfo: memFree=17216592/32951124 swapFree=67111528/67111528
[pid=20045] ppid=20043 vsize=268632 CPUtime=1300.01 cores=0,2
/proc/20045/stat : 20045 (qutersat_releas) R 20043 20045 19170 0 -1 4202496 54814 0 3 0 129989 12 0 0 25 0 1 0 468963326 275079168 54495 33554432000 4194304 6016207 140735673355744 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20045/statm: 67158 54495 734 445 0 60702 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 268632

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

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

Child status: 1
Real time (s): 1300.02
CPU time (s): 1300.03
CPU user time (s): 1299.9
CPU system time (s): 0.132979
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 268632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.9
system time used= 0.132979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54819
page faults= 3
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= 15340

runsolver used 2.26365 second user time and 4.81427 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-23 17:47:28
IDJOB=3264940
IDBENCH=85362
IDSOLVER=1607
FILE ID=node130/3264940-1303573648
RUNJOBID= node130-1303573648-20019
PBS_JOBID= 13150296
Free space on /tmp= 71844 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-240-2.shuffled-as.sat05-2519.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264940-1303573648/watcher-3264940-1303573648 -o /tmp/evaluation-result-3264940-1303573648/solver-3264940-1303573648 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3264940-1303573648.cnf 2039876574

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

MD5SUM BENCH= b6a88c8ae73b20cfc873207d1a0caa09
RANDOM SEED=2039876574

node130.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.838
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.838
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.838
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.838
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.81
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.838
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.75
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.838
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18500352 kB
Buffers:       2091156 kB
Cached:       11749924 kB
SwapCached:          0 kB
Active:        6336112 kB
Inactive:      7569420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18500352 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4300 kB
Writeback:           4 kB
AnonPages:       63552 kB
Mapped:          15000 kB
Slab:           480284 kB
PageTables:       5164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   204892 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= 71840 MiB
End job on node130 at 2011-04-23 18:09:10