Trace number 3421181

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 387.397 387.391

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-20_381.cnf
MD5SUM7976b5f6c5f2fc75af91292df6b31e76
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark61.0577
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of clauses19482
Sum of the clauses size85088
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2253
Number of clauses of size 317631
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51598

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 191 #clause: 19482
0.00/0.02	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.02	c Find Ands  :         19 AvgFaninNum: 10
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.03	c Find Ite   :          0
0.00/0.03	c UnDirect variable: 0
0.00/0.03	c UnDirect to Direct Gate: 0
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 : 1 Undef Var: 190
0.00/0.03	c After covering, Total Root: 1 Leaf: 10
0.00/0.03	c Variable( cover/uncovered/unused ): 11 180 0
0.00/0.03	c Unit Clauses: 0
0.00/0.03	c Binary Clauses( cover/uncovered ): 10 243
0.00/0.03	c Clauses( cover/uncovered ): 1 19228
0.00/0.03	c Total Clauses( cover/uncovered ): 11 19471 0.0564624%
0.00/0.03	c Covered Ands: 1 Invs: 0 Xors: 0 Ites: 0
0.00/0.05	c Uncover Clauses avg size: 4.36839 max size: 20
0.00/0.05	c Final circuit: i/l/o/s     190       0   19471     41408
0.00/0.05	c CnfToAig: Time: 0.04 s
0.08/0.10	c TmMap: Set choices finish.
0.08/0.11	c TmMap: Set big and: 22774
0.08/0.11	c TmMap: Origin: 41599 ClauseNum: 124224 --> New: 22965 ClauseNum: 93044
0.08/0.11	c TmMap: Time: 0.02
0.08/0.12	c Try to Add: #clause: 45548 #xorclause: 0
0.08/0.12	c #var: 3493 #clauses: 22390 Solving... 
387.30/387.37	s UNSATISFIABLE
387.30/387.38	c CPU time: 387.38 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-3421181-1306614721/watcher-3421181-1306614721 -o /tmp/evaluation-result-3421181-1306614721/solver-3421181-1306614721 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421181-1306614721.cnf 683847553 

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.52 1.88 1.95 2/440 8575
/proc/meminfo: memFree=15806672/32950928 swapFree=60044444/67111528
[pid=8575] ppid=8573 vsize=32356 CPUtime=0 cores=0,2,4,6
/proc/8575/stat : 8575 (qutersat_releas) R 8573 8575 8543 0 -1 4202496 1491 0 0 0 0 0 0 0 25 0 1 0 851702784 33132544 1428 33554432000 4194304 6014671 140735571875776 18446744073709551615 231895184331 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8575/statm: 8089 1446 305 445 0 1634 0

[startup+0.0944991 s]
/proc/loadavg: 1.52 1.88 1.95 2/440 8575
/proc/meminfo: memFree=15806672/32950928 swapFree=60044444/67111528
[pid=8575] ppid=8573 vsize=48236 CPUtime=0.08 cores=0,2,4,6
/proc/8575/stat : 8575 (qutersat_releas) R 8573 8575 8543 0 -1 4202496 6055 0 0 0 8 0 0 0 25 0 1 0 851702784 49393664 5992 33554432000 4194304 6014671 140735571875776 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8575/statm: 12059 5994 668 445 0 5604 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 48236

[startup+0.100512 s]
/proc/loadavg: 1.52 1.88 1.95 2/440 8575
/proc/meminfo: memFree=15806672/32950928 swapFree=60044444/67111528
[pid=8575] ppid=8573 vsize=50284 CPUtime=0.08 cores=0,2,4,6
/proc/8575/stat : 8575 (qutersat_releas) R 8573 8575 8543 0 -1 4202496 6634 0 0 0 8 0 0 0 25 0 1 0 851702784 51490816 6571 33554432000 4194304 6014671 140735571875776 18446744073709551615 4229909 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8575/statm: 12571 6571 669 445 0 6116 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 50284

