Trace number 3421219

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.1 4999.94

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_24_40_2-log.shuffled-as.sat03-119.cnf
MD5SUMcf96a8eea16f98b3cec72117cedd0285
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2742.7
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses48342
Sum of the clauses size483180
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 548
Number of clauses of size over 548294

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.03	c Parse Cnf success: #var: 120 #clause: 48342
0.00/0.03	c Find Units :          0
0.00/0.03	c Find Invs  :          0
0.00/0.04	c Find Ands  :          0 AvgFaninNum: nan
0.04/0.04	c Find Xors  :          0 AvgFaninNum: nan
0.04/0.05	c Find Ite   :          0
0.04/0.05	c UnDirect variable: 0
0.04/0.05	c UnDirect to Direct Gate: 0
0.04/0.05	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.04/0.05	c Break Cycle : 0
0.04/0.05	c Total Root : 0 Undef Var: 120
0.04/0.05	c After covering, Total Root: 0 Leaf: 0
0.04/0.05	c Variable( cover/uncovered/unused ): 0 120 0
0.04/0.05	c Unit Clauses: 0
0.04/0.05	c Binary Clauses( cover/uncovered ): 0 0
0.04/0.05	c Clauses( cover/uncovered ): 0 48342
0.04/0.05	c Total Clauses( cover/uncovered ): 0 48342 0%
0.04/0.05	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.09/0.18	c Uncover Clauses avg size: 9.99504 max size: 10
0.09/0.18	c Final circuit: i/l/o/s     120       0   48342     88010
0.09/0.18	c CnfToAig: Time: 0.18 s
0.28/0.37	c TmMap: Set choices finish.
0.39/0.43	c TmMap: Set big and: 63934
0.39/0.43	c TmMap: Origin: 88131 ClauseNum: 264030 --> New: 64055 ClauseNum: 222280
0.39/0.43	c TmMap: Time: 0.08
0.39/0.45	c Try to Add: #clause: 127868 #xorclause: 0
0.39/0.47	c #var: 15712 #clauses: 42347 Solving... 
5000.07/4999.91	c Time Out !!
5000.07/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-3421219-1306616363/watcher-3421219-1306616363 -o /tmp/evaluation-result-3421219-1306616363/solver-3421219-1306616363 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421219-1306616363.cnf 263259882 

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: 1.88 2.00 1.99 1/427 12917
/proc/meminfo: memFree=15151616/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=33388 CPUtime=0.01 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 2003 0 0 0 1 0 0 0 25 0 1 0 773236761 34189312 1939 33554432000 4194304 6014671 140737377627696 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 8347 1939 378 445 0 1892 0

[startup+0.0488899 s]
/proc/loadavg: 1.88 2.00 1.99 1/427 12917
/proc/meminfo: memFree=15151616/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=35436 CPUtime=0.04 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 2713 0 0 0 4 0 0 0 25 0 1 0 773236761 36286464 2649 33554432000 4194304 6014671 140737377627696 18446744073709551615 4278390 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 8859 2649 393 445 0 2404 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 35436

[startup+0.100836 s]
/proc/loadavg: 1.88 2.00 1.99 1/427 12917
/proc/meminfo: memFree=15151616/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=39020 CPUtime=0.09 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 3450 0 0 0 9 0 0 0 25 0 1 0 773236761 39956480 3386 33554432000 4194304 6014671 140737377627696 18446744073709551615 4315507 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 9755 3386 398 445 0 3300 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39020

[startup+0.300837 s]
/proc/loadavg: 1.88 2.00 1.99 1/427 12917
/proc/meminfo: memFree=15151616/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=68364 CPUtime=0.28 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 10927 0 0 0 28 0 0 0 25 0 1 0 773236761 70004736 10863 33554432000 4194304 6014671 140737377627696 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 17091 10866 668 445 0 10636 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 68364

[startup+0.700748 s]
/proc/loadavg: 1.88 2.00 1.99 1/427 12917
/proc/meminfo: memFree=15151616/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=91948 CPUtime=0.69 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 15284 0 0 0 68 1 0 0 25 0 1 0 773236761 94154752 15220 33554432000 4194304 6014671 140737377627696 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 22987 15220 696 445 0 16532 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91948

