Trace number 3421363

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 515.338 515.342

General information on the benchmark

NameSAT05/crafted/sorge05/QG7/
dead-dnd003.shuffled-as.sat05-3109.cnf
MD5SUMd6a882056a7d77e09b3b073fbf028602
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark133.148
Satisfiable
(Un)Satisfiability was proved
Number of variables468
Number of clauses11753
Sum of the clauses size40843
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 21122
Number of clauses of size 38729
Number of clauses of size 4277
Number of clauses of size 5279
Number of clauses of size over 51304

Solver Data

0.00/0.02	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 468 #clause: 11753
0.00/0.02	c Find Units :         35
0.00/0.02	c Find Invs  :         21
0.00/0.03	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.03	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.03	c Find Ite   :          0
0.00/0.03	c UnDirect variable: 42
0.00/0.03	c UnDirect to Direct Gate: 20
0.00/0.03	c Forced Direct Gate: 20 Unuse unDirect Gate: 21
0.00/0.03	c Break Cycle : 0
0.00/0.03	c Total Root : 20 Undef Var: 448
0.00/0.03	c After covering, Total Root: 20 Leaf: 35
0.00/0.03	c Variable( cover/uncovered/unused ): 55 413 0
0.00/0.03	c Unit Clauses: 35
0.00/0.03	c Binary Clauses( cover/uncovered ): 40 921
0.00/0.03	c Clauses( cover/uncovered ): 0 10573
0.00/0.03	c Total Clauses( cover/uncovered ): 75 11494 0.648284%
0.00/0.03	c Covered Ands: 0 Invs: 20 Xors: 0 Ites: 0
0.00/0.04	c Uncover Clauses avg size: 3.49948 max size: 13
0.00/0.04	c Final circuit: i/l/o/s     426       0    7252     14055
0.00/0.04	c CnfToAig: Time: 0.02 s
0.03/0.06	c TmMap: Set choices finish.
0.03/0.06	c TmMap: Set big and: 7595
0.03/0.06	c TmMap: Origin: 14482 ClauseNum: 42165 --> New: 8022 ClauseNum: 29470
0.03/0.06	c TmMap: Time: 0.01
0.03/0.07	c Try to Add: #clause: 15190 #xorclause: 0
0.03/0.07	c #var: 769 #clauses: 4376 Solving... 
515.29/515.32	s UNSATISFIABLE
515.29/515.33	c CPU time: 515.32 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-3421363-1306631798/watcher-3421363-1306631798 -o /tmp/evaluation-result-3421363-1306631798/solver-3421363-1306631798 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421363-1306631798.cnf 1396814226 

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.64 1.94 1.97 2/446 4414
/proc/meminfo: memFree=30872516/32950928 swapFree=34365936/67111528
[pid=4414] ppid=4412 vsize=11796 CPUtime=0 cores=0,2,4,6
/proc/4414/stat : 4414 (runsolver) R 4412 4414 3370 0 -1 4202560 41 0 0 0 0 0 0 0 25 0 1 0 774778574 12079104 50 33554432000 4194304 5432360 140734996102176 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/4414/statm: 2949 50 30 303 0 2643 0

[startup+0.0630801 s]
/proc/loadavg: 1.64 1.94 1.97 2/446 4414
/proc/meminfo: memFree=30872516/32950928 swapFree=34365936/67111528
[pid=4414] ppid=4412 vsize=41580 CPUtime=0.03 cores=0,2,4,6
/proc/4414/stat : 4414 (qutersat_releas) R 4412 4414 3370 0 -1 4202496 4367 0 0 0 3 0 0 0 25 0 1 0 774778574 42577920 4303 33554432000 4194304 6014671 140735827531392 18446744073709551615 4232597 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/4414/statm: 10395 4331 668 445 0 3940 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 41580

[startup+0.10107 s]
/proc/loadavg: 1.64 1.94 1.97 2/446 4414
/proc/meminfo: memFree=30872516/32950928 swapFree=34365936/67111528
[pid=4414] ppid=4412 vsize=50808 CPUtime=0.07 cores=0,2,4,6
/proc/4414/stat : 4414 (qutersat_releas) R 4412 4414 3370 0 -1 4202496 4645 0 0 0 7 0 0 0 25 0 1 0 774778574 52027392 4581 33554432000 4194304 6014671 140735827531392 18446744073709551615 4423610 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/4414/statm: 12702 4581 697 445 0 6247 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 50808

