Trace number 3376192

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.99 1300.05

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S964643921-035-UNKNOWN.cnf
MD5SUMd8337de8a71a630ccf2dd02943cd7d7f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark248.692
Satisfiable
(Un)Satisfiability was proved
Number of variables50000
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
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.17/0.30	c Parse Cnf success: #var: 50000 #clause: 210000
0.17/0.30	c Find Units :          0
0.17/0.30	c Find Invs  :          0
0.28/0.31	c Find Ands  :          0 AvgFaninNum: nan
0.28/0.32	c Find Xors  :          0 AvgFaninNum: nan
0.28/0.35	c Find Ite   :          0
0.38/0.46	c UnDirect variable: 0
0.38/0.46	c UnDirect to Direct Gate: 0
0.38/0.46	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.38/0.46	c Break Cycle : 0
0.38/0.46	c Total Root : 0 Undef Var: 50000
0.38/0.46	c After covering, Total Root: 0 Leaf: 0
0.38/0.46	c Variable( cover/uncovered/unused ): 0 50000 0
0.38/0.46	c Unit Clauses: 0
0.38/0.46	c Binary Clauses( cover/uncovered ): 0 0
0.38/0.46	c Clauses( cover/uncovered ): 0 210000
0.38/0.46	c Total Clauses( cover/uncovered ): 0 210000 0%
0.38/0.46	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.58/0.68	c Uncover Clauses avg size: 3 max size: 3
0.58/0.69	c Final circuit: i/l/o/s   50000       0  210000    419992
0.58/0.69	c CnfToAig: Time: 0.67 s
0.98/1.04	c TmMap: Set choices finish.
1.16/1.20	c TmMap: Set big and: 210000
1.16/1.20	c TmMap: Origin: 469993 ClauseNum: 1259976 --> New: 260001 ClauseNum: 840000
1.16/1.20	c TmMap: Time: 0.22
1.16/1.26	c Try to Add: #clause: 420000 #xorclause: 0
1.26/1.37	c #var: 50000 #clauses: 210001 Solving... 
1299.94/1300.01	c Time Out !!
1299.94/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-3376192-1305470550/watcher-3376192-1305470550 -o /tmp/evaluation-result-3376192-1305470550/solver-3376192-1305470550 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376192-1305470550.cnf 1377629426 

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: 0.98 1.71 2.81 4/346 32636
/proc/meminfo: memFree=12345128/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=11796 CPUtime=0 cores=0,2
/proc/32636/stat : 32636 (runsolver) R 32634 32636 32129 0 -1 4202560 41 0 0 0 0 0 0 0 22 0 1 0 737285669 12079104 50 33554432000 4194304 5432360 140734576229232 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/32636/statm: 2949 50 30 303 0 2643 0

[startup+0.061807 s]
/proc/loadavg: 0.98 1.71 2.81 4/346 32636
/proc/meminfo: memFree=12345128/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=46848 CPUtime=0.04 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 5415 0 0 0 4 0 0 0 22 0 1 0 737285669 47972352 5351 33554432000 4194304 6014671 140735616720000 18446744073709551615 4303700 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32636/statm: 11712 5351 378 445 0 5257 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 46848

[startup+0.161775 s]
/proc/loadavg: 0.98 1.71 2.81 4/346 32636
/proc/meminfo: memFree=12345128/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=61312 CPUtime=0.14 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 9103 0 0 0 14 0 0 0 23 0 1 0 737285669 62783488 9039 33554432000 4194304 6014671 140735616720000 18446744073709551615 4803433 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32636/statm: 15328 9039 378 445 0 8873 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 61312

[startup+0.300749 s]
/proc/loadavg: 0.98 1.71 2.81 4/346 32636
/proc/meminfo: memFree=12345128/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=87040 CPUtime=0.28 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 15640 0 0 0 27 1 0 0 23 0 1 0 737285669 89128960 15576 33554432000 4194304 6014671 140735616720000 18446744073709551615 4285659 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32636/statm: 21760 15576 383 445 0 15305 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 87040

[startup+0.700687 s]
/proc/loadavg: 0.98 1.71 2.81 4/346 32636
/proc/meminfo: memFree=12345128/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=103424 CPUtime=0.68 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 19732 0 0 0 67 1 0 0 25 0 1 0 737285669 105906176 19668 33554432000 4194304 6014671 140735616720000 18446744073709551615 4340879 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32636/statm: 25856 19668 486 445 0 19401 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 103424

