Trace number 3377124

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.1 1300.07

General information on the benchmark

NameSAT03/industrial/li/li-test4/
li-test4-100.shuffled-as.sat03-370.cnf
MD5SUM5e5606ae7367b9272c60adc115594912
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables36809
Number of clauses142491
Sum of the clauses size559708
Maximum clause length172
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 224558
Number of clauses of size 367458
Number of clauses of size 449000
Number of clauses of size 51
Number of clauses of size over 51460

Solver Data

0.00/0.01	c Set FPU double precision.
0.09/0.13	c Parse Cnf success: #var: 36809 #clause: 142491
0.09/0.13	c Find Units :         14
0.09/0.13	c Find Invs  :       6138
0.09/0.16	c Find Ands  :       6141 AvgFaninNum: 2
0.09/0.18	c Find Xors  :      12266 AvgFaninNum: 2.49935
0.19/0.20	c Find Ite   :          0
0.19/0.23	c UnDirect variable: 25819
0.19/0.23	c UnDirect to Direct Gate: 9005
0.19/0.23	c Forced Direct Gate: 2692 Unuse unDirect Gate: 12086
0.19/0.24	c Break Cycle : 0
0.19/0.24	c Total Root : 1187 Undef Var: 21663
0.19/0.26	c After covering, Total Root: 1166 Leaf: 12657
0.19/0.26	c Variable( cover/uncovered/unused ): 27803 9006 0
0.19/0.26	c Unit Clauses: 14
0.19/0.26	c Binary Clauses( cover/uncovered ): 20070 4488
0.19/0.26	c Clauses( cover/uncovered ): 40561 77358
0.19/0.26	c Total Clauses( cover/uncovered ): 60645 81846 42.5606%
0.19/0.26	c Covered Ands: 6141 Invs: 3894 Xors: 5111 Ites: 0
0.38/0.42	c Uncover Clauses avg size: 4.5197 max size: 172
0.38/0.42	c Final circuit: i/l/o/s   21651       0   81803    261811
0.38/0.42	c CnfToAig: Time: 0.41 s
0.79/0.86	c TmMap: Set choices finish.
0.99/1.01	c TmMap: Set big and: 99868
0.99/1.01	c TmMap: Origin: 283463 ClauseNum: 785433 --> New: 130067 ClauseNum: 500878
0.99/1.01	c TmMap: Time: 0.2
0.99/1.05	c Try to Add: #clause: 233918 #xorclause: 0
1.10/1.14	c #var: 48736 #clauses: 125986 Solving... 
1300.02/1300.01	c Time Out !!
1300.02/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-3377124-1305475573/watcher-3377124-1305475573 -o /tmp/evaluation-result-3377124-1305475573/solver-3377124-1305475573 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377124-1305475573.cnf 1681629050 

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: 3.42 3.90 3.96 4/358 9836
/proc/meminfo: memFree=16982340/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=33388 CPUtime=0 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 2016 0 0 0 0 0 0 0 22 0 1 0 659157031 34189312 1953 33554432000 4194304 6014671 140737370028144 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 8347 1955 378 445 0 1892 0

[startup+0.0392821 s]
/proc/loadavg: 3.42 3.90 3.96 4/358 9836
/proc/meminfo: memFree=16982340/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=39532 CPUtime=0.02 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 3487 0 0 0 2 0 0 0 22 0 1 0 659157031 40480768 3424 33554432000 4194304 6014671 140737370028144 18446744073709551615 4802690 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 9883 3424 378 445 0 3428 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 39532

[startup+0.100288 s]
/proc/loadavg: 3.42 3.90 3.96 4/358 9836
/proc/meminfo: memFree=16982340/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=50796 CPUtime=0.09 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 6173 0 0 0 8 1 0 0 22 0 1 0 659157031 52015104 6110 33554432000 4194304 6014671 140737370028144 18446744073709551615 4303462 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 12699 6136 378 445 0 6244 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50796

[startup+0.300186 s]
/proc/loadavg: 3.42 3.90 3.96 4/358 9836
/proc/meminfo: memFree=16982340/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=57068 CPUtime=0.29 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 7692 0 0 0 28 1 0 0 23 0 1 0 659157031 58437632 7629 33554432000 4194304 6014671 140737370028144 18446744073709551615 4362600 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 14267 7629 397 445 0 7812 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57068

