Trace number 3384510

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)UNSAT 968.957 968.934

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer16.shuffled.cnf
MD5SUMf98b1abe53ae4846a5f9102253ed913e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark738.98
Satisfiable
(Un)Satisfiability was proved
Number of variables264
Number of clauses1476
Sum of the clauses size3168
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21452
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 524

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.00	c Parse Cnf success: #var: 264 #clause: 1476
0.00/0.00	c Find Units :          0
0.00/0.00	c Find Invs  :          0
0.00/0.00	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.00	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.00	c Find Ite   :          0
0.00/0.00	c UnDirect variable: 0
0.00/0.00	c UnDirect to Direct Gate: 0
0.00/0.00	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.00	c Break Cycle : 0
0.00/0.00	c Total Root : 0 Undef Var: 264
0.00/0.00	c After covering, Total Root: 0 Leaf: 0
0.00/0.00	c Variable( cover/uncovered/unused ): 0 264 0
0.00/0.00	c Unit Clauses: 0
0.00/0.00	c Binary Clauses( cover/uncovered ): 0 1452
0.00/0.00	c Clauses( cover/uncovered ): 0 24
0.00/0.00	c Total Clauses( cover/uncovered ): 0 1476 0%
0.00/0.00	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.00	c Uncover Clauses avg size: 2.14634 max size: 11
0.00/0.00	c Final circuit: i/l/o/s     264       0    1476      1692
0.00/0.00	c CnfToAig: Time: 0 s
0.00/0.02	c TmMap: Set choices finish.
0.00/0.02	c TmMap: Set big and: 1476
0.00/0.02	c TmMap: Origin: 1957 ClauseNum: 5076 --> New: 1741 ClauseNum: 4644
0.00/0.02	c TmMap: Time: 0
0.00/0.02	c Try to Add: #clause: 2952 #xorclause: 0
0.00/0.02	c #var: 264 #clauses: 25 Solving... 
968.92/968.90	s UNSATISFIABLE
968.92/968.91	c CPU time: 968.93 s

Verifier Data

No possible verification on an UNSAT instance

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-3384510-1305555250/watcher-3384510-1305555250 -o /tmp/evaluation-result-3384510-1305555250/solver-3384510-1305555250 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384510-1305555250.cnf 228945561 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.40 1.13 1.19 2/334 24779
/proc/meminfo: memFree=23960664/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=34412 CPUtime=0 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 2460 0 0 0 0 0 0 0 25 0 1 0 667123210 35237888 2396 33554432000 4194304 6014671 140734483252064 18446744073709551615 4340831 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24779/statm: 8603 2398 517 445 0 2148 0

[startup+0.0273779 s]
/proc/loadavg: 1.40 1.13 1.19 2/334 24779
/proc/meminfo: memFree=23960664/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=45688 CPUtime=0.01 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 3596 0 0 0 1 0 0 0 25 0 1 0 667123210 46784512 3532 33554432000 4194304 6014671 140734483252064 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24779/statm: 11422 3532 720 445 0 4967 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 45688

[startup+0.100397 s]
/proc/loadavg: 1.40 1.13 1.19 2/334 24779
/proc/meminfo: memFree=23960664/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=46712 CPUtime=0.09 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 3779 0 0 0 9 0 0 0 25 0 1 0 667123210 47833088 3715 33554432000 4194304 6014671 140734483252064 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24779/statm: 11678 3715 721 445 0 5223 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46712

[startup+0.300332 s]
/proc/loadavg: 1.40 1.13 1.19 2/334 24779
/proc/meminfo: memFree=23960664/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=64532 CPUtime=0.29 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 4404 0 0 0 29 0 0 0 25 0 1 0 667123210 66080768 4340 33554432000 4194304 6014671 140734483252064 18446744073709551615 4378517 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 16133 4340 722 445 0 9678 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64532

[startup+0.70026 s]
/proc/loadavg: 1.40 1.13 1.19 2/334 24779
/proc/meminfo: memFree=23960664/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=73488 CPUtime=0.69 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 4981 0 0 0 68 1 0 0 25 0 1 0 667123210 75251712 4917 33554432000 4194304 6014671 140734483252064 18446744073709551615 4379794 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 18372 4917 722 445 0 11917 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73488