[startup+0.301037 s]
/proc/loadavg: 1.64 1.94 1.97 2/446 4414
/proc/meminfo: memFree=30872516/32950928 swapFree=34365936/67111528
[pid=4414] ppid=4412 vsize=50808 CPUtime=0.27 cores=0,2,4,6
/proc/4414/stat : 4414 (qutersat_releas) R 4412 4414 3370 0 -1 4202496 4956 0 0 0 27 0 0 0 25 0 1 0 774778574 52027392 4892 33554432000 4194304 6014671 140735827531392 18446744073709551615 4378462 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/4414/statm: 12702 4892 723 445 0 6247 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 50808

[startup+0.701013 s]
/proc/loadavg: 1.64 1.94 1.97 2/446 4414
/proc/meminfo: memFree=30872516/32950928 swapFree=34365936/67111528
[pid=4414] ppid=4412 vsize=67928 CPUtime=0.67 cores=0,2,4,6
/proc/4414/stat : 4414 (qutersat_releas) R 4412 4414 3370 0 -1 4202496 5349 0 0 0 67 0 0 0 25 0 1 0 774778574 69558272 5285 33554432000 4194304 6014671 140735827531392 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/4414/statm: 16982 5285 724 445 0 10527 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 67928

[startup+1.50094 s]
/proc/loadavg: 1.64 1.94 1.97 3/447 4415
/proc/meminfo: memFree=30841880/32950928 swapFree=34365936/67111528
[pid=4414] ppid=4412 vsize=76624 CPUtime=1.47 cores=0,2,4,6
/proc/4414/stat : 4414 (qutersat_releas) R 4412 4414 3370 0 -1 4202496 5777 0 0 0 147 0 0 0 25 0 1 0 774778574 78462976 5713 33554432000 4194304 6014671 140735827531392 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/4414/statm: 19156 5713 724 445 0 12701 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 76624

[startup+3.10066 s]
/proc/loadavg: 1.64 1.94 1.97 3/447 4415
/proc/meminfo: memFree=30835976/32950928 swapFree=34365936/67111528
[pid=4414] ppid=4412 vsize=85384 CPUtime=3.07 cores=0,2,4,6
/proc/4414/stat : 4414 (qutersat_releas) R 4412 4414 3370 0 -1 4202496 7132 0 0 0 307 0 0 0 25 0 1 0 774778574 87433216 7068 33554432000 4194304 6014671 140735827531392 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/4414/statm: 21346 7068 728 445 0 14891 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 85384

[startup+6.30098 s]
/proc/loadavg: 1.67 1.94 1.97 3/447 4415
/proc/meminfo: memFree=30822092/32950928 swapFree=34365936/67111528
[pid=4414] ppid=4412 vsize=94328 CPUtime=6.28 cores=0,2,4,6
/proc/4414/stat : 4414 (qutersat_releas) R 4412 4414 3370 0 -1 4202496 7581 0 0 0 627 1 0 0 25 0 1 0 774778574 96591872 7517 33554432000 4194304 6014671 140735827531392 18446744073709551615 4423508 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/4414/statm: 23582 7517 728 445 0 17127 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 94328

[startup+12.701 s]
/proc/loadavg: 1.70 1.94 1.97 3/447 4415
/proc/meminfo: memFree=30800096/32950928 swapFree=34365936/67111528
[pid=4414] ppid=4412 vsize=94328 CPUtime=12.68 cores=0,2,4,6
/proc/4414/stat : 4414 (qutersat_releas) R 4412 4414 3370 0 -1 4202496 10262 0 0 0 1267 1 0 0 25 0 1 0 774778574 96591872 10195 33554432000 4194304 6014671 140735827531392 18446744073709551615 4424142 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/4414/statm: 23582 10195 729 445 0 17127 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 94328

