Trace number 3421413

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.07 4999.96

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q742.5-n45-p30-s17570390.cnf
MD5SUMba3b1702a651cd8da3e6cada8f2e97bc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.255961
Satisfiable
(Un)Satisfiability was proved
Number of variables2088
Number of clauses405748
Sum of the clauses size813494
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2405703
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c Set FPU double precision.
0.09/0.10	c Parse Cnf success: #var: 2088 #clause: 405748
0.09/0.10	c Find Units :          0
0.09/0.13	c Find Invs  :          0
0.09/0.13	c Find Ands  :       2088 AvgFaninNum: 45.4234
0.09/0.13	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.13	c Find Ite   :          0
0.09/0.13	c UnDirect variable: 0
0.09/0.13	c UnDirect to Direct Gate: 0
0.09/0.13	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.09/0.13	c Break Cycle : 2043
0.09/0.13	c Total Root : 0 Undef Var: 2043
0.09/0.13	c After covering, Total Root: 45 Leaf: 2043
0.09/0.13	c Variable( cover/uncovered/unused ): 2088 0 0
0.09/0.13	c Unit Clauses: 0
0.09/0.13	c Binary Clauses( cover/uncovered ): 2043 403660
0.09/0.13	c Clauses( cover/uncovered ): 45 0
0.09/0.13	c Total Clauses( cover/uncovered ): 2088 403660 0.514605%
0.09/0.13	c Covered Ands: 45 Invs: 0 Xors: 0 Ites: 0
0.29/0.30	c Uncover Clauses avg size: 2 max size: 2
0.29/0.31	c Final circuit: i/l/o/s    2043       0  403660    405658
0.29/0.31	c CnfToAig: Time: 0.31 s
0.39/0.49	c TmMap: Set choices finish.
0.59/0.66	c TmMap: Set big and: 403705
0.59/0.66	c TmMap: Origin: 407702 ClauseNum: 1216974 --> New: 405749 ClauseNum: 1213068
0.59/0.66	c TmMap: Time: 0.19
0.69/0.72	c Try to Add: #clause: 807410 #xorclause: 0
0.69/0.77	c #var: 2088 #clauses: 46 Solving... 
5000.01/4999.92	c Time Out !!
5000.01/4999.92	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-3421413-1306633838/watcher-3421413-1306633838 -o /tmp/evaluation-result-3421413-1306633838/solver-3421413-1306633838 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421413-1306633838.cnf 986208968 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.87 2.01 2.00 2/527 2553
/proc/meminfo: memFree=12171892/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=32364 CPUtime=0 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 1839 0 0 0 0 0 0 0 22 0 1 0 853614433 33140736 1775 33554432000 4194304 6014671 140734476177440 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 8091 1775 378 445 0 1636 0

[startup+0.09557 s]
/proc/loadavg: 1.87 2.01 2.00 2/527 2553
/proc/meminfo: memFree=12171892/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=56940 CPUtime=0.09 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 7772 0 0 0 8 1 0 0 22 0 1 0 853614433 58306560 7708 33554432000 4194304 6014671 140734476177440 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 14235 7708 378 445 0 7780 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56940

[startup+0.100567 s]
/proc/loadavg: 1.87 2.01 2.00 2/527 2553
/proc/meminfo: memFree=12171892/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=56940 CPUtime=0.09 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 7821 0 0 0 8 1 0 0 22 0 1 0 853614433 58306560 7757 33554432000 4194304 6014671 140734476177440 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 14235 7757 378 445 0 7780 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56940

[startup+0.300534 s]
/proc/loadavg: 1.87 2.01 2.00 2/527 2553
/proc/meminfo: memFree=12171892/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=79468 CPUtime=0.29 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 12968 0 0 0 28 1 0 0 23 0 1 0 853614433 81375232 12904 33554432000 4194304 6014671 140734476177440 18446744073709551615 4276266 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 19867 12904 398 445 0 13412 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79468

[startup+0.700478 s]
/proc/loadavg: 1.87 2.01 2.00 2/527 2553
/proc/meminfo: memFree=12171892/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=179640 CPUtime=0.69 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 37929 0 0 0 64 5 0 0 25 0 1 0 853614433 183951360 37865 33554432000 4194304 6014671 140734476177440 18446744073709551615 4808237 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 44910 37865 670 445 0 38455 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 179640