[startup+1.50115 s]
/proc/loadavg: 1.52 1.16 1.20 3/335 24780
/proc/meminfo: memFree=23942064/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=82592 CPUtime=1.49 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 7471 0 0 0 148 1 0 0 25 0 1 0 667123210 84574208 7407 33554432000 4194304 6014671 140734483252064 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 20648 7407 726 445 0 14193 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82592

[startup+3.10086 s]
/proc/loadavg: 1.52 1.16 1.20 3/335 24780
/proc/meminfo: memFree=23930788/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=91828 CPUtime=3.09 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 8309 0 0 0 308 1 0 0 25 0 1 0 667123210 94031872 8245 33554432000 4194304 6014671 140734483252064 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 22957 8245 726 445 0 16502 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91828

[startup+6.30028 s]
/proc/loadavg: 1.52 1.16 1.20 3/335 24780
/proc/meminfo: memFree=23915080/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=101456 CPUtime=6.3 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 12047 0 0 0 628 2 0 0 25 0 1 0 667123210 103890944 11983 33554432000 4194304 6014671 140734483252064 18446744073709551615 4378951 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 25364 11983 726 445 0 18909 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 101456

[startup+12.7012 s]
/proc/loadavg: 1.60 1.19 1.21 3/335 24780
/proc/meminfo: memFree=23899964/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=101456 CPUtime=12.69 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 14443 0 0 0 1267 2 0 0 25 0 1 0 667123210 103890944 14379 33554432000 4194304 6014671 140734483252064 18446744073709551615 4423960 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 25364 14379 726 445 0 18909 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 101456

[startup+25.5009 s]
/proc/loadavg: 1.66 1.22 1.22 3/335 24780
/proc/meminfo: memFree=23867468/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=112432 CPUtime=25.5 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 19075 0 0 0 2547 3 0 0 25 0 1 0 667123210 115130368 19011 33554432000 4194304 6014671 140734483252064 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 28108 19011 726 445 0 21653 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 112432

[startup+51.1003 s]
/proc/loadavg: 1.90 1.31 1.25 3/335 24781
/proc/meminfo: memFree=23854536/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=123796 CPUtime=51.1 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 21422 0 0 0 5106 4 0 0 25 0 1 0 667123210 126767104 21352 33554432000 4194304 6014671 140734483252064 18446744073709551615 4383685 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 30949 21352 730 445 0 24494 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 123796

[startup+102.312 s]
/proc/loadavg: 2.02 1.44 1.29 3/335 24782
/proc/meminfo: memFree=23790660/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=175436 CPUtime=102.3 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 34550 0 0 0 10224 6 0 0 25 0 1 0 667123210 179646464 34480 33554432000 4194304 6014671 140734483252064 18446744073709551615 4376658 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 43859 34480 730 445 0 37404 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 175436

[startup+162.301 s]
/proc/loadavg: 2.01 1.54 1.33 3/335 24784
/proc/meminfo: memFree=23765468/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=189828 CPUtime=162.3 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 38270 0 0 0 16223 7 0 0 25 0 1 0 667123210 194383872 38200 33554432000 4194304 6014671 140734483252064 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 47457 38200 730 445 0 41002 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 189828

[startup+222.301 s]
/proc/loadavg: 2.00 1.62 1.37 3/335 24786
/proc/meminfo: memFree=23713624/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=234740 CPUtime=222.3 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 47308 0 0 0 22222 8 0 0 25 0 1 0 667123210 240373760 47228 33554432000 4194304 6014671 140734483252064 18446744073709551615 4566192 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 58685 47228 730 445 0 52230 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 234740

[startup+282.3 s]
/proc/loadavg: 2.00 1.69 1.41 3/335 24787
/proc/meminfo: memFree=23708528/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=234740 CPUtime=282.3 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 48326 0 0 0 28222 8 0 0 25 0 1 0 667123210 240373760 48220 33554432000 4194304 6014671 140734483252064 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 58685 48220 730 445 0 52230 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 234740

[startup+342.301 s]
/proc/loadavg: 2.00 1.74 1.44 3/335 24789
/proc/meminfo: memFree=23687684/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=299484 CPUtime=342.3 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 52697 0 0 0 34221 9 0 0 25 0 1 0 667123210 306671616 52532 33554432000 4194304 6014671 140734483252064 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 74871 52532 730 445 0 68416 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 299484

