Trace number 3376016

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S1098107876-060-UNKNOWN.cnf
MD5SUMf8d77cf51b7a3bd2f2043a4a97c7d388
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark45.3581
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
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.09/0.17	c Parse Cnf success: #var: 35000 #clause: 147000
0.09/0.17	c Find Units :          0
0.09/0.17	c Find Invs  :          0
0.09/0.19	c Find Ands  :          0 AvgFaninNum: nan
0.09/0.19	c Find Xors  :          0 AvgFaninNum: nan
0.19/0.21	c Find Ite   :          0
0.19/0.29	c UnDirect variable: 0
0.19/0.29	c UnDirect to Direct Gate: 0
0.19/0.29	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.19/0.29	c Break Cycle : 0
0.19/0.29	c Total Root : 0 Undef Var: 35000
0.19/0.29	c After covering, Total Root: 0 Leaf: 0
0.19/0.29	c Variable( cover/uncovered/unused ): 0 35000 0
0.19/0.29	c Unit Clauses: 0
0.19/0.29	c Binary Clauses( cover/uncovered ): 0 0
0.19/0.29	c Clauses( cover/uncovered ): 0 147000
0.19/0.29	c Total Clauses( cover/uncovered ): 0 147000 0%
0.19/0.29	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.39/0.45	c Uncover Clauses avg size: 3 max size: 3
0.39/0.46	c Final circuit: i/l/o/s   35000       0  147000    293993
0.39/0.46	c CnfToAig: Time: 0.45 s
0.59/0.68	c TmMap: Set choices finish.
0.79/0.80	c TmMap: Set big and: 147000
0.79/0.80	c TmMap: Origin: 328994 ClauseNum: 881979 --> New: 182001 ClauseNum: 588000
0.79/0.80	c TmMap: Time: 0.16
0.79/0.84	c Try to Add: #clause: 294000 #xorclause: 0
0.89/0.92	c #var: 35000 #clauses: 147001 Solving... 
1300.03/1300.01	c Time Out !!
1300.03/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-3376016-1305469022/watcher-3376016-1305469022 -o /tmp/evaluation-result-3376016-1305469022/solver-3376016-1305469022 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376016-1305469022.cnf 1882383788 

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.84 3.97 4.33 4/429 823
/proc/meminfo: memFree=21009828/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=28644 CPUtime=0 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 699 0 0 0 0 0 0 0 25 0 1 0 658499973 29331456 635 33554432000 4194304 6014671 140737394599840 18446744073709551615 212687369275 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/823/statm: 7161 646 290 445 0 706 0

[startup+0.032984 s]
/proc/loadavg: 3.84 3.97 4.33 4/429 823
/proc/meminfo: memFree=21009828/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=39532 CPUtime=0.02 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 3752 0 0 0 2 0 0 0 25 0 1 0 658499973 40480768 3688 33554432000 4194304 6014671 140737394599840 18446744073709551615 4817232 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 9883 3688 378 445 0 3428 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 39532

[startup+0.100976 s]
/proc/loadavg: 3.84 3.97 4.33 4/429 823
/proc/meminfo: memFree=21009828/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=60140 CPUtime=0.09 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 8717 0 0 0 9 0 0 0 25 0 1 0 658499973 61583360 8653 33554432000 4194304 6014671 140737394599840 18446744073709551615 4303700 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 15035 8653 378 445 0 8580 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 60140

[startup+0.300937 s]
/proc/loadavg: 3.84 3.97 4.33 4/429 823
/proc/meminfo: memFree=21009828/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=67308 CPUtime=0.29 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 10708 0 0 0 29 0 0 0 25 0 1 0 658499973 68923392 10644 33554432000 4194304 6014671 140737394599840 18446744073709551615 4335975 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 16827 10644 398 445 0 10372 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67308

[startup+0.700864 s]
/proc/loadavg: 3.84 3.97 4.33 4/429 823
/proc/meminfo: memFree=21009828/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=126208 CPUtime=0.68 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 25151 0 0 0 67 1 0 0 25 0 1 0 658499973 129236992 25087 33554432000 4194304 6014671 140737394599840 18446744073709551615 4223744 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 31552 25087 670 445 0 25097 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 126208

