Trace number 3376808

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 477.66 477.644

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

running on 2 cores: 5,7

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.40 3.90 3.96 5/405 25059
/proc/meminfo: memFree=12257164/32951124 swapFree=56316152/67111528
[pid=25059] ppid=25057 vsize=34412 CPUtime=0.01 cores=5,7
/proc/25059/stat : 25059 (qutersat_releas) R 25057 25059 23866 0 -1 4202496 2276 0 0 0 1 0 0 0 21 0 1 0 659206490 35237888 2212 33554432000 4194304 6014671 140736988216512 18446744073709551615 4287911 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25059/statm: 8603 2212 383 445 0 2148 0

[startup+0.0165209 s]
/proc/loadavg: 3.40 3.90 3.96 5/405 25059
/proc/meminfo: memFree=12257164/32951124 swapFree=56316152/67111528
[pid=25059] ppid=25057 vsize=34412 CPUtime=0.01 cores=5,7
/proc/25059/stat : 25059 (qutersat_releas) R 25057 25059 23866 0 -1 4202496 2287 0 0 0 1 0 0 0 21 0 1 0 659206490 35237888 2223 33554432000 4194304 6014671 140736988216512 18446744073709551615 4284913 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25059/statm: 8603 2223 393 445 0 2148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 34412

[startup+0.100554 s]
/proc/loadavg: 3.40 3.90 3.96 5/405 25059
/proc/meminfo: memFree=12257164/32951124 swapFree=56316152/67111528
[pid=25059] ppid=25057 vsize=50808 CPUtime=0.09 cores=5,7
/proc/25059/stat : 25059 (qutersat_releas) R 25057 25059 23866 0 -1 4202496 4657 0 0 0 9 0 0 0 21 0 1 0 659206490 52027392 4593 33554432000 4194304 6014671 140736988216512 18446744073709551615 4536968 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25059/statm: 12702 4593 710 445 0 6247 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50808

[startup+0.3005 s]
/proc/loadavg: 3.40 3.90 3.96 5/405 25059
/proc/meminfo: memFree=12257164/32951124 swapFree=56316152/67111528
[pid=25059] ppid=25057 vsize=59316 CPUtime=0.29 cores=5,7
/proc/25059/stat : 25059 (qutersat_releas) R 25057 25059 23866 0 -1 4202496 5008 0 0 0 29 0 0 0 22 0 1 0 659206490 60739584 4944 33554432000 4194304 6014671 140736988216512 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25059/statm: 14829 4944 724 445 0 8374 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59316

[startup+0.700427 s]
/proc/loadavg: 3.40 3.90 3.96 5/405 25059
/proc/meminfo: memFree=12257164/32951124 swapFree=56316152/67111528
[pid=25059] ppid=25057 vsize=67928 CPUtime=0.69 cores=5,7
/proc/25059/stat : 25059 (qutersat_releas) R 25057 25059 23866 0 -1 4202496 5363 0 0 0 69 0 0 0 24 0 1 0 659206490 69558272 5299 33554432000 4194304 6014671 140736988216512 18446744073709551615 4423953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25059/statm: 16982 5299 724 445 0 10527 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67928

[startup+1.50028 s]
/proc/loadavg: 3.40 3.90 3.96 5/412 25125
/proc/meminfo: memFree=12180368/32951124 swapFree=56316152/67111528
[pid=25059] ppid=25057 vsize=76620 CPUtime=1.49 cores=5,7
/proc/25059/stat : 25059 (qutersat_releas) R 25057 25059 23866 0 -1 4202496 5785 0 0 0 149 0 0 0 25 0 1 0 659206490 78458880 5721 33554432000 4194304 6014671 140736988216512 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25059/statm: 19155 5721 724 445 0 12700 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76620

[startup+3.10097 s]
/proc/loadavg: 3.40 3.90 3.96 5/412 25125
/proc/meminfo: memFree=12108324/32951124 swapFree=56316152/67111528
[pid=25059] ppid=25057 vsize=94640 CPUtime=3.09 cores=5,7
/proc/25059/stat : 25059 (qutersat_releas) R 25057 25059 23866 0 -1 4202496 7511 0 0 0 309 0 0 0 25 0 1 0 659206490 96911360 7447 33554432000 4194304 6014671 140736988216512 18446744073709551615 4423476 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25059/statm: 23660 7447 728 445 0 17205 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94640

