Trace number 3384252

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 2065.66 2065.72

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.11.unsat.cnf
MD5SUM90581094793af5fc10d4e4b9a10259ac
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark642.926
Satisfiable
(Un)Satisfiability was proved
Number of variables1400
Number of clauses4732
Sum of the clauses size12300
Maximum clause length21
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22052
Number of clauses of size 32605
Number of clauses of size 427
Number of clauses of size 531
Number of clauses of size over 514

Solver Data

0.00/0.03	c Set FPU double precision.
0.00/0.03	c Parse Cnf success: #var: 1400 #clause: 4732
0.00/0.03	c Find Units :          3
0.00/0.03	c Find Invs  :          0
0.00/0.03	c Find Ands  :        945 AvgFaninNum: 2.17143
0.00/0.03	c Find Xors  :        433 AvgFaninNum: 2
0.00/0.03	c Find Ite   :          0
0.00/0.03	c UnDirect variable: 327
0.00/0.03	c UnDirect to Direct Gate: 433
0.00/0.03	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.03	c Break Cycle : 0
0.00/0.03	c Total Root : 23 Undef Var: 22
0.00/0.03	c After covering, Total Root: 3 Leaf: 22
0.00/0.03	c Variable( cover/uncovered/unused ): 1400 0 0
0.00/0.03	c Unit Clauses: 3
0.00/0.03	c Binary Clauses( cover/uncovered ): 2052 0
0.00/0.03	c Clauses( cover/uncovered ): 2677 0
0.00/0.03	c Total Clauses( cover/uncovered ): 4732 0 100%
0.00/0.03	c Covered Ands: 945 Invs: 0 Xors: 433 Ites: 0
0.00/0.03	c Uncover Clauses avg size: nan max size: 0
0.00/0.03	c Final circuit: i/l/o/s      22       0       3      2095
0.00/0.03	c CnfToAig: Time: 0 s
0.00/0.06	c TmMap: Set choices finish.
0.00/0.06	c TmMap: Set big and: 696
0.00/0.06	c TmMap: Origin: 2118 ClauseNum: 6285 --> New: 1255 ClauseNum: 4396
0.00/0.06	c TmMap: Time: 0.01
0.00/0.07	c Simulation --> TransNum: 4309/4396 Try to Add: #clause: 3543 #xorclause: 0
0.00/0.07	c #var: 1251 #clauses: 2752 Solving... 
2065.54/2065.69	s UNSATISFIABLE
2065.54/2065.70	c CPU time: 2065.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-3384252-1305540198/watcher-3384252-1305540198 -o /tmp/evaluation-result-3384252-1305540198/solver-3384252-1305540198 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384252-1305540198.cnf 456859002 

running on 4 cores: 1,3,5,7

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: 0.00 0.00 0.03 1/436 5297
/proc/meminfo: memFree=25396292/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=6420 CPUtime=0 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) D 5295 5297 5259 0 -1 4194304 92 0 0 0 0 0 0 0 22 0 1 0 665617801 6574080 47 33554432000 4194304 6014671 140736058002816 18446744073709551615 228239425159 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5297/statm: 1605 47 37 445 0 66 0

[startup+0.092876 s]
/proc/loadavg: 0.00 0.00 0.03 1/436 5297
/proc/meminfo: memFree=25396292/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=47736 CPUtime=0.06 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 4009 0 3 0 6 0 0 0 17 0 1 0 665617801 48881664 3948 33554432000 4194304 6014671 140736058002816 18446744073709551615 4604880 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 11934 3948 720 445 0 5479 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 47736

[startup+0.100884 s]
/proc/loadavg: 0.00 0.00 0.03 1/436 5297
/proc/meminfo: memFree=25396292/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=47736 CPUtime=0.07 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 4020 0 3 0 7 0 0 0 17 0 1 0 665617801 48881664 3959 33554432000 4194304 6014671 140736058002816 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 11934 3959 724 445 0 5479 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 47736

[startup+0.300838 s]
/proc/loadavg: 0.00 0.00 0.03 1/436 5297
/proc/meminfo: memFree=25396292/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=47736 CPUtime=0.27 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 4184 0 3 0 27 0 0 0 18 0 1 0 665617801 48881664 4123 33554432000 4194304 6014671 140736058002816 18446744073709551615 228244045457 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 11934 4123 725 445 0 5479 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 47736