[startup+0.300464 s]
/proc/loadavg: 1.52 1.88 1.95 2/440 8575
/proc/meminfo: memFree=15806672/32950928 swapFree=60044444/67111528
[pid=8575] ppid=8573 vsize=60536 CPUtime=0.28 cores=0,2,4,6
/proc/8575/stat : 8575 (qutersat_releas) R 8573 8575 8543 0 -1 4202496 7308 0 0 0 28 0 0 0 25 0 1 0 851702784 61988864 7245 33554432000 4194304 6014671 140735571875776 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8575/statm: 15134 7245 696 445 0 8679 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 60536

[startup+0.700381 s]
/proc/loadavg: 1.52 1.88 1.95 2/440 8575
/proc/meminfo: memFree=15806672/32950928 swapFree=60044444/67111528
[pid=8575] ppid=8573 vsize=60536 CPUtime=0.68 cores=0,2,4,6
/proc/8575/stat : 8575 (qutersat_releas) R 8573 8575 8543 0 -1 4202496 7414 0 0 0 68 0 0 0 25 0 1 0 851702784 61988864 7351 33554432000 4194304 6014671 140735571875776 18446744073709551615 4377006 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8575/statm: 15134 7351 721 445 0 8679 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 60536

[startup+1.50023 s]
/proc/loadavg: 1.56 1.88 1.95 3/444 8583
/proc/meminfo: memFree=15746552/32950928 swapFree=60044444/67111528
[pid=8575] ppid=8573 vsize=69564 CPUtime=1.48 cores=0,2,4,6
/proc/8575/stat : 8575 (qutersat_releas) R 8573 8575 8543 0 -1 4202496 7748 0 0 0 148 0 0 0 25 0 1 0 851702784 71233536 7685 33554432000 4194304 6014671 140735571875776 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8575/statm: 17391 7685 722 445 0 10936 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 69564

[startup+3.10094 s]
/proc/loadavg: 1.56 1.88 1.95 3/444 8583
/proc/meminfo: memFree=15742220/32950928 swapFree=60044444/67111528
[pid=8575] ppid=8573 vsize=78772 CPUtime=3.08 cores=0,2,4,6
/proc/8575/stat : 8575 (qutersat_releas) R 8573 8575 8543 0 -1 4202496 8243 0 0 0 308 0 0 0 25 0 1 0 851702784 80662528 8180 33554432000 4194304 6014671 140735571875776 18446744073709551615 4533983 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8575/statm: 19693 8180 726 445 0 13238 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 78772

[startup+6.30033 s]
/proc/loadavg: 1.59 1.88 1.95 3/444 8583
/proc/meminfo: memFree=15732160/32950928 swapFree=60044444/67111528
[pid=8575] ppid=8573 vsize=88200 CPUtime=6.28 cores=0,2,4,6
/proc/8575/stat : 8575 (qutersat_releas) R 8573 8575 8543 0 -1 4202496 9284 0 0 0 628 0 0 0 25 0 1 0 851702784 90316800 9221 33554432000 4194304 6014671 140735571875776 18446744073709551615 4423508 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8575/statm: 22050 9221 726 445 0 15595 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 88200

[startup+12.7011 s]
/proc/loadavg: 1.63 1.88 1.95 3/444 8583
/proc/meminfo: memFree=15709388/32950928 swapFree=60044444/67111528
[pid=8575] ppid=8573 vsize=88200 CPUtime=12.69 cores=0,2,4,6
/proc/8575/stat : 8575 (qutersat_releas) R 8573 8575 8543 0 -1 4202496 11567 0 0 0 1268 1 0 0 25 0 1 0 851702784 90316800 11504 33554432000 4194304 6014671 140735571875776 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8575/statm: 22050 11504 726 445 0 15595 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 88200