[startup+1.50033 s]
/proc/loadavg: 1.87 2.01 2.00 3/528 2554
/proc/meminfo: memFree=12013164/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=179640 CPUtime=1.49 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 37982 0 0 0 144 5 0 0 25 0 1 0 853614433 183951360 37918 33554432000 4194304 6014671 140734476177440 18446744073709551615 4422767 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 44910 37918 720 445 0 38455 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 179640

[startup+3.10105 s]
/proc/loadavg: 1.87 2.01 2.00 3/528 2554
/proc/meminfo: memFree=12006720/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=179640 CPUtime=3.09 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 37983 0 0 0 304 5 0 0 25 0 1 0 853614433 183951360 37919 33554432000 4194304 6014671 140734476177440 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 44910 37919 721 445 0 38455 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 179640

[startup+6.30049 s]
/proc/loadavg: 1.88 2.01 2.00 3/528 2554
/proc/meminfo: memFree=11995656/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=179640 CPUtime=6.29 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 37987 0 0 0 624 5 0 0 25 0 1 0 853614433 183951360 37923 33554432000 4194304 6014671 140734476177440 18446744073709551615 4537160 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 44910 37923 725 445 0 38455 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 179640

[startup+12.7004 s]
/proc/loadavg: 1.89 2.01 2.00 3/528 2554
/proc/meminfo: memFree=11987144/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=179640 CPUtime=12.69 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 37987 0 0 0 1264 5 0 0 25 0 1 0 853614433 183951360 37923 33554432000 4194304 6014671 140734476177440 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 44910 37923 725 445 0 38455 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 179640

[startup+25.5001 s]
/proc/loadavg: 1.91 2.01 2.00 3/528 2554
/proc/meminfo: memFree=11963728/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=193988 CPUtime=25.49 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 39381 0 0 0 2544 5 0 0 25 0 1 0 853614433 198643712 39317 33554432000 4194304 6014671 140734476177440 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 48497 39317 725 445 0 42042 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 193988

[startup+51.1007 s]
/proc/loadavg: 1.94 2.00 2.00 3/528 2555
/proc/meminfo: memFree=11931772/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=208424 CPUtime=51.09 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 42947 0 0 0 5103 6 0 0 25 0 1 0 853614433 213426176 42883 33554432000 4194304 6014671 140734476177440 18446744073709551615 4423443 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 52106 42883 725 445 0 45651 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 208424

[startup+102.32 s]
/proc/loadavg: 1.97 2.00 2.00 3/528 2556
/proc/meminfo: memFree=11822752/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=406164 CPUtime=102.31 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 61815 0 0 0 10223 8 0 0 25 0 1 0 853614433 415911936 61745 33554432000 4194304 6014671 140734476177440 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 101541 61745 725 445 0 95086 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 406164