[startup+25.5007 s]
/proc/loadavg: 1.76 1.94 1.97 3/447 4416
/proc/meminfo: memFree=30774640/32950928 swapFree=34365936/67111528
[pid=4414] ppid=4412 vsize=104408 CPUtime=25.47 cores=0,2,4,6
/proc/4414/stat : 4414 (qutersat_releas) R 4412 4414 3370 0 -1 4202496 12899 0 0 0 2546 1 0 0 25 0 1 0 774778574 106913792 12832 33554432000 4194304 6014671 140735827531392 18446744073709551615 4425388 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/4414/statm: 26102 12832 729 445 0 19647 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 104408

[startup+51.1002 s]
/proc/loadavg: 1.84 1.95 1.97 3/447 4416
/proc/meminfo: memFree=30757344/32950928 swapFree=34365936/67111528
[pid=4414] ppid=4412 vsize=123948 CPUtime=51.08 cores=0,2,4,6
/proc/4414/stat : 4414 (qutersat_releas) R 4412 4414 3370 0 -1 4202496 15186 0 0 0 5106 2 0 0 25 0 1 0 774778574 126922752 15119 33554432000 4194304 6014671 140735827531392 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/4414/statm: 30987 15119 731 445 0 24532 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 123948

[startup+102.316 s]
/proc/loadavg: 1.93 1.95 1.97 3/447 4418
/proc/meminfo: memFree=30745140/32950928 swapFree=34365936/67111528
[pid=4414] ppid=4412 vsize=123948 CPUtime=102.29 cores=0,2,4,6
/proc/4414/stat : 4414 (qutersat_releas) R 4412 4414 3370 0 -1 4202496 16802 0 0 0 10227 2 0 0 25 0 1 0 774778574 126922752 16735 33554432000 4194304 6014671 140735827531392 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/4414/statm: 30987 16735 731 445 0 24532 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 123948

[startup+162.301 s]
/proc/loadavg: 1.97 1.96 1.97 3/447 4419
/proc/meminfo: memFree=30726632/32950928 swapFree=34365936/67111528
[pid=4414] ppid=4412 vsize=134372 CPUtime=162.28 cores=0,2,4,6
/proc/4414/stat : 4414 (qutersat_releas) R 4412 4414 3370 0 -1 4202496 19309 0 0 0 16226 2 0 0 25 0 1 0 774778574 137596928 19242 33554432000 4194304 6014671 140735827531392 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/4414/statm: 33593 19242 733 445 0 27138 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 134372

[startup+222.301 s]
/proc/loadavg: 1.99 1.96 1.97 3/447 4421
/proc/meminfo: memFree=30696956/32950928 swapFree=34365936/67111528
[pid=4414] ppid=4412 vsize=134372 CPUtime=222.28 cores=0,2,4,6
/proc/4414/stat : 4414 (qutersat_releas) R 4412 4414 3370 0 -1 4202496 21818 0 0 0 22226 2 0 0 25 0 1 0 774778574 137596928 21720 33554432000 4194304 6014671 140735827531392 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/4414/statm: 33593 21720 732 445 0 27138 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 134372

[startup+282.3 s]
/proc/loadavg: 2.16 2.01 1.99 3/447 4422
/proc/meminfo: memFree=30693576/32950928 swapFree=34365936/67111528
[pid=4414] ppid=4412 vsize=134372 CPUtime=282.28 cores=0,2,4,6
/proc/4414/stat : 4414 (qutersat_releas) R 4412 4414 3370 0 -1 4202496 22101 0 0 0 28226 2 0 0 25 0 1 0 774778574 137596928 22003 33554432000 4194304 6014671 140735827531392 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/4414/statm: 33593 22003 732 445 0 27138 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 134372

[startup+342.301 s]
/proc/loadavg: 2.11 2.02 1.99 3/447 4424
/proc/meminfo: memFree=30661544/32950928 swapFree=34365936/67111528
[pid=4414] ppid=4412 vsize=157128 CPUtime=342.28 cores=0,2,4,6
/proc/4414/stat : 4414 (qutersat_releas) R 4412 4414 3370 0 -1 4202496 27934 0 0 0 34225 3 0 0 25 0 1 0 774778574 160899072 27830 33554432000 4194304 6014671 140735827531392 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/4414/statm: 39282 27830 736 445 0 32827 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 157128