[startup+0.700777 s]
/proc/loadavg: 0.00 0.00 0.03 1/436 5297
/proc/meminfo: memFree=25396292/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=56232 CPUtime=0.67 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 4499 0 3 0 67 0 0 0 18 0 1 0 665617801 57581568 4438 33554432000 4194304 6014671 140736058002816 18446744073709551615 4423539 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 14058 4438 726 445 0 7603 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 56232

[startup+1.50062 s]
/proc/loadavg: 0.00 0.00 0.03 3/437 5298
/proc/meminfo: memFree=25362892/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=64880 CPUtime=1.46 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 4907 0 3 0 146 0 0 0 20 0 1 0 665617801 66437120 4846 33554432000 4194304 6014671 140736058002816 18446744073709551615 4379499 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 16220 4846 726 445 0 9765 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 64880

[startup+3.10034 s]
/proc/loadavg: 0.16 0.03 0.04 3/437 5298
/proc/meminfo: memFree=25357440/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=82440 CPUtime=3.06 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 7091 0 3 0 306 0 0 0 25 0 1 0 665617801 84418560 7025 33554432000 4194304 6014671 140736058002816 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 20610 7025 729 445 0 14155 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 82440

[startup+6.30077 s]
/proc/loadavg: 0.16 0.03 0.04 3/437 5299
/proc/meminfo: memFree=25335716/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=91348 CPUtime=6.26 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 7823 0 3 0 626 0 0 0 25 0 1 0 665617801 93540352 7757 33554432000 4194304 6014671 140736058002816 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 22837 7757 729 445 0 16382 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 91348

[startup+12.7007 s]
/proc/loadavg: 0.44 0.10 0.06 3/437 5299
/proc/meminfo: memFree=25326632/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=100400 CPUtime=12.66 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 9778 0 3 0 1265 1 0 0 25 0 1 0 665617801 102809600 9702 33554432000 4194304 6014671 140736058002816 18446744073709551615 4423908 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 25100 9702 733 445 0 18645 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 100400

[startup+25.5004 s]
/proc/loadavg: 0.68 0.16 0.08 3/437 5299
/proc/meminfo: memFree=25302512/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=100528 CPUtime=25.46 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 11547 0 3 0 2545 1 0 0 25 0 1 0 665617801 102940672 11467 33554432000 4194304 6014671 140736058002816 18446744073709551615 4423080 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 25132 11467 729 445 0 18677 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 100528

[startup+51.1008 s]
/proc/loadavg: 1.13 0.31 0.13 3/437 5300
/proc/meminfo: memFree=25281732/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=119976 CPUtime=51.06 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 14099 0 3 0 5104 2 0 0 25 0 1 0 665617801 122855424 14019 33554432000 4194304 6014671 140736058002816 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 29994 14019 729 445 0 23539 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 119976

[startup+102.316 s]
/proc/loadavg: 1.65 0.59 0.23 3/437 5304
/proc/meminfo: memFree=25259028/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=119976 CPUtime=102.27 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 16040 0 3 0 10225 2 0 0 25 0 1 0 665617801 122855424 15949 33554432000 4194304 6014671 140736058002816 18446744073709551615 4423023 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 29994 15949 729 445 0 23539 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 119976

[startup+162.3 s]
/proc/loadavg: 1.87 0.84 0.34 3/437 5306
/proc/meminfo: memFree=25231076/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=119976 CPUtime=162.26 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 19652 0 3 0 16223 3 0 0 25 0 1 0 665617801 122855424 19550 33554432000 4194304 6014671 140736058002816 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 29994 19550 730 445 0 23539 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 119976

[startup+222.301 s]
/proc/loadavg: 1.95 1.05 0.44 3/437 5307
/proc/meminfo: memFree=25222104/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=130932 CPUtime=222.26 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 21363 0 3 0 22223 3 0 0 25 0 1 0 665617801 134074368 21261 33554432000 4194304 6014671 140736058002816 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 32733 21261 730 445 0 26278 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 130932

