Trace number 3420935

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.08 5000.03

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v760c43649g7.cnf
MD5SUMbd9e06c08721e6eb7b4cb4a265dbdd48
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark11.6932
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.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 760 #clause: 43649
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :        760 AvgFaninNum: 18
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 : 720
0.00/0.01	c Total Root : 0 Undef Var: 720
0.00/0.01	c After covering, Total Root: 40 Leaf: 720
0.00/0.01	c Variable( cover/uncovered/unused ): 760 0 0
0.00/0.01	c Unit Clauses: 0
0.00/0.01	c Binary Clauses( cover/uncovered ): 720 42889
0.00/0.01	c Clauses( cover/uncovered ): 40 0
0.00/0.01	c Total Clauses( cover/uncovered ): 760 42889 1.74116%
0.00/0.01	c Covered Ands: 40 Invs: 0 Xors: 0 Ites: 0
0.02/0.03	c Uncover Clauses avg size: 2 max size: 2
0.02/0.03	c Final circuit: i/l/o/s     720       0   42889     43569
0.02/0.03	c CnfToAig: Time: 0.02 s
0.02/0.06	c TmMap: Set choices finish.
0.02/0.08	c TmMap: Set big and: 42929
0.02/0.08	c TmMap: Origin: 44290 ClauseNum: 130707 --> New: 43650 ClauseNum: 129427
0.02/0.08	c TmMap: Time: 0.02
0.02/0.09	c Try to Add: #clause: 85858 #xorclause: 0
0.02/0.09	c #var: 760 #clauses: 41 Solving... 
5000.05/5000.01	c Time Out !!
5000.05/5000.01	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-3420935-1306600614/watcher-3420935-1306600614 -o /tmp/evaluation-result-3420935-1306600614/solver-3420935-1306600614 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3420935-1306600614.cnf 713899208 

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.05 2.00 2.00 2/437 23563
/proc/meminfo: memFree=15902988/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=34412 CPUtime=0 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 2300 0 0 0 0 0 0 0 25 0 1 0 752476995 35237888 2237 33554432000 4194304 6014671 140737192919664 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23563/statm: 8603 2251 378 445 0 2148 0

[startup+0.0349039 s]
/proc/loadavg: 2.05 2.00 2.00 2/437 23563
/proc/meminfo: memFree=15902988/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=37996 CPUtime=0.02 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 3090 0 0 0 2 0 0 0 25 0 1 0 752476995 38907904 3027 33554432000 4194304 6014671 140737192919664 18446744073709551615 4315507 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23563/statm: 9499 3027 398 445 0 3044 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 37996

[startup+0.100926 s]
/proc/loadavg: 2.05 2.00 2.00 2/437 23563
/proc/meminfo: memFree=15902988/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=61656 CPUtime=0.09 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 7340 0 0 0 8 1 0 0 25 0 1 0 752476995 63135744 7277 33554432000 4194304 6014671 140737192919664 18446744073709551615 4422791 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23563/statm: 15414 7277 700 445 0 8959 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61656

[startup+0.300886 s]
/proc/loadavg: 2.05 2.00 2.00 2/437 23563
/proc/meminfo: memFree=15902988/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=61656 CPUtime=0.29 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 7568 0 0 0 28 1 0 0 25 0 1 0 752476995 63135744 7505 33554432000 4194304 6014671 140737192919664 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23563/statm: 15414 7505 720 445 0 8959 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61656

[startup+0.7008 s]
/proc/loadavg: 2.05 2.00 2.00 2/437 23563
/proc/meminfo: memFree=15902988/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=79440 CPUtime=0.69 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 8151 0 0 0 68 1 0 0 25 0 1 0 752476995 81346560 8088 33554432000 4194304 6014671 140737192919664 18446744073709551615 270338080231 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23563/statm: 19860 8088 721 445 0 13405 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79440

[startup+1.50064 s]
/proc/loadavg: 2.05 2.00 2.00 3/438 23564
/proc/meminfo: memFree=15870244/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=88480 CPUtime=1.49 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 8683 0 0 0 148 1 0 0 25 0 1 0 752476995 90603520 8620 33554432000 4194304 6014671 140737192919664 18446744073709551615 4536986 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23563/statm: 22120 8620 725 445 0 15665 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88480

[startup+3.10032 s]
/proc/loadavg: 2.05 2.00 2.00 3/438 23564
/proc/meminfo: memFree=15868632/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=88608 CPUtime=3.09 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 9352 0 0 0 308 1 0 0 25 0 1 0 752476995 90734592 9289 33554432000 4194304 6014671 140737192919664 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23563/statm: 22152 9289 725 445 0 15697 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88608

