Trace number 3264676

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-03-01? (TO) 1300.07 1300.03

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 benchmark437.97
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.02	c Parse Cnf success: #var: 4499 #clause: 18603
0.00/0.02	c Find Units :          0
0.00/0.02	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.02/0.03	c Find Ite   :        234
0.02/0.03	c UnDirect variable: 3951
0.02/0.03	c UnDirect to Direct Gate: 4017
0.02/0.03	c Forced Direct Gate: 747 Unuse unDirect Gate: 155
0.02/0.03	c Break Cycle : 139
0.02/0.03	c Total Root : 13 Undef Var: 244
0.02/0.04	c After covering, Total Root: 159 Leaf: 226
0.02/0.04	c Variable( cover/uncovered/unused ): 4481 18 0
0.02/0.04	c Unit Clauses: 0
0.02/0.04	c Binary Clauses( cover/uncovered ): 564 791
0.02/0.04	c Clauses( cover/uncovered ): 16174 1074
0.02/0.04	c Total Clauses( cover/uncovered ): 16738 1865 89.9747%
0.02/0.04	c Covered Ands: 282 Invs: 0 Xors: 3973 Ites: 0
0.02/0.04	c Uncover Clauses avg size: 2.57587 max size: 3
0.02/0.04	c Final circuit: i/l/o/s     244       0    1741     14206
0.02/0.04	c CnfToAig: Time: 0.03 s
0.08/0.12	c TmMap: Set choices finish.
0.08/0.12	c TmMap: Set big and: 1345
0.08/0.12	c TmMap: Origin: 14451 ClauseNum: 42618 --> New: 5355 ClauseNum: 19679
0.08/0.12	c TmMap: Time: 0.01
0.18/0.21	c Simulation --> TransNum: 19679/19679 Try to Add: #clause: 2694 #xorclause: 3764
0.18/0.22	c #var: 4291 #clauses: 871 Solving... 
1300.04/1300.00	c Time Out !!
1300.04/1300.00	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3264676-1303572182/watcher-3264676-1303572182 -o /tmp/evaluation-result-3264676-1303572182/solver-3264676-1303572182 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3264676-1303572182.cnf 144214296 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 2.88 5.28 7.71 7/188 1594
/proc/meminfo: memFree=12937624/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=11800 CPUtime=0 cores=0,2
/proc/1594/stat : 1594 (runsolver) R 1590 1594 504 0 -1 4202560 42 0 0 0 0 0 0 0 22 0 1 0 468820582 12083200 51 33554432000 4194304 5434984 140733481355344 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/1594/statm: 2950 51 31 303 0 2644 0

[startup+0.0306201 s]
/proc/loadavg: 2.88 5.28 7.71 7/188 1594
/proc/meminfo: memFree=12937624/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=36460 CPUtime=0.02 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 2918 0 0 0 2 0 0 0 21 0 1 0 468820582 37335040 2852 33554432000 4194304 6016207 140733257335456 18446744073709551615 4286320 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 9115 2852 397 445 0 2659 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 36460

[startup+0.100647 s]
/proc/loadavg: 2.88 5.28 7.71 7/188 1594
/proc/meminfo: memFree=12937624/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=45676 CPUtime=0.08 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 5396 0 0 0 8 0 0 0 21 0 1 0 468820582 46772224 5330 33554432000 4194304 6016207 140733257335456 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 11419 5331 669 445 0 4963 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 45676

[startup+0.300617 s]
/proc/loadavg: 2.88 5.28 7.71 7/188 1594
/proc/meminfo: memFree=12937624/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=57080 CPUtime=0.28 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 6274 0 0 0 28 0 0 0 22 0 1 0 468820582 58449920 6208 33554432000 4194304 6016207 140733257335456 18446744073709551615 212435713529 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 14270 6208 713 445 0 7814 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 57080

[startup+0.700504 s]
/proc/loadavg: 2.88 5.28 7.71 7/188 1594
/proc/meminfo: memFree=12937624/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=65620 CPUtime=0.68 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 6597 0 0 0 68 0 0 0 24 0 1 0 468820582 67194880 6531 33554432000 4194304 6016207 140733257335456 18446744073709551615 4424659 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 16405 6531 716 445 0 9949 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 65620