[startup+1.50059 s]
/proc/loadavg: 1.88 2.00 1.99 3/427 12939
/proc/meminfo: memFree=15118440/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=91948 CPUtime=1.49 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 15288 0 0 0 148 1 0 0 25 0 1 0 773236761 94154752 15224 33554432000 4194304 6014671 140737377627696 18446744073709551615 4666546 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 22987 15224 700 445 0 16532 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91948

[startup+3.10031 s]
/proc/loadavg: 1.88 2.00 1.99 3/430 12945
/proc/meminfo: memFree=15020148/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=160556 CPUtime=3.09 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 32301 0 0 0 305 4 0 0 25 0 1 0 773236761 164409344 32237 33554432000 4194304 6014671 140737377627696 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 40139 32237 700 445 0 33684 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 160556

[startup+6.30071 s]
/proc/loadavg: 1.89 2.00 1.99 3/430 12945
/proc/meminfo: memFree=14982528/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=180840 CPUtime=6.29 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 35766 0 0 0 625 4 0 0 25 0 1 0 773236761 185180160 35702 33554432000 4194304 6014671 140737377627696 18446744073709551615 4659512 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 45210 35702 726 445 0 38755 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 180840

[startup+12.7005 s]
/proc/loadavg: 1.90 2.00 1.99 3/430 12945
/proc/meminfo: memFree=14926108/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=252364 CPUtime=12.69 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 47008 0 0 0 1263 6 0 0 25 0 1 0 773236761 258420736 46936 33554432000 4194304 6014671 140737377627696 18446744073709551615 4511671 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 63091 46936 726 445 0 56636 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 252364

[startup+25.5012 s]
/proc/loadavg: 1.92 2.00 1.99 3/430 12946
/proc/meminfo: memFree=14882988/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=279488 CPUtime=25.49 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 54726 0 0 0 2542 7 0 0 25 0 1 0 773236761 286195712 54654 33554432000 4194304 6014671 140737377627696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 69872 54654 727 445 0 63417 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 279488

[startup+51.1004 s]
/proc/loadavg: 1.95 2.00 1.99 3/430 12947
/proc/meminfo: memFree=14852528/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=291200 CPUtime=51.09 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 57750 0 0 0 5102 7 0 0 25 0 1 0 773236761 298188800 57676 33554432000 4194304 6014671 140737377627696 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 72800 57676 727 445 0 66345 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 291200

[startup+102.316 s]
/proc/loadavg: 1.98 2.00 1.99 3/430 12957
/proc/meminfo: memFree=14811660/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=291200 CPUtime=102.31 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 60069 0 0 0 10223 8 0 0 25 0 1 0 773236761 298188800 59995 33554432000 4194304 6014671 140737377627696 18446744073709551615 4424085 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 72800 59995 727 445 0 66345 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 291200

[startup+162.301 s]
/proc/loadavg: 2.11 2.03 2.00 3/430 12958
/proc/meminfo: memFree=14774272/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=317316 CPUtime=162.29 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 67290 0 0 0 16220 9 0 0 25 0 1 0 773236761 324931584 67170 33554432000 4194304 6014671 140737377627696 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 79329 67170 726 445 0 72874 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 317316

[startup+222.301 s]
/proc/loadavg: 2.10 2.04 2.00 3/430 12960
/proc/meminfo: memFree=14739144/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=344756 CPUtime=222.3 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 71566 0 0 0 22220 10 0 0 25 0 1 0 773236761 353030144 71407 33554432000 4194304 6014671 140737377627696 18446744073709551615 4534720 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 86189 71407 726 445 0 79734 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 344756