[startup+6.30038 s]
/proc/loadavg: 3.61 3.94 3.97 5/412 25206
/proc/meminfo: memFree=12144524/32951124 swapFree=56316152/67111528
[pid=25059] ppid=25057 vsize=94640 CPUtime=6.29 cores=5,7
/proc/25059/stat : 25059 (qutersat_releas) R 25057 25059 23866 0 -1 4202496 7915 0 0 0 629 0 0 0 25 0 1 0 659206490 96911360 7851 33554432000 4194304 6014671 140736988216512 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25059/statm: 23660 7851 728 445 0 17205 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 94640

[startup+12.7002 s]
/proc/loadavg: 3.64 3.94 3.97 5/412 25207
/proc/meminfo: memFree=12097868/32951124 swapFree=56316152/67111528
[pid=25059] ppid=25057 vsize=103744 CPUtime=12.69 cores=5,7
/proc/25059/stat : 25059 (qutersat_releas) R 25057 25059 23866 0 -1 4202496 10891 0 0 0 1268 1 0 0 25 0 1 0 659206490 106233856 10826 33554432000 4194304 6014671 140736988216512 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25059/statm: 25936 10826 730 445 0 19481 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 103744

[startup+25.5007 s]
/proc/loadavg: 3.72 3.94 3.97 5/412 25234
/proc/meminfo: memFree=12044420/32951124 swapFree=56316152/67111528
[pid=25059] ppid=25057 vsize=122440 CPUtime=25.49 cores=5,7
/proc/25059/stat : 25059 (qutersat_releas) R 25057 25059 23866 0 -1 4202496 13470 0 0 0 2548 1 0 0 25 0 1 0 659206490 125378560 13404 33554432000 4194304 6014671 140736988216512 18446744073709551615 4424139 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25059/statm: 30610 13404 729 445 0 24155 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 122440

[startup+51.1009 s]
/proc/loadavg: 3.81 3.94 3.97 5/412 25262
/proc/meminfo: memFree=11941916/32951124 swapFree=56316152/67111528
[pid=25059] ppid=25057 vsize=122440 CPUtime=51.1 cores=5,7
/proc/25059/stat : 25059 (qutersat_releas) R 25057 25059 23866 0 -1 4202496 14212 0 0 0 5108 2 0 0 25 0 1 0 659206490 125378560 14145 33554432000 4194304 6014671 140736988216512 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25059/statm: 30610 14145 729 445 0 24155 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 122440

[startup+102.315 s]
/proc/loadavg: 3.92 3.95 3.97 5/412 25263
/proc/meminfo: memFree=11907112/32951124 swapFree=56316152/67111528
[pid=25059] ppid=25057 vsize=122440 CPUtime=102.31 cores=5,7
/proc/25059/stat : 25059 (qutersat_releas) R 25057 25059 23866 0 -1 4202496 15051 0 0 0 10229 2 0 0 25 0 1 0 659206490 125378560 14984 33554432000 4194304 6014671 140736988216512 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25059/statm: 30610 14984 729 445 0 24155 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 122440

[startup+162.301 s]
/proc/loadavg: 3.97 3.96 3.97 5/412 25265
/proc/meminfo: memFree=11861080/32951124 swapFree=56316152/67111528
[pid=25059] ppid=25057 vsize=143304 CPUtime=162.3 cores=5,7
/proc/25059/stat : 25059 (qutersat_releas) R 25057 25059 23866 0 -1 4202496 19256 0 0 0 16227 3 0 0 25 0 1 0 659206490 146743296 19189 33554432000 4194304 6014671 140736988216512 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25059/statm: 35826 19189 729 445 0 29371 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 143304

[startup+222.3 s]
/proc/loadavg: 3.99 3.96 3.97 5/412 25266
/proc/meminfo: memFree=11804724/32951124 swapFree=56316152/67111528
[pid=25059] ppid=25057 vsize=143304 CPUtime=222.3 cores=5,7
/proc/25059/stat : 25059 (qutersat_releas) R 25057 25059 23866 0 -1 4202496 21764 0 0 0 22227 3 0 0 25 0 1 0 659206490 146743296 21670 33554432000 4194304 6014671 140736988216512 18446744073709551615 4424065 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25059/statm: 35826 21670 734 445 0 29371 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 143304

