Trace number 3376605

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) 1299.95 1300.04

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q742.5-n45-p15-s28972035.cnf
MD5SUMbfa662ff57088c54e0febd091ce11e5c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.39763
Satisfiable
(Un)Satisfiability was proved
Number of variables1985
Number of clauses409171
Sum of the clauses size820237
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2409126
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.01	c Set FPU double precision.
0.09/0.11	c Parse Cnf success: #var: 1985 #clause: 409171
0.09/0.11	c Find Units :          0
0.09/0.14	c Find Invs  :          0
0.09/0.15	c Find Ands  :       1985 AvgFaninNum: 43.206
0.09/0.15	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.15	c Find Ite   :          0
0.09/0.15	c UnDirect variable: 0
0.09/0.15	c UnDirect to Direct Gate: 0
0.09/0.15	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.09/0.15	c Break Cycle : 1940
0.09/0.15	c Total Root : 0 Undef Var: 1940
0.09/0.15	c After covering, Total Root: 45 Leaf: 1940
0.09/0.15	c Variable( cover/uncovered/unused ): 1985 0 0
0.09/0.15	c Unit Clauses: 0
0.09/0.15	c Binary Clauses( cover/uncovered ): 1940 407186
0.09/0.15	c Clauses( cover/uncovered ): 45 0
0.09/0.15	c Total Clauses( cover/uncovered ): 1985 407186 0.485127%
0.09/0.15	c Covered Ands: 45 Invs: 0 Xors: 0 Ites: 0
0.29/0.35	c Uncover Clauses avg size: 2 max size: 2
0.29/0.35	c Final circuit: i/l/o/s    1940       0  407186    409081
0.29/0.35	c CnfToAig: Time: 0.35 s
0.49/0.55	c TmMap: Set choices finish.
0.69/0.73	c TmMap: Set big and: 407231
0.69/0.73	c TmMap: Origin: 411022 ClauseNum: 1227243 --> New: 409172 ClauseNum: 1223543
0.69/0.73	c TmMap: Time: 0.2
0.69/0.79	c Try to Add: #clause: 814462 #xorclause: 0
0.79/0.84	c #var: 1985 #clauses: 46 Solving... 
1299.92/1300.01	c Time Out !!
1299.92/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-3376605-1305476240/watcher-3376605-1305476240 -o /tmp/evaluation-result-3376605-1305476240/solver-3376605-1305476240 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376605-1305476240.cnf 1392973833 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.25 4.11 4.02 4/445 6013
/proc/meminfo: memFree=23898820/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=33388 CPUtime=0 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 2161 0 0 0 0 0 0 0 25 0 1 0 659222853 34189312 2097 33554432000 4194304 6014671 140735684446560 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 8347 2097 377 445 0 1892 0

[startup+0.037868 s]
/proc/loadavg: 4.25 4.11 4.02 4/445 6013
/proc/meminfo: memFree=23898820/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=43628 CPUtime=0.03 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 4514 0 0 0 3 0 0 0 25 0 1 0 659222853 44675072 4450 33554432000 4194304 6014671 140735684446560 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 10907 4450 377 445 0 4452 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 43628

[startup+0.100916 s]
/proc/loadavg: 4.25 4.11 4.02 4/445 6013
/proc/meminfo: memFree=23898820/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=55916 CPUtime=0.09 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 7490 0 0 0 9 0 0 0 25 0 1 0 659222853 57257984 7426 33554432000 4194304 6014671 140735684446560 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 13979 7426 377 445 0 7524 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55916

[startup+0.300775 s]
/proc/loadavg: 4.25 4.11 4.02 4/445 6013
/proc/meminfo: memFree=23898820/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=78144 CPUtime=0.29 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 12634 0 0 0 28 1 0 0 25 0 1 0 659222853 80019456 12570 33554432000 4194304 6014671 140735684446560 18446744073709551615 4234786 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 19536 12570 398 445 0 13081 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78144

[startup+0.700762 s]
/proc/loadavg: 4.25 4.11 4.02 4/445 6013
/proc/meminfo: memFree=23898820/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=179820 CPUtime=0.69 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 37041 0 0 0 65 4 0 0 25 0 1 0 659222853 184135680 36978 33554432000 4194304 6014671 140735684446560 18446744073709551615 4256084 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 44955 36986 670 445 0 38500 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 179820