[startup+1.50072 s]
/proc/loadavg: 3.84 3.97 4.33 5/430 824
/proc/meminfo: memFree=20891284/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=144768 CPUtime=1.49 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 29367 0 0 0 147 2 0 0 25 0 1 0 658499973 148242432 29303 33554432000 4194304 6014671 140737394599840 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 36192 29303 721 445 0 29737 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 144768

[startup+3.10043 s]
/proc/loadavg: 3.84 3.97 4.33 5/430 824
/proc/meminfo: memFree=20886324/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=177584 CPUtime=3.09 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 29656 0 0 0 307 2 0 0 25 0 1 0 658499973 181846016 29592 33554432000 4194304 6014671 140737394599840 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 44396 29592 721 445 0 37941 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 177584

[startup+6.30085 s]
/proc/loadavg: 3.85 3.97 4.32 5/430 824
/proc/meminfo: memFree=20862400/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=177584 CPUtime=6.29 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 32041 0 0 0 626 3 0 0 25 0 1 0 658499973 181846016 31977 33554432000 4194304 6014671 140737394599840 18446744073709551615 4425458 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 44396 31977 721 445 0 37941 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 177584

[startup+12.7007 s]
/proc/loadavg: 3.86 3.97 4.32 5/430 824
/proc/meminfo: memFree=20813476/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=280212 CPUtime=12.69 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 51285 0 0 0 1264 5 0 0 25 0 1 0 658499973 286937088 51221 33554432000 4194304 6014671 140737394599840 18446744073709551615 4566111 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 70053 51221 726 445 0 63598 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 280212

[startup+25.5003 s]
/proc/loadavg: 3.89 3.97 4.32 5/430 825
/proc/meminfo: memFree=20661432/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=361488 CPUtime=25.49 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 57892 0 0 0 2542 7 0 0 25 0 1 0 658499973 370163712 57821 33554432000 4194304 6014671 140737394599840 18446744073709551615 4424320 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 90372 57821 726 445 0 83917 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 361488

[startup+51.1007 s]
/proc/loadavg: 3.93 3.97 4.31 5/430 825
/proc/meminfo: memFree=20554108/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=394676 CPUtime=51.09 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 78794 0 0 0 5098 11 0 0 25 0 1 0 658499973 404148224 78661 33554432000 4194304 6014671 140737394599840 18446744073709551615 4424304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 98669 78661 726 445 0 92214 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 394676

[startup+102.316 s]
/proc/loadavg: 4.11 4.00 4.30 5/430 827
/proc/meminfo: memFree=20453888/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=441224 CPUtime=102.31 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 92482 0 0 0 10217 14 0 0 25 0 1 0 658499973 451813376 92213 33554432000 4194304 6014671 140737394599840 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 110306 92213 726 445 0 103851 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 441224

[startup+162.3 s]
/proc/loadavg: 4.04 4.00 4.27 5/430 828
/proc/meminfo: memFree=20358004/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=471516 CPUtime=162.3 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 100257 0 0 0 16215 15 0 0 25 0 1 0 658499973 482832384 99988 33554432000 4194304 6014671 140737394599840 18446744073709551615 4423552 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 117879 99988 726 445 0 111424 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 471516

[startup+222.3 s]
/proc/loadavg: 4.00 4.00 4.26 5/430 873
/proc/meminfo: memFree=20422356/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=592396 CPUtime=222.29 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 116279 0 0 0 22210 19 0 0 25 0 1 0 658499973 606613504 114513 33554432000 4194304 6014671 140737394599840 18446744073709551615 4422787 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 148099 114513 726 445 0 141644 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 592396

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 4.24 5/430 904
/proc/meminfo: memFree=20592028/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=774832 CPUtime=282.3 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 138998 0 0 0 28204 26 0 0 25 0 1 0 658499973 793427968 137232 33554432000 4194304 6014671 140737394599840 18446744073709551615 4372029 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 193708 137232 726 445 0 187253 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 774832

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 4.22 5/430 905
/proc/meminfo: memFree=20489828/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=774832 CPUtime=342.3 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 139869 0 0 0 34204 26 0 0 25 0 1 0 658499973 793427968 138103 33554432000 4194304 6014671 140737394599840 18446744073709551615 4423718 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 193708 138103 726 445 0 187253 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 774832