[startup+0.700115 s]
/proc/loadavg: 3.42 3.90 3.96 4/358 9836
/proc/meminfo: memFree=16982340/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=120504 CPUtime=0.68 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 23599 0 0 0 65 3 0 0 25 0 1 0 659157031 123396096 23536 33554432000 4194304 6014671 140737370028144 18446744073709551615 4260499 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 30126 23536 667 445 0 23671 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 120504

[startup+1.50097 s]
/proc/loadavg: 3.42 3.90 3.96 5/361 9841
/proc/meminfo: memFree=16809960/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=154364 CPUtime=1.49 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 32268 0 0 0 145 4 0 0 25 0 1 0 659157031 158068736 32205 33554432000 4194304 6014671 140737370028144 18446744073709551615 4575383 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 38591 32205 703 445 0 32136 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 154364

[startup+3.10075 s]
/proc/loadavg: 3.42 3.90 3.96 5/364 9847
/proc/meminfo: memFree=16736268/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=187180 CPUtime=3.09 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 34102 0 0 0 305 4 0 0 25 0 1 0 659157031 191672320 34039 33554432000 4194304 6014671 140737370028144 18446744073709551615 4423076 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 46795 34039 726 445 0 40340 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 187180

[startup+6.30019 s]
/proc/loadavg: 3.47 3.90 3.96 5/367 9853
/proc/meminfo: memFree=16208056/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=187180 CPUtime=6.29 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 34185 0 0 0 625 4 0 0 25 0 1 0 659157031 191672320 34122 33554432000 4194304 6014671 140737370028144 18446744073709551615 4425494 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 46795 34122 726 445 0 40340 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 187180

[startup+12.7011 s]
/proc/loadavg: 3.51 3.91 3.96 5/367 9853
/proc/meminfo: memFree=15695372/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=187180 CPUtime=12.69 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 34216 0 0 0 1265 4 0 0 25 0 1 0 659157031 191672320 34153 33554432000 4194304 6014671 140737370028144 18446744073709551615 4367440 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 46795 34153 727 445 0 40340 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 187180

[startup+25.5008 s]
/proc/loadavg: 3.70 3.93 3.96 5/367 9853
/proc/meminfo: memFree=15132304/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=268056 CPUtime=25.49 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 49931 0 0 0 2542 7 0 0 25 0 1 0 659157031 274489344 49861 33554432000 4194304 6014671 140737370028144 18446744073709551615 4535248 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 67014 49861 731 445 0 60559 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 268056

[startup+51.1003 s]
/proc/loadavg: 3.80 3.93 3.96 5/367 9854
/proc/meminfo: memFree=14703260/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=478812 CPUtime=51.09 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 79425 0 0 0 5098 11 0 0 25 0 1 0 659157031 490303488 79333 33554432000 4194304 6014671 140737370028144 18446744073709551615 4534800 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 119703 79333 728 445 0 113248 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 478812

[startup+102.313 s]
/proc/loadavg: 3.95 3.95 3.97 5/367 9855
/proc/meminfo: memFree=13757728/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=798180 CPUtime=102.3 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 148528 0 0 0 10209 21 0 0 25 0 1 0 659157031 817336320 148394 33554432000 4194304 6014671 140737370028144 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 199545 148394 728 445 0 193090 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 798180

[startup+162.301 s]
/proc/loadavg: 3.98 3.96 3.97 5/367 9857
/proc/meminfo: memFree=13033488/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=1023844 CPUtime=162.29 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 196472 0 0 0 16199 30 0 0 25 0 1 0 659157031 1048416256 196338 33554432000 4194304 6014671 140737370028144 18446744073709551615 4425460 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 255961 196338 728 445 0 249506 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1023844

[startup+222.301 s]
/proc/loadavg: 4.04 3.98 3.97 5/367 9858
/proc/meminfo: memFree=12626812/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=1488780 CPUtime=222.29 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 229234 0 0 0 22192 37 0 0 25 0 1 0 659157031 1524510720 229100 33554432000 4194304 6014671 140737370028144 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 372195 229100 728 445 0 365740 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1488780