[startup+402.301 s]
/proc/loadavg: 2.00 1.79 1.47 3/335 24790
/proc/meminfo: memFree=23671784/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=299484 CPUtime=402.3 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 56564 0 0 0 40220 10 0 0 25 0 1 0 667123210 306671616 56378 33554432000 4194304 6014671 140734483252064 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 74871 56378 730 445 0 68416 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 299484

[startup+462.3 s]
/proc/loadavg: 2.00 1.82 1.50 3/335 24792
/proc/meminfo: memFree=23634200/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=368540 CPUtime=462.3 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 65763 0 0 0 46219 11 0 0 25 0 1 0 667123210 377384960 65552 33554432000 4194304 6014671 140734483252064 18446744073709551615 4369612 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 92135 65552 730 445 0 85680 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 368540

[startup+522.301 s]
/proc/loadavg: 1.40 1.68 1.47 2/329 24811
/proc/meminfo: memFree=23781920/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=368540 CPUtime=522.3 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 66043 0 0 0 52219 11 0 0 25 0 1 0 667123210 377384960 65775 33554432000 4194304 6014671 140734483252064 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 92135 65775 730 445 0 85680 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 368540

[startup+582.301 s]
/proc/loadavg: 1.14 1.56 1.44 2/329 24812
/proc/meminfo: memFree=23763156/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=440328 CPUtime=582.31 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 70793 0 0 0 58219 12 0 0 25 0 1 0 667123210 450895872 70464 33554432000 4194304 6014671 140734483252064 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 110082 70464 730 445 0 103627 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 440328

[startup+642.3 s]
/proc/loadavg: 1.05 1.45 1.41 2/329 24814
/proc/meminfo: memFree=23760164/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=513268 CPUtime=642.32 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 71501 0 0 0 64220 12 0 0 25 0 1 0 667123210 525586432 71107 33554432000 4194304 6014671 140734483252064 18446744073709551615 4423927 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 128317 71107 730 445 0 121862 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 513268

[startup+702.301 s]
/proc/loadavg: 1.05 1.38 1.39 2/329 24815
/proc/meminfo: memFree=23758908/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=513268 CPUtime=702.31 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 71990 0 0 0 70219 12 0 0 25 0 1 0 667123210 525586432 71527 33554432000 4194304 6014671 140734483252064 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 128317 71527 730 445 0 121862 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 513268

[startup+762.313 s]
/proc/loadavg: 1.02 1.31 1.36 2/329 24817
/proc/meminfo: memFree=23758020/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=513268 CPUtime=762.32 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 72196 0 0 0 76220 12 0 0 25 0 1 0 667123210 525586432 71693 33554432000 4194304 6014671 140734483252064 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 128317 71693 726 445 0 121862 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 513268

[startup+822.3 s]
/proc/loadavg: 1.00 1.25 1.34 2/329 24819
/proc/meminfo: memFree=23749304/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=513268 CPUtime=822.31 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 74418 0 0 0 82219 12 0 0 25 0 1 0 667123210 525586432 73915 33554432000 4194304 6014671 140734483252064 18446744073709551615 4369612 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 128317 73915 726 445 0 121862 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 513268

[startup+882.3 s]
/proc/loadavg: 1.00 1.20 1.31 2/329 24820
/proc/meminfo: memFree=23694356/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=513268 CPUtime=882.31 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 88152 0 0 0 88217 14 0 0 25 0 1 0 667123210 525586432 87574 33554432000 4194304 6014671 140734483252064 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 128317 87574 726 445 0 121862 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 513268

[startup+942.301 s]
/proc/loadavg: 1.00 1.16 1.29 2/329 24822
/proc/meminfo: memFree=23674488/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=513268 CPUtime=942.32 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 93139 0 0 0 94217 15 0 0 25 0 1 0 667123210 525586432 92561 33554432000 4194304 6014671 140734483252064 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 128317 92561 726 445 0 121862 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 513268

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

[startup+947.113 s]
/proc/loadavg: 1.00 1.16 1.29 2/329 24822
/proc/meminfo: memFree=23674484/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=513268 CPUtime=947.13 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 93139 0 0 0 94698 15 0 0 25 0 1 0 667123210 525586432 92561 33554432000 4194304 6014671 140734483252064 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 128317 92561 726 445 0 121862 0
Current children cumulated CPU time (s) 947.13
Current children cumulated vsize (KiB) 513268