[startup+6.30068 s]
/proc/loadavg: 2.05 2.00 2.00 3/438 23564
/proc/meminfo: memFree=15857932/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=98412 CPUtime=6.29 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 11685 0 0 0 627 2 0 0 25 0 1 0 752476995 100773888 11622 33554432000 4194304 6014671 140737192919664 18446744073709551615 4536712 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23563/statm: 24603 11622 725 445 0 18148 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 98412

[startup+12.7004 s]
/proc/loadavg: 2.04 2.00 2.00 3/438 23564
/proc/meminfo: memFree=15850040/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=117604 CPUtime=12.69 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 13188 0 0 0 1267 2 0 0 25 0 1 0 752476995 120426496 13125 33554432000 4194304 6014671 140737192919664 18446744073709551615 4378368 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23563/statm: 29401 13125 725 445 0 22946 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 117604

[startup+25.5009 s]
/proc/loadavg: 2.03 2.00 2.00 3/438 23565
/proc/meminfo: memFree=15840236/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=117604 CPUtime=25.49 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 15240 0 0 0 2547 2 0 0 25 0 1 0 752476995 120426496 15177 33554432000 4194304 6014671 140737192919664 18446744073709551615 4212816 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23563/statm: 29401 15177 725 445 0 22946 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 117604

[startup+51.1008 s]
/proc/loadavg: 2.02 2.00 2.00 3/438 23565
/proc/meminfo: memFree=15825424/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=117604 CPUtime=51.09 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 17234 0 0 0 5107 2 0 0 25 0 1 0 752476995 120426496 17171 33554432000 4194304 6014671 140737192919664 18446744073709551615 4376433 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23563/statm: 29401 17171 725 445 0 22946 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 117604

[startup+102.317 s]
/proc/loadavg: 2.01 2.00 2.00 3/438 23567
/proc/meminfo: memFree=15779152/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=140332 CPUtime=102.3 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 24388 0 0 0 10227 3 0 0 25 0 1 0 752476995 143699968 24325 33554432000 4194304 6014671 140737192919664 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23563/statm: 35083 24325 725 445 0 28628 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 140332

[startup+162.301 s]
/proc/loadavg: 2.14 2.04 2.01 3/438 23568
/proc/meminfo: memFree=15733628/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=164116 CPUtime=162.29 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 31007 0 0 0 16225 4 0 0 25 0 1 0 752476995 168054784 30944 33554432000 4194304 6014671 140737192919664 18446744073709551615 4378865 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23563/statm: 41029 30944 741 445 0 34574 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 164116