[startup+282.301 s]
/proc/loadavg: 2.05 1.24 0.54 3/437 5309
/proc/meminfo: memFree=25186724/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=142472 CPUtime=282.27 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 25985 0 3 0 28223 4 0 0 25 0 1 0 665617801 145891328 25874 33554432000 4194304 6014671 140736058002816 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 35618 25874 732 445 0 29163 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 142472

[startup+342.3 s]
/proc/loadavg: 2.02 1.37 0.63 3/437 5310
/proc/meminfo: memFree=25183212/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=142472 CPUtime=342.27 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 26533 0 3 0 34223 4 0 0 25 0 1 0 665617801 145891328 26422 33554432000 4194304 6014671 140736058002816 18446744073709551615 4424165 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 35618 26422 732 445 0 29163 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 142472

[startup+402.301 s]
/proc/loadavg: 2.00 1.48 0.71 3/437 5312
/proc/meminfo: memFree=25175960/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=142472 CPUtime=402.26 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 28248 0 3 0 40222 4 0 0 25 0 1 0 665617801 145891328 28085 33554432000 4194304 6014671 140736058002816 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 35618 28085 733 445 0 29163 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 142472

[startup+462.3 s]
/proc/loadavg: 2.11 1.61 0.80 3/437 5314
/proc/meminfo: memFree=25148732/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=179108 CPUtime=462.27 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 31595 0 3 0 46222 5 0 0 25 0 1 0 665617801 183406592 31432 33554432000 4194304 6014671 140736058002816 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 44777 31432 733 445 0 38322 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 179108

[startup+522.301 s]
/proc/loadavg: 2.09 1.69 0.88 3/437 5315
/proc/meminfo: memFree=25118560/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=191472 CPUtime=522.26 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 35538 0 3 0 52221 5 0 0 25 0 1 0 665617801 196067328 35375 33554432000 4194304 6014671 140736058002816 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 47868 35375 733 445 0 41413 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 191472

[startup+582.301 s]
/proc/loadavg: 2.03 1.74 0.95 3/437 5317
/proc/meminfo: memFree=25085536/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=191472 CPUtime=582.26 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 36420 0 3 0 58221 5 0 0 25 0 1 0 665617801 196067328 36257 33554432000 4194304 6014671 140736058002816 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 47868 36257 733 445 0 41413 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 191472

[startup+642.301 s]

################
# More data... #
################

/proc/meminfo: memFree=24967740/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=244152 CPUtime=1362.25 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 52383 0 3 0 136217 8 0 0 25 0 1 0 665617801 250011648 51916 33554432000 4194304 6014671 140736058002816 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 61038 51916 734 445 0 54583 0
Current children cumulated CPU time (s) 1362.25
Current children cumulated vsize (KiB) 244152

[startup+1422.32 s]
/proc/loadavg: 2.05 1.99 1.56 3/437 5339
/proc/meminfo: memFree=24960880/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=302396 CPUtime=1422.27 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 54112 0 3 0 142218 9 0 0 25 0 1 0 665617801 309653504 53643 33554432000 4194304 6014671 140736058002816 18446744073709551615 4423657 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 75599 53643 732 445 0 69144 0
Current children cumulated CPU time (s) 1422.27
Current children cumulated vsize (KiB) 302396