[startup+959.901 s]
/proc/loadavg: 1.00 1.15 1.28 2/329 24822
/proc/meminfo: memFree=23674480/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=513268 CPUtime=959.92 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 93139 0 0 0 95977 15 0 0 25 0 1 0 667123210 525586432 92522 33554432000 4194304 6014671 140734483252064 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 128317 92522 726 445 0 121862 0
Current children cumulated CPU time (s) 959.92
Current children cumulated vsize (KiB) 513268

[startup+963.101 s]
/proc/loadavg: 1.00 1.15 1.28 2/329 24822
/proc/meminfo: memFree=23674480/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=513268 CPUtime=963.12 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 93146 0 0 0 96297 15 0 0 25 0 1 0 667123210 525586432 92529 33554432000 4194304 6014671 140734483252064 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 128317 92529 726 445 0 121862 0
Current children cumulated CPU time (s) 963.12
Current children cumulated vsize (KiB) 513268

[startup+966.301 s]
/proc/loadavg: 1.00 1.15 1.28 2/329 24822
/proc/meminfo: memFree=23674480/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=513268 CPUtime=966.32 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 93146 0 0 0 96617 15 0 0 25 0 1 0 667123210 525586432 92529 33554432000 4194304 6014671 140734483252064 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 128317 92529 726 445 0 121862 0
Current children cumulated CPU time (s) 966.32
Current children cumulated vsize (KiB) 513268

[startup+967.9 s]
/proc/loadavg: 1.00 1.15 1.28 2/329 24822
/proc/meminfo: memFree=23674480/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=513268 CPUtime=967.93 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 93146 0 0 0 96778 15 0 0 25 0 1 0 667123210 525586432 92529 33554432000 4194304 6014671 140734483252064 18446744073709551615 4369474 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 128317 92529 726 445 0 121862 0
Current children cumulated CPU time (s) 967.93
Current children cumulated vsize (KiB) 513268

[startup+968.701 s]
/proc/loadavg: 1.00 1.15 1.28 2/329 24822
/proc/meminfo: memFree=23674480/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=513268 CPUtime=968.72 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 93146 0 0 0 96857 15 0 0 25 0 1 0 667123210 525586432 92529 33554432000 4194304 6014671 140734483252064 18446744073709551615 4369612 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 128317 92529 726 445 0 121862 0
Current children cumulated CPU time (s) 968.72
Current children cumulated vsize (KiB) 513268

[startup+968.901 s]
/proc/loadavg: 1.00 1.15 1.28 2/329 24822
/proc/meminfo: memFree=23674480/32951124 swapFree=65173164/67111528
[pid=24779] ppid=24777 vsize=513268 CPUtime=968.92 cores=0,2,4,6
/proc/24779/stat : 24779 (qutersat_releas) R 24777 24779 23984 0 -1 4202496 93146 0 0 0 96877 15 0 0 25 0 1 0 667123210 525586432 92529 33554432000 4194304 6014671 140734483252064 18446744073709551615 4369619 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/24779/statm: 128317 92529 726 445 0 121862 0
Current children cumulated CPU time (s) 968.92
Current children cumulated vsize (KiB) 513268

Child status: 0
Real time (s): 968.934
CPU time (s): 968.957
CPU user time (s): 968.787
CPU system time (s): 0.169974
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 513268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 968.787
system time used= 0.169974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93150
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= 8
involuntary context switches= 1379

runsolver used 3.18952 second user time and 6.74797 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-16 16:14:11
IDJOB=3384510
IDBENCH=87943
IDSOLVER=1868
FILE ID=node132/3384510-1305555250
RUNJOBID= node132-1305555212-24731
PBS_JOBID= 13329221
Free space on /tmp= 73312 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT02/industrial/aloul/Homer/homer16.shuffled.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384510-1305555250/watcher-3384510-1305555250 -o /tmp/evaluation-result-3384510-1305555250/solver-3384510-1305555250 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384510-1305555250.cnf 228945561

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f98b1abe53ae4846a5f9102253ed913e
RANDOM SEED=228945561

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23960828 kB
Buffers:        311872 kB
Cached:        3491148 kB
SwapCached:       9908 kB
Active:        2550000 kB
Inactive:      6125768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23960828 kB
SwapTotal:    67111528 kB
SwapFree:     65173164 kB
Dirty:            1568 kB
Writeback:           0 kB
AnonPages:     4869812 kB
Mapped:          23272 kB
Slab:           219164 kB
PageTables:      31580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 58279156 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73312 MiB
End job on node132 at 2011-05-16 16:30:20