Trace number 3421051

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.13 4999.95

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-6x40.cnf
MD5SUM3a7a68cedc6ab84c0df9c27d166b0b6b
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 variables960
Number of clauses48480
Sum of the clauses size191040
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21440
Number of clauses of size 30
Number of clauses of size 447040
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: 960 #clause: 48480
0.00/0.02	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.02	c Find Ands  :        960 AvgFaninNum: 3
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 0
0.00/0.02	c UnDirect to Direct Gate: 0
0.00/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.02	c Break Cycle : 720
0.00/0.02	c Total Root : 0 Undef Var: 720
0.00/0.03	c After covering, Total Root: 240 Leaf: 720
0.00/0.03	c Variable( cover/uncovered/unused ): 960 0 0
0.00/0.03	c Unit Clauses: 0
0.00/0.03	c Binary Clauses( cover/uncovered ): 720 720
0.00/0.03	c Clauses( cover/uncovered ): 240 46800
0.00/0.03	c Total Clauses( cover/uncovered ): 960 47520 1.9802%
0.00/0.03	c Covered Ands: 240 Invs: 0 Xors: 0 Ites: 0
0.00/0.07	c Uncover Clauses avg size: 3.9697 max size: 4
0.00/0.07	c Final circuit: i/l/o/s     720       0   47520     66720
0.00/0.07	c CnfToAig: Time: 0.06 s
0.10/0.16	c TmMap: Set choices finish.
0.10/0.19	c TmMap: Set big and: 66480
0.10/0.19	c TmMap: Origin: 67441 ClauseNum: 200160 --> New: 67201 ClauseNum: 199680
0.10/0.19	c TmMap: Time: 0.04
0.19/0.21	c Try to Add: #clause: 132960 #xorclause: 0
0.19/0.23	c #var: 19680 #clauses: 18961 Solving... 
5000.09/4999.92	c Time Out !!
5000.09/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-3421051-1306608057/watcher-3421051-1306608057 -o /tmp/evaluation-result-3421051-1306608057/solver-3421051-1306608057 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421051-1306608057.cnf 1220711167 

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.84 1.97 1.99 4/514 32630
/proc/meminfo: memFree=11269880/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=35436 CPUtime=0.01 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 2665 0 0 0 1 0 0 0 18 0 1 0 851036423 36286464 2601 33554432000 4194304 6014671 140736297410480 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 8859 2602 378 445 0 2404 0

[startup+0.082163 s]
/proc/loadavg: 1.84 1.97 1.99 4/514 32630
/proc/meminfo: memFree=11269880/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=42092 CPUtime=0.07 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 4428 0 0 0 7 0 0 0 18 0 1 0 851036423 43102208 4364 33554432000 4194304 6014671 140736297410480 18446744073709551615 4340831 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 10523 4367 465 445 0 4068 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 42092

[startup+0.101168 s]
/proc/loadavg: 1.84 1.97 1.99 4/514 32630
/proc/meminfo: memFree=11269880/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=48924 CPUtime=0.1 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 6301 0 0 0 9 1 0 0 18 0 1 0 851036423 50098176 6237 33554432000 4194304 6014671 140736297410480 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 12231 6239 668 445 0 5776 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 48924

[startup+0.301125 s]
/proc/loadavg: 1.84 1.97 1.99 4/514 32630
/proc/meminfo: memFree=11269880/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=71116 CPUtime=0.29 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 11463 0 0 0 28 1 0 0 18 0 1 0 851036423 72822784 11399 33554432000 4194304 6014671 140736297410480 18446744073709551615 4423631 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 17779 11399 696 445 0 11324 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71116

[startup+0.701043 s]
/proc/loadavg: 1.84 1.97 1.99 4/514 32630
/proc/meminfo: memFree=11269880/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=85580 CPUtime=0.69 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 15013 0 0 0 67 2 0 0 18 0 1 0 851036423 87633920 14949 33554432000 4194304 6014671 140736297410480 18446744073709551615 4423410 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 21395 14949 700 445 0 14940 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85580

[startup+1.50089 s]
/proc/loadavg: 1.84 1.97 1.99 3/516 32659
/proc/meminfo: memFree=11154504/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=105880 CPUtime=1.5 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 17792 0 0 0 147 3 0 0 20 0 1 0 851036423 108421120 17728 33554432000 4194304 6014671 140736297410480 18446744073709551615 4423498 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 26470 17728 723 445 0 20015 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 105880

