Trace number 3376617

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) 1300.09 1300.06

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-5_4232.cnf
MD5SUM86d9f733c618d2ca060f457ab8a19463
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4230
Number of clauses100443
Sum of the clauses size411786
Maximum clause length5
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 490429
Number of clauses of size 510014
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.03	c Parse Cnf success: #var: 4230 #clause: 100443
0.00/0.03	c Find Units :          0
0.00/0.03	c Find Invs  :          0
0.00/0.05	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.06	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.06	c Find Ite   :          0
0.00/0.06	c UnDirect variable: 0
0.00/0.06	c UnDirect to Direct Gate: 0
0.00/0.06	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.06	c Break Cycle : 0
0.00/0.06	c Total Root : 0 Undef Var: 4230
0.00/0.06	c After covering, Total Root: 0 Leaf: 0
0.00/0.06	c Variable( cover/uncovered/unused ): 0 4230 0
0.00/0.06	c Unit Clauses: 0
0.00/0.06	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.06	c Clauses( cover/uncovered ): 0 100443
0.00/0.06	c Total Clauses( cover/uncovered ): 0 100443 0%
0.00/0.06	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.19/0.23	c Uncover Clauses avg size: 4.0997 max size: 5
0.19/0.23	c Final circuit: i/l/o/s    4230       0  100443    309111
0.19/0.23	c CnfToAig: Time: 0.23 s
0.39/0.45	c TmMap: Set choices finish.
0.49/0.54	c TmMap: Set big and: 100708
0.49/0.54	c TmMap: Origin: 313342 ClauseNum: 927333 --> New: 104939 ClauseNum: 512494
0.49/0.54	c TmMap: Time: 0.12
0.49/0.58	c Try to Add: #clause: 201416 #xorclause: 0
0.59/0.61	c #var: 4495 #clauses: 100709 Solving... 
1300.04/1300.01	c Time Out !!
1300.04/1300.01	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 5,7

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: 4.04 3.95 4.00 4/448 31496
/proc/meminfo: memFree=15801120/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=35436 CPUtime=0.01 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 2468 0 0 0 1 0 0 0 25 0 1 0 659072879 36286464 2404 33554432000 4194304 6014671 140734269053040 18446744073709551615 4308272 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 8859 2404 378 445 0 2404 0

[startup+0.0773341 s]
/proc/loadavg: 4.04 3.95 4.00 4/448 31496
/proc/meminfo: memFree=15801120/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=41068 CPUtime=0.07 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 3615 0 0 0 7 0 0 0 25 0 1 0 659072879 42053632 3551 33554432000 4194304 6014671 140734269053040 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 10267 3566 398 445 0 3812 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 41068

[startup+0.100333 s]
/proc/loadavg: 4.04 3.95 4.00 4/448 31496
/proc/meminfo: memFree=15801120/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=44140 CPUtime=0.09 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 4774 0 0 0 9 0 0 0 25 0 1 0 659072879 45199360 4710 33554432000 4194304 6014671 140734269053040 18446744073709551615 4331760 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 11035 4710 398 445 0 4580 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44140

[startup+0.300283 s]
/proc/loadavg: 4.04 3.95 4.00 4/448 31496
/proc/meminfo: memFree=15801120/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=92924 CPUtime=0.29 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 16726 0 0 0 28 1 0 0 25 0 1 0 659072879 95154176 16662 33554432000 4194304 6014671 140734269053040 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 23231 16664 668 445 0 16776 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 92924

[startup+0.700217 s]
/proc/loadavg: 4.04 3.95 4.00 4/448 31496
/proc/meminfo: memFree=15801120/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=136140 CPUtime=0.69 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 27615 0 0 0 67 2 0 0 25 0 1 0 659072879 139407360 27551 33554432000 4194304 6014671 140734269053040 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 34035 27551 696 445 0 27580 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 136140

