Trace number 3421305

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.14 5000.34

General information on the benchmark

NameSAT04/handmade/marijn/equilarge-l/
equilarge_l4.used-as.sat04-896.cnf
MD5SUMfc993d9544ccd8eaeaa4882599387947
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark821.55
Satisfiable
(Un)Satisfiability was proved
Number of variables4499
Number of clauses18603
Sum of the clauses size54454
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317248
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 4499 #clause: 18603
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.02	c Find Ands  :        856 AvgFaninNum: 2
0.00/0.02	c Find Xors  :       4188 AvgFaninNum: 2
0.00/0.02	c Find Ite   :        234
0.00/0.03	c UnDirect variable: 3951
0.00/0.03	c UnDirect to Direct Gate: 4017
0.00/0.03	c Forced Direct Gate: 747 Unuse unDirect Gate: 155
0.00/0.03	c Break Cycle : 139
0.00/0.03	c Total Root : 13 Undef Var: 244
0.00/0.03	c After covering, Total Root: 159 Leaf: 226
0.00/0.03	c Variable( cover/uncovered/unused ): 4481 18 0
0.00/0.03	c Unit Clauses: 0
0.00/0.03	c Binary Clauses( cover/uncovered ): 564 791
0.00/0.03	c Clauses( cover/uncovered ): 16174 1074
0.00/0.03	c Total Clauses( cover/uncovered ): 16738 1865 89.9747%
0.00/0.03	c Covered Ands: 282 Invs: 0 Xors: 3973 Ites: 0
0.00/0.03	c Uncover Clauses avg size: 2.57587 max size: 3
0.00/0.03	c Final circuit: i/l/o/s     244       0    1741     14206
0.00/0.03	c CnfToAig: Time: 0.02 s
0.04/0.09	c TmMap: Set choices finish.
0.04/0.10	c TmMap: Set big and: 1345
0.04/0.10	c TmMap: Origin: 14451 ClauseNum: 42618 --> New: 5355 ClauseNum: 19679
0.04/0.10	c TmMap: Time: 0.01
0.09/0.17	c Simulation --> TransNum: 19679/19679 Try to Add: #clause: 17750 #xorclause: 0
0.09/0.18	c #var: 4291 #clauses: 15925 Solving... 
5000.10/5000.31	c Time Out !!
5000.10/5000.31	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-3421305-1306625113/watcher-3421305-1306625113 -o /tmp/evaluation-result-3421305-1306625113/solver-3421305-1306625113 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421305-1306625113.cnf 875687579 

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.01 2.02 2.00 3/443 9058
/proc/meminfo: memFree=15465388/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=34412 CPUtime=0 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 2212 0 0 0 0 0 0 0 25 0 1 0 852741961 35237888 2148 33554432000 4194304 6014671 140736697833472 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9058/statm: 8603 2148 378 445 0 2148 0

[startup+0.054863 s]
/proc/loadavg: 2.01 2.02 2.00 3/443 9058
/proc/meminfo: memFree=15465388/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=40556 CPUtime=0.04 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 4121 0 0 0 4 0 0 0 18 0 1 0 852741961 41529344 4057 33554432000 4194304 6014671 140736697833472 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9058/statm: 10139 4060 667 445 0 3684 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 40556

[startup+0.100854 s]
/proc/loadavg: 2.01 2.02 2.00 3/443 9058
/proc/meminfo: memFree=15465388/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=46828 CPUtime=0.09 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 5775 0 0 0 9 0 0 0 18 0 1 0 852741961 47951872 5711 33554432000 4194304 6014671 140736697833472 18446744073709551615 4259083 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9058/statm: 11707 5711 669 445 0 5252 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46828

[startup+0.300813 s]
/proc/loadavg: 2.01 2.02 2.00 3/443 9058
/proc/meminfo: memFree=15465388/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=55032 CPUtime=0.29 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 6113 0 0 0 29 0 0 0 18 0 1 0 852741961 56352768 6049 33554432000 4194304 6014671 140736697833472 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9058/statm: 13758 6049 723 445 0 7303 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55032