[startup+282.301 s]
/proc/loadavg: 3.99 3.97 3.97 5/412 25268
/proc/meminfo: memFree=11786692/32951124 swapFree=56316152/67111528
[pid=25059] ppid=25057 vsize=143304 CPUtime=282.3 cores=5,7
/proc/25059/stat : 25059 (qutersat_releas) R 25057 25059 23866 0 -1 4202496 22484 0 0 0 28227 3 0 0 25 0 1 0 659206490 146743296 22390 33554432000 4194304 6014671 140736988216512 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25059/statm: 35826 22390 734 445 0 29371 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 143304

[startup+342.301 s]
/proc/loadavg: 4.07 4.00 3.98 5/412 25269
/proc/meminfo: memFree=11762336/32951124 swapFree=56316152/67111528
[pid=25059] ppid=25057 vsize=143304 CPUtime=342.3 cores=5,7
/proc/25059/stat : 25059 (qutersat_releas) R 25057 25059 23866 0 -1 4202496 23129 0 0 0 34227 3 0 0 25 0 1 0 659206490 146743296 23035 33554432000 4194304 6014671 140736988216512 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25059/statm: 35826 23035 734 445 0 29371 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 143304

[startup+402.3 s]
/proc/loadavg: 4.27 4.07 4.00 5/412 25271
/proc/meminfo: memFree=11748280/32951124 swapFree=56316152/67111528
[pid=25059] ppid=25057 vsize=143304 CPUtime=402.3 cores=5,7
/proc/25059/stat : 25059 (qutersat_releas) R 25057 25059 23866 0 -1 4202496 24982 0 0 0 40226 4 0 0 25 0 1 0 659206490 146743296 24888 33554432000 4194304 6014671 140736988216512 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25059/statm: 35826 24888 755 445 0 29371 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 143304

[startup+462.301 s]
/proc/loadavg: 4.30 4.12 4.02 5/412 25273
/proc/meminfo: memFree=11738064/32951124 swapFree=56316152/67111528
[pid=25059] ppid=25057 vsize=143304 CPUtime=462.3 cores=5,7
/proc/25059/stat : 25059 (qutersat_releas) R 25057 25059 23866 0 -1 4202496 25221 0 0 0 46226 4 0 0 25 0 1 0 659206490 146743296 25127 33554432000 4194304 6014671 140736988216512 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25059/statm: 35826 25127 755 445 0 29371 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 143304

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

[startup+467.101 s]
/proc/loadavg: 4.27 4.12 4.02 5/412 25273
/proc/meminfo: memFree=11737940/32951124 swapFree=56316152/67111528
[pid=25059] ppid=25057 vsize=143304 CPUtime=467.1 cores=5,7
/proc/25059/stat : 25059 (qutersat_releas) R 25057 25059 23866 0 -1 4202496 25231 0 0 0 46706 4 0 0 25 0 1 0 659206490 146743296 25137 33554432000 4194304 6014671 140736988216512 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25059/statm: 35826 25137 755 445 0 29371 0
Current children cumulated CPU time (s) 467.1
Current children cumulated vsize (KiB) 143304

[startup+473.501 s]
/proc/loadavg: 4.25 4.11 4.02 5/412 25273
/proc/meminfo: memFree=11735324/32951124 swapFree=56316152/67111528
[pid=25059] ppid=25057 vsize=143304 CPUtime=473.51 cores=5,7
/proc/25059/stat : 25059 (qutersat_releas) R 25057 25059 23866 0 -1 4202496 25355 0 0 0 47347 4 0 0 25 0 1 0 659206490 146743296 25261 33554432000 4194304 6014671 140736988216512 18446744073709551615 4423960 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25059/statm: 35826 25261 755 445 0 29371 0
Current children cumulated CPU time (s) 473.51
Current children cumulated vsize (KiB) 143304

[startup+475.101 s]
/proc/loadavg: 4.23 4.11 4.02 5/412 25273
/proc/meminfo: memFree=11734952/32951124 swapFree=56316152/67111528
[pid=25059] ppid=25057 vsize=143304 CPUtime=475.12 cores=5,7
/proc/25059/stat : 25059 (qutersat_releas) R 25057 25059 23866 0 -1 4202496 25442 0 0 0 47508 4 0 0 25 0 1 0 659206490 146743296 25348 33554432000 4194304 6014671 140736988216512 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25059/statm: 35826 25348 755 445 0 29371 0
Current children cumulated CPU time (s) 475.12
Current children cumulated vsize (KiB) 143304