[startup+1.50038 s]
/proc/loadavg: 2.88 5.28 7.71 6/190 1596
/proc/meminfo: memFree=12860124/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=74448 CPUtime=1.48 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 7180 0 0 0 148 0 0 0 25 0 1 0 468820582 76234752 7114 33554432000 4194304 6016207 140733257335456 18446744073709551615 4425176 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 18612 7114 716 445 0 12156 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 74448

[startup+3.10108 s]
/proc/loadavg: 2.88 5.28 7.71 6/190 1596
/proc/meminfo: memFree=12846732/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=74448 CPUtime=3.09 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 7910 0 0 0 308 1 0 0 25 0 1 0 468820582 76234752 7844 33554432000 4194304 6016207 140733257335456 18446744073709551615 4425012 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 18612 7844 722 445 0 12156 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 74448

[startup+6.30048 s]
/proc/loadavg: 2.97 5.26 7.69 6/190 1596
/proc/meminfo: memFree=12812632/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=83452 CPUtime=6.28 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 10126 0 0 0 627 1 0 0 25 0 1 0 468820582 85454848 10060 33554432000 4194304 6016207 140733257335456 18446744073709551615 4424424 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 20863 10060 733 445 0 14407 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 83452

[startup+12.7002 s]
/proc/loadavg: 3.05 5.24 7.67 6/190 1596
/proc/meminfo: memFree=12764368/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=103652 CPUtime=12.69 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 13303 0 0 0 1267 2 0 0 25 0 1 0 468820582 106139648 13237 33554432000 4194304 6016207 140733257335456 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 25913 13237 733 445 0 19457 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 103652

[startup+25.5008 s]
/proc/loadavg: 3.26 5.18 7.61 6/190 1596
/proc/meminfo: memFree=12691332/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=114480 CPUtime=25.49 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 18102 0 0 0 2547 2 0 0 25 0 1 0 468820582 117227520 18036 33554432000 4194304 6016207 140733257335456 18446744073709551615 4513207 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 28620 18036 733 445 0 22164 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 114480

[startup+51.101 s]
/proc/loadavg: 3.51 5.08 7.52 6/190 1597
/proc/meminfo: memFree=12632744/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=148912 CPUtime=51.09 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 23543 0 0 0 5106 3 0 0 25 0 1 0 468820582 152485888 23477 33554432000 4194304 6016207 140733257335456 18446744073709551615 4513284 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 37228 23477 733 445 0 30772 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 148912

[startup+102.307 s]
/proc/loadavg: 3.79 4.91 7.33 6/190 1598
/proc/meminfo: memFree=12519024/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=162348 CPUtime=102.3 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 31851 0 0 0 10225 5 0 0 25 0 1 0 468820582 166244352 31785 33554432000 4194304 6016207 140733257335456 18446744073709551615 4513147 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 40587 31785 755 445 0 34131 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 162348

[startup+162.301 s]
/proc/loadavg: 3.92 4.74 7.12 6/190 1600
/proc/meminfo: memFree=12452168/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=191144 CPUtime=162.29 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 37045 0 0 0 16223 6 0 0 25 0 1 0 468820582 195731456 36957 33554432000 4194304 6016207 140733257335456 18446744073709551615 4513168 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 47786 36957 763 445 0 41330 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 191144

[startup+222.301 s]
/proc/loadavg: 3.97 4.60 6.92 6/190 1628
/proc/meminfo: memFree=12447160/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=252240 CPUtime=222.29 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 38119 0 0 0 22223 6 0 0 25 0 1 0 468820582 258293760 38017 33554432000 4194304 6016207 140733257335456 18446744073709551615 4427239 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 63060 38017 749 445 0 56604 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 252240

[startup+282.301 s]
/proc/loadavg: 3.99 4.49 6.74 6/190 1630
/proc/meminfo: memFree=12382616/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=316176 CPUtime=282.3 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 44651 0 0 0 28222 8 0 0 25 0 1 0 468820582 323764224 44462 33554432000 4194304 6016207 140733257335456 18446744073709551615 4426003 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 79044 44462 733 445 0 72588 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 316176