[startup+402.301 s]
/proc/loadavg: 4.14 4.04 4.22 5/430 907
/proc/meminfo: memFree=20388248/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=774832 CPUtime=402.3 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 140809 0 0 0 40203 27 0 0 25 0 1 0 658499973 793427968 139043 33554432000 4194304 6014671 140737394599840 18446744073709551615 4379424 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 193708 139043 726 445 0 187253 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 774832

[startup+462.301 s]
/proc/loadavg: 4.05 4.03 4.20 5/430 908
/proc/meminfo: memFree=20313928/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=774832 CPUtime=462.3 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 141566 0 0 0 46203 27 0 0 25 0 1 0 658499973 793427968 139800 33554432000 4194304 6014671 140737394599840 18446744073709551615 4378698 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 193708 139800 726 445 0 187253 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 774832

[startup+522.301 s]
/proc/loadavg: 4.19 4.07 4.20 5/430 910
/proc/meminfo: memFree=20287616/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=774832 CPUtime=522.3 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 142499 0 0 0 52203 27 0 0 25 0 1 0 658499973 793427968 140733 33554432000 4194304 6014671 140737394599840 18446744073709551615 4423539 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 193708 140733 726 445 0 187253 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 774832

[startup+582.301 s]
/proc/loadavg: 4.13 4.07 4.19 5/430 912
/proc/meminfo: memFree=20249396/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=774960 CPUtime=582.3 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 143138 0 0 0 58203 27 0 0 25 0 1 0 658499973 793559040 141372 33554432000 4194304 6014671 140737394599840 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 193740 141372 726 445 0 187285 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 774960

[startup+642.301 s]
/proc/loadavg: 4.12 4.07 4.18 5/430 914
/proc/meminfo: memFree=20244416/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=774960 CPUtime=642.31 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 143407 0 0 0 64204 27 0 0 25 0 1 0 658499973 793559040 141641 33554432000 4194304 6014671 140737394599840 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 193740 141641 726 445 0 187285 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 774960

[startup+702.301 s]
/proc/loadavg: 4.04 4.05 4.17 5/430 916
/proc/meminfo: memFree=20225680/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=774960 CPUtime=702.31 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 144319 0 0 0 70203 28 0 0 25 0 1 0 658499973 793559040 142553 33554432000 4194304 6014671 140737394599840 18446744073709551615 4376964 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 193740 142553 726 445 0 187285 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 774960

[startup+762.316 s]
/proc/loadavg: 4.01 4.04 4.16 5/430 917
/proc/meminfo: memFree=20204712/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=774960 CPUtime=762.32 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 145094 0 0 0 76204 28 0 0 25 0 1 0 658499973 793559040 143328 33554432000 4194304 6014671 140737394599840 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 193740 143328 726 445 0 187285 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 774960

[startup+822.301 s]
/proc/loadavg: 4.00 4.03 4.14 5/430 919
/proc/meminfo: memFree=20184964/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=774960 CPUtime=822.31 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 145469 0 0 0 82203 28 0 0 25 0 1 0 658499973 793559040 143703 33554432000 4194304 6014671 140737394599840 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 193740 143703 726 445 0 187285 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 774960

[startup+882.301 s]
/proc/loadavg: 4.00 4.02 4.13 5/430 921
/proc/meminfo: memFree=20160372/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=774960 CPUtime=882.32 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 145826 0 0 0 88203 29 0 0 25 0 1 0 658499973 793559040 144060 33554432000 4194304 6014671 140737394599840 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 193740 144060 726 445 0 187285 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 774960