[startup+1482.3 s]
/proc/loadavg: 2.02 1.99 1.59 3/437 5341
/proc/meminfo: memFree=24961212/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=302396 CPUtime=1482.25 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 54112 0 3 0 148216 9 0 0 25 0 1 0 665617801 309653504 51667 33554432000 4194304 6014671 140736058002816 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 75599 51667 732 445 0 69144 0
Current children cumulated CPU time (s) 1482.25
Current children cumulated vsize (KiB) 302396

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.61 3/437 5343
/proc/meminfo: memFree=24961396/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=361316 CPUtime=1542.25 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 54112 0 3 0 154216 9 0 0 25 0 1 0 665617801 369987584 51667 33554432000 4194304 6014671 140736058002816 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 90329 51667 732 445 0 83874 0
Current children cumulated CPU time (s) 1542.25
Current children cumulated vsize (KiB) 361316

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.63 3/437 5344
/proc/meminfo: memFree=24954252/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=361316 CPUtime=1602.25 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 55704 0 3 0 160216 9 0 0 25 0 1 0 665617801 369987584 53253 33554432000 4194304 6014671 140736058002816 18446744073709551615 4423915 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 90329 53253 732 445 0 83874 0
Current children cumulated CPU time (s) 1602.25
Current children cumulated vsize (KiB) 361316

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 1.66 3/437 5346
/proc/meminfo: memFree=24944052/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=361316 CPUtime=1662.25 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 57792 0 3 0 166215 10 0 0 25 0 1 0 665617801 369987584 55341 33554432000 4194304 6014671 140736058002816 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 90329 55341 732 445 0 83874 0
Current children cumulated CPU time (s) 1662.25
Current children cumulated vsize (KiB) 361316

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 1.68 3/437 5347
/proc/meminfo: memFree=24933604/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=361316 CPUtime=1722.25 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 57792 0 3 0 172215 10 0 0 25 0 1 0 665617801 369987584 55341 33554432000 4194304 6014671 140736058002816 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 90329 55341 732 445 0 83874 0
Current children cumulated CPU time (s) 1722.25
Current children cumulated vsize (KiB) 361316

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.70 3/437 5349
/proc/meminfo: memFree=24923148/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=361316 CPUtime=1782.25 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 58178 0 3 0 178215 10 0 0 25 0 1 0 665617801 369987584 55727 33554432000 4194304 6014671 140736058002816 18446744073709551615 4379300 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 90329 55727 732 445 0 83874 0
Current children cumulated CPU time (s) 1782.25
Current children cumulated vsize (KiB) 361316

[startup+1842.3 s]
/proc/loadavg: 2.00 2.00 1.71 3/437 5351
/proc/meminfo: memFree=24921752/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=361316 CPUtime=1842.24 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 58187 0 3 0 184214 10 0 0 25 0 1 0 665617801 369987584 55736 33554432000 4194304 6014671 140736058002816 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 90329 55736 732 445 0 83874 0
Current children cumulated CPU time (s) 1842.24
Current children cumulated vsize (KiB) 361316

[startup+1902.3 s]
/proc/loadavg: 2.00 2.00 1.73 3/437 5352
/proc/meminfo: memFree=24921440/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=361316 CPUtime=1902.24 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 58934 0 3 0 190214 10 0 0 25 0 1 0 665617801 369987584 56483 33554432000 4194304 6014671 140736058002816 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 90329 56483 732 445 0 83874 0
Current children cumulated CPU time (s) 1902.24
Current children cumulated vsize (KiB) 361316

[startup+1962.3 s]
/proc/loadavg: 2.15 2.03 1.75 3/437 5354
/proc/meminfo: memFree=24919264/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=361316 CPUtime=1962.24 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 59216 0 3 0 196214 10 0 0 25 0 1 0 665617801 369987584 56765 33554432000 4194304 6014671 140736058002816 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 90329 56765 732 445 0 83874 0
Current children cumulated CPU time (s) 1962.24
Current children cumulated vsize (KiB) 361316

[startup+2022.3 s]
/proc/loadavg: 2.12 2.04 1.77 3/437 5355
/proc/meminfo: memFree=24918228/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=361316 CPUtime=2022.24 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 59401 0 3 0 202214 10 0 0 25 0 1 0 665617801 369987584 56950 33554432000 4194304 6014671 140736058002816 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 90329 56950 732 445 0 83874 0
Current children cumulated CPU time (s) 2022.24
Current children cumulated vsize (KiB) 361316

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

[startup+2047.9 s]
/proc/loadavg: 2.08 2.04 1.78 3/437 5356
/proc/meminfo: memFree=24917832/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=361316 CPUtime=2047.84 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 59411 0 3 0 204774 10 0 0 25 0 1 0 665617801 369987584 56960 33554432000 4194304 6014671 140736058002816 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 90329 56960 732 445 0 83874 0
Current children cumulated CPU time (s) 2047.84
Current children cumulated vsize (KiB) 361316

[startup+2054.3 s]
/proc/loadavg: 2.07 2.03 1.78 3/437 5356
/proc/meminfo: memFree=24917956/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=361316 CPUtime=2054.24 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 59411 0 3 0 205414 10 0 0 25 0 1 0 665617801 369987584 56960 33554432000 4194304 6014671 140736058002816 18446744073709551615 4369612 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 90329 56960 732 445 0 83874 0
Current children cumulated CPU time (s) 2054.24
Current children cumulated vsize (KiB) 361316