[startup+1.50107 s]
/proc/loadavg: 4.04 3.95 4.00 5/449 31497
/proc/meminfo: memFree=15691392/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=136140 CPUtime=1.49 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 27640 0 0 0 147 2 0 0 25 0 1 0 659072879 139407360 27576 33554432000 4194304 6014671 140734269053040 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 34035 27576 721 445 0 27580 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 136140

[startup+3.10081 s]
/proc/loadavg: 4.04 3.95 4.00 5/449 31497
/proc/meminfo: memFree=15689408/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=136140 CPUtime=3.09 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 27645 0 0 0 307 2 0 0 25 0 1 0 659072879 139407360 27581 33554432000 4194304 6014671 140734269053040 18446744073709551615 4534912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 34035 27581 726 445 0 27580 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 136140

[startup+6.30024 s]
/proc/loadavg: 4.04 3.95 4.00 5/449 31497
/proc/meminfo: memFree=15666164/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=136140 CPUtime=6.29 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 27645 0 0 0 627 2 0 0 25 0 1 0 659072879 139407360 27581 33554432000 4194304 6014671 140734269053040 18446744073709551615 4534142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 34035 27581 726 445 0 27580 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 136140

[startup+12.7011 s]
/proc/loadavg: 4.03 3.95 4.00 5/449 31497
/proc/meminfo: memFree=15617280/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=163360 CPUtime=12.69 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 32510 0 0 0 1266 3 0 0 25 0 1 0 659072879 167280640 32446 33554432000 4194304 6014671 140734269053040 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 40840 32446 726 445 0 34385 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 163360

[startup+25.5009 s]
/proc/loadavg: 4.02 3.95 4.00 5/449 31498
/proc/meminfo: memFree=15578592/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=190392 CPUtime=25.49 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 37938 0 0 0 2545 4 0 0 25 0 1 0 659072879 194961408 37874 33554432000 4194304 6014671 140734269053040 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 47598 37874 726 445 0 41143 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 190392

[startup+51.1004 s]
/proc/loadavg: 4.02 3.95 4.00 5/449 31498
/proc/meminfo: memFree=15385404/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=406780 CPUtime=51.09 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 69023 0 0 0 5100 9 0 0 25 0 1 0 659072879 416542720 68953 33554432000 4194304 6014671 140734269053040 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 101695 68953 727 445 0 95240 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 406780

[startup+102.316 s]
/proc/loadavg: 4.04 3.97 4.00 5/449 31500
/proc/meminfo: memFree=15290516/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=479600 CPUtime=102.31 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 78343 0 0 0 10220 11 0 0 25 0 1 0 659072879 491110400 77995 33554432000 4194304 6014671 140734269053040 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 119900 77995 727 445 0 113445 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 479600

[startup+162.301 s]
/proc/loadavg: 4.05 3.99 4.00 5/449 31501
/proc/meminfo: memFree=15048684/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=479600 CPUtime=162.29 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 87732 0 0 0 16216 13 0 0 25 0 1 0 659072879 491110400 87384 33554432000 4194304 6014671 140734269053040 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 119900 87384 727 445 0 113445 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 479600

[startup+222.3 s]
/proc/loadavg: 4.02 3.99 4.00 5/449 31503
/proc/meminfo: memFree=14858072/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=623268 CPUtime=222.3 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 103060 0 0 0 22212 18 0 0 25 0 1 0 659072879 638226432 102712 33554432000 4194304 6014671 140734269053040 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 155817 102712 727 445 0 149362 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 623268

[startup+282.301 s]
/proc/loadavg: 4.18 4.03 4.01 5/449 31505
/proc/meminfo: memFree=14579412/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=623268 CPUtime=282.3 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 103987 0 0 0 28212 18 0 0 25 0 1 0 659072879 638226432 103639 33554432000 4194304 6014671 140734269053040 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 155817 103639 727 445 0 149362 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 623268

[startup+342.3 s]
/proc/loadavg: 4.11 4.04 4.01 5/449 31506
/proc/meminfo: memFree=14514284/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=623268 CPUtime=342.29 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 110623 0 0 0 34209 20 0 0 25 0 1 0 659072879 638226432 110275 33554432000 4194304 6014671 140734269053040 18446744073709551615 4424192 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 155817 110275 727 445 0 149362 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 623268

