Trace number 3265908

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-03-01? (TO) 1300.05 1300.02

General information on the benchmark

NameSAT05/crafted/sorge05/QG7/
gensys-icl007.shuffled-as.sat05-3133.cnf
MD5SUM88361752c7b0c05e849791aafdd7bdba
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark220.275
Satisfiable
(Un)Satisfiability was proved
Number of variables762
Number of clauses17262
Sum of the clauses size76511
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 21135
Number of clauses of size 38742
Number of clauses of size 4236
Number of clauses of size 5256
Number of clauses of size over 56851

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 762 #clause: 17262
0.00/0.01	c Find Units :         35
0.00/0.01	c Find Invs  :         21
0.00/0.01	c Find Ands  :          0 AvgFaninNum: nan
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: 42
0.00/0.02	c UnDirect to Direct Gate: 19
0.00/0.02	c Forced Direct Gate: 19 Unuse unDirect Gate: 21
0.00/0.02	c Break Cycle : 0
0.00/0.02	c Total Root : 19 Undef Var: 743
0.00/0.02	c After covering, Total Root: 19 Leaf: 35
0.00/0.02	c Variable( cover/uncovered/unused ): 54 708 0
0.00/0.02	c Unit Clauses: 35
0.00/0.02	c Binary Clauses( cover/uncovered ): 38 936
0.00/0.02	c Clauses( cover/uncovered ): 0 15743
0.00/0.02	c Total Clauses( cover/uncovered ): 73 16679 0.435769%
0.00/0.02	c Covered Ands: 0 Invs: 19 Xors: 0 Ites: 0
0.00/0.04	c Uncover Clauses avg size: 4.42598 max size: 13
0.00/0.04	c Final circuit: i/l/o/s     720       0   12523     31780
0.00/0.04	c CnfToAig: Time: 0.03 s
0.00/0.08	c TmMap: Set choices finish.
0.00/0.09	c TmMap: Set big and: 16405
0.00/0.09	c TmMap: Origin: 32501 ClauseNum: 95340 --> New: 17126 ClauseNum: 65589
0.00/0.09	c TmMap: Time: 0.02
0.09/0.10	c Try to Add: #clause: 32810 #xorclause: 0
0.09/0.10	c #var: 4602 #clauses: 13016 Solving... 
1300.04/1300.00	c Time Out !!
1300.04/1300.00	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

running on 2 cores: 1,3

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: 3.28 3.87 3.85 3/184 28456
/proc/meminfo: memFree=19255576/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=32364 CPUtime=0 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 1813 0 0 0 0 0 0 0 17 0 1 0 469364030 33140736 1747 33554432000 4194304 6016207 140734157507136 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 8091 1747 379 445 0 1635 0

[startup+0.100039 s]
/proc/loadavg: 3.28 3.87 3.85 3/184 28456
/proc/meminfo: memFree=19255576/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=49772 CPUtime=0.09 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 6372 0 0 0 9 0 0 0 17 0 1 0 469364030 50966528 6307 33554432000 4194304 6016207 140734157507136 18446744073709551615 4752640 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 12443 6308 680 445 0 5987 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49772

[startup+0.201017 s]
/proc/loadavg: 3.28 3.87 3.85 3/184 28456
/proc/meminfo: memFree=19255576/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=57976 CPUtime=0.19 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 6511 0 0 0 19 0 0 0 18 0 1 0 469364030 59367424 6445 33554432000 4194304 6016207 140734157507136 18446744073709551615 4425127 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 14494 6445 695 445 0 8038 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 57976

[startup+0.300999 s]
/proc/loadavg: 3.28 3.87 3.85 3/184 28456
/proc/meminfo: memFree=19255576/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=57976 CPUtime=0.29 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 6511 0 0 0 29 0 0 0 18 0 1 0 469364030 59367424 6445 33554432000 4194304 6016207 140734157507136 18446744073709551615 4424235 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 14494 6445 695 445 0 8038 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57976

[startup+0.700935 s]
/proc/loadavg: 3.28 3.87 3.85 3/184 28456
/proc/meminfo: memFree=19255576/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=57976 CPUtime=0.69 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 6511 0 0 0 69 0 0 0 18 0 1 0 469364030 59367424 6445 33554432000 4194304 6016207 140734157507136 18446744073709551615 4424327 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 14494 6445 695 445 0 8038 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57976