[startup+282.301 s]
/proc/loadavg: 4.01 3.98 3.97 5/367 9860
/proc/meminfo: memFree=12250808/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=1488780 CPUtime=282.3 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 251868 0 0 0 28189 41 0 0 25 0 1 0 659157031 1524510720 251734 33554432000 4194304 6014671 140737370028144 18446744073709551615 4423923 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 372195 251734 728 445 0 365740 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1488780

[startup+342.301 s]
/proc/loadavg: 4.00 3.98 3.97 5/367 9862
/proc/meminfo: memFree=11978988/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=1488780 CPUtime=342.3 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 256772 0 0 0 34189 41 0 0 25 0 1 0 659157031 1524510720 256638 33554432000 4194304 6014671 140737370028144 18446744073709551615 4537131 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 372195 256638 728 445 0 365740 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1488780

[startup+402.3 s]
/proc/loadavg: 4.04 4.00 3.98 5/367 9863
/proc/meminfo: memFree=11771128/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=1488780 CPUtime=402.3 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 258800 0 0 0 40188 42 0 0 25 0 1 0 659157031 1524510720 258666 33554432000 4194304 6014671 140737370028144 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 372195 258666 728 445 0 365740 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1488780

[startup+462.301 s]
/proc/loadavg: 4.01 4.00 3.98 5/367 9865
/proc/meminfo: memFree=11687276/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=1488780 CPUtime=462.3 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 258811 0 0 0 46188 42 0 0 25 0 1 0 659157031 1524510720 258675 33554432000 4194304 6014671 140737370028144 18446744073709551615 4372423 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 372195 258675 728 445 0 365740 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1488780

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/367 9866
/proc/meminfo: memFree=11564588/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=1488908 CPUtime=522.3 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 272593 0 0 0 52186 44 0 0 25 0 1 0 659157031 1524641792 272373 33554432000 4194304 6014671 140737370028144 18446744073709551615 4536732 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 372227 272373 728 445 0 365772 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1488908

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.98 5/367 9868
/proc/meminfo: memFree=11239808/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=1488908 CPUtime=582.3 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 296030 0 0 0 58181 49 0 0 25 0 1 0 659157031 1524641792 295784 33554432000 4194304 6014671 140737370028144 18446744073709551615 4424963 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 372227 295784 728 445 0 365772 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1488908

[startup+642.3 s]
/proc/loadavg: 4.12 4.04 3.99 5/367 9870
/proc/meminfo: memFree=11131516/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=1488908 CPUtime=642.31 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 312071 0 0 0 64178 53 0 0 25 0 1 0 659157031 1524641792 311798 33554432000 4194304 6014671 140737370028144 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 372227 311798 728 445 0 365772 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1488908

[startup+702.301 s]
/proc/loadavg: 4.04 4.03 3.99 5/367 9871
/proc/meminfo: memFree=10957636/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=1488908 CPUtime=702.3 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 316716 0 0 0 70176 54 0 0 25 0 1 0 659157031 1524641792 316382 33554432000 4194304 6014671 140737370028144 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 372227 316382 728 445 0 365772 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 1488908

[startup+762.313 s]
/proc/loadavg: 4.09 4.04 4.00 5/367 9873
/proc/meminfo: memFree=10898952/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=1488908 CPUtime=762.31 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 317298 0 0 0 76177 54 0 0 25 0 1 0 659157031 1524641792 316932 33554432000 4194304 6014671 140737370028144 18446744073709551615 4424035 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 372227 316932 728 445 0 365772 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1488908

[startup+822.301 s]
/proc/loadavg: 4.03 4.03 4.00 5/367 9874
/proc/meminfo: memFree=10807648/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=1488908 CPUtime=822.3 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 317320 0 0 0 82176 54 0 0 25 0 1 0 659157031 1524641792 316921 33554432000 4194304 6014671 140737370028144 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 372227 316921 728 445 0 365772 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 1488908

[startup+882.301 s]
/proc/loadavg: 4.01 4.02 4.00 5/367 9876
/proc/meminfo: memFree=10761736/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=1488908 CPUtime=882.3 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 317931 0 0 0 88176 54 0 0 25 0 1 0 659157031 1524641792 317497 33554432000 4194304 6014671 140737370028144 18446744073709551615 4380185 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 372227 317497 728 445 0 365772 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 1488908