[startup+25.5007 s]
/proc/loadavg: 1.68 1.89 1.95 3/444 8584
/proc/meminfo: memFree=15676388/32950928 swapFree=60044444/67111528
[pid=8575] ppid=8573 vsize=128416 CPUtime=25.48 cores=0,2,4,6
/proc/8575/stat : 8575 (qutersat_releas) R 8573 8575 8543 0 -1 4202496 15345 0 0 0 2547 1 0 0 25 0 1 0 851702784 131497984 15271 33554432000 4194304 6014671 140735571875776 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8575/statm: 32104 15271 732 445 0 25649 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 128416

[startup+51.1009 s]
/proc/loadavg: 1.81 1.89 1.95 3/444 8584
/proc/meminfo: memFree=15658284/32950928 swapFree=60044444/67111528
[pid=8575] ppid=8573 vsize=128416 CPUtime=51.08 cores=0,2,4,6
/proc/8575/stat : 8575 (qutersat_releas) R 8573 8575 8543 0 -1 4202496 16945 0 0 0 5107 1 0 0 25 0 1 0 851702784 131497984 16870 33554432000 4194304 6014671 140735571875776 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8575/statm: 32104 16870 731 445 0 25649 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 128416

[startup+102.316 s]
/proc/loadavg: 1.97 1.92 1.96 3/444 8586
/proc/meminfo: memFree=15624416/32950928 swapFree=60044444/67111528
[pid=8575] ppid=8573 vsize=128416 CPUtime=102.3 cores=0,2,4,6
/proc/8575/stat : 8575 (qutersat_releas) R 8573 8575 8543 0 -1 4202496 19888 0 0 0 10229 1 0 0 25 0 1 0 851702784 131497984 19806 33554432000 4194304 6014671 140735571875776 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8575/statm: 32104 19806 727 445 0 25649 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 128416

[startup+162.301 s]
/proc/loadavg: 1.99 1.93 1.96 3/444 8588
/proc/meminfo: memFree=15607024/32950928 swapFree=60044444/67111528
[pid=8575] ppid=8573 vsize=128416 CPUtime=162.29 cores=0,2,4,6
/proc/8575/stat : 8575 (qutersat_releas) R 8573 8575 8543 0 -1 4202496 20768 0 0 0 16227 2 0 0 25 0 1 0 851702784 131497984 20686 33554432000 4194304 6014671 140735571875776 18446744073709551615 4376964 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8575/statm: 32104 20686 727 445 0 25649 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 128416

[startup+222.301 s]
/proc/loadavg: 1.99 1.94 1.96 3/444 8590
/proc/meminfo: memFree=15587640/32950928 swapFree=60044444/67111528
[pid=8575] ppid=8573 vsize=128416 CPUtime=222.29 cores=0,2,4,6
/proc/8575/stat : 8575 (qutersat_releas) R 8573 8575 8543 0 -1 4202496 22973 0 0 0 22227 2 0 0 25 0 1 0 851702784 131497984 22891 33554432000 4194304 6014671 140735571875776 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8575/statm: 32104 22891 727 445 0 25649 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 128416

[startup+282.301 s]
/proc/loadavg: 1.99 1.95 1.96 3/444 8591
/proc/meminfo: memFree=15579048/32950928 swapFree=60044444/67111528
[pid=8575] ppid=8573 vsize=128416 CPUtime=282.3 cores=0,2,4,6
/proc/8575/stat : 8575 (qutersat_releas) R 8573 8575 8543 0 -1 4202496 24557 0 0 0 28227 3 0 0 25 0 1 0 851702784 131497984 24475 33554432000 4194304 6014671 140735571875776 18446744073709551615 4424165 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8575/statm: 32104 24475 727 445 0 25649 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 128416

