Trace number 3376168

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 1300.02 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v5000-c21000-S1781430408-009-UNKNOWN.cnf
MD5SUM64eaf16e48e921b573c32a7e8a6347cd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.56261
Satisfiable
(Un)Satisfiability was proved
Number of variables5000
Number of clauses21000
Sum of the clauses size63000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 321000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 5000 #clause: 21000
0.00/0.02	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.02	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.03	c UnDirect variable: 0
0.00/0.03	c UnDirect to Direct Gate: 0
0.00/0.03	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.03	c Break Cycle : 0
0.00/0.03	c Total Root : 0 Undef Var: 5000
0.00/0.03	c After covering, Total Root: 0 Leaf: 0
0.00/0.03	c Variable( cover/uncovered/unused ): 0 5000 0
0.00/0.03	c Unit Clauses: 0
0.00/0.03	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.03	c Clauses( cover/uncovered ): 0 21000
0.00/0.03	c Total Clauses( cover/uncovered ): 0 21000 0%
0.00/0.03	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.03/0.05	c Uncover Clauses avg size: 3 max size: 3
0.03/0.05	c Final circuit: i/l/o/s    5000       0   21000     41995
0.03/0.05	c CnfToAig: Time: 0.05 s
0.03/0.09	c TmMap: Set choices finish.
0.09/0.10	c TmMap: Set big and: 21000
0.09/0.10	c TmMap: Origin: 46996 ClauseNum: 125985 --> New: 26001 ClauseNum: 84000
0.09/0.10	c TmMap: Time: 0.02
0.09/0.11	c Try to Add: #clause: 42000 #xorclause: 0
0.09/0.12	c #var: 5000 #clauses: 21001 Solving... 
1299.99/1300.01	c Time Out !!
1299.99/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-3376168-1305470429/watcher-3376168-1305470429 -o /tmp/evaluation-result-3376168-1305470429/solver-3376168-1305470429 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376168-1305470429.cnf 597378954 

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: 1.59 3.17 3.76 3/367 32596
/proc/meminfo: memFree=21556772/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=34412 CPUtime=0 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 2298 0 0 0 0 0 0 0 22 0 1 0 639458359 35237888 2235 33554432000 4194304 6014671 140734628685680 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 8603 2236 378 445 0 2148 0

[startup+0.0364571 s]
/proc/loadavg: 1.59 3.17 3.76 3/367 32596
/proc/meminfo: memFree=21556772/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=36460 CPUtime=0.03 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 2993 0 0 0 3 0 0 0 22 0 1 0 639458359 37335040 2930 33554432000 4194304 6014671 140734628685680 18446744073709551615 4331230 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 9115 2930 398 445 0 2660 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36460

[startup+0.100436 s]
/proc/loadavg: 1.59 3.17 3.76 3/367 32596
/proc/meminfo: memFree=21556772/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=49660 CPUtime=0.09 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 6490 0 0 0 9 0 0 0 22 0 1 0 639458359 50851840 6427 33554432000 4194304 6014671 140734628685680 18446744073709551615 4227706 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 12415 6427 670 445 0 5960 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49660

[startup+0.300397 s]
/proc/loadavg: 1.59 3.17 3.76 3/367 32596
/proc/meminfo: memFree=21556772/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=59912 CPUtime=0.29 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 7370 0 0 0 29 0 0 0 23 0 1 0 639458359 61349888 7307 33554432000 4194304 6014671 140734628685680 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 14978 7307 721 445 0 8523 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59912

[startup+0.700349 s]
/proc/loadavg: 1.59 3.17 3.76 3/367 32596
/proc/meminfo: memFree=21556772/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=69172 CPUtime=0.69 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 7989 0 0 0 69 0 0 0 25 0 1 0 639458359 70832128 7926 33554432000 4194304 6014671 140734628685680 18446744073709551615 4372101 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 17293 7926 722 445 0 10838 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69172