[startup+1.50053 s]
/proc/loadavg: 0.98 1.71 2.81 5/347 32637
/proc/meminfo: memFree=12149992/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=180864 CPUtime=1.46 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 39280 0 0 0 143 3 0 0 25 0 1 0 737285669 185204736 39216 33554432000 4194304 6014671 140735616720000 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32636/statm: 45216 39216 694 445 0 38761 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 180864

[startup+3.10018 s]
/proc/loadavg: 0.98 1.71 2.81 5/347 32637
/proc/meminfo: memFree=12121844/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=180864 CPUtime=3.05 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 39308 0 0 0 302 3 0 0 25 0 1 0 737285669 185204736 39244 33554432000 4194304 6014671 140735616720000 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32636/statm: 45216 39244 721 445 0 38761 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 180864

[startup+6.30068 s]
/proc/loadavg: 1.22 1.74 2.82 5/347 32637
/proc/meminfo: memFree=12099400/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=180864 CPUtime=6.24 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 39308 0 0 0 621 3 0 0 25 0 1 0 737285669 185204736 39244 33554432000 4194304 6014671 140735616720000 18446744073709551615 4424307 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32636/statm: 45216 39244 721 445 0 38761 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 180864

[startup+12.7005 s]
/proc/loadavg: 1.44 1.78 2.82 5/347 32637
/proc/meminfo: memFree=11993152/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=198524 CPUtime=12.64 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 41914 0 0 0 1260 4 0 0 25 0 1 0 737285669 203288576 41850 33554432000 4194304 6014671 140735616720000 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32636/statm: 49631 41850 722 445 0 43176 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 198524

[startup+25.5011 s]
/proc/loadavg: 2.14 1.92 2.85 5/347 32637
/proc/meminfo: memFree=11856272/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=332752 CPUtime=25.44 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 61416 0 0 0 2537 7 0 0 25 0 1 0 737285669 340738048 61352 33554432000 4194304 6014671 140735616720000 18446744073709551615 4383521 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32636/statm: 83188 61352 726 445 0 76733 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 332752

[startup+51.1003 s]
/proc/loadavg: 2.78 2.09 2.88 5/347 32638
/proc/meminfo: memFree=11737428/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=372672 CPUtime=51.04 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 71517 0 0 0 5095 9 0 0 25 0 1 0 737285669 381616128 71453 33554432000 4194304 6014671 140735616720000 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32636/statm: 93168 71453 726 445 0 86713 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 372672

[startup+102.313 s]
/proc/loadavg: 3.59 2.42 2.95 5/347 32639
/proc/meminfo: memFree=11484320/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=511244 CPUtime=102.25 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 108428 0 0 0 10211 14 0 0 25 0 1 0 737285669 523513856 108238 33554432000 4194304 6014671 140735616720000 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32636/statm: 127811 108238 726 445 0 121356 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 511244

[startup+162.3 s]
/proc/loadavg: 3.85 2.71 3.02 5/347 32641
/proc/meminfo: memFree=11389664/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=535860 CPUtime=162.24 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 116270 0 0 0 16208 16 0 0 25 0 1 0 737285669 548720640 116080 33554432000 4194304 6014671 140735616720000 18446744073709551615 4379528 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32636/statm: 133965 116080 726 445 0 127510 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 535860

[startup+222.301 s]
/proc/loadavg: 3.94 2.94 3.07 5/347 32642
/proc/meminfo: memFree=11361824/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=535860 CPUtime=222.24 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 118495 0 0 0 22207 17 0 0 25 0 1 0 737285669 548720640 118305 33554432000 4194304 6014671 140735616720000 18446744073709551615 4379528 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32636/statm: 133965 118305 726 445 0 127510 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 535860

[startup+282.301 s]
/proc/loadavg: 3.98 3.13 3.13 5/347 32644
/proc/meminfo: memFree=11322596/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=552920 CPUtime=282.24 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 122996 0 0 0 28206 18 0 0 25 0 1 0 737285669 566190080 122806 33554432000 4194304 6014671 140735616720000 18446744073709551615 4379786 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32636/statm: 138230 122806 726 445 0 131775 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 552920

[startup+342.301 s]
/proc/loadavg: 4.06 3.31 3.19 5/347 32646
/proc/meminfo: memFree=11218748/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=638364 CPUtime=342.25 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 136661 0 0 0 34204 21 0 0 25 0 1 0 737285669 653684736 136268 33554432000 4194304 6014671 140735616720000 18446744073709551615 4376981 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32636/statm: 159591 136268 726 445 0 153136 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 638364