[startup+1.50078 s]
/proc/loadavg: 3.34 3.87 3.85 5/194 28499
/proc/meminfo: memFree=19140108/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=68344 CPUtime=1.49 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 9087 0 0 0 149 0 0 0 19 0 1 0 469364030 69984256 9021 33554432000 4194304 6016207 140734157507136 18446744073709551615 4377997 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 17086 9021 726 445 0 10630 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68344

[startup+3.10049 s]
/proc/loadavg: 3.34 3.87 3.85 5/194 28499
/proc/meminfo: memFree=19083812/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=95500 CPUtime=3.09 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 10153 0 0 0 309 0 0 0 25 0 1 0 469364030 97792000 10087 33554432000 4194304 6016207 140734157507136 18446744073709551615 4424895 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 23875 10087 726 445 0 17419 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 95500

[startup+6.3009 s]
/proc/loadavg: 3.34 3.87 3.85 5/194 28553
/proc/meminfo: memFree=19110744/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=104688 CPUtime=6.29 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 12220 0 0 0 629 0 0 0 25 0 1 0 469364030 107200512 12154 33554432000 4194304 6016207 140734157507136 18446744073709551615 4425473 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 26172 12154 733 445 0 19716 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 104688

[startup+12.7007 s]
/proc/loadavg: 3.44 3.87 3.85 5/194 28554
/proc/meminfo: memFree=19060112/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=113932 CPUtime=12.69 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 13888 0 0 0 1269 0 0 0 25 0 1 0 469364030 116666368 13821 33554432000 4194304 6016207 140734157507136 18446744073709551615 4379469 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 28483 13821 733 445 0 22027 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 113932

[startup+25.5004 s]
/proc/loadavg: 3.52 3.87 3.85 5/194 28554
/proc/meminfo: memFree=19021124/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=123412 CPUtime=25.49 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 17470 0 0 0 2548 1 0 0 25 0 1 0 469364030 126373888 17389 33554432000 4194304 6016207 140734157507136 18446744073709551615 4425440 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 30853 17389 735 445 0 24397 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 123412

[startup+51.1007 s]
/proc/loadavg: 3.69 3.88 3.85 5/194 28663
/proc/meminfo: memFree=18985072/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=133152 CPUtime=51.09 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 19006 0 0 0 5108 1 0 0 25 0 1 0 469364030 136347648 18925 33554432000 4194304 6016207 140734157507136 18446744073709551615 4425650 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 33288 18925 735 445 0 26832 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 133152

[startup+102.3 s]
/proc/loadavg: 3.87 3.90 3.86 5/194 28664
/proc/meminfo: memFree=18904808/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=143400 CPUtime=102.3 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 21986 0 0 0 10228 2 0 0 25 0 1 0 469364030 146841600 21905 33554432000 4194304 6016207 140734157507136 18446744073709551615 4425478 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 35850 21905 735 445 0 29394 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 143400

[startup+162.3 s]
/proc/loadavg: 3.95 3.92 3.86 5/194 28666
/proc/meminfo: memFree=18830880/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=164628 CPUtime=162.3 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 25809 0 0 0 16227 3 0 0 25 0 1 0 469364030 168579072 25728 33554432000 4194304 6016207 140734157507136 18446744073709551615 4425185 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 41157 25728 735 445 0 34701 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 164628

[startup+222.307 s]
/proc/loadavg: 3.98 3.93 3.87 5/194 28667
/proc/meminfo: memFree=18767852/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=175504 CPUtime=222.3 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 29527 0 0 0 22226 4 0 0 25 0 1 0 469364030 179716096 29419 33554432000 4194304 6016207 140734157507136 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 43876 29419 735 445 0 37420 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 175504

[startup+282.301 s]
/proc/loadavg: 3.99 3.94 3.88 5/194 28696
/proc/meminfo: memFree=18787456/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=175504 CPUtime=282.3 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 29735 0 0 0 28226 4 0 0 25 0 1 0 469364030 179716096 29627 33554432000 4194304 6016207 140734157507136 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 43876 29627 735 445 0 37420 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 175504