[startup+3.10059 s]
/proc/loadavg: 1.84 1.97 1.99 3/516 32659
/proc/meminfo: memFree=11033728/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=127384 CPUtime=3.1 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 20240 0 0 0 307 3 0 0 25 0 1 0 851036423 130441216 20176 33554432000 4194304 6014671 140736297410480 18446744073709551615 4376945 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 31846 20176 723 445 0 25391 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 127384

[startup+6.301 s]
/proc/loadavg: 1.85 1.97 1.99 3/516 32659
/proc/meminfo: memFree=10996892/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=161844 CPUtime=6.29 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 28015 0 0 0 626 3 0 0 25 0 1 0 851036423 165728256 27888 33554432000 4194304 6014671 140736297410480 18446744073709551615 256415088276 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 40461 27888 735 445 0 34006 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 161844

[startup+12.7008 s]
/proc/loadavg: 1.86 1.97 1.99 3/516 32660
/proc/meminfo: memFree=10893120/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=174944 CPUtime=12.69 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 34813 0 0 0 1265 4 0 0 25 0 1 0 851036423 179142656 34678 33554432000 4194304 6014671 140736297410480 18446744073709551615 4535245 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 43736 34678 727 445 0 37281 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 174944

[startup+25.5004 s]
/proc/loadavg: 1.89 1.97 1.99 3/516 32660
/proc/meminfo: memFree=10755244/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=236004 CPUtime=25.49 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 43338 0 0 0 2543 6 0 0 25 0 1 0 851036423 241668096 43203 33554432000 4194304 6014671 140736297410480 18446744073709551615 4424165 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 59001 43203 727 445 0 52546 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 236004

[startup+51.1005 s]
/proc/loadavg: 2.06 2.01 2.00 3/516 32661
/proc/meminfo: memFree=10696696/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=236004 CPUtime=51.09 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 50264 0 0 0 5102 7 0 0 25 0 1 0 851036423 241668096 50129 33554432000 4194304 6014671 140736297410480 18446744073709551615 4535376 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 59001 50129 727 445 0 52546 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 236004

[startup+102.32 s]
/proc/loadavg: 2.10 2.02 2.00 3/516 32662
/proc/meminfo: memFree=10574520/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=392964 CPUtime=102.32 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 61132 0 0 0 10222 10 0 0 25 0 1 0 851036423 402395136 60858 33554432000 4194304 6014671 140736297410480 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 98241 60858 727 445 0 91786 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 392964