[startup+402.3 s]
/proc/loadavg: 2.04 2.02 1.99 3/447 4426
/proc/meminfo: memFree=30643164/32950928 swapFree=34365936/67111528
[pid=4414] ppid=4412 vsize=180180 CPUtime=402.28 cores=0,2,4,6
/proc/4414/stat : 4414 (qutersat_releas) R 4412 4414 3370 0 -1 4202496 32390 0 0 0 40224 4 0 0 25 0 1 0 774778574 184504320 32286 33554432000 4194304 6014671 140735827531392 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/4414/statm: 45045 32286 736 445 0 38590 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 180180

[startup+462.301 s]
/proc/loadavg: 2.01 2.01 1.99 3/447 4427
/proc/meminfo: memFree=30641144/32950928 swapFree=34365936/67111528
[pid=4414] ppid=4412 vsize=191884 CPUtime=462.29 cores=0,2,4,6
/proc/4414/stat : 4414 (qutersat_releas) R 4412 4414 3370 0 -1 4202496 32733 0 0 0 46225 4 0 0 25 0 1 0 774778574 196489216 32629 33554432000 4194304 6014671 140735827531392 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/4414/statm: 47971 32629 736 445 0 41516 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 191884

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

[startup+486.301 s]
/proc/loadavg: 2.01 2.01 1.99 3/447 4428
/proc/meminfo: memFree=30641012/32950928 swapFree=34365936/67111528
[pid=4414] ppid=4412 vsize=191884 CPUtime=486.29 cores=0,2,4,6
/proc/4414/stat : 4414 (qutersat_releas) R 4412 4414 3370 0 -1 4202496 32794 0 0 0 48625 4 0 0 25 0 1 0 774778574 196489216 32690 33554432000 4194304 6014671 140735827531392 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/4414/statm: 47971 32690 736 445 0 41516 0
Current children cumulated CPU time (s) 486.29
Current children cumulated vsize (KiB) 191884

[startup+499.1 s]
/proc/loadavg: 2.01 2.01 1.99 3/447 4428
/proc/meminfo: memFree=30633564/32950928 swapFree=34365936/67111528
[pid=4414] ppid=4412 vsize=191884 CPUtime=499.09 cores=0,2,4,6
/proc/4414/stat : 4414 (qutersat_releas) R 4412 4414 3370 0 -1 4202496 32794 0 0 0 49905 4 0 0 25 0 1 0 774778574 196489216 32690 33554432000 4194304 6014671 140735827531392 18446744073709551615 4629764 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/4414/statm: 47971 32690 736 445 0 41516 0
Current children cumulated CPU time (s) 499.09
Current children cumulated vsize (KiB) 191884

[startup+505.5 s]
/proc/loadavg: 2.00 2.01 1.99 3/447 4428
/proc/meminfo: memFree=30633436/32950928 swapFree=34365936/67111528
[pid=4414] ppid=4412 vsize=191884 CPUtime=505.49 cores=0,2,4,6
/proc/4414/stat : 4414 (qutersat_releas) R 4412 4414 3370 0 -1 4202496 32794 0 0 0 50545 4 0 0 25 0 1 0 774778574 196489216 32690 33554432000 4194304 6014671 140735827531392 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/4414/statm: 47971 32690 736 445 0 41516 0
Current children cumulated CPU time (s) 505.49
Current children cumulated vsize (KiB) 191884

[startup+511.901 s]
/proc/loadavg: 2.00 2.01 1.99 3/447 4429
/proc/meminfo: memFree=30633308/32950928 swapFree=34365936/67111528
[pid=4414] ppid=4412 vsize=191884 CPUtime=511.89 cores=0,2,4,6
/proc/4414/stat : 4414 (qutersat_releas) R 4412 4414 3370 0 -1 4202496 32805 0 0 0 51185 4 0 0 25 0 1 0 774778574 196489216 32701 33554432000 4194304 6014671 140735827531392 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/4414/statm: 47971 32701 736 445 0 41516 0
Current children cumulated CPU time (s) 511.89
Current children cumulated vsize (KiB) 191884