[startup+162.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/528 2558
/proc/meminfo: memFree=11796680/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=476300 CPUtime=162.29 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 63368 0 0 0 16221 8 0 0 25 0 1 0 853614433 487731200 59634 33554432000 4194304 6014671 140734476177440 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 119075 59634 725 445 0 112620 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 476300

[startup+222.301 s]
/proc/loadavg: 2.11 2.04 2.01 3/528 2559
/proc/meminfo: memFree=11691736/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=476300 CPUtime=222.3 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 79866 0 0 0 22219 11 0 0 25 0 1 0 853614433 487731200 76128 33554432000 4194304 6014671 140734476177440 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 119075 76128 728 445 0 112620 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 476300

[startup+282.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/528 2561
/proc/meminfo: memFree=11635660/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=560928 CPUtime=282.3 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 89996 0 0 0 28218 12 0 0 25 0 1 0 853614433 574390272 86255 33554432000 4194304 6014671 140734476177440 18446744073709551615 4369413 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 140232 86255 725 445 0 133777 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 560928

[startup+342.301 s]
/proc/loadavg: 2.10 2.05 2.01 3/528 2563
/proc/meminfo: memFree=11596444/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=647780 CPUtime=342.29 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 99092 0 0 0 34216 13 0 0 25 0 1 0 853614433 663326720 95351 33554432000 4194304 6014671 140734476177440 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 161945 95351 725 445 0 155490 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 647780

[startup+402.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/528 2564
/proc/meminfo: memFree=11585248/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=647780 CPUtime=402.3 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 100261 0 0 0 40216 14 0 0 25 0 1 0 853614433 663326720 96520 33554432000 4194304 6014671 140734476177440 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 161945 96520 734 445 0 155490 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 647780

[startup+462.301 s]
/proc/loadavg: 2.03 2.04 2.00 3/528 2567
/proc/meminfo: memFree=11506976/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=748152 CPUtime=462.3 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 116048 0 0 0 46215 15 0 0 25 0 1 0 853614433 766107648 112307 33554432000 4194304 6014671 140734476177440 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 187038 112307 734 445 0 180583 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 748152

[startup+522.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/528 2568
/proc/meminfo: memFree=11478056/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=748152 CPUtime=522.3 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 120125 0 0 0 52214 16 0 0 25 0 1 0 853614433 766107648 116384 33554432000 4194304 6014671 140734476177440 18446744073709551615 4422707 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 187038 116384 734 445 0 180583 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 748152

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/528 2570
/proc/meminfo: memFree=11463768/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=748152 CPUtime=582.3 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 121032 0 0 0 58214 16 0 0 25 0 1 0 853614433 766107648 117282 33554432000 4194304 6014671 140734476177440 18446744073709551615 4535385 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 187038 117282 725 445 0 180583 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 748152

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.11 2.04 2.01 3/528 9359
/proc/meminfo: memFree=10567540/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=1308660 CPUtime=4062.4 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 208666 0 0 0 406207 33 0 0 25 0 1 0 853614433 1340067840 189692 33554432000 4194304 6014671 140734476177440 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 327165 189692 725 445 0 320710 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 1308660

[startup+4122.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/528 9360
/proc/meminfo: memFree=10561428/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=1308660 CPUtime=4122.39 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 210263 0 0 0 412205 34 0 0 25 0 1 0 853614433 1340067840 191241 33554432000 4194304 6014671 140734476177440 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 327165 191241 725 445 0 320710 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 1308660

[startup+4182.3 s]
/proc/loadavg: 2.19 2.06 2.01 3/528 9362
/proc/meminfo: memFree=10519336/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=1308660 CPUtime=4182.39 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 220016 0 0 0 418204 35 0 0 25 0 1 0 853614433 1340067840 200939 33554432000 4194304 6014671 140734476177440 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 327165 200939 725 445 0 320710 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 1308660

[startup+4242.3 s]
/proc/loadavg: 2.14 2.07 2.01 3/528 9373
/proc/meminfo: memFree=10509308/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=1308660 CPUtime=4242.38 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 222235 0 0 0 424203 35 0 0 25 0 1 0 853614433 1340067840 203158 33554432000 4194304 6014671 140734476177440 18446744073709551615 4423927 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 327165 203158 725 445 0 320710 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 1308660

[startup+4302.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/528 9374
/proc/meminfo: memFree=10468348/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=1308788 CPUtime=4302.39 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 232061 0 0 0 430202 37 0 0 25 0 1 0 853614433 1340198912 212925 33554432000 4194304 6014671 140734476177440 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 327197 212925 725 445 0 320742 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 1308788

[startup+4362.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/528 9376
/proc/meminfo: memFree=10442896/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=1308788 CPUtime=4362.38 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 238431 0 0 0 436201 37 0 0 25 0 1 0 853614433 1340198912 219231 33554432000 4194304 6014671 140734476177440 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 327197 219231 725 445 0 320742 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 1308788

[startup+4422.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/528 9377
/proc/meminfo: memFree=10439900/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=1308788 CPUtime=4422.39 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 238437 0 0 0 442202 37 0 0 25 0 1 0 853614433 1340198912 219237 33554432000 4194304 6014671 140734476177440 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 327197 219237 725 445 0 320742 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 1308788

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/528 9379
/proc/meminfo: memFree=10440088/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=1308788 CPUtime=4482.39 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 238440 0 0 0 448202 37 0 0 25 0 1 0 853614433 1340198912 219175 33554432000 4194304 6014671 140734476177440 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 327197 219175 725 445 0 320742 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 1308788

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/528 9381
/proc/meminfo: memFree=10430884/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=1308788 CPUtime=4542.39 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 238805 0 0 0 454202 37 0 0 25 0 1 0 853614433 1340198912 219540 33554432000 4194304 6014671 140734476177440 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 327197 219540 725 445 0 320742 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 1308788

[startup+4602.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/528 9382
/proc/meminfo: memFree=10429728/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=1308788 CPUtime=4602.4 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 238808 0 0 0 460202 38 0 0 25 0 1 0 853614433 1340198912 219477 33554432000 4194304 6014671 140734476177440 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 327197 219477 725 445 0 320742 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 1308788

[startup+4662.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/528 9384
/proc/meminfo: memFree=10429080/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=1308788 CPUtime=4662.4 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 238812 0 0 0 466202 38 0 0 25 0 1 0 853614433 1340198912 219481 33554432000 4194304 6014671 140734476177440 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 327197 219481 725 445 0 320742 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 1308788

[startup+4722.32 s]
/proc/loadavg: 2.05 2.04 2.00 3/528 9385
/proc/meminfo: memFree=10425944/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=1308788 CPUtime=4722.42 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 238847 0 0 0 472204 38 0 0 25 0 1 0 853614433 1340198912 219449 33554432000 4194304 6014671 140734476177440 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 327197 219449 725 445 0 320742 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 1308788

[startup+4782.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/528 9387
/proc/meminfo: memFree=10427124/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=1308788 CPUtime=4782.4 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 238973 0 0 0 478202 38 0 0 25 0 1 0 853614433 1340198912 219575 33554432000 4194304 6014671 140734476177440 18446744073709551615 4535380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 327197 219575 725 445 0 320742 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 1308788

[startup+4842.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/528 9389
/proc/meminfo: memFree=10424364/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=1308788 CPUtime=4842.4 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 238981 0 0 0 484202 38 0 0 25 0 1 0 853614433 1340198912 219511 33554432000 4194304 6014671 140734476177440 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 327197 219511 725 445 0 320742 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 1308788

[startup+4902.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/528 9390
/proc/meminfo: memFree=10424948/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=1308788 CPUtime=4902.4 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 238984 0 0 0 490202 38 0 0 25 0 1 0 853614433 1340198912 219514 33554432000 4194304 6014671 140734476177440 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 327197 219514 725 445 0 320742 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 1308788

[startup+4962.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/528 9392
/proc/meminfo: memFree=10423180/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=1308788 CPUtime=4962.41 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 238984 0 0 0 496203 38 0 0 25 0 1 0 853614433 1340198912 219514 33554432000 4194304 6014671 140734476177440 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 327197 219514 725 445 0 320742 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 1308788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/528 9393
/proc/meminfo: memFree=10390540/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=1308788 CPUtime=5000.01 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 238989 0 0 0 499963 38 0 0 25 0 1 0 853614433 1340198912 219428 33554432000 4194304 6014671 140734476177440 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 327197 219428 725 445 0 320742 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 1308788

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/528 9393
/proc/meminfo: memFree=10390540/32951124 swapFree=65586216/67111528
[pid=2553] ppid=2551 vsize=1308788 CPUtime=5000.01 cores=1,3,5,7
/proc/2553/stat : 2553 (qutersat_releas) R 2551 2553 1399 0 -1 4202496 238989 0 0 0 499963 38 0 0 25 0 1 0 853614433 1340198912 219428 33554432000 4194304 6014671 140734476177440 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2553/statm: 327197 219428 725 445 0 320742 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 1308788

Child status: 1
Real time (s): 4999.96
CPU time (s): 5000.07
CPU user time (s): 4999.65
CPU system time (s): 0.420936
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1308788

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

runsolver used 24.9782 second user time and 61.1937 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-29 03:50:38
IDJOB=3421413
IDBENCH=88211
IDSOLVER=1868
FILE ID=node119/3421413-1306633838
RUNJOBID= node119-1306633838-2533
PBS_JOBID= 13471622
Free space on /tmp= 73424 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q742.5-n45-p30-s17570390.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421413-1306633838/watcher-3421413-1306633838 -o /tmp/evaluation-result-3421413-1306633838/solver-3421413-1306633838 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421413-1306633838.cnf 986208968

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

MD5SUM BENCH= ba3b1702a651cd8da3e6cada8f2e97bc
RANDOM SEED=986208968

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12172040 kB
Buffers:        247980 kB
Cached:        3999192 kB
SwapCached:       4316 kB
Active:       10009992 kB
Inactive:     10446996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12172040 kB
SwapTotal:    67111528 kB
SwapFree:     65586216 kB
Dirty:            8992 kB
Writeback:           0 kB
AnonPages:    16208148 kB
Mapped:          42884 kB
Slab:           174188 kB
PageTables:      78940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 163913248 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= 73408 MiB
End job on node119 at 2011-05-29 05:14:00