[startup+1.5002 s]
/proc/loadavg: 1.78 3.19 3.76 5/381 32623
/proc/meminfo: memFree=21306764/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=78596 CPUtime=1.48 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 9008 0 0 0 148 0 0 0 25 0 1 0 639458359 80482304 8945 33554432000 4194304 6014671 140734628685680 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 19649 8945 722 445 0 13194 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 78596

[startup+3.1009 s]
/proc/loadavg: 1.78 3.19 3.76 5/381 32623
/proc/meminfo: memFree=21267460/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=78596 CPUtime=3.09 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 10029 0 0 0 308 1 0 0 25 0 1 0 639458359 80482304 9966 33554432000 4194304 6014671 140734628685680 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 19649 9966 722 445 0 13194 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 78596

[startup+6.30032 s]
/proc/loadavg: 1.96 3.20 3.76 5/381 32623
/proc/meminfo: memFree=21227536/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=88344 CPUtime=6.28 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 14254 0 0 0 627 1 0 0 25 0 1 0 639458359 90464256 14191 33554432000 4194304 6014671 140734628685680 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 22086 14191 726 445 0 15631 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 88344

[startup+12.7011 s]
/proc/loadavg: 2.12 3.21 3.76 5/381 32624
/proc/meminfo: memFree=21131832/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=107868 CPUtime=12.69 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 16522 0 0 0 1267 2 0 0 25 0 1 0 639458359 110456832 16459 33554432000 4194304 6014671 140734628685680 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 26967 16459 726 445 0 20512 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 107868

[startup+25.5008 s]
/proc/loadavg: 2.54 3.25 3.76 5/381 32624
/proc/meminfo: memFree=20940508/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=127936 CPUtime=25.49 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 25302 0 0 0 2545 4 0 0 25 0 1 0 639458359 131006464 25239 33554432000 4194304 6014671 140734628685680 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 31984 25239 726 445 0 25529 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 127936

[startup+51.1011 s]
/proc/loadavg: 3.10 3.33 3.77 5/381 32625
/proc/meminfo: memFree=20737368/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=228828 CPUtime=51.09 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 33634 0 0 0 5103 6 0 0 25 0 1 0 639458359 234319872 33571 33554432000 4194304 6014671 140734628685680 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 57207 33571 726 445 0 50752 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 228828

[startup+102.315 s]
/proc/loadavg: 3.67 3.44 3.79 5/381 32626
/proc/meminfo: memFree=20574304/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=228828 CPUtime=102.3 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 41313 0 0 0 10222 8 0 0 25 0 1 0 639458359 234319872 41227 33554432000 4194304 6014671 140734628685680 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 57207 41227 726 445 0 50752 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 228828

[startup+162.301 s]
/proc/loadavg: 3.88 3.54 3.80 5/381 32628
/proc/meminfo: memFree=20410988/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=283988 CPUtime=162.28 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 48926 0 0 0 16218 10 0 0 25 0 1 0 639458359 290803712 46062 33554432000 4194304 6014671 140734628685680 18446744073709551615 4424114 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 70997 46062 726 445 0 64542 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 283988

[startup+222.301 s]
/proc/loadavg: 3.95 3.62 3.81 5/381 32629
/proc/meminfo: memFree=20274828/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=283988 CPUtime=222.29 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 54707 0 0 0 22217 12 0 0 25 0 1 0 639458359 290803712 51843 33554432000 4194304 6014671 140734628685680 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 70997 51843 726 445 0 64542 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 283988

[startup+282.301 s]
/proc/loadavg: 4.05 3.72 3.83 5/381 32631
/proc/meminfo: memFree=20163720/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=374568 CPUtime=282.29 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 63015 0 0 0 28215 14 0 0 25 0 1 0 639458359 383557632 60151 33554432000 4194304 6014671 140734628685680 18446744073709551615 4423549 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 93642 60151 726 445 0 87187 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 374568