[startup+1.50056 s]
/proc/loadavg: 4.23 4.11 4.02 5/446 6014
/proc/meminfo: memFree=23741588/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=179820 CPUtime=1.49 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 38283 0 0 0 145 4 0 0 25 0 1 0 659222853 184135680 38219 33554432000 4194304 6014671 140735684446560 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 44955 38219 720 445 0 38500 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 179820

[startup+3.10033 s]
/proc/loadavg: 4.23 4.11 4.02 5/446 6014
/proc/meminfo: memFree=23739604/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=179820 CPUtime=3.09 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 38284 0 0 0 305 4 0 0 25 0 1 0 659222853 184135680 38220 33554432000 4194304 6014671 140735684446560 18446744073709551615 4424114 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 44955 38220 721 445 0 38500 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 179820

[startup+6.30076 s]
/proc/loadavg: 4.21 4.11 4.02 5/446 6015
/proc/meminfo: memFree=23736760/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=179820 CPUtime=6.29 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 38288 0 0 0 625 4 0 0 25 0 1 0 659222853 184135680 38224 33554432000 4194304 6014671 140735684446560 18446744073709551615 4537064 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 44955 38224 725 445 0 38500 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 179820

[startup+12.7006 s]
/proc/loadavg: 4.20 4.11 4.02 5/446 6015
/proc/meminfo: memFree=23723548/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=179820 CPUtime=12.69 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 38288 0 0 0 1265 4 0 0 25 0 1 0 659222853 184135680 38224 33554432000 4194304 6014671 140735684446560 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 44955 38224 725 445 0 38500 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 179820

[startup+25.5003 s]
/proc/loadavg: 4.16 4.10 4.02 5/446 6015
/proc/meminfo: memFree=23764448/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=179820 CPUtime=25.49 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 38288 0 0 0 2545 4 0 0 25 0 1 0 659222853 184135680 38224 33554432000 4194304 6014671 140735684446560 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 44955 38224 725 445 0 38500 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 179820

[startup+51.1007 s]
/proc/loadavg: 4.16 4.11 4.02 5/446 6016
/proc/meminfo: memFree=23516524/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=179820 CPUtime=51.09 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 38288 0 0 0 5105 4 0 0 25 0 1 0 659222853 184135680 38224 33554432000 4194304 6014671 140735684446560 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 44955 38224 725 445 0 38500 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 179820

[startup+102.317 s]
/proc/loadavg: 4.07 4.09 4.02 5/446 6017
/proc/meminfo: memFree=23238916/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=234736 CPUtime=102.31 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 47143 0 0 0 10225 6 0 0 25 0 1 0 659222853 240369664 47079 33554432000 4194304 6014671 140735684446560 18446744073709551615 4369396 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 58684 47079 725 445 0 52229 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 234736

[startup+162.301 s]
/proc/loadavg: 4.02 4.07 4.01 5/446 6019
/proc/meminfo: memFree=23084252/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=294580 CPUtime=162.29 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 52767 0 0 0 16222 7 0 0 25 0 1 0 659222853 301649920 52693 33554432000 4194304 6014671 140735684446560 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 73645 52693 725 445 0 67190 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 294580

[startup+222.3 s]
/proc/loadavg: 4.10 4.08 4.02 5/446 6020
/proc/meminfo: memFree=22936752/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=344496 CPUtime=222.28 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 66764 0 0 0 22219 9 0 0 25 0 1 0 659222853 352763904 66504 33554432000 4194304 6014671 140735684446560 18446744073709551615 4379383 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 86124 66504 725 445 0 79669 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 344496

[startup+282.301 s]
/proc/loadavg: 4.08 4.08 4.02 5/446 6022
/proc/meminfo: memFree=22800800/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=362760 CPUtime=282.29 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 72809 0 0 0 28217 12 0 0 25 0 1 0 659222853 371466240 71086 33554432000 4194304 6014671 140735684446560 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 90690 71086 725 445 0 84235 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 362760

[startup+342.301 s]
/proc/loadavg: 4.03 4.06 4.01 5/446 6023
/proc/meminfo: memFree=22595656/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=458776 CPUtime=342.29 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 73015 0 0 0 34217 12 0 0 25 0 1 0 659222853 469786624 71292 33554432000 4194304 6014671 140735684446560 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 114694 71292 725 445 0 108239 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 458776