[startup+342.301 s]
/proc/loadavg: 3.99 3.95 3.88 5/194 28697
/proc/meminfo: memFree=18701104/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=175504 CPUtime=342.3 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 31666 0 0 0 34226 4 0 0 25 0 1 0 469364030 179716096 31558 33554432000 4194304 6016207 140734157507136 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 43876 31558 735 445 0 37420 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 175504

[startup+402.301 s]
/proc/loadavg: 3.99 3.95 3.89 5/194 28699
/proc/meminfo: memFree=18629040/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=175504 CPUtime=402.3 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 31676 0 0 0 40226 4 0 0 25 0 1 0 469364030 179716096 31568 33554432000 4194304 6016207 140734157507136 18446744073709551615 4425496 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 43876 31568 735 445 0 37420 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 175504

[startup+462.301 s]
/proc/loadavg: 4.04 3.97 3.90 5/194 28710
/proc/meminfo: memFree=18571460/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=175504 CPUtime=462.31 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 31849 0 0 0 46226 5 0 0 25 0 1 0 469364030 179716096 31741 33554432000 4194304 6016207 140734157507136 18446744073709551615 4424226 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 43876 31741 735 445 0 37420 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 175504

[startup+522.301 s]
/proc/loadavg: 4.08 3.99 3.91 5/194 28711
/proc/meminfo: memFree=18554948/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=175504 CPUtime=522.31 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 33182 0 0 0 52226 5 0 0 25 0 1 0 469364030 179716096 33074 33554432000 4194304 6016207 140734157507136 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 43876 33074 735 445 0 37420 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 175504

[startup+582.301 s]
/proc/loadavg: 4.03 3.99 3.91 5/194 28713
/proc/meminfo: memFree=18516988/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=175504 CPUtime=582.31 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 33305 0 0 0 58226 5 0 0 25 0 1 0 469364030 179716096 33197 33554432000 4194304 6016207 140734157507136 18446744073709551615 4425666 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 43876 33197 735 445 0 37420 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 175504

[startup+642.301 s]
/proc/loadavg: 4.05 4.00 3.91 5/194 28717
/proc/meminfo: memFree=18478308/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=175504 CPUtime=642.31 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 33343 0 0 0 64226 5 0 0 25 0 1 0 469364030 179716096 33235 33554432000 4194304 6016207 140734157507136 18446744073709551615 4425457 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 43876 33235 735 445 0 37420 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 175504

[startup+702.301 s]
/proc/loadavg: 4.02 4.00 3.91 5/194 28719
/proc/meminfo: memFree=18463912/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=175504 CPUtime=702.31 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 33502 0 0 0 70226 5 0 0 25 0 1 0 469364030 179716096 33394 33554432000 4194304 6016207 140734157507136 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 43876 33394 735 445 0 37420 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 175504

[startup+762.301 s]
/proc/loadavg: 4.08 4.02 3.92 5/194 28721
/proc/meminfo: memFree=18433260/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=175504 CPUtime=762.32 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 33671 0 0 0 76227 5 0 0 25 0 1 0 469364030 179716096 33563 33554432000 4194304 6016207 140734157507136 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 43876 33563 735 445 0 37420 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 175504

[startup+822.301 s]
/proc/loadavg: 4.03 4.01 3.92 5/194 28722
/proc/meminfo: memFree=18431012/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=175504 CPUtime=822.31 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 33979 0 0 0 82226 5 0 0 25 0 1 0 469364030 179716096 33868 33554432000 4194304 6016207 140734157507136 18446744073709551615 4378013 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 43876 33868 733 445 0 37420 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 175504

[startup+882.307 s]
/proc/loadavg: 4.09 4.02 3.93 5/194 28724
/proc/meminfo: memFree=18413016/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=175504 CPUtime=882.32 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 34038 0 0 0 88227 5 0 0 25 0 1 0 469364030 179716096 33920 33554432000 4194304 6016207 140734157507136 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 43876 33920 733 445 0 37420 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 175504

[startup+942.3 s]
/proc/loadavg: 4.09 4.03 3.93 5/194 28725
/proc/meminfo: memFree=18376032/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=175504 CPUtime=942.31 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 34809 0 0 0 94226 5 0 0 25 0 1 0 469364030 179716096 34678 33554432000 4194304 6016207 140734157507136 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 43876 34678 733 445 0 37420 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 175504