[startup+402.301 s]
/proc/loadavg: 4.04 4.03 4.01 5/449 31508
/proc/meminfo: memFree=14380480/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=706268 CPUtime=402.29 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 122831 0 0 0 40205 24 0 0 25 0 1 0 659072879 723218432 122483 33554432000 4194304 6014671 140734269053040 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 176567 122483 727 445 0 170112 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 706268

[startup+462.3 s]
/proc/loadavg: 4.16 4.06 4.01 5/449 31509
/proc/meminfo: memFree=14175240/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=706396 CPUtime=462.3 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 136236 0 0 0 46203 27 0 0 25 0 1 0 659072879 723349504 135806 33554432000 4194304 6014671 140734269053040 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 176599 135806 727 445 0 170144 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 706396

[startup+522.301 s]
/proc/loadavg: 4.06 4.04 4.01 5/449 31520
/proc/meminfo: memFree=14050908/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=706396 CPUtime=522.3 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 136729 0 0 0 52203 27 0 0 25 0 1 0 659072879 723349504 136299 33554432000 4194304 6014671 140734269053040 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 176599 136299 727 445 0 170144 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 706396

[startup+582.3 s]
/proc/loadavg: 4.02 4.03 4.00 5/449 31522
/proc/meminfo: memFree=13932300/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=706396 CPUtime=582.3 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 143002 0 0 0 58202 28 0 0 25 0 1 0 659072879 723349504 142566 33554432000 4194304 6014671 140734269053040 18446744073709551615 4380009 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 176599 142566 727 445 0 170144 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 706396

[startup+642.301 s]
/proc/loadavg: 4.11 4.05 4.01 5/449 31523
/proc/meminfo: memFree=13841384/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=706396 CPUtime=642.32 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 154545 0 0 0 64201 31 0 0 25 0 1 0 659072879 723349504 154080 33554432000 4194304 6014671 140734269053040 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 176599 154080 727 445 0 170144 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 706396

[startup+702.301 s]
/proc/loadavg: 4.09 4.06 4.01 5/449 31525
/proc/meminfo: memFree=13614568/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=950800 CPUtime=702.31 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 201537 0 0 0 70193 38 0 0 25 0 1 0 659072879 973619200 200848 33554432000 4194304 6014671 140734269053040 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 237700 200848 727 445 0 231245 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 950800

[startup+762.317 s]
/proc/loadavg: 4.07 4.06 4.01 5/449 31529
/proc/meminfo: memFree=13489560/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=1039824 CPUtime=762.33 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 222721 0 0 0 76190 43 0 0 25 0 1 0 659072879 1064779776 221979 33554432000 4194304 6014671 140734269053040 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 259956 221979 727 445 0 253501 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 1039824

[startup+822.301 s]
/proc/loadavg: 4.17 4.08 4.01 5/449 31531
/proc/meminfo: memFree=13454076/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=1039824 CPUtime=822.31 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 232741 0 0 0 82187 44 0 0 25 0 1 0 659072879 1064779776 226461 33554432000 4194304 6014671 140734269053040 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 259956 226461 727 445 0 253501 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1039824

[startup+882.301 s]
/proc/loadavg: 4.19 4.10 4.02 5/449 31533
/proc/meminfo: memFree=13321388/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=1130468 CPUtime=882.31 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 236988 0 0 0 88186 45 0 0 25 0 1 0 659072879 1157599232 230708 33554432000 4194304 6014671 140734269053040 18446744073709551615 4424560 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 282617 230708 727 445 0 276162 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1130468

[startup+942.301 s]
/proc/loadavg: 4.07 4.08 4.02 5/449 31534
/proc/meminfo: memFree=13238532/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=1130596 CPUtime=942.31 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 236989 0 0 0 94186 45 0 0 25 0 1 0 659072879 1157730304 230709 33554432000 4194304 6014671 140734269053040 18446744073709551615 4379136 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 282649 230709 727 445 0 276194 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1130596