[startup+402.3 s]
/proc/loadavg: 4.08 4.08 4.02 5/446 6025
/proc/meminfo: memFree=22440120/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=537452 CPUtime=402.29 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 81458 0 0 0 40215 14 0 0 25 0 1 0 659222853 550350848 79735 33554432000 4194304 6014671 140735684446560 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 134363 79735 725 445 0 127908 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 537452

[startup+462.301 s]
/proc/loadavg: 4.07 4.08 4.02 5/446 6027
/proc/meminfo: memFree=22290892/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=537452 CPUtime=462.29 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 91859 0 0 0 46213 16 0 0 25 0 1 0 659222853 550350848 90136 33554432000 4194304 6014671 140735684446560 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 134363 90136 725 445 0 127908 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 537452

[startup+522.301 s]
/proc/loadavg: 4.06 4.07 4.02 5/446 6028
/proc/meminfo: memFree=22241744/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=537452 CPUtime=522.28 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 91861 0 0 0 52212 16 0 0 25 0 1 0 659222853 550350848 90138 33554432000 4194304 6014671 140735684446560 18446744073709551615 4629744 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 134363 90138 725 445 0 127908 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 537452

[startup+582.3 s]
/proc/loadavg: 4.14 4.10 4.03 5/446 6030
/proc/meminfo: memFree=22212936/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=537452 CPUtime=582.28 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 92276 0 0 0 58212 16 0 0 25 0 1 0 659222853 550350848 90490 33554432000 4194304 6014671 140735684446560 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 134363 90490 734 445 0 127908 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 537452

[startup+642.301 s]
/proc/loadavg: 3.80 4.03 4.00 4/440 6048
/proc/meminfo: memFree=24331844/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=634904 CPUtime=642.3 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 99173 0 0 0 64212 18 0 0 25 0 1 0 659222853 650141696 97387 33554432000 4194304 6014671 140735684446560 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 158726 97387 734 445 0 152271 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 634904

[startup+702.301 s]
/proc/loadavg: 3.29 3.84 3.94 4/440 6050
/proc/meminfo: memFree=24255056/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=734528 CPUtime=702.29 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 105964 0 0 0 70209 20 0 0 25 0 1 0 659222853 752156672 104178 33554432000 4194304 6014671 140735684446560 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 183632 104178 734 445 0 177177 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 734528

[startup+762.316 s]
/proc/loadavg: 3.24 3.72 3.89 4/440 6052
/proc/meminfo: memFree=24247204/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=734528 CPUtime=762.3 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 106870 0 0 0 76210 20 0 0 25 0 1 0 659222853 752156672 105076 33554432000 4194304 6014671 140735684446560 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 183632 105076 726 445 0 177177 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 734528

[startup+822.3 s]
/proc/loadavg: 3.15 3.60 3.83 4/440 6053
/proc/meminfo: memFree=24234652/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=734528 CPUtime=822.28 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 106964 0 0 0 82208 20 0 0 25 0 1 0 659222853 752156672 105169 33554432000 4194304 6014671 140735684446560 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 183632 105169 725 445 0 177177 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 734528

[startup+882.301 s]
/proc/loadavg: 3.05 3.49 3.78 4/440 6055
/proc/meminfo: memFree=24127100/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=734528 CPUtime=882.28 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 120957 0 0 0 88205 23 0 0 25 0 1 0 659222853 752156672 119162 33554432000 4194304 6014671 140735684446560 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 183632 119162 725 445 0 177177 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 734528

[startup+942.301 s]
/proc/loadavg: 3.02 3.40 3.73 4/440 6056
/proc/meminfo: memFree=24006156/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=734528 CPUtime=942.28 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 121501 0 0 0 94205 23 0 0 25 0 1 0 659222853 752156672 119706 33554432000 4194304 6014671 140735684446560 18446744073709551615 4424154 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 183632 119706 725 445 0 177177 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 734528