[startup+162.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/516 32664
/proc/meminfo: memFree=10519424/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=455696 CPUtime=162.29 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 67518 0 0 0 16218 11 0 0 25 0 1 0 851036423 466632704 63527 33554432000 4194304 6014671 140736297410480 18446744073709551615 256415082466 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 113924 63527 727 445 0 107469 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 455696

[startup+222.301 s]
/proc/loadavg: 2.10 2.05 2.01 3/516 32665
/proc/meminfo: memFree=10465564/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=455696 CPUtime=222.3 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 79861 0 0 0 22217 13 0 0 25 0 1 0 851036423 466632704 75856 33554432000 4194304 6014671 140736297410480 18446744073709551615 4423953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 113924 75857 737 445 0 107469 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 455696

[startup+282.301 s]
/proc/loadavg: 2.03 2.04 2.00 3/516 32667
/proc/meminfo: memFree=10377484/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=525512 CPUtime=282.3 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 86725 0 0 0 28217 13 0 0 25 0 1 0 851036423 538124288 82717 33554432000 4194304 6014671 140736297410480 18446744073709551615 4385694 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 131378 82717 734 445 0 124923 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 525512

[startup+342.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/516 32668
/proc/meminfo: memFree=10359444/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=596332 CPUtime=342.3 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 97208 0 0 0 34215 15 0 0 25 0 1 0 851036423 610643968 93200 33554432000 4194304 6014671 140736297410480 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 149083 93200 734 445 0 142628 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 596332

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 32670
/proc/meminfo: memFree=10325044/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=596332 CPUtime=402.3 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 98763 0 0 0 40214 16 0 0 25 0 1 0 851036423 610643968 94754 33554432000 4194304 6014671 140736297410480 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 149083 94754 733 445 0 142628 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 596332

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 32672
/proc/meminfo: memFree=10228900/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=596332 CPUtime=462.3 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 100098 0 0 0 46214 16 0 0 25 0 1 0 851036423 610643968 96089 33554432000 4194304 6014671 140736297410480 18446744073709551615 4378782 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 149083 96089 733 445 0 142628 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 596332

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/516 32673
/proc/meminfo: memFree=10172804/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=596332 CPUtime=522.31 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 101317 0 0 0 52214 17 0 0 25 0 1 0 851036423 610643968 97275 33554432000 4194304 6014671 140736297410480 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 149083 97275 733 445 0 142628 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 596332

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/516 32675
/proc/meminfo: memFree=10167428/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=596332 CPUtime=582.31 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 102495 0 0 0 58214 17 0 0 25 0 1 0 851036423 610643968 98360 33554432000 4194304 6014671 140736297410480 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 149083 98360 791 445 0 142628 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 596332

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 321
/proc/meminfo: memFree=9594144/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=942524 CPUtime=4062.46 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 191789 0 0 0 406208 38 0 0 25 0 1 0 851036423 965144576 168390 33554432000 4194304 6014671 140736297410480 18446744073709551615 4378747 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 235631 168390 744 445 0 229176 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 942524

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 322
/proc/meminfo: memFree=9566680/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=942524 CPUtime=4122.44 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 191843 0 0 0 412206 38 0 0 25 0 1 0 851036423 965144576 168444 33554432000 4194304 6014671 140736297410480 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 235631 168444 744 445 0 229176 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 942524

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 324
/proc/meminfo: memFree=9498296/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=942524 CPUtime=4182.44 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 191874 0 0 0 418206 38 0 0 25 0 1 0 851036423 965144576 168458 33554432000 4194304 6014671 140736297410480 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 235631 168458 727 445 0 229176 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 942524

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/516 325
/proc/meminfo: memFree=9458552/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=942524 CPUtime=4242.44 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 191964 0 0 0 424206 38 0 0 25 0 1 0 851036423 965144576 168548 33554432000 4194304 6014671 140736297410480 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 235631 168548 727 445 0 229176 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 942524

[startup+4302.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/516 327
/proc/meminfo: memFree=9431824/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=942524 CPUtime=4302.44 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 192041 0 0 0 430206 38 0 0 25 0 1 0 851036423 965144576 168625 33554432000 4194304 6014671 140736297410480 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 235631 168625 727 445 0 229176 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 942524

[startup+4362.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/516 329
/proc/meminfo: memFree=9415644/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=942524 CPUtime=4362.45 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 192061 0 0 0 436207 38 0 0 25 0 1 0 851036423 965144576 168645 33554432000 4194304 6014671 140736297410480 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 235631 168645 728 445 0 229176 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 942524

[startup+4422.3 s]
/proc/loadavg: 2.15 2.06 2.02 3/516 330
/proc/meminfo: memFree=9412964/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=942524 CPUtime=4422.45 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 192137 0 0 0 442207 38 0 0 25 0 1 0 851036423 965144576 168721 33554432000 4194304 6014671 140736297410480 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 235631 168721 728 445 0 229176 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 942524

[startup+4482.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/516 332
/proc/meminfo: memFree=9412532/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=942524 CPUtime=4482.45 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 192219 0 0 0 448207 38 0 0 25 0 1 0 851036423 965144576 168803 33554432000 4194304 6014671 140736297410480 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 235631 168803 728 445 0 229176 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 942524

[startup+4542.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/516 333
/proc/meminfo: memFree=9411224/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=942524 CPUtime=4542.45 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 192219 0 0 0 454207 38 0 0 25 0 1 0 851036423 965144576 168803 33554432000 4194304 6014671 140736297410480 18446744073709551615 4534816 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 235631 168803 728 445 0 229176 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 942524

[startup+4602.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/516 335
/proc/meminfo: memFree=9408428/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=942524 CPUtime=4602.48 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 192311 0 0 0 460209 39 0 0 25 0 1 0 851036423 965144576 168892 33554432000 4194304 6014671 140736297410480 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 235631 168892 728 445 0 229176 0
Current children cumulated CPU time (s) 4602.48
Current children cumulated vsize (KiB) 942524

[startup+4662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 337
/proc/meminfo: memFree=9406384/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=942524 CPUtime=4662.47 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 192353 0 0 0 466208 39 0 0 25 0 1 0 851036423 965144576 168922 33554432000 4194304 6014671 140736297410480 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 235631 168922 728 445 0 229176 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 942524

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 338
/proc/meminfo: memFree=9406196/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=942524 CPUtime=4722.49 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 192417 0 0 0 472210 39 0 0 25 0 1 0 851036423 965144576 168954 33554432000 4194304 6014671 140736297410480 18446744073709551615 4551903 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 235631 168954 728 445 0 229176 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 942524

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 340
/proc/meminfo: memFree=9405756/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=942524 CPUtime=4782.47 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 192488 0 0 0 478208 39 0 0 25 0 1 0 851036423 965144576 169001 33554432000 4194304 6014671 140736297410480 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 235631 169001 727 445 0 229176 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 942524

[startup+4842.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/516 350
/proc/meminfo: memFree=9405024/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=942524 CPUtime=4842.47 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 192550 0 0 0 484208 39 0 0 25 0 1 0 851036423 965144576 169047 33554432000 4194304 6014671 140736297410480 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 235631 169047 727 445 0 229176 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 942524

[startup+4902.3 s]
/proc/loadavg: 2.23 2.08 2.02 3/516 352
/proc/meminfo: memFree=9392080/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=942524 CPUtime=4902.47 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 192623 0 0 0 490208 39 0 0 25 0 1 0 851036423 965144576 169096 33554432000 4194304 6014671 140736297410480 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 235631 169096 727 445 0 229176 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 942524

[startup+4962.3 s]
/proc/loadavg: 2.23 2.09 2.02 3/516 354
/proc/meminfo: memFree=9391764/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=942524 CPUtime=4962.47 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 192705 0 0 0 496208 39 0 0 25 0 1 0 851036423 965144576 169127 33554432000 4194304 6014671 140736297410480 18446744073709551615 4424022 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 235631 169127 727 445 0 229176 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 942524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.12 2.08 2.02 3/516 355
/proc/meminfo: memFree=9391488/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=942524 CPUtime=5000.09 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 192746 0 0 0 499970 39 0 0 25 0 1 0 851036423 965144576 169141 33554432000 4194304 6014671 140736297410480 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 235631 169141 727 445 0 229176 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 942524

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.12 2.08 2.02 3/516 355
/proc/meminfo: memFree=9391488/32950928 swapFree=67074476/67111528
[pid=32630] ppid=32626 vsize=942524 CPUtime=5000.09 cores=1,3,5,7
/proc/32630/stat : 32630 (qutersat_releas) R 32626 32630 30993 0 -1 4202496 192746 0 0 0 499970 39 0 0 25 0 1 0 851036423 965144576 169141 33554432000 4194304 6014671 140736297410480 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32630/statm: 235631 169141 727 445 0 229176 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 942524

Child status: 1
Real time (s): 4999.95
CPU time (s): 5000.13
CPU user time (s): 4999.71
CPU system time (s): 0.427934
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 942524

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

runsolver used 24.7892 second user time and 61.6106 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-28 20:40:58
IDJOB=3421051
IDBENCH=83178
IDSOLVER=1868
FILE ID=node115/3421051-1306608057
RUNJOBID= node115-1306608057-32612
PBS_JOBID= 13471565
Free space on /tmp= 73168 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-6x40.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421051-1306608057/watcher-3421051-1306608057 -o /tmp/evaluation-result-3421051-1306608057/solver-3421051-1306608057 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421051-1306608057.cnf 1220711167

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

MD5SUM BENCH= 3a7a68cedc6ab84c0df9c27d166b0b6b
RANDOM SEED=1220711167

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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:     32950928 kB
MemFree:      11270300 kB
Buffers:        174636 kB
Cached:        3743796 kB
SwapCached:       5152 kB
Active:       14177856 kB
Inactive:      7173024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11270300 kB
SwapTotal:    67111528 kB
SwapFree:     67074476 kB
Dirty:            4680 kB
Writeback:           0 kB
AnonPages:    17430676 kB
Mapped:          41520 kB
Slab:           183552 kB
PageTables:      75260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 151807948 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= 73160 MiB
End job on node115 at 2011-05-28 22:04:19