[startup+476.7 s]
/proc/loadavg: 4.23 4.11 4.02 5/412 25273
/proc/meminfo: memFree=11735076/32951124 swapFree=56316152/67111528
[pid=25059] ppid=25057 vsize=143304 CPUtime=476.7 cores=5,7
/proc/25059/stat : 25059 (qutersat_releas) R 25057 25059 23866 0 -1 4202496 25448 0 0 0 47666 4 0 0 25 0 1 0 659206490 146743296 25354 33554432000 4194304 6014671 140736988216512 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25059/statm: 35826 25354 755 445 0 29371 0
Current children cumulated CPU time (s) 476.7
Current children cumulated vsize (KiB) 143304

[startup+477.1 s]
/proc/loadavg: 4.23 4.11 4.02 5/412 25273
/proc/meminfo: memFree=11735076/32951124 swapFree=56316152/67111528
[pid=25059] ppid=25057 vsize=143304 CPUtime=477.1 cores=5,7
/proc/25059/stat : 25059 (qutersat_releas) R 25057 25059 23866 0 -1 4202496 25448 0 0 0 47706 4 0 0 25 0 1 0 659206490 146743296 25354 33554432000 4194304 6014671 140736988216512 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25059/statm: 35826 25354 755 445 0 29371 0
Current children cumulated CPU time (s) 477.1
Current children cumulated vsize (KiB) 143304

[startup+477.5 s]
/proc/loadavg: 4.23 4.11 4.02 5/412 25273
/proc/meminfo: memFree=11735200/32951124 swapFree=56316152/67111528
[pid=25059] ppid=25057 vsize=143304 CPUtime=477.5 cores=5,7
/proc/25059/stat : 25059 (qutersat_releas) R 25057 25059 23866 0 -1 4202496 25448 0 0 0 47746 4 0 0 25 0 1 0 659206490 146743296 25354 33554432000 4194304 6014671 140736988216512 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25059/statm: 35826 25354 755 445 0 29371 0
Current children cumulated CPU time (s) 477.5
Current children cumulated vsize (KiB) 143304

[startup+477.601 s]
/proc/loadavg: 4.23 4.11 4.02 5/412 25273
/proc/meminfo: memFree=11735200/32951124 swapFree=56316152/67111528
[pid=25059] ppid=25057 vsize=143304 CPUtime=477.61 cores=5,7
/proc/25059/stat : 25059 (qutersat_releas) R 25057 25059 23866 0 -1 4202496 25448 0 0 0 47757 4 0 0 25 0 1 0 659206490 146743296 25354 33554432000 4194304 6014671 140736988216512 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25059/statm: 35826 25354 755 445 0 29371 0
Current children cumulated CPU time (s) 477.61
Current children cumulated vsize (KiB) 143304

Child status: 0
Real time (s): 477.644
CPU time (s): 477.66
CPU user time (s): 477.606
CPU system time (s): 0.053991
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 143304

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

runsolver used 1.78173 second user time and 4.31034 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 18:14:01
IDJOB=3376808
IDBENCH=85841
IDSOLVER=1856
FILE ID=node102/3376808-1305476041
RUNJOBID= node102-1305476041-25031
PBS_JOBID= 13325323
Free space on /tmp= 73600 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-3376808-1305476041/watcher-3376808-1305476041 -o /tmp/evaluation-result-3376808-1305476041/solver-3376808-1305476041 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376808-1305476041.cnf 7693619

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

MD5SUM BENCH= d6a882056a7d77e09b3b073fbf028602
RANDOM SEED=7693619

node102.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	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.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.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.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.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.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.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.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.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:     32951124 kB
MemFree:      12258064 kB
Buffers:         58544 kB
Cached:         803620 kB
SwapCached:      32860 kB
Active:       11999384 kB
Inactive:      8474892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12258064 kB
SwapTotal:    67111528 kB
SwapFree:     56316152 kB
Dirty:            5996 kB
Writeback:           0 kB
AnonPages:    19589980 kB
Mapped:          22312 kB
Slab:            64732 kB
PageTables:      87272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102394284 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= 73592 MiB
End job on node102 at 2011-05-15 18:21:59