[startup+2060.7 s]
/proc/loadavg: 2.07 2.03 1.78 3/437 5356
/proc/meminfo: memFree=24917952/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=361316 CPUtime=2060.64 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 59411 0 3 0 206054 10 0 0 25 0 1 0 665617801 369987584 56960 33554432000 4194304 6014671 140736058002816 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 90329 56960 732 445 0 83874 0
Current children cumulated CPU time (s) 2060.64
Current children cumulated vsize (KiB) 361316

[startup+2063.9 s]
/proc/loadavg: 2.06 2.03 1.78 3/437 5356
/proc/meminfo: memFree=24918180/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=361316 CPUtime=2063.84 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 59411 0 3 0 206374 10 0 0 25 0 1 0 665617801 369987584 56960 33554432000 4194304 6014671 140736058002816 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 90329 56960 732 445 0 83874 0
Current children cumulated CPU time (s) 2063.84
Current children cumulated vsize (KiB) 361316

[startup+2064.72 s]
/proc/loadavg: 2.06 2.03 1.78 3/437 5356
/proc/meminfo: memFree=24918180/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=361316 CPUtime=2064.66 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 59411 0 3 0 206456 10 0 0 25 0 1 0 665617801 369987584 56960 33554432000 4194304 6014671 140736058002816 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 90329 56960 732 445 0 83874 0
Current children cumulated CPU time (s) 2064.66
Current children cumulated vsize (KiB) 361316

[startup+2065.5 s]
/proc/loadavg: 2.06 2.03 1.78 3/437 5356
/proc/meminfo: memFree=24918180/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=361316 CPUtime=2065.44 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202496 59411 0 3 0 206534 10 0 0 25 0 1 0 665617801 369987584 56960 33554432000 4194304 6014671 140736058002816 18446744073709551615 4369416 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/5297/statm: 90329 56960 732 445 0 83874 0
Current children cumulated CPU time (s) 2065.44
Current children cumulated vsize (KiB) 361316

[startup+2065.7 s]
/proc/loadavg: 2.06 2.03 1.78 3/437 5356
/proc/meminfo: memFree=24918180/32951124 swapFree=64205392/67111528
[pid=5297] ppid=5295 vsize=0 CPUtime=2065.64 cores=1,3,5,7
/proc/5297/stat : 5297 (qutersat_releas) R 5295 5297 5259 0 -1 4202500 59415 0 3 0 206554 10 0 0 25 0 1 0 665617801 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 1 0 0 1
/proc/5297/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2065.64
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 2065.72
CPU time (s): 2065.66
CPU user time (s): 2065.55
CPU system time (s): 0.114982
CPU usage (%): 99.9974
Max. virtual memory (cumulated for all children) (KiB): 361316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2065.55
system time used= 0.114982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59415
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28
involuntary context switches= 3727

runsolver used 7.97579 second user time and 20.2209 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-16 12:03:18
IDJOB=3384252
IDBENCH=20472
IDSOLVER=1868
FILE ID=node136/3384252-1305540198
RUNJOBID= node136-1305540197-5278
PBS_JOBID= 13329217
Free space on /tmp= 72968 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.11.unsat.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384252-1305540198/watcher-3384252-1305540198 -o /tmp/evaluation-result-3384252-1305540198/solver-3384252-1305540198 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384252-1305540198.cnf 456859002

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

MD5SUM BENCH= 90581094793af5fc10d4e4b9a10259ac
RANDOM SEED=456859002

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.75
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.76
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.75
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.83
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.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.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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25396564 kB
Buffers:          9980 kB
Cached:         510332 kB
SwapCached:      24924 kB
Active:         960132 kB
Inactive:      6391760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25396564 kB
SwapTotal:    67111528 kB
SwapFree:     64205392 kB
Dirty:            3564 kB
Writeback:           4 kB
AnonPages:     6812964 kB
Mapped:          33004 kB
Slab:            83864 kB
PageTables:      52284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 122427288 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= 72968 MiB
End job on node136 at 2011-05-16 12:37:44