[startup+222.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/438 23570
/proc/meminfo: memFree=15702496/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=176432 CPUtime=222.29 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 33571 0 0 0 22224 5 0 0 25 0 1 0 752476995 180666368 33507 33554432000 4194304 6014671 140737192919664 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23563/statm: 44108 33507 741 445 0 37653 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 176432

[startup+282.301 s]
/proc/loadavg: 2.11 2.05 2.01 3/438 23571
/proc/meminfo: memFree=15694924/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=176432 CPUtime=282.29 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 35295 0 0 0 28224 5 0 0 25 0 1 0 752476995 180666368 35195 33554432000 4194304 6014671 140737192919664 18446744073709551615 4424085 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23563/statm: 44108 35195 741 445 0 37653 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 176432

[startup+342.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/438 23573
/proc/meminfo: memFree=15681268/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=189772 CPUtime=342.29 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 38559 0 0 0 34223 6 0 0 25 0 1 0 752476995 194326528 38431 33554432000 4194304 6014671 140737192919664 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23563/statm: 47443 38431 741 445 0 40988 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 189772

[startup+402.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/438 23575
/proc/meminfo: memFree=15659796/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=189772 CPUtime=402.29 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 39149 0 0 0 40223 6 0 0 25 0 1 0 752476995 194326528 38983 33554432000 4194304 6014671 140737192919664 18446744073709551615 4534736 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23563/statm: 47443 38983 741 445 0 40988 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 189772

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 23576
/proc/meminfo: memFree=15645272/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=245732 CPUtime=462.3 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 47422 0 0 0 46222 8 0 0 25 0 1 0 752476995 251629568 42437 33554432000 4194304 6014671 140737192919664 18446744073709551615 4424943 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23563/statm: 61433 42437 753 445 0 54978 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 245732

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 23578
/proc/meminfo: memFree=15653324/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=303012 CPUtime=522.3 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 48737 0 0 0 52222 8 0 0 25 0 1 0 752476995 310284288 43724 33554432000 4194304 6014671 140737192919664 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23563/statm: 75753 43724 725 445 0 69298 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 303012

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/438 23580
/proc/meminfo: memFree=15599112/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=362948 CPUtime=582.3 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 51006 0 0 0 58222 8 0 0 25 0 1 0 752476995 371658752 45993 33554432000 4194304 6014671 140737192919664 18446744073709551615 4424049 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23563/statm: 90737 45993 725 445 0 84282 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 362948

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/438 23683
/proc/meminfo: memFree=15199296/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=579812 CPUtime=4002.31 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 109371 0 0 0 400208 23 0 0 25 0 1 0 752476995 593727488 93733 33554432000 4194304 6014671 140737192919664 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23563/statm: 144953 93733 729 445 0 138498 0
Current children cumulated CPU time (s) 4002.31
Current children cumulated vsize (KiB) 579812

[startup+4062.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/438 23684
/proc/meminfo: memFree=15199284/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=579812 CPUtime=4062.33 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 109371 0 0 0 406210 23 0 0 25 0 1 0 752476995 593727488 93733 33554432000 4194304 6014671 140737192919664 18446744073709551615 4423998 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23563/statm: 144953 93733 729 445 0 138498 0
Current children cumulated CPU time (s) 4062.33
Current children cumulated vsize (KiB) 579812

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/438 23686
/proc/meminfo: memFree=15198268/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=579812 CPUtime=4122.31 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 109371 0 0 0 412208 23 0 0 25 0 1 0 752476995 593727488 93688 33554432000 4194304 6014671 140737192919664 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23563/statm: 144953 93688 729 445 0 138498 0
Current children cumulated CPU time (s) 4122.31
Current children cumulated vsize (KiB) 579812

[startup+4182.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/438 23688
/proc/meminfo: memFree=15201848/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=579812 CPUtime=4182.31 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 109371 0 0 0 418208 23 0 0 25 0 1 0 752476995 593727488 92671 33554432000 4194304 6014671 140737192919664 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23563/statm: 144953 92671 729 445 0 138498 0
Current children cumulated CPU time (s) 4182.31
Current children cumulated vsize (KiB) 579812

[startup+4242.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/438 23689
/proc/meminfo: memFree=15197992/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=579812 CPUtime=4242.31 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 110258 0 0 0 424208 23 0 0 25 0 1 0 752476995 593727488 93556 33554432000 4194304 6014671 140737192919664 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23563/statm: 144953 93556 729 445 0 138498 0
Current children cumulated CPU time (s) 4242.31
Current children cumulated vsize (KiB) 579812

[startup+4302.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/438 23691
/proc/meminfo: memFree=15197344/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=579812 CPUtime=4302.3 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 110319 0 0 0 430207 23 0 0 25 0 1 0 752476995 593727488 93617 33554432000 4194304 6014671 140737192919664 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23563/statm: 144953 93617 729 445 0 138498 0
Current children cumulated CPU time (s) 4302.3
Current children cumulated vsize (KiB) 579812

[startup+4362.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/438 23692
/proc/meminfo: memFree=15197084/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=579812 CPUtime=4362.3 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 110320 0 0 0 436207 23 0 0 25 0 1 0 752476995 593727488 93618 33554432000 4194304 6014671 140737192919664 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23563/statm: 144953 93618 729 445 0 138498 0
Current children cumulated CPU time (s) 4362.3
Current children cumulated vsize (KiB) 579812

[startup+4422.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/438 23694
/proc/meminfo: memFree=15196568/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=579812 CPUtime=4422.3 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 110320 0 0 0 442207 23 0 0 25 0 1 0 752476995 593727488 93618 33554432000 4194304 6014671 140737192919664 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23563/statm: 144953 93618 729 445 0 138498 0
Current children cumulated CPU time (s) 4422.3
Current children cumulated vsize (KiB) 579812

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 23695
/proc/meminfo: memFree=15195304/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=579812 CPUtime=4482.31 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 110361 0 0 0 448208 23 0 0 25 0 1 0 752476995 593727488 93659 33554432000 4194304 6014671 140737192919664 18446744073709551615 4424463 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23563/statm: 144953 93659 730 445 0 138498 0
Current children cumulated CPU time (s) 4482.31
Current children cumulated vsize (KiB) 579812

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 23697
/proc/meminfo: memFree=15209924/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=579812 CPUtime=4542.32 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 110386 0 0 0 454208 24 0 0 25 0 1 0 752476995 593727488 93683 33554432000 4194304 6014671 140737192919664 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23563/statm: 144953 93683 729 445 0 138498 0
Current children cumulated CPU time (s) 4542.32
Current children cumulated vsize (KiB) 579812

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/438 23699
/proc/meminfo: memFree=15196016/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=579812 CPUtime=4602.32 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 110387 0 0 0 460208 24 0 0 25 0 1 0 752476995 593727488 93684 33554432000 4194304 6014671 140737192919664 18446744073709551615 4535152 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23563/statm: 144953 93684 729 445 0 138498 0
Current children cumulated CPU time (s) 4602.32
Current children cumulated vsize (KiB) 579812

[startup+4662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/438 23700
/proc/meminfo: memFree=15195880/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=579812 CPUtime=4662.32 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 110430 0 0 0 466208 24 0 0 25 0 1 0 752476995 593727488 93727 33554432000 4194304 6014671 140737192919664 18446744073709551615 4376753 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23563/statm: 144953 93727 729 445 0 138498 0
Current children cumulated CPU time (s) 4662.32
Current children cumulated vsize (KiB) 579812

[startup+4722.32 s]
/proc/loadavg: 2.02 2.01 2.00 3/438 23702
/proc/meminfo: memFree=15189896/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=579812 CPUtime=4722.34 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 110430 0 0 0 472209 25 0 0 25 0 1 0 752476995 593727488 93727 33554432000 4194304 6014671 140737192919664 18446744073709551615 4511656 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23563/statm: 144953 93727 729 445 0 138498 0
Current children cumulated CPU time (s) 4722.34
Current children cumulated vsize (KiB) 579812

[startup+4782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/438 23703
/proc/meminfo: memFree=15180324/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=579812 CPUtime=4782.33 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 110436 0 0 0 478208 25 0 0 25 0 1 0 752476995 593727488 93733 33554432000 4194304 6014671 140737192919664 18446744073709551615 4376749 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23563/statm: 144953 93733 729 445 0 138498 0
Current children cumulated CPU time (s) 4782.33
Current children cumulated vsize (KiB) 579812

[startup+4842.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/438 23705
/proc/meminfo: memFree=15180060/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=579812 CPUtime=4842.33 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 110453 0 0 0 484208 25 0 0 25 0 1 0 752476995 593727488 93750 33554432000 4194304 6014671 140737192919664 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23563/statm: 144953 93750 729 445 0 138498 0
Current children cumulated CPU time (s) 4842.33
Current children cumulated vsize (KiB) 579812

[startup+4902.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/438 23707
/proc/meminfo: memFree=15166020/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=579812 CPUtime=4902.33 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 110557 0 0 0 490208 25 0 0 25 0 1 0 752476995 593727488 93854 33554432000 4194304 6014671 140737192919664 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23563/statm: 144953 93854 729 445 0 138498 0
Current children cumulated CPU time (s) 4902.33
Current children cumulated vsize (KiB) 579812

[startup+4962.3 s]
/proc/loadavg: 1.44 1.86 1.95 2/432 23726
/proc/meminfo: memFree=15625892/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=579812 CPUtime=4962.34 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 110557 0 0 0 496209 25 0 0 25 0 1 0 752476995 593727488 93854 33554432000 4194304 6014671 140737192919664 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23563/statm: 144953 93854 729 445 0 138498 0
Current children cumulated CPU time (s) 4962.34
Current children cumulated vsize (KiB) 579812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.22 1.75 1.90 2/432 23727
/proc/meminfo: memFree=15626012/32951124 swapFree=54329440/67111528
[pid=23563] ppid=23561 vsize=579812 CPUtime=5000.05 cores=0,2,4,6
/proc/23563/stat : 23563 (qutersat_releas) R 23561 23563 22419 0 -1 4202496 110557 0 0 0 499980 25 0 0 25 0 1 0 752476995 593727488 93854 33554432000 4194304 6014671 140737192919664 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23563/statm: 144953 93854 729 445 0 138498 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 579812

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): 5000.03
CPU time (s): 5000.08
CPU user time (s): 4999.81
CPU system time (s): 0.267959
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 579812

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

runsolver used 21.8047 second user time and 46.7159 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-28 18:36:54
IDJOB=3420935
IDBENCH=71487
IDSOLVER=1868
FILE ID=node143/3420935-1306600614
RUNJOBID= node143-1306595523-23309
PBS_JOBID= 13471537
Free space on /tmp= 73560 MiB

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

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

MD5SUM BENCH= bd9e06c08721e6eb7b4cb4a265dbdd48
RANDOM SEED=713899208

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15903276 kB
Buffers:        315500 kB
Cached:        5704256 kB
SwapCached:      29864 kB
Active:        8007528 kB
Inactive:      8744752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15903276 kB
SwapTotal:    67111528 kB
SwapFree:     54329440 kB
Dirty:            2348 kB
Writeback:           0 kB
AnonPages:    10702352 kB
Mapped:          32604 kB
Slab:           148892 kB
PageTables:      80164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115781152 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= 73560 MiB
End job on node143 at 2011-05-28 20:00:16