[startup+942.3 s]
/proc/loadavg: 4.04 4.03 4.13 5/430 922
/proc/meminfo: memFree=20129224/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=774960 CPUtime=942.32 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 146556 0 0 0 94203 29 0 0 25 0 1 0 658499973 793559040 144790 33554432000 4194304 6014671 140737394599840 18446744073709551615 4423596 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 193740 144790 726 445 0 187285 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 774960

[startup+1002.3 s]
/proc/loadavg: 4.08 4.04 4.12 5/430 924
/proc/meminfo: memFree=20125224/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=774960 CPUtime=1002.32 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 146988 0 0 0 100203 29 0 0 25 0 1 0 658499973 793559040 145222 33554432000 4194304 6014671 140737394599840 18446744073709551615 4380023 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 193740 145222 726 445 0 187285 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 774960

[startup+1062.3 s]
/proc/loadavg: 4.08 4.04 4.11 5/430 925
/proc/meminfo: memFree=19955060/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=840148 CPUtime=1062.32 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 184130 0 0 0 106196 36 0 0 25 0 1 0 658499973 860311552 182364 33554432000 4194304 6014671 140737394599840 18446744073709551615 212687371924 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 210037 182364 726 445 0 203582 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 840148

[startup+1122.3 s]
/proc/loadavg: 4.10 4.06 4.11 5/430 927
/proc/meminfo: memFree=19934432/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=905528 CPUtime=1122.33 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 186201 0 0 0 112195 38 0 0 25 0 1 0 658499973 927260672 184435 33554432000 4194304 6014671 140737394599840 18446744073709551615 4423998 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 226382 184435 726 445 0 219927 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 905528

[startup+1182.3 s]
/proc/loadavg: 4.15 4.09 4.12 5/430 929
/proc/meminfo: memFree=19878112/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=1426708 CPUtime=1182.33 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 186892 0 0 0 118195 38 0 0 25 0 1 0 658499973 1460948992 185107 33554432000 4194304 6014671 140737394599840 18446744073709551615 4377923 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 356677 185107 726 445 0 350222 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1426708

[startup+1242.3 s]
/proc/loadavg: 4.09 4.08 4.11 5/430 930
/proc/meminfo: memFree=19868168/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=1426708 CPUtime=1242.33 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 187389 0 0 0 124195 38 0 0 25 0 1 0 658499973 1460948992 185481 33554432000 4194304 6014671 140737394599840 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 356677 185481 726 445 0 350222 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1426708



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.07 4.10 4/428 933
/proc/meminfo: memFree=20331548/32951124 swapFree=67111348/67111528
[pid=823] ppid=821 vsize=1426836 CPUtime=1300.03 cores=1,3
/proc/823/stat : 823 (qutersat_releas) R 821 823 605 0 -1 4202496 189716 0 0 0 129965 38 0 0 25 0 1 0 658499973 1461080064 187631 33554432000 4194304 6014671 140737394599840 18446744073709551615 4385994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/823/statm: 356709 187631 726 445 0 350254 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1426836

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): 1300.09
CPU user time (s): 1299.67
CPU system time (s): 0.419936
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1426836

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

runsolver used 5.02823 second user time and 12.7431 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 16:17:02
IDJOB=3376016
IDBENCH=82525
IDSOLVER=1856
FILE ID=node139/3376016-1305469022
RUNJOBID= node139-1305467718-625
PBS_JOBID= 13325297
Free space on /tmp= 73368 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S1098107876-060-UNKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376016-1305469022/watcher-3376016-1305469022 -o /tmp/evaluation-result-3376016-1305469022/solver-3376016-1305469022 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376016-1305469022.cnf 1882383788

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

MD5SUM BENCH= f8d77cf51b7a3bd2f2043a4a97c7d388
RANDOM SEED=1882383788

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21010116 kB
Buffers:        328376 kB
Cached:        3048844 kB
SwapCached:          0 kB
Active:        9568532 kB
Inactive:      2055976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21010116 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            7072 kB
Writeback:           0 kB
AnonPages:     8247624 kB
Mapped:          37872 kB
Slab:           204532 kB
PageTables:      46284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 98181296 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= 73372 MiB
End job on node139 at 2011-05-15 16:38:44