[startup+1002.3 s]
/proc/loadavg: 4.02 4.06 4.01 5/449 31536
/proc/meminfo: memFree=13178864/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=1130596 CPUtime=1002.31 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 241902 0 0 0 100185 46 0 0 25 0 1 0 659072879 1157730304 235622 33554432000 4194304 6014671 140734269053040 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 282649 235622 727 445 0 276194 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1130596

[startup+1062.3 s]
/proc/loadavg: 4.05 4.07 4.01 5/449 31537
/proc/meminfo: memFree=13150556/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=1130596 CPUtime=1062.31 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 241985 0 0 0 106185 46 0 0 25 0 1 0 659072879 1157730304 235705 33554432000 4194304 6014671 140734269053040 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 282649 235705 727 445 0 276194 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1130596

[startup+1122.3 s]
/proc/loadavg: 3.97 4.05 4.00 4/444 31557
/proc/meminfo: memFree=14092704/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=1130596 CPUtime=1122.32 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 244405 0 0 0 112185 47 0 0 25 0 1 0 659072879 1157730304 238125 33554432000 4194304 6014671 140734269053040 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 282649 238125 727 445 0 276194 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1130596

[startup+1182.3 s]
/proc/loadavg: 2.90 3.74 3.90 3/437 31577
/proc/meminfo: memFree=15242528/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=1130596 CPUtime=1182.31 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 255021 0 0 0 118182 49 0 0 25 0 1 0 659072879 1157730304 248741 33554432000 4194304 6014671 140734269053040 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 282649 248741 727 445 0 276194 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1130596

[startup+1242.3 s]
/proc/loadavg: 2.30 3.40 3.77 3/437 31578
/proc/meminfo: memFree=15236032/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=1130596 CPUtime=1242.32 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 255410 0 0 0 124182 50 0 0 25 0 1 0 659072879 1157730304 249130 33554432000 4194304 6014671 140734269053040 18446744073709551615 4534825 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 282649 249130 727 445 0 276194 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1130596



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.04 3.14 3.66 2/432 31598
/proc/meminfo: memFree=15648720/32951124 swapFree=67082160/67111528
[pid=31496] ppid=31494 vsize=1130596 CPUtime=1300.04 cores=5,7
/proc/31496/stat : 31496 (qutersat_releas) R 31494 31496 30415 0 -1 4202496 264130 0 0 0 129953 51 0 0 25 0 1 0 659072879 1157730304 257850 33554432000 4194304 6014671 140734269053040 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31496/statm: 282649 257850 727 445 0 276194 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1130596

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.06
CPU time (s): 1300.09
CPU user time (s): 1299.53
CPU system time (s): 0.555915
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1130596

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

runsolver used 5.45317 second user time and 13.363 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-15 17:52:29
IDJOB=3376617
IDBENCH=83254
IDSOLVER=1856
FILE ID=node136/3376617-1305474749
RUNJOBID= node136-1305474565-31236
PBS_JOBID= 13325320
Free space on /tmp= 72988 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-5_4232.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376617-1305474749/watcher-3376617-1305474749 -o /tmp/evaluation-result-3376617-1305474749/solver-3376617-1305474749 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376617-1305474749.cnf 1526974837

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

MD5SUM BENCH= 86d9f733c618d2ca060f457ab8a19463
RANDOM SEED=1526974837

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15801400 kB
Buffers:        323964 kB
Cached:        5908144 kB
SwapCached:       2732 kB
Active:       12384124 kB
Inactive:      4402396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15801400 kB
SwapTotal:    67111528 kB
SwapFree:     67082160 kB
Dirty:            8244 kB
Writeback:           0 kB
AnonPages:    10552464 kB
Mapped:          40560 kB
Slab:           241432 kB
PageTables:      54736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 123597888 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= 72996 MiB
End job on node136 at 2011-05-15 18:14:11