[startup+513.501 s]
/proc/loadavg: 2.00 2.01 1.99 3/447 4429
/proc/meminfo: memFree=30633308/32950928 swapFree=34365936/67111528
[pid=4414] ppid=4412 vsize=191884 CPUtime=513.49 cores=0,2,4,6
/proc/4414/stat : 4414 (qutersat_releas) R 4412 4414 3370 0 -1 4202496 32805 0 0 0 51345 4 0 0 25 0 1 0 774778574 196489216 32701 33554432000 4194304 6014671 140735827531392 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/4414/statm: 47971 32701 736 445 0 41516 0
Current children cumulated CPU time (s) 513.49
Current children cumulated vsize (KiB) 191884

[startup+514.301 s]
/proc/loadavg: 2.00 2.01 1.99 3/447 4429
/proc/meminfo: memFree=30633308/32950928 swapFree=34365936/67111528
[pid=4414] ppid=4412 vsize=191884 CPUtime=514.29 cores=0,2,4,6
/proc/4414/stat : 4414 (qutersat_releas) R 4412 4414 3370 0 -1 4202496 32805 0 0 0 51425 4 0 0 25 0 1 0 774778574 196489216 32701 33554432000 4194304 6014671 140735827531392 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/4414/statm: 47971 32701 736 445 0 41516 0
Current children cumulated CPU time (s) 514.29
Current children cumulated vsize (KiB) 191884

[startup+515.101 s]
/proc/loadavg: 2.00 2.01 1.99 3/447 4429
/proc/meminfo: memFree=30633308/32950928 swapFree=34365936/67111528
[pid=4414] ppid=4412 vsize=191884 CPUtime=515.09 cores=0,2,4,6
/proc/4414/stat : 4414 (qutersat_releas) R 4412 4414 3370 0 -1 4202496 32805 0 0 0 51505 4 0 0 25 0 1 0 774778574 196489216 32701 33554432000 4194304 6014671 140735827531392 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/4414/statm: 47971 32701 736 445 0 41516 0
Current children cumulated CPU time (s) 515.09
Current children cumulated vsize (KiB) 191884

[startup+515.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/447 4429
/proc/meminfo: memFree=30633308/32950928 swapFree=34365936/67111528
[pid=4414] ppid=4412 vsize=191884 CPUtime=515.29 cores=0,2,4,6
/proc/4414/stat : 4414 (qutersat_releas) R 4412 4414 3370 0 -1 4202496 32805 0 0 0 51525 4 0 0 25 0 1 0 774778574 196489216 32701 33554432000 4194304 6014671 140735827531392 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/4414/statm: 47971 32701 736 445 0 41516 0
Current children cumulated CPU time (s) 515.29
Current children cumulated vsize (KiB) 191884

Child status: 0
Real time (s): 515.342
CPU time (s): 515.338
CPU user time (s): 515.289
CPU system time (s): 0.048992
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 191884

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

runsolver used 2.28965 second user time and 5.00324 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-29 03:16:38
IDJOB=3421363
IDBENCH=85841
IDSOLVER=1868
FILE ID=node120/3421363-1306631798
RUNJOBID= node120-1306631798-4367
PBS_JOBID= 13471610
Free space on /tmp= 73468 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT05/crafted/sorge05/QG7/dead-dnd003.shuffled-as.sat05-3109.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421363-1306631798/watcher-3421363-1306631798 -o /tmp/evaluation-result-3421363-1306631798/solver-3421363-1306631798 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421363-1306631798.cnf 1396814226

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

MD5SUM BENCH= d6a882056a7d77e09b3b073fbf028602
RANDOM SEED=1396814226

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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.78
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.809
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.809
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.809
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:      30872788 kB
Buffers:        231956 kB
Cached:        1544444 kB
SwapCached:      15024 kB
Active:         385100 kB
Inactive:      1437140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30872788 kB
SwapTotal:    67111528 kB
SwapFree:     34365936 kB
Dirty:            4400 kB
Writeback:           0 kB
AnonPages:       40572 kB
Mapped:          10568 kB
Slab:            97388 kB
PageTables:      91668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105423932 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= 73468 MiB
End job on node120 at 2011-05-29 03:25:14