[startup+342.301 s]
/proc/loadavg: 4.05 3.78 3.84 5/381 32632
/proc/meminfo: memFree=20119180/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=374568 CPUtime=342.28 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 63816 0 0 0 34214 14 0 0 25 0 1 0 639458359 383557632 60952 33554432000 4194304 6014671 140734628685680 18446744073709551615 4424304 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 93642 60952 726 445 0 87187 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 374568

[startup+402.301 s]
/proc/loadavg: 4.02 3.82 3.84 5/381 32634
/proc/meminfo: memFree=20106756/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=374568 CPUtime=402.29 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 64540 0 0 0 40214 15 0 0 25 0 1 0 639458359 383557632 61676 33554432000 4194304 6014671 140734628685680 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 93642 61676 726 445 0 87187 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 374568

[startup+462.301 s]
/proc/loadavg: 4.16 3.88 3.86 5/381 32636
/proc/meminfo: memFree=20045604/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=421732 CPUtime=462.29 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 78333 0 0 0 46210 19 0 0 25 0 1 0 639458359 431853568 75469 33554432000 4194304 6014671 140734628685680 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 105433 75469 726 445 0 98978 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 421732

[startup+522.3 s]
/proc/loadavg: 4.06 3.90 3.87 5/381 32637
/proc/meminfo: memFree=19919348/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=421732 CPUtime=522.28 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 78821 0 0 0 52209 19 0 0 25 0 1 0 639458359 431853568 75957 33554432000 4194304 6014671 140734628685680 18446744073709551615 4423591 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 105433 75957 726 445 0 98978 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 421732

[startup+582.3 s]
/proc/loadavg: 4.10 3.94 3.88 5/381 32639
/proc/meminfo: memFree=19886964/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=421732 CPUtime=582.29 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 83364 0 0 0 58208 21 0 0 25 0 1 0 639458359 431853568 80500 33554432000 4194304 6014671 140734628685680 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 105433 80500 726 445 0 98978 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 421732

[startup+642.3 s]
/proc/loadavg: 4.04 3.95 3.89 5/381 32640
/proc/meminfo: memFree=19879256/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=421732 CPUtime=642.3 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 83762 0 0 0 64209 21 0 0 25 0 1 0 639458359 431853568 80898 33554432000 4194304 6014671 140734628685680 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 105433 80898 726 445 0 98978 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 421732

[startup+702.3 s]
/proc/loadavg: 4.05 3.97 3.90 6/381 32642
/proc/meminfo: memFree=19750396/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=421732 CPUtime=702.28 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 84533 0 0 0 70207 21 0 0 25 0 1 0 639458359 431853568 81669 33554432000 4194304 6014671 140734628685680 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 105433 81669 726 445 0 98978 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 421732

[startup+762.314 s]
/proc/loadavg: 4.02 3.97 3.91 5/381 32644
/proc/meminfo: memFree=19691844/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=421732 CPUtime=762.29 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 84889 0 0 0 76208 21 0 0 25 0 1 0 639458359 431853568 82025 33554432000 4194304 6014671 140734628685680 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 105433 82025 726 445 0 98978 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 421732

[startup+822.3 s]
/proc/loadavg: 4.05 3.99 3.91 5/381 32645
/proc/meminfo: memFree=19686860/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=421732 CPUtime=822.29 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 85089 0 0 0 82207 22 0 0 25 0 1 0 639458359 431853568 82225 33554432000 4194304 6014671 140734628685680 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 105433 82225 726 445 0 98978 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 421732

[startup+882.3 s]
/proc/loadavg: 4.02 3.99 3.91 5/381 32647
/proc/meminfo: memFree=19605744/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=421860 CPUtime=882.28 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 87214 0 0 0 88205 23 0 0 25 0 1 0 639458359 431984640 84325 33554432000 4194304 6014671 140734628685680 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 105465 84325 731 445 0 99010 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 421860