[startup+402.3 s]
/proc/loadavg: 4.05 3.45 3.24 5/347 32647
/proc/meminfo: memFree=11182132/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=638364 CPUtime=402.25 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 141174 0 0 0 40203 22 0 0 25 0 1 0 737285669 653684736 140781 33554432000 4194304 6014671 140735616720000 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32636/statm: 159591 140781 726 445 0 153136 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 638364

[startup+462.301 s]
/proc/loadavg: 4.02 3.55 3.29 5/347 32649
/proc/meminfo: memFree=11132104/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=776144 CPUtime=462.24 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 151732 0 0 0 46199 25 0 0 25 0 1 0 737285669 794771456 151339 33554432000 4194304 6014671 140735616720000 18446744073709551615 4425460 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32636/statm: 194036 151339 726 445 0 187581 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 776144

[startup+522.301 s]
/proc/loadavg: 4.00 3.63 3.33 5/347 32650
/proc/meminfo: memFree=11138264/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=776144 CPUtime=522.24 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 152924 0 0 0 52199 25 0 0 25 0 1 0 737285669 794771456 148267 33554432000 4194304 6014671 140735616720000 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32636/statm: 194036 148267 726 445 0 187581 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 776144

[startup+582.3 s]
/proc/loadavg: 4.07 3.71 3.37 5/347 32652
/proc/meminfo: memFree=11123452/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=776272 CPUtime=582.24 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 152980 0 0 0 58199 25 0 0 25 0 1 0 737285669 794902528 148323 33554432000 4194304 6014671 140735616720000 18446744073709551615 4372236 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32636/statm: 194068 148323 726 445 0 187613 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 776272

[startup+642.301 s]
/proc/loadavg: 4.14 3.79 3.42 5/347 32654
/proc/meminfo: memFree=11106172/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=776272 CPUtime=642.25 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 153337 0 0 0 64200 25 0 0 25 0 1 0 737285669 794902528 148680 33554432000 4194304 6014671 140735616720000 18446744073709551615 4422787 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32636/statm: 194068 148680 726 445 0 187613 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 776272

[startup+702.301 s]
/proc/loadavg: 4.05 3.83 3.46 5/347 32655
/proc/meminfo: memFree=11083312/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=776272 CPUtime=702.24 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 153361 0 0 0 70199 25 0 0 25 0 1 0 737285669 794902528 148704 33554432000 4194304 6014671 140735616720000 18446744073709551615 4425460 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32636/statm: 194068 148704 726 445 0 187613 0
Current children cumulated CPU time (s) 702.24
Current children cumulated vsize (KiB) 776272

[startup+762.313 s]
/proc/loadavg: 4.02 3.85 3.49 5/347 32657
/proc/meminfo: memFree=11053008/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=776272 CPUtime=762.25 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 156630 0 0 0 76200 25 0 0 25 0 1 0 737285669 794902528 151973 33554432000 4194304 6014671 140735616720000 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32636/statm: 194068 151973 726 445 0 187613 0
Current children cumulated CPU time (s) 762.25
Current children cumulated vsize (KiB) 776272

[startup+822.3 s]
/proc/loadavg: 4.00 3.88 3.51 5/347 32658
/proc/meminfo: memFree=11043532/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=776272 CPUtime=822.24 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 157082 0 0 0 82198 26 0 0 25 0 1 0 737285669 794902528 152425 33554432000 4194304 6014671 140735616720000 18446744073709551615 4378680 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32636/statm: 194068 152425 726 445 0 187613 0
Current children cumulated CPU time (s) 822.24
Current children cumulated vsize (KiB) 776272

[startup+882.301 s]
/proc/loadavg: 4.05 3.91 3.55 5/347 32660
/proc/meminfo: memFree=10901632/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=776272 CPUtime=882.24 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 157954 0 0 0 88198 26 0 0 25 0 1 0 737285669 794902528 153297 33554432000 4194304 6014671 140735616720000 18446744073709551615 4424158 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32636/statm: 194068 153297 726 445 0 187613 0
Current children cumulated CPU time (s) 882.24
Current children cumulated vsize (KiB) 776272

[startup+942.301 s]
/proc/loadavg: 4.02 3.93 3.57 5/347 32662
/proc/meminfo: memFree=10892160/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=776272 CPUtime=942.24 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 158039 0 0 0 94198 26 0 0 25 0 1 0 737285669 794902528 153382 33554432000 4194304 6014671 140735616720000 18446744073709551615 4386012 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32636/statm: 194068 153382 726 445 0 187613 0
Current children cumulated CPU time (s) 942.24
Current children cumulated vsize (KiB) 776272