[startup+1002.3 s]
/proc/loadavg: 3.11 3.35 3.69 4/440 6058
/proc/meminfo: memFree=23976220/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=734528 CPUtime=1002.29 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 123600 0 0 0 100205 24 0 0 25 0 1 0 659222853 752156672 121805 33554432000 4194304 6014671 140735684446560 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 183632 121805 725 445 0 177177 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 734528

[startup+1062.3 s]
/proc/loadavg: 3.01 3.28 3.64 3/434 6077
/proc/meminfo: memFree=24886952/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=734528 CPUtime=1062.23 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 123603 0 0 0 106199 24 0 0 25 0 1 0 659222853 752156672 121798 33554432000 4194304 6014671 140735684446560 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 183632 121798 725 445 0 177177 0
Current children cumulated CPU time (s) 1062.23
Current children cumulated vsize (KiB) 734528

[startup+1122.3 s]
/proc/loadavg: 2.37 3.05 3.54 3/434 6078
/proc/meminfo: memFree=24843572/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=850260 CPUtime=1122.22 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 134129 0 0 0 112196 26 0 0 25 0 1 0 659222853 870666240 132289 33554432000 4194304 6014671 140735684446560 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 212565 132289 725 445 0 206110 0
Current children cumulated CPU time (s) 1122.22
Current children cumulated vsize (KiB) 850260

[startup+1182.3 s]
/proc/loadavg: 2.19 2.87 3.44 3/434 6080
/proc/meminfo: memFree=24829768/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=850260 CPUtime=1182.21 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 136157 0 0 0 118195 26 0 0 25 0 1 0 659222853 870666240 134295 33554432000 4194304 6014671 140735684446560 18446744073709551615 4424165 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 212565 134295 725 445 0 206110 0
Current children cumulated CPU time (s) 1182.21
Current children cumulated vsize (KiB) 850260

[startup+1242.3 s]
/proc/loadavg: 2.07 2.71 3.35 3/434 6081
/proc/meminfo: memFree=24825752/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=850260 CPUtime=1242.21 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 136611 0 0 0 124195 26 0 0 25 0 1 0 659222853 870666240 134735 33554432000 4194304 6014671 140735684446560 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 212565 134735 725 445 0 206110 0
Current children cumulated CPU time (s) 1242.21
Current children cumulated vsize (KiB) 850260



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.74 2.52 3.25 2/428 6101
/proc/meminfo: memFree=25644932/32950928 swapFree=60199052/67111528
[pid=6013] ppid=6011 vsize=850260 CPUtime=1299.92 cores=0,2
/proc/6013/stat : 6013 (qutersat_releas) R 6011 6013 4780 0 -1 4202496 136710 0 0 0 129965 27 0 0 25 0 1 0 659222853 870666240 134797 33554432000 4194304 6014671 140735684446560 18446744073709551615 4535360 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6013/statm: 212565 134797 725 445 0 206110 0
Current children cumulated CPU time (s) 1299.92
Current children cumulated vsize (KiB) 850260

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.04
CPU time (s): 1299.95
CPU user time (s): 1299.66
CPU system time (s): 0.296954
CPU usage (%): 99.9936
Max. virtual memory (cumulated for all children) (KiB): 850260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.66
system time used= 0.296954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136714
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= 2918

runsolver used 5.51016 second user time and 12.8151 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-15 18:17:21
IDJOB=3376605
IDBENCH=88209
IDSOLVER=1856
FILE ID=node122/3376605-1305476240
RUNJOBID= node122-1305476088-5810
PBS_JOBID= 13325321
Free space on /tmp= 73288 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q742.5-n45-p15-s28972035.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376605-1305476240/watcher-3376605-1305476240 -o /tmp/evaluation-result-3376605-1305476240/solver-3376605-1305476240 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376605-1305476240.cnf 1392973833

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

MD5SUM BENCH= bfa662ff57088c54e0febd091ce11e5c
RANDOM SEED=1392973833

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23898852 kB
Buffers:        323076 kB
Cached:        4282652 kB
SwapCached:      50128 kB
Active:        4433236 kB
Inactive:      4364476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23898852 kB
SwapTotal:    67111528 kB
SwapFree:     60199052 kB
Dirty:           21668 kB
Writeback:           0 kB
AnonPages:     4153284 kB
Mapped:          30028 kB
Slab:           134540 kB
PageTables:      52672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 119951968 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 node122 at 2011-05-15 18:39:03