[startup+942.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/381 32648
/proc/meminfo: memFree=19510476/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=421860 CPUtime=942.29 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 90714 0 0 0 94204 25 0 0 25 0 1 0 639458359 431984640 87825 33554432000 4194304 6014671 140734628685680 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 105465 87825 731 445 0 99010 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 421860

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/381 32650
/proc/meminfo: memFree=19498792/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=421860 CPUtime=1002.28 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 91323 0 0 0 100203 25 0 0 25 0 1 0 639458359 431984640 88434 33554432000 4194304 6014671 140734628685680 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 105465 88434 731 445 0 99010 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 421860

[startup+1062.3 s]
/proc/loadavg: 4.04 4.00 3.92 5/381 32652
/proc/meminfo: memFree=19455992/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=421860 CPUtime=1062.28 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 93553 0 0 0 106202 26 0 0 25 0 1 0 639458359 431984640 90664 33554432000 4194304 6014671 140734628685680 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 105465 90664 731 445 0 99010 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 421860

[startup+1122.3 s]
/proc/loadavg: 4.07 4.01 3.93 5/381 32653
/proc/meminfo: memFree=19436748/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=421860 CPUtime=1122.28 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 94225 0 0 0 112202 26 0 0 25 0 1 0 639458359 431984640 91336 33554432000 4194304 6014671 140734628685680 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 105465 91336 731 445 0 99010 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 421860

[startup+1182.3 s]
/proc/loadavg: 4.13 4.04 3.94 5/381 32655
/proc/meminfo: memFree=19415896/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=421860 CPUtime=1182.28 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 94572 0 0 0 118202 26 0 0 25 0 1 0 639458359 431984640 91683 33554432000 4194304 6014671 140734628685680 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 105465 91683 731 445 0 99010 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 421860

[startup+1242.3 s]
/proc/loadavg: 4.09 4.04 3.94 5/381 32665
/proc/meminfo: memFree=19408876/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=421860 CPUtime=1242.28 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 95083 0 0 0 124201 27 0 0 25 0 1 0 639458359 431984640 92194 33554432000 4194304 6014671 140734628685680 18446744073709551615 4378619 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 105465 92194 731 445 0 99010 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 421860



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.03 3.94 5/381 32667
/proc/meminfo: memFree=19387660/32951124 swapFree=65980216/67111528
[pid=32596] ppid=32594 vsize=421860 CPUtime=1299.99 cores=0,2
/proc/32596/stat : 32596 (qutersat_releas) R 32594 32596 32196 0 -1 4202496 99057 0 0 0 129971 28 0 0 25 0 1 0 639458359 431984640 96168 33554432000 4194304 6014671 140734628685680 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32596/statm: 105465 96168 731 445 0 99010 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 421860

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.03
CPU time (s): 1300.02
CPU user time (s): 1299.72
CPU system time (s): 0.303953
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 421860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.72
system time used= 0.303953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99061
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= 13
involuntary context switches= 6324

runsolver used 4.94925 second user time and 10.4534 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-15 16:40:29
IDJOB=3376168
IDBENCH=82677
IDSOLVER=1856
FILE ID=node142/3376168-1305470429
RUNJOBID= node142-1305470429-32580
PBS_JOBID= 13325296
Free space on /tmp= 73548 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v5000-c21000-S1781430408-009-UNKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376168-1305470429/watcher-3376168-1305470429 -o /tmp/evaluation-result-3376168-1305470429/solver-3376168-1305470429 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376168-1305470429.cnf 597378954

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

MD5SUM BENCH= 64eaf16e48e921b573c32a7e8a6347cd
RANDOM SEED=597378954

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.82
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.846
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21557176 kB
Buffers:        339936 kB
Cached:        4830272 kB
SwapCached:      11520 kB
Active:        7953896 kB
Inactive:      3103792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21557176 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:            2380 kB
Writeback:           0 kB
AnonPages:     5884488 kB
Mapped:          20844 kB
Slab:           234612 kB
PageTables:      36364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78700592 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= 73536 MiB
End job on node142 at 2011-05-15 17:02:11