[startup+342.301 s]
/proc/loadavg: 1.99 1.96 1.96 3/444 8594
/proc/meminfo: memFree=15576292/32950928 swapFree=60044444/67111528
[pid=8575] ppid=8573 vsize=128416 CPUtime=342.3 cores=0,2,4,6
/proc/8575/stat : 8575 (qutersat_releas) R 8573 8575 8543 0 -1 4202496 24578 0 0 0 34227 3 0 0 25 0 1 0 851702784 131497984 24475 33554432000 4194304 6014671 140735571875776 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8575/statm: 32104 24475 727 445 0 25649 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 128416

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

[startup+358.3 s]
/proc/loadavg: 1.99 1.96 1.96 3/444 8594
/proc/meminfo: memFree=15571564/32950928 swapFree=60044444/67111528
[pid=8575] ppid=8573 vsize=128416 CPUtime=358.3 cores=0,2,4,6
/proc/8575/stat : 8575 (qutersat_releas) R 8573 8575 8543 0 -1 4202496 24739 0 0 0 35827 3 0 0 25 0 1 0 851702784 131497984 24629 33554432000 4194304 6014671 140735571875776 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8575/statm: 32104 24629 727 445 0 25649 0
Current children cumulated CPU time (s) 358.3
Current children cumulated vsize (KiB) 128416

[startup+371.101 s]
/proc/loadavg: 1.99 1.96 1.96 3/444 8595
/proc/meminfo: memFree=15558296/32950928 swapFree=60044444/67111528
[pid=8575] ppid=8573 vsize=128416 CPUtime=371.09 cores=0,2,4,6
/proc/8575/stat : 8575 (qutersat_releas) R 8573 8575 8543 0 -1 4202496 25610 0 0 0 37106 3 0 0 25 0 1 0 851702784 131497984 25500 33554432000 4194304 6014671 140735571875776 18446744073709551615 4534736 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8575/statm: 32104 25500 727 445 0 25649 0
Current children cumulated CPU time (s) 371.09
Current children cumulated vsize (KiB) 128416

[startup+377.501 s]
/proc/loadavg: 1.99 1.96 1.96 3/444 8595
/proc/meminfo: memFree=15553580/32950928 swapFree=60044444/67111528
[pid=8575] ppid=8573 vsize=128416 CPUtime=377.49 cores=0,2,4,6
/proc/8575/stat : 8575 (qutersat_releas) R 8573 8575 8543 0 -1 4202496 26138 0 0 0 37746 3 0 0 25 0 1 0 851702784 131497984 26020 33554432000 4194304 6014671 140735571875776 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8575/statm: 32104 26020 727 445 0 25649 0
Current children cumulated CPU time (s) 377.49
Current children cumulated vsize (KiB) 128416

[startup+383.916 s]
/proc/loadavg: 1.99 1.96 1.96 3/444 8595
/proc/meminfo: memFree=15553952/32950928 swapFree=60044444/67111528
[pid=8575] ppid=8573 vsize=128416 CPUtime=383.91 cores=0,2,4,6
/proc/8575/stat : 8575 (qutersat_releas) R 8573 8575 8543 0 -1 4202496 26138 0 0 0 38388 3 0 0 25 0 1 0 851702784 131497984 26020 33554432000 4194304 6014671 140735571875776 18446744073709551615 4376482 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8575/statm: 32104 26020 727 445 0 25649 0
Current children cumulated CPU time (s) 383.91
Current children cumulated vsize (KiB) 128416

[startup+385.501 s]
/proc/loadavg: 1.99 1.96 1.96 3/444 8595
/proc/meminfo: memFree=15553952/32950928 swapFree=60044444/67111528
[pid=8575] ppid=8573 vsize=128416 CPUtime=385.5 cores=0,2,4,6
/proc/8575/stat : 8575 (qutersat_releas) R 8573 8575 8543 0 -1 4202496 26138 0 0 0 38547 3 0 0 25 0 1 0 851702784 131497984 26020 33554432000 4194304 6014671 140735571875776 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8575/statm: 32104 26020 727 445 0 25649 0
Current children cumulated CPU time (s) 385.5
Current children cumulated vsize (KiB) 128416