[startup+1002.3 s]
/proc/loadavg: 4.00 3.94 3.60 5/347 32663
/proc/meminfo: memFree=10886028/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=776272 CPUtime=1002.24 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 158668 0 0 0 100198 26 0 0 25 0 1 0 737285669 794902528 154011 33554432000 4194304 6014671 140735616720000 18446744073709551615 4423643 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32636/statm: 194068 154011 726 445 0 187613 0
Current children cumulated CPU time (s) 1002.24
Current children cumulated vsize (KiB) 776272

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.62 5/347 32665
/proc/meminfo: memFree=10848896/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=776272 CPUtime=1062.23 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 164649 0 0 0 106195 28 0 0 25 0 1 0 737285669 794902528 159992 33554432000 4194304 6014671 140735616720000 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32636/statm: 194068 159992 726 445 0 187613 0
Current children cumulated CPU time (s) 1062.23
Current children cumulated vsize (KiB) 776272

[startup+1122.3 s]
/proc/loadavg: 4.04 3.97 3.65 5/347 32675
/proc/meminfo: memFree=10771600/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=776272 CPUtime=1122.24 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 165356 0 0 0 112195 29 0 0 25 0 1 0 737285669 794902528 160699 33554432000 4194304 6014671 140735616720000 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32636/statm: 194068 160699 726 445 0 187613 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 776272

[startup+1182.3 s]
/proc/loadavg: 4.08 4.00 3.67 5/347 32677
/proc/meminfo: memFree=10668412/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=776272 CPUtime=1182.24 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 165647 0 0 0 118195 29 0 0 25 0 1 0 737285669 794902528 160990 33554432000 4194304 6014671 140735616720000 18446744073709551615 4423596 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32636/statm: 194068 160990 726 445 0 187613 0
Current children cumulated CPU time (s) 1182.24
Current children cumulated vsize (KiB) 776272

[startup+1242.3 s]
/proc/loadavg: 4.03 4.00 3.69 5/347 32679
/proc/meminfo: memFree=10596700/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=776272 CPUtime=1242.23 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 166433 0 0 0 124194 29 0 0 25 0 1 0 737285669 794902528 161776 33554432000 4194304 6014671 140735616720000 18446744073709551615 4383521 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32636/statm: 194068 161776 726 445 0 187613 0
Current children cumulated CPU time (s) 1242.23
Current children cumulated vsize (KiB) 776272



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.00 3.71 2/344 32683
/proc/meminfo: memFree=11751356/32950928 swapFree=67085488/67111528
[pid=32636] ppid=32634 vsize=776272 CPUtime=1299.94 cores=0,2
/proc/32636/stat : 32636 (qutersat_releas) R 32634 32636 32129 0 -1 4202496 167911 0 0 0 129965 29 0 0 25 0 1 0 737285669 794902528 163254 33554432000 4194304 6014671 140735616720000 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32636/statm: 194068 163254 726 445 0 187613 0
Current children cumulated CPU time (s) 1299.94
Current children cumulated vsize (KiB) 776272

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.05
CPU time (s): 1299.99
CPU user time (s): 1299.66
CPU system time (s): 0.329949
CPU usage (%): 99.9954
Max. virtual memory (cumulated for all children) (KiB): 776272

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

runsolver used 4.53131 second user time and 9.67653 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 16:42:30
IDJOB=3376192
IDBENCH=82701
IDSOLVER=1856
FILE ID=node114/3376192-1305470550
RUNJOBID= node114-1305470550-32594
PBS_JOBID= 13325312
Free space on /tmp= 72988 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S964643921-035-UNKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376192-1305470550/watcher-3376192-1305470550 -o /tmp/evaluation-result-3376192-1305470550/solver-3376192-1305470550 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376192-1305470550.cnf 1377629426

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

MD5SUM BENCH= d8337de8a71a630ccf2dd02943cd7d7f
RANDOM SEED=1377629426

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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:     32950928 kB
MemFree:      12345408 kB
Buffers:        300228 kB
Cached:        5123352 kB
SwapCached:         96 kB
Active:       15638176 kB
Inactive:      4561960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12345408 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:           13592 kB
Writeback:           0 kB
AnonPages:    14776136 kB
Mapped:          32084 kB
Slab:           294092 kB
PageTables:      46292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 57004880 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= 72988 MiB
End job on node114 at 2011-05-15 17:04:12