[startup+0.70074 s]
/proc/loadavg: 2.01 2.02 2.00 3/443 9058
/proc/meminfo: memFree=15465388/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=72256 CPUtime=0.69 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 6583 0 0 0 68 1 0 0 18 0 1 0 852741961 73990144 6519 33554432000 4194304 6014671 140736697833472 18446744073709551615 4424114 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9058/statm: 18064 6519 725 445 0 11609 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72256

[startup+1.50059 s]
/proc/loadavg: 2.01 2.02 2.00 3/444 9059
/proc/meminfo: memFree=15440464/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=81100 CPUtime=1.49 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 7190 0 0 0 148 1 0 0 20 0 1 0 852741961 83046400 7126 33554432000 4194304 6014671 140736697833472 18446744073709551615 4423927 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9058/statm: 20275 7126 725 445 0 13820 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81100

[startup+3.10029 s]
/proc/loadavg: 2.01 2.02 2.00 3/444 9059
/proc/meminfo: memFree=15436612/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=90552 CPUtime=3.09 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 8230 0 0 0 308 1 0 0 25 0 1 0 852741961 92725248 8166 33554432000 4194304 6014671 140736697833472 18446744073709551615 231895187096 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9058/statm: 22638 8166 728 445 0 16183 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 90552

[startup+6.30069 s]
/proc/loadavg: 2.01 2.02 2.00 3/444 9059
/proc/meminfo: memFree=15416408/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=90552 CPUtime=6.29 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 12418 0 0 0 628 1 0 0 25 0 1 0 852741961 92725248 12354 33554432000 4194304 6014671 140736697833472 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9058/statm: 22638 12354 728 445 0 16183 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 90552

[startup+12.7005 s]
/proc/loadavg: 2.01 2.02 2.00 3/444 9059
/proc/meminfo: memFree=15412636/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=90552 CPUtime=12.63 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 13836 0 0 0 1261 2 0 0 25 0 1 0 852741961 92725248 13772 33554432000 4194304 6014671 140736697833472 18446744073709551615 4377896 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 22638 13772 728 445 0 16183 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 90552