[startup+942.3 s]
/proc/loadavg: 4.06 4.03 4.00 5/367 9878
/proc/meminfo: memFree=10754128/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=1488908 CPUtime=942.31 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 317936 0 0 0 94177 54 0 0 25 0 1 0 659157031 1524641792 317462 33554432000 4194304 6014671 140737370028144 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 372227 317462 728 445 0 365772 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1488908

[startup+1002.3 s]
/proc/loadavg: 4.02 4.02 4.00 5/367 9879
/proc/meminfo: memFree=10598596/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=1488908 CPUtime=1002.31 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 317940 0 0 0 100177 54 0 0 25 0 1 0 659157031 1524641792 317422 33554432000 4194304 6014671 140737370028144 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 372227 317422 728 445 0 365772 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1488908

[startup+1062.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/367 9881
/proc/meminfo: memFree=10520672/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=1488908 CPUtime=1062.31 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 317974 0 0 0 106176 55 0 0 25 0 1 0 659157031 1524641792 317411 33554432000 4194304 6014671 140737370028144 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 372227 317411 728 445 0 365772 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1488908

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/367 9882
/proc/meminfo: memFree=10497820/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=1488908 CPUtime=1122.31 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 317982 0 0 0 112176 55 0 0 25 0 1 0 659157031 1524641792 317375 33554432000 4194304 6014671 140737370028144 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 372227 317375 728 445 0 365772 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1488908

[startup+1182.3 s]
/proc/loadavg: 4.17 4.05 4.01 5/367 9884
/proc/meminfo: memFree=10440624/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=1488908 CPUtime=1182.31 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 318069 0 0 0 118176 55 0 0 25 0 1 0 659157031 1524641792 317414 33554432000 4194304 6014671 140737370028144 18446744073709551615 4425460 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 372227 317414 728 445 0 365772 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1488908

[startup+1242.3 s]
/proc/loadavg: 4.17 4.07 4.02 5/367 9886
/proc/meminfo: memFree=10375120/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=1488908 CPUtime=1242.32 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 318207 0 0 0 124177 55 0 0 25 0 1 0 659157031 1524641792 317500 33554432000 4194304 6014671 140737370028144 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 372227 317500 728 445 0 365772 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1488908



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.06 4.01 4/365 9888
/proc/meminfo: memFree=10747220/32950928 swapFree=67111348/67111528
[pid=9836] ppid=9834 vsize=1488908 CPUtime=1300.02 cores=0,2
/proc/9836/stat : 9836 (qutersat_releas) R 9834 9836 8779 0 -1 4202496 318375 0 0 0 129947 55 0 0 25 0 1 0 659157031 1524641792 317602 33554432000 4194304 6014671 140737370028144 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9836/statm: 372227 317602 728 445 0 365772 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 1488908

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.07
CPU time (s): 1300.1
CPU user time (s): 1299.48
CPU system time (s): 0.611906
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1488908

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

runsolver used 4.64129 second user time and 10.4004 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 18:06:14
IDJOB=3377124
IDBENCH=84227
IDSOLVER=1856
FILE ID=node125/3377124-1305475573
RUNJOBID= node125-1305475573-9810
PBS_JOBID= 13325303
Free space on /tmp= 73184 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/industrial/li/li-test4/li-test4-100.shuffled-as.sat03-370.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377124-1305475573/watcher-3377124-1305475573 -o /tmp/evaluation-result-3377124-1305475573/solver-3377124-1305475573 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377124-1305475573.cnf 1681629050

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

MD5SUM BENCH= 5e5606ae7367b9272c60adc115594912
RANDOM SEED=1681629050

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:      16982496 kB
Buffers:        298300 kB
Cached:        4780564 kB
SwapCached:          0 kB
Active:       11815764 kB
Inactive:      3766752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16982496 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            8852 kB
Writeback:           0 kB
AnonPages:    10503144 kB
Mapped:          36744 kB
Slab:           280056 kB
PageTables:      41960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 78570840 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= 73092 MiB
End job on node125 at 2011-05-15 18:27:56