[startup+342.301 s]
/proc/loadavg: 3.99 4.40 6.56 6/190 1632
/proc/meminfo: memFree=12193752/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=316176 CPUtime=342.3 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 49642 0 0 0 34221 9 0 0 25 0 1 0 468820582 323764224 49367 33554432000 4194304 6016207 140733257335456 18446744073709551615 4513198 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 79044 49367 733 445 0 72588 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 316176

[startup+402.3 s]
/proc/loadavg: 3.99 4.32 6.40 6/190 1633
/proc/meminfo: memFree=12094876/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=382712 CPUtime=402.3 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 62868 0 0 0 40219 11 0 0 25 0 1 0 468820582 391897088 62427 33554432000 4194304 6016207 140733257335456 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 95678 62427 733 445 0 89222 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 382712

[startup+462.301 s]
/proc/loadavg: 3.99 4.26 6.25 6/190 1635
/proc/meminfo: memFree=12028632/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=450904 CPUtime=462.31 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 77583 0 0 0 46217 14 0 0 25 0 1 0 468820582 461725696 77034 33554432000 4194304 6016207 140733257335456 18446744073709551615 4513284 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 112726 77034 733 445 0 106270 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 450904

[startup+522.301 s]
/proc/loadavg: 3.99 4.21 6.10 6/190 1636
/proc/meminfo: memFree=11992396/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=450904 CPUtime=522.3 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 81889 0 0 0 52216 14 0 0 25 0 1 0 468820582 461725696 81196 33554432000 4194304 6016207 140733257335456 18446744073709551615 4425473 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 112726 81196 733 445 0 106270 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 450904

[startup+582.3 s]
/proc/loadavg: 3.99 4.17 5.97 6/190 1638
/proc/meminfo: memFree=11949824/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=450904 CPUtime=582.3 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 82380 0 0 0 58216 14 0 0 25 0 1 0 468820582 461725696 81687 33554432000 4194304 6016207 140733257335456 18446744073709551615 4513284 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 112726 81687 733 445 0 106270 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 450904

[startup+642.301 s]
/proc/loadavg: 3.99 4.14 5.84 6/190 1640
/proc/meminfo: memFree=11941988/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=450904 CPUtime=642.32 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 84091 0 0 0 64216 16 0 0 25 0 1 0 468820582 461725696 83398 33554432000 4194304 6016207 140733257335456 18446744073709551615 212435713723 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 112726 83398 733 445 0 106270 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 450904

[startup+702.301 s]
/proc/loadavg: 3.99 4.11 5.72 6/190 1641
/proc/meminfo: memFree=11907232/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=450904 CPUtime=702.31 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 85021 0 0 0 70215 16 0 0 25 0 1 0 468820582 461725696 84182 33554432000 4194304 6016207 140733257335456 18446744073709551615 4513280 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 112726 84182 733 445 0 106270 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 450904

[startup+762.307 s]
/proc/loadavg: 4.08 4.12 5.62 6/190 1643
/proc/meminfo: memFree=11868272/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=450904 CPUtime=762.32 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 85481 0 0 0 76216 16 0 0 25 0 1 0 468820582 461725696 84481 33554432000 4194304 6016207 140733257335456 18446744073709551615 4424229 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 112726 84481 733 445 0 106270 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 450904

[startup+822.301 s]
/proc/loadavg: 4.03 4.09 5.52 6/190 1644
/proc/meminfo: memFree=11860164/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=450904 CPUtime=822.31 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 87514 0 0 0 82215 16 0 0 25 0 1 0 468820582 461725696 86514 33554432000 4194304 6016207 140733257335456 18446744073709551615 4425621 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 112726 86514 733 445 0 106270 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 450904

[startup+882.3 s]
/proc/loadavg: 4.01 4.07 5.42 6/190 1646
/proc/meminfo: memFree=11836816/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=555412 CPUtime=882.32 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 90404 0 0 0 88214 18 0 0 25 0 1 0 468820582 568741888 89163 33554432000 4194304 6016207 140733257335456 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 138853 89163 733 445 0 132397 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 555412