[startup+25.5011 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 9060
/proc/meminfo: memFree=15397384/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=101580 CPUtime=25.43 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 16737 0 0 0 2541 2 0 0 25 0 1 0 852741961 104017920 16673 33554432000 4194304 6014671 140736697833472 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 25395 16673 728 445 0 18940 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 101580

[startup+51.1003 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 9060
/proc/meminfo: memFree=15376248/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=125756 CPUtime=51.03 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 22091 0 0 0 5100 3 0 0 25 0 1 0 852741961 128774144 22027 33554432000 4194304 6014671 140736697833472 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 31439 22027 728 445 0 24984 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 125756

[startup+102.317 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 9062
/proc/meminfo: memFree=15355284/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=139044 CPUtime=102.24 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 27344 0 0 0 10220 4 0 0 25 0 1 0 852741961 142381056 27280 33554432000 4194304 6014671 140736697833472 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 34761 27280 728 445 0 28306 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 139044

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 9063
/proc/meminfo: memFree=15322260/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=224500 CPUtime=162.23 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 35660 0 0 0 16217 6 0 0 25 0 1 0 852741961 229888000 35596 33554432000 4194304 6014671 140736697833472 18446744073709551615 4369663 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 56125 35596 728 445 0 49670 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 224500

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 9065
/proc/meminfo: memFree=15311936/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=224500 CPUtime=222.22 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 38312 0 0 0 22216 6 0 0 25 0 1 0 852741961 229888000 38248 33554432000 4194304 6014671 140736697833472 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 56125 38248 728 445 0 49670 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 224500

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 9067
/proc/meminfo: memFree=15276556/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=287488 CPUtime=282.22 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 45232 0 0 0 28214 8 0 0 25 0 1 0 852741961 294387712 45147 33554432000 4194304 6014671 140736697833472 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 71872 45147 728 445 0 65417 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 287488

[startup+342.301 s]
/proc/loadavg: 2.13 2.04 2.01 3/444 9068
/proc/meminfo: memFree=15252224/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=287488 CPUtime=342.22 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 50832 0 0 0 34213 9 0 0 25 0 1 0 852741961 294387712 50723 33554432000 4194304 6014671 140736697833472 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 71872 50723 728 445 0 65417 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 287488

[startup+402.301 s]
/proc/loadavg: 2.12 2.06 2.02 3/444 9070
/proc/meminfo: memFree=15174572/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=359080 CPUtime=402.23 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 68856 0 0 0 40210 13 0 0 25 0 1 0 852741961 367697920 68621 33554432000 4194304 6014671 140736697833472 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 89770 68621 728 445 0 83315 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 359080

[startup+462.301 s]
/proc/loadavg: 2.07 2.06 2.01 3/444 9071
/proc/meminfo: memFree=15174168/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=359080 CPUtime=462.22 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 68856 0 0 0 46209 13 0 0 25 0 1 0 852741961 367697920 68621 33554432000 4194304 6014671 140736697833472 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 89770 68621 728 445 0 83315 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 359080

[startup+522.301 s]
/proc/loadavg: 2.02 2.05 2.01 3/444 9073
/proc/meminfo: memFree=15168188/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=359080 CPUtime=522.22 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 68856 0 0 0 52209 13 0 0 25 0 1 0 852741961 367697920 68621 33554432000 4194304 6014671 140736697833472 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 89770 68621 728 445 0 83315 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 359080

[startup+582.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/444 9075
/proc/meminfo: memFree=15146444/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=359080 CPUtime=582.21 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 73832 0 0 0 58208 13 0 0 25 0 1 0 852741961 367697920 73451 33554432000 4194304 6014671 140736697833472 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 89770 73451 728 445 0 83315 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 359080

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 1.75 1.95 1.98 2/438 9251
/proc/meminfo: memFree=15332460/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=743084 CPUtime=4062.14 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 119973 0 0 0 406190 24 0 0 25 0 1 0 852741961 760918016 117836 33554432000 4194304 6014671 140736697833472 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 185771 117836 730 445 0 179316 0
Current children cumulated CPU time (s) 4062.14
Current children cumulated vsize (KiB) 743084

[startup+4122.3 s]
/proc/loadavg: 1.27 1.77 1.92 2/438 9253
/proc/meminfo: memFree=15332164/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=743084 CPUtime=4122.13 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 119979 0 0 0 412189 24 0 0 25 0 1 0 852741961 760918016 117842 33554432000 4194304 6014671 140736697833472 18446744073709551615 4511665 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 185771 117842 730 445 0 179316 0
Current children cumulated CPU time (s) 4122.13
Current children cumulated vsize (KiB) 743084

[startup+4182.3 s]
/proc/loadavg: 1.10 1.63 1.86 2/438 9255
/proc/meminfo: memFree=15332108/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=743084 CPUtime=4182.12 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 119986 0 0 0 418188 24 0 0 25 0 1 0 852741961 760918016 117849 33554432000 4194304 6014671 140736697833472 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 185771 117849 730 445 0 179316 0
Current children cumulated CPU time (s) 4182.12
Current children cumulated vsize (KiB) 743084

[startup+4242.3 s]
/proc/loadavg: 1.03 1.51 1.80 2/438 9256
/proc/meminfo: memFree=15332068/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=743084 CPUtime=4242.12 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 119993 0 0 0 424188 24 0 0 25 0 1 0 852741961 760918016 117856 33554432000 4194304 6014671 140736697833472 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 185771 117856 730 445 0 179316 0
Current children cumulated CPU time (s) 4242.12
Current children cumulated vsize (KiB) 743084

[startup+4302.3 s]
/proc/loadavg: 1.01 1.42 1.75 2/438 9258
/proc/meminfo: memFree=15326204/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=743084 CPUtime=4302.12 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 121610 0 0 0 430187 25 0 0 25 0 1 0 852741961 760918016 119473 33554432000 4194304 6014671 140736697833472 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 185771 119473 730 445 0 179316 0
Current children cumulated CPU time (s) 4302.12
Current children cumulated vsize (KiB) 743084

[startup+4362.3 s]
/proc/loadavg: 1.00 1.34 1.70 2/438 9259
/proc/meminfo: memFree=15326168/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=743084 CPUtime=4362.11 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 121619 0 0 0 436186 25 0 0 25 0 1 0 852741961 760918016 119482 33554432000 4194304 6014671 140736697833472 18446744073709551615 4511674 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 185771 119482 730 445 0 179316 0
Current children cumulated CPU time (s) 4362.11
Current children cumulated vsize (KiB) 743084

[startup+4422.3 s]
/proc/loadavg: 1.00 1.27 1.65 2/438 9263
/proc/meminfo: memFree=15326188/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=743084 CPUtime=4422.11 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 121619 0 0 0 442186 25 0 0 25 0 1 0 852741961 760918016 119482 33554432000 4194304 6014671 140736697833472 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 185771 119482 730 445 0 179316 0
Current children cumulated CPU time (s) 4422.11
Current children cumulated vsize (KiB) 743084

[startup+4482.3 s]
/proc/loadavg: 1.00 1.22 1.61 2/438 9266
/proc/meminfo: memFree=15326212/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=743084 CPUtime=4482.11 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 121619 0 0 0 448186 25 0 0 25 0 1 0 852741961 760918016 119482 33554432000 4194304 6014671 140736697833472 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 185771 119482 730 445 0 179316 0
Current children cumulated CPU time (s) 4482.11
Current children cumulated vsize (KiB) 743084

[startup+4542.3 s]
/proc/loadavg: 1.16 1.21 1.58 2/438 9267
/proc/meminfo: memFree=15326060/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=743084 CPUtime=4542.11 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 121619 0 0 0 454186 25 0 0 25 0 1 0 852741961 760918016 119482 33554432000 4194304 6014671 140736697833472 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 185771 119482 730 445 0 179316 0
Current children cumulated CPU time (s) 4542.11
Current children cumulated vsize (KiB) 743084

[startup+4602.3 s]
/proc/loadavg: 1.13 1.19 1.54 2/438 9269
/proc/meminfo: memFree=15326016/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=743084 CPUtime=4602.12 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 121619 0 0 0 460187 25 0 0 25 0 1 0 852741961 760918016 119482 33554432000 4194304 6014671 140736697833472 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 185771 119482 730 445 0 179316 0
Current children cumulated CPU time (s) 4602.12
Current children cumulated vsize (KiB) 743084

[startup+4662.3 s]
/proc/loadavg: 1.05 1.15 1.51 2/438 9270
/proc/meminfo: memFree=15325728/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=743084 CPUtime=4662.11 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 121619 0 0 0 466186 25 0 0 25 0 1 0 852741961 760918016 119482 33554432000 4194304 6014671 140736697833472 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 185771 119482 730 445 0 179316 0
Current children cumulated CPU time (s) 4662.11
Current children cumulated vsize (KiB) 743084

[startup+4722.32 s]
/proc/loadavg: 1.02 1.12 1.47 2/438 9272
/proc/meminfo: memFree=15324812/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=743084 CPUtime=4722.12 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 121619 0 0 0 472187 25 0 0 25 0 1 0 852741961 760918016 119482 33554432000 4194304 6014671 140736697833472 18446744073709551615 4511656 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 185771 119482 730 445 0 179316 0
Current children cumulated CPU time (s) 4722.12
Current children cumulated vsize (KiB) 743084

[startup+4782.3 s]
/proc/loadavg: 1.00 1.10 1.44 2/438 9274
/proc/meminfo: memFree=15325760/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=743084 CPUtime=4782.1 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 121619 0 0 0 478185 25 0 0 25 0 1 0 852741961 760918016 119482 33554432000 4194304 6014671 140736697833472 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 185771 119482 730 445 0 179316 0
Current children cumulated CPU time (s) 4782.1
Current children cumulated vsize (KiB) 743084

[startup+4842.3 s]
/proc/loadavg: 1.00 1.08 1.41 2/438 9275
/proc/meminfo: memFree=15325596/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=743084 CPUtime=4842.1 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 121619 0 0 0 484185 25 0 0 25 0 1 0 852741961 760918016 119482 33554432000 4194304 6014671 140736697833472 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 185771 119482 730 445 0 179316 0
Current children cumulated CPU time (s) 4842.1
Current children cumulated vsize (KiB) 743084

[startup+4902.3 s]
/proc/loadavg: 1.00 1.06 1.38 2/438 9277
/proc/meminfo: memFree=15327172/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=743084 CPUtime=4902.1 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 121625 0 0 0 490184 26 0 0 25 0 1 0 852741961 760918016 119157 33554432000 4194304 6014671 140736697833472 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 185771 119157 730 445 0 179316 0
Current children cumulated CPU time (s) 4902.1
Current children cumulated vsize (KiB) 743084

[startup+4962.3 s]
/proc/loadavg: 1.00 1.05 1.35 2/438 9278
/proc/meminfo: memFree=15325644/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=743084 CPUtime=4962.1 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 122146 0 0 0 496184 26 0 0 25 0 1 0 852741961 760918016 119678 33554432000 4194304 6014671 140736697833472 18446744073709551615 4511632 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 185771 119678 730 445 0 179316 0
Current children cumulated CPU time (s) 4962.1
Current children cumulated vsize (KiB) 743084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.3 s]
/proc/loadavg: 1.00 1.04 1.34 2/438 9279
/proc/meminfo: memFree=15325244/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=743084 CPUtime=5000.1 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 122146 0 0 0 499984 26 0 0 25 0 1 0 852741961 760918016 119678 33554432000 4194304 6014671 140736697833472 18446744073709551615 4511632 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 185771 119678 730 445 0 179316 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 743084

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

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

[startup+5000.3 s]
/proc/loadavg: 1.00 1.04 1.34 2/438 9279
/proc/meminfo: memFree=15325244/32950928 swapFree=60044444/67111528
[pid=9058] ppid=9056 vsize=743084 CPUtime=5000.1 cores=0,2,4,6
/proc/9058/stat : 9058 (qutersat_releas) R 9056 9058 8543 0 -1 4202496 122146 0 0 0 499984 26 0 0 25 0 1 0 852741961 760918016 119678 33554432000 4194304 6014671 140736697833472 18446744073709551615 4511632 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9058/statm: 185771 119678 730 445 0 179316 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 743084

Child status: 1
Real time (s): 5000.34
CPU time (s): 5000.14
CPU user time (s): 4999.86
CPU system time (s): 0.283956
CPU usage (%): 99.996
Max. virtual memory (cumulated for all children) (KiB): 743084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.86
system time used= 0.283956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122150
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= 14
involuntary context switches= 11207

runsolver used 22.4906 second user time and 49.2845 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-29 01:25:13
IDJOB=3421305
IDBENCH=84762
IDSOLVER=1868
FILE ID=node114/3421305-1306625113
RUNJOBID= node114-1306614721-8561
PBS_JOBID= 13471628
Free space on /tmp= 73216 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT04/handmade/marijn/equilarge-l/equilarge_l4.used-as.sat04-896.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421305-1306625113/watcher-3421305-1306625113 -o /tmp/evaluation-result-3421305-1306625113/solver-3421305-1306625113 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421305-1306625113.cnf 875687579

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

MD5SUM BENCH= fc993d9544ccd8eaeaa4882599387947
RANDOM SEED=875687579

node114.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.848
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.848
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.848
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.848
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.73
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.848
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.848
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.75
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.848
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.848
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:     32950928 kB
MemFree:      15465544 kB
Buffers:        268952 kB
Cached:        6737416 kB
SwapCached:      48932 kB
Active:        5359320 kB
Inactive:     11854744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15465544 kB
SwapTotal:    67111528 kB
SwapFree:     60044444 kB
Dirty:            1956 kB
Writeback:           0 kB
AnonPages:    10165944 kB
Mapped:          30236 kB
Slab:           139828 kB
PageTables:      63060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 108702948 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= 73216 MiB
End job on node114 at 2011-05-29 02:48:35