[startup+282.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/430 12965
/proc/meminfo: memFree=14720888/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=344756 CPUtime=282.3 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 72539 0 0 0 28220 10 0 0 25 0 1 0 773236761 353030144 72342 33554432000 4194304 6014671 140737377627696 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 86189 72342 726 445 0 79734 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 344756

[startup+342.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/430 12966
/proc/meminfo: memFree=14710412/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=344756 CPUtime=342.3 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 73557 0 0 0 34219 11 0 0 25 0 1 0 773236761 353030144 73337 33554432000 4194304 6014671 140737377627696 18446744073709551615 4424022 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 86189 73337 726 445 0 79734 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 344756

[startup+402.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/430 12968
/proc/meminfo: memFree=14708152/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=344756 CPUtime=402.3 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 74178 0 0 0 40219 11 0 0 25 0 1 0 773236761 353030144 73931 33554432000 4194304 6014671 140737377627696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 86189 73931 726 445 0 79734 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 344756

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/430 12969
/proc/meminfo: memFree=14685688/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=344756 CPUtime=462.3 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 74492 0 0 0 46219 11 0 0 25 0 1 0 773236761 353030144 74217 33554432000 4194304 6014671 140737377627696 18446744073709551615 4423960 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 86189 74217 726 445 0 79734 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 344756

[startup+522.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/430 12971
/proc/meminfo: memFree=14648452/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=344756 CPUtime=522.31 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 77218 0 0 0 52219 12 0 0 25 0 1 0 773236761 353030144 76911 33554432000 4194304 6014671 140737377627696 18446744073709551615 4534736 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 86189 76911 726 445 0 79734 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 344756

[startup+582.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/430 12973
/proc/meminfo: memFree=14601812/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=360360 CPUtime=582.31 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 80674 0 0 0 58218 13 0 0 25 0 1 0 773236761 369008640 80367 33554432000 4194304 6014671 140737377627696 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 90090 80367 726 445 0 83635 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 360360

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.02 2.03 2.00 3/430 13077
/proc/meminfo: memFree=14138644/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=675284 CPUtime=4062.44 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 110433 0 0 0 406220 24 0 0 25 0 1 0 773236761 691490816 105805 33554432000 4194304 6014671 140737377627696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 168821 105805 727 445 0 162366 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 675284

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/430 13079
/proc/meminfo: memFree=14138596/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=675284 CPUtime=4122.43 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 110454 0 0 0 412219 24 0 0 25 0 1 0 773236761 691490816 105789 33554432000 4194304 6014671 140737377627696 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 168821 105789 727 445 0 162366 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 675284

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/430 13081
/proc/meminfo: memFree=14135224/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=675284 CPUtime=4182.43 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 110454 0 0 0 418219 24 0 0 25 0 1 0 773236761 691490816 105789 33554432000 4194304 6014671 140737377627696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 168821 105789 727 445 0 162366 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 675284

[startup+4242.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/430 13082
/proc/meminfo: memFree=14126764/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=675284 CPUtime=4242.43 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 110454 0 0 0 424219 24 0 0 25 0 1 0 773236761 691490816 105750 33554432000 4194304 6014671 140737377627696 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 168821 105750 727 445 0 162366 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 675284

[startup+4302.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/430 13084
/proc/meminfo: memFree=14126608/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=675284 CPUtime=4302.44 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 110501 0 0 0 430220 24 0 0 25 0 1 0 773236761 691490816 105757 33554432000 4194304 6014671 140737377627696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 168821 105757 727 445 0 162366 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 675284

[startup+4362.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/430 13085
/proc/meminfo: memFree=14126820/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=675284 CPUtime=4362.44 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 110592 0 0 0 436220 24 0 0 25 0 1 0 773236761 691490816 105848 33554432000 4194304 6014671 140737377627696 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 168821 105848 727 445 0 162366 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 675284

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/430 13087
/proc/meminfo: memFree=14126784/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=675284 CPUtime=4422.44 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 110606 0 0 0 442220 24 0 0 25 0 1 0 773236761 691490816 105862 33554432000 4194304 6014671 140737377627696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 168821 105862 727 445 0 162366 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 675284

[startup+4482.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/430 13089
/proc/meminfo: memFree=14126872/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=675284 CPUtime=4482.44 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 110638 0 0 0 448220 24 0 0 25 0 1 0 773236761 691490816 105850 33554432000 4194304 6014671 140737377627696 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 168821 105850 727 445 0 162366 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 675284

[startup+4542.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/430 13090
/proc/meminfo: memFree=14126600/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=675284 CPUtime=4542.44 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 110675 0 0 0 454220 24 0 0 25 0 1 0 773236761 691490816 105887 33554432000 4194304 6014671 140737377627696 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 168821 105887 727 445 0 162366 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 675284

[startup+4602.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/430 13092
/proc/meminfo: memFree=14125692/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=675284 CPUtime=4602.46 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 110750 0 0 0 460222 24 0 0 25 0 1 0 773236761 691490816 105962 33554432000 4194304 6014671 140737377627696 18446744073709551615 4522084 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 168821 105962 727 445 0 162366 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 675284

[startup+4662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/430 13093
/proc/meminfo: memFree=14124668/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=675284 CPUtime=4662.45 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 110750 0 0 0 466221 24 0 0 25 0 1 0 773236761 691490816 105914 33554432000 4194304 6014671 140737377627696 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 168821 105914 727 445 0 162366 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 675284

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/430 13095
/proc/meminfo: memFree=14125744/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=675284 CPUtime=4722.46 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 110791 0 0 0 472222 24 0 0 25 0 1 0 773236761 691490816 105955 33554432000 4194304 6014671 140737377627696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 168821 105955 727 445 0 162366 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 675284

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/430 13097
/proc/meminfo: memFree=14126580/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=675284 CPUtime=4782.45 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 110808 0 0 0 478221 24 0 0 25 0 1 0 773236761 691490816 105921 33554432000 4194304 6014671 140737377627696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 168821 105921 727 445 0 162366 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 675284

[startup+4842.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/430 13098
/proc/meminfo: memFree=14126316/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=675284 CPUtime=4842.45 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 110858 0 0 0 484221 24 0 0 25 0 1 0 773236761 691490816 105971 33554432000 4194304 6014671 140737377627696 18446744073709551615 4424165 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 168821 105971 728 445 0 162366 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 675284

[startup+4902.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/430 13100
/proc/meminfo: memFree=14126532/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=675284 CPUtime=4902.45 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 110911 0 0 0 490221 24 0 0 25 0 1 0 773236761 691490816 106024 33554432000 4194304 6014671 140737377627696 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 168821 106024 728 445 0 162366 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 675284

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/430 13101
/proc/meminfo: memFree=14126624/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=675284 CPUtime=4962.46 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 110911 0 0 0 496222 24 0 0 25 0 1 0 773236761 691490816 105971 33554432000 4194304 6014671 140737377627696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 168821 105971 728 445 0 162366 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 675284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/430 13103
/proc/meminfo: memFree=14125488/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=675284 CPUtime=5000.07 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 111171 0 0 0 499983 24 0 0 25 0 1 0 773236761 691490816 106231 33554432000 4194304 6014671 140737377627696 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 168821 106231 728 445 0 162366 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 675284

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: 2.00 2.01 2.00 3/430 13103
/proc/meminfo: memFree=14125488/32951124 swapFree=44485824/67111528
[pid=12917] ppid=12915 vsize=675284 CPUtime=5000.07 cores=0,2,4,6
/proc/12917/stat : 12917 (qutersat_releas) R 12915 12917 12705 0 -1 4202496 111171 0 0 0 499983 24 0 0 25 0 1 0 773236761 691490816 106231 33554432000 4194304 6014671 140737377627696 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12917/statm: 168821 106231 728 445 0 162366 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 675284

Child status: 1
Real time (s): 4999.94
CPU time (s): 5000.1
CPU user time (s): 4999.84
CPU system time (s): 0.264959
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 675284

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

runsolver used 22.2466 second user time and 46.3 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-28 22:59:23
IDJOB=3421219
IDBENCH=83894
IDSOLVER=1868
FILE ID=node105/3421219-1306616363
RUNJOBID= node105-1306611361-12723
PBS_JOBID= 13471612
Free space on /tmp= 73164 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_24_40_2-log.shuffled-as.sat03-119.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421219-1306616363/watcher-3421219-1306616363 -o /tmp/evaluation-result-3421219-1306616363/solver-3421219-1306616363 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421219-1306616363.cnf 263259882

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

MD5SUM BENCH= cf96a8eea16f98b3cec72117cedd0285
RANDOM SEED=263259882

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.825
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:      15151896 kB
Buffers:        362724 kB
Cached:       13527208 kB
SwapCached:      39596 kB
Active:        6981496 kB
Inactive:     10497760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15151896 kB
SwapTotal:    67111528 kB
SwapFree:     44485824 kB
Dirty:            3548 kB
Writeback:           0 kB
AnonPages:     3557304 kB
Mapped:          19364 kB
Slab:           172176 kB
PageTables:      81344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114891132 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= 73184 MiB
End job on node105 at 2011-05-29 00:22:45