[startup+942.301 s]
/proc/loadavg: 4.15 4.09 5.34 6/190 1648
/proc/meminfo: memFree=11821788/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=555412 CPUtime=942.33 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 90739 0 0 0 94215 18 0 0 25 0 1 0 468820582 568741888 89498 33554432000 4194304 6016207 140733257335456 18446744073709551615 4513284 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 138853 89498 733 445 0 132397 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 555412

[startup+1002.3 s]
/proc/loadavg: 4.05 4.07 5.25 6/190 1649
/proc/meminfo: memFree=11811092/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=555412 CPUtime=1002.33 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 90739 0 0 0 100215 18 0 0 25 0 1 0 468820582 568741888 89498 33554432000 4194304 6016207 140733257335456 18446744073709551615 4513147 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 138853 89498 733 445 0 132397 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 555412

[startup+1062.3 s]
/proc/loadavg: 4.02 4.05 5.17 6/190 1651
/proc/meminfo: memFree=11803616/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=555412 CPUtime=1062.33 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 90739 0 0 0 106215 18 0 0 25 0 1 0 468820582 568741888 89498 33554432000 4194304 6016207 140733257335456 18446744073709551615 4513198 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 138853 89498 733 445 0 132397 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 555412

[startup+1122.3 s]
/proc/loadavg: 4.00 4.04 5.10 6/190 1652
/proc/meminfo: memFree=11796764/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=555412 CPUtime=1122.33 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 92564 0 0 0 112215 18 0 0 25 0 1 0 468820582 568741888 91323 33554432000 4194304 6016207 140733257335456 18446744073709551615 4425451 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 138853 91323 733 445 0 132397 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 555412

[startup+1182.3 s]
/proc/loadavg: 4.00 4.03 5.02 6/190 1654
/proc/meminfo: memFree=11747372/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=555412 CPUtime=1182.33 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 96657 0 0 0 118215 18 0 0 25 0 1 0 468820582 568741888 95416 33554432000 4194304 6016207 140733257335456 18446744073709551615 4370927 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 138853 95416 733 445 0 132397 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 555412

[startup+1242.3 s]
/proc/loadavg: 4.05 4.04 4.96 6/190 1656
/proc/meminfo: memFree=11724904/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=555412 CPUtime=1242.33 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 101493 0 0 0 124214 19 0 0 25 0 1 0 468820582 568741888 95118 33554432000 4194304 6016207 140733257335456 18446744073709551615 4513284 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 138853 95118 733 445 0 132397 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 555412



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.03 4.90 5/188 1658
/proc/meminfo: memFree=12063904/32951124 swapFree=67111528/67111528
[pid=1594] ppid=1590 vsize=555412 CPUtime=1300.04 cores=0,2
/proc/1594/stat : 1594 (qutersat_releas) R 1590 1594 504 0 -1 4202496 101493 0 0 0 129985 19 0 0 25 0 1 0 468820582 568741888 95118 33554432000 4194304 6016207 140733257335456 18446744073709551615 4513192 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1594/statm: 138853 95118 733 445 0 132397 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 555412

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

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

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1299.86
CPU system time (s): 0.212967
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 555412

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

runsolver used 2.28765 second user time and 5.04323 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-23 17:23:02
IDJOB=3264676
IDBENCH=84762
IDSOLVER=1607
FILE ID=node102/3264676-1303572182
RUNJOBID= node102-1303572182-1553
PBS_JOBID= 13150307
Free space on /tmp= 70724 MiB

SOLVER NAME= QuteRSat 2011-03-01
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-3264676-1303572182/watcher-3264676-1303572182 -o /tmp/evaluation-result-3264676-1303572182/solver-3264676-1303572182 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3264676-1303572182.cnf 144214296

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

MD5SUM BENCH= fc993d9544ccd8eaeaa4882599387947
RANDOM SEED=144214296

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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:      12938060 kB
Buffers:       1838184 kB
Cached:       17534052 kB
SwapCached:          0 kB
Active:        9808172 kB
Inactive:      9649220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12938060 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7500 kB
Writeback:           0 kB
AnonPages:       84700 kB
Mapped:          17116 kB
Slab:           493240 kB
PageTables:       5128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   270068 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= 70724 MiB
End job on node102 at 2011-04-23 17:44:44