[startup+1002.3 s]
/proc/loadavg: 4.07 4.04 3.94 5/194 28727
/proc/meminfo: memFree=18358028/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=175504 CPUtime=1002.32 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 34809 0 0 0 100227 5 0 0 25 0 1 0 469364030 179716096 34671 33554432000 4194304 6016207 140734157507136 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 43876 34671 733 445 0 37420 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 175504

[startup+1062.3 s]
/proc/loadavg: 4.02 4.03 3.94 5/194 28729
/proc/meminfo: memFree=18346964/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=175504 CPUtime=1062.33 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 34809 0 0 0 106227 6 0 0 25 0 1 0 469364030 179716096 34663 33554432000 4194304 6016207 140734157507136 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 43876 34663 733 445 0 37420 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 175504

[startup+1122.3 s]
/proc/loadavg: 4.09 4.05 3.95 5/194 28730
/proc/meminfo: memFree=18342088/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=175504 CPUtime=1122.33 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 34809 0 0 0 112227 6 0 0 25 0 1 0 469364030 179716096 34663 33554432000 4194304 6016207 140734157507136 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 43876 34663 733 445 0 37420 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 175504

[startup+1182.3 s]
/proc/loadavg: 4.03 4.04 3.95 5/194 28732
/proc/meminfo: memFree=18322840/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=175504 CPUtime=1182.33 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 34809 0 0 0 118227 6 0 0 25 0 1 0 469364030 179716096 34644 33554432000 4194304 6016207 140734157507136 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 43876 34644 733 445 0 37420 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 175504

[startup+1242.3 s]
/proc/loadavg: 4.01 4.03 3.95 5/194 28733
/proc/meminfo: memFree=18312648/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=175504 CPUtime=1242.33 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 34809 0 0 0 124227 6 0 0 25 0 1 0 469364030 179716096 34644 33554432000 4194304 6016207 140734157507136 18446744073709551615 4425709 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 43876 34644 733 445 0 37420 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 175504



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.02 3.95 5/194 28735
/proc/meminfo: memFree=18291304/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=175504 CPUtime=1300.04 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 34809 0 0 0 129998 6 0 0 25 0 1 0 469364030 179716096 34633 33554432000 4194304 6016207 140734157507136 18446744073709551615 4429889 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 43876 34633 733 445 0 37420 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 175504

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

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

[startup+1300 s]
/proc/loadavg: 4.00 4.02 3.95 5/194 28735
/proc/meminfo: memFree=18291304/32951124 swapFree=67111416/67111528
[pid=28456] ppid=28454 vsize=175504 CPUtime=1300.04 cores=1,3
/proc/28456/stat : 28456 (qutersat_releas) R 28454 28456 28411 0 -1 4202496 34809 0 0 0 129998 6 0 0 25 0 1 0 469364030 179716096 34633 33554432000 4194304 6016207 140734157507136 18446744073709551615 4429889 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28456/statm: 43876 34633 733 445 0 37420 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 175504

Child status: 1
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.98
CPU system time (s): 0.069989
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 175504

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

runsolver used 2.05469 second user time and 5.00924 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-23 18:54:18
IDJOB=3265908
IDBENCH=85826
IDSOLVER=1607
FILE ID=node134/3265908-1303577658
RUNJOBID= node134-1303577658-28431
PBS_JOBID= 13150330
Free space on /tmp= 71100 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT05/crafted/sorge05/QG7/gensys-icl007.shuffled-as.sat05-3133.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265908-1303577658/watcher-3265908-1303577658 -o /tmp/evaluation-result-3265908-1303577658/solver-3265908-1303577658 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3265908-1303577658.cnf 1183452595

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

MD5SUM BENCH= 88361752c7b0c05e849791aafdd7bdba
RANDOM SEED=1183452595

node134.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.831
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.66
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19255740 kB
Buffers:       2333452 kB
Cached:       10738720 kB
SwapCached:        108 kB
Active:        8854596 kB
Inactive:      4290548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19255740 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            4876 kB
Writeback:           0 kB
AnonPages:       72480 kB
Mapped:          15656 kB
Slab:           483296 kB
PageTables:       5148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   220168 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71092 MiB
End job on node134 at 2011-04-23 19:16:00