[startup+386.301 s]
/proc/loadavg: 1.99 1.96 1.96 3/444 8595
/proc/meminfo: memFree=15553952/32950928 swapFree=60044444/67111528
[pid=8575] ppid=8573 vsize=128416 CPUtime=386.3 cores=0,2,4,6
/proc/8575/stat : 8575 (qutersat_releas) R 8573 8575 8543 0 -1 4202496 26138 0 0 0 38627 3 0 0 25 0 1 0 851702784 131497984 26020 33554432000 4194304 6014671 140735571875776 18446744073709551615 4424135 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8575/statm: 32104 26020 727 445 0 25649 0
Current children cumulated CPU time (s) 386.3
Current children cumulated vsize (KiB) 128416

[startup+387.101 s]
/proc/loadavg: 1.99 1.96 1.96 3/444 8595
/proc/meminfo: memFree=15553824/32950928 swapFree=60044444/67111528
[pid=8575] ppid=8573 vsize=128416 CPUtime=387.1 cores=0,2,4,6
/proc/8575/stat : 8575 (qutersat_releas) R 8573 8575 8543 0 -1 4202496 26138 0 0 0 38707 3 0 0 25 0 1 0 851702784 131497984 26020 33554432000 4194304 6014671 140735571875776 18446744073709551615 4369656 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8575/statm: 32104 26020 727 445 0 25649 0
Current children cumulated CPU time (s) 387.1
Current children cumulated vsize (KiB) 128416

[startup+387.301 s]
/proc/loadavg: 1.99 1.96 1.96 3/444 8595
/proc/meminfo: memFree=15553824/32950928 swapFree=60044444/67111528
[pid=8575] ppid=8573 vsize=128416 CPUtime=387.3 cores=0,2,4,6
/proc/8575/stat : 8575 (qutersat_releas) R 8573 8575 8543 0 -1 4202496 26138 0 0 0 38727 3 0 0 25 0 1 0 851702784 131497984 26020 33554432000 4194304 6014671 140735571875776 18446744073709551615 4369612 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8575/statm: 32104 26020 727 445 0 25649 0
Current children cumulated CPU time (s) 387.3
Current children cumulated vsize (KiB) 128416

Child status: 0
Real time (s): 387.391
CPU time (s): 387.397
CPU user time (s): 387.355
CPU system time (s): 0.041993
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 128416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 387.355
system time used= 0.041993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26142
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= 10
involuntary context switches= 577

runsolver used 1.85672 second user time and 3.60445 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-28 22:32:01
IDJOB=3421181
IDBENCH=83287
IDSOLVER=1868
FILE ID=node114/3421181-1306614721
RUNJOBID= node114-1306614721-8561
PBS_JOBID= 13471628
Free space on /tmp= 73216 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-20_381.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421181-1306614721/watcher-3421181-1306614721 -o /tmp/evaluation-result-3421181-1306614721/solver-3421181-1306614721 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421181-1306614721.cnf 683847553

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

MD5SUM BENCH= 7976b5f6c5f2fc75af91292df6b31e76
RANDOM SEED=683847553

node114.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.848
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.69
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.848
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.848
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.74
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.848
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.73
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.848
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.848
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.848
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.74
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.848
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:      15806952 kB
Buffers:        266708 kB
Cached:        6734136 kB
SwapCached:      48932 kB
Active:        5018472 kB
Inactive:     11854020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15806952 kB
SwapTotal:    67111528 kB
SwapFree:     60044444 kB
Dirty:            1972 kB
Writeback:           0 kB
AnonPages:     9830428 kB
Mapped:          27892 kB
Slab:           139916 kB
PageTables:      62240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 108156536 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= 73212 MiB
End job on node114 at 2011-05-28 22:38:28