Trace number 3376891

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)? (TO) 1300 1300.02

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n240-s78945233-sat.cnf
MD5SUM1f90ac4288669aff970e47f4201b5ea4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.2234
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of clauses576
Sum of the clauses size1440
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2480
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 596
Number of clauses of size over 50

Solver Data

0.00/0.03	c Set FPU double precision.
0.00/0.03	c Parse Cnf success: #var: 240 #clause: 576
0.00/0.03	c Find Units :          0
0.00/0.03	c Find Invs  :          0
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: 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 : 0 Undef Var: 240
0.00/0.03	c After covering, Total Root: 0 Leaf: 0
0.00/0.03	c Variable( cover/uncovered/unused ): 0 240 0
0.00/0.03	c Unit Clauses: 0
0.00/0.03	c Binary Clauses( cover/uncovered ): 0 480
0.00/0.03	c Clauses( cover/uncovered ): 0 96
0.00/0.03	c Total Clauses( cover/uncovered ): 0 576 0%
0.00/0.03	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.03	c Uncover Clauses avg size: 2.5 max size: 5
0.00/0.03	c Final circuit: i/l/o/s     240       0     576       864
0.00/0.03	c CnfToAig: Time: 0 s
0.00/0.03	c TmMap: Set choices finish.
0.00/0.03	c TmMap: Set big and: 576
0.00/0.03	c TmMap: Origin: 1105 ClauseNum: 2592 --> New: 817 ClauseNum: 2016
0.00/0.03	c TmMap: Time: 0
0.00/0.03	c Try to Add: #clause: 1152 #xorclause: 0
0.00/0.03	c #var: 240 #clauses: 97 Solving... 
1299.98/1300.01	c Time Out !!
1299.98/1300.01	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3376891-1305474435/watcher-3376891-1305474435 -o /tmp/evaluation-result-3376891-1305474435/solver-3376891-1305474435 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376891-1305474435.cnf 2050879438 

running on 2 cores: 4,6

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.92 3.90 3.67 5/292 9583
/proc/meminfo: memFree=19749524/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=11796 CPUtime=0 cores=4,6
/proc/9583/stat : 9583 (runsolver) R 9581 9583 8508 0 -1 4202560 41 0 0 0 0 0 0 0 25 0 1 0 659043230 12079104 49 33554432000 4194304 5432360 140734280924208 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/9583/statm: 2949 49 30 303 0 2643 0

[startup+0.0359129 s]
/proc/loadavg: 3.92 3.90 3.67 5/292 9583
/proc/meminfo: memFree=19749524/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=45688 CPUtime=0.01 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 3497 0 0 0 1 0 0 0 25 0 1 0 659043230 46784512 3433 33554432000 4194304 6014671 140735693029424 18446744073709551615 4424828 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/9583/statm: 11422 3433 721 445 0 4967 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 45688

[startup+0.135719 s]
/proc/loadavg: 3.92 3.90 3.67 5/292 9583
/proc/meminfo: memFree=19749524/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=46712 CPUtime=0.11 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 3734 0 0 0 11 0 0 0 25 0 1 0 659043230 47833088 3670 33554432000 4194304 6014671 140735693029424 18446744073709551615 4379504 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/9583/statm: 11678 3670 722 445 0 5223 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 46712

[startup+0.30069 s]
/proc/loadavg: 3.92 3.90 3.67 5/292 9583
/proc/meminfo: memFree=19749524/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=55272 CPUtime=0.28 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 4054 0 0 0 28 0 0 0 25 0 1 0 659043230 56598528 3990 33554432000 4194304 6014671 140735693029424 18446744073709551615 4378661 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/9583/statm: 13818 3990 723 445 0 7363 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 55272

[startup+0.700619 s]
/proc/loadavg: 3.92 3.90 3.67 5/292 9583
/proc/meminfo: memFree=19749524/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=64120 CPUtime=0.68 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 4632 0 0 0 68 0 0 0 25 0 1 0 659043230 65658880 4568 33554432000 4194304 6014671 140735693029424 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/9583/statm: 16030 4568 723 445 0 9575 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 64120

[startup+1.50048 s]
/proc/loadavg: 3.92 3.90 3.67 5/293 9584
/proc/meminfo: memFree=19731660/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=82196 CPUtime=1.47 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 5597 0 0 0 147 0 0 0 25 0 1 0 659043230 84168704 5533 33554432000 4194304 6014671 140735693029424 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/9583/statm: 20549 5533 723 445 0 14094 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 82196

[startup+3.10019 s]
/proc/loadavg: 3.92 3.90 3.67 5/293 9584
/proc/meminfo: memFree=19719012/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=100724 CPUtime=3.06 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 8825 0 0 0 305 1 0 0 25 0 1 0 659043230 103141376 8761 33554432000 4194304 6014671 140735693029424 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/9583/statm: 25181 8761 727 445 0 18726 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 100724

[startup+6.30069 s]
/proc/loadavg: 3.93 3.90 3.67 5/293 9584
/proc/meminfo: memFree=19700536/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=110324 CPUtime=6.24 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 10182 0 0 0 623 1 0 0 25 0 1 0 659043230 112971776 10118 33554432000 4194304 6014671 140735693029424 18446744073709551615 4424165 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9583/statm: 27581 10118 727 445 0 21126 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 110324

[startup+12.7005 s]
/proc/loadavg: 3.93 3.90 3.67 5/293 9584
/proc/meminfo: memFree=19686880/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=110324 CPUtime=12.64 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 13064 0 0 0 1262 2 0 0 25 0 1 0 659043230 112971776 12994 33554432000 4194304 6014671 140735693029424 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9583/statm: 27581 12994 727 445 0 21126 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 110324

[startup+25.5003 s]
/proc/loadavg: 3.95 3.91 3.67 5/293 9585
/proc/meminfo: memFree=19659952/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=110324 CPUtime=25.44 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 16916 0 0 0 2542 2 0 0 25 0 1 0 659043230 112971776 16846 33554432000 4194304 6014671 140735693029424 18446744073709551615 4534928 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9583/statm: 27581 16846 727 445 0 21126 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 110324

[startup+51.1006 s]
/proc/loadavg: 3.96 3.91 3.68 5/293 9585
/proc/meminfo: memFree=19641168/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=120976 CPUtime=51.05 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 20383 0 0 0 5102 3 0 0 25 0 1 0 659043230 123879424 20313 33554432000 4194304 6014671 140735693029424 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9583/statm: 30244 20313 727 445 0 23789 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 120976

[startup+102.311 s]
/proc/loadavg: 3.98 3.92 3.70 5/293 9587
/proc/meminfo: memFree=19573460/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=155388 CPUtime=102.25 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 27154 0 0 0 10221 4 0 0 25 0 1 0 659043230 159117312 27084 33554432000 4194304 6014671 140735693029424 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9583/statm: 38847 27084 727 445 0 32392 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 155388

[startup+162.301 s]
/proc/loadavg: 3.99 3.93 3.71 5/293 9588
/proc/meminfo: memFree=19487872/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=167412 CPUtime=162.24 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 32952 0 0 0 16219 5 0 0 25 0 1 0 659043230 171429888 32882 33554432000 4194304 6014671 140735693029424 18446744073709551615 4424056 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9583/statm: 41853 32882 727 445 0 35398 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 167412

[startup+222.3 s]
/proc/loadavg: 4.05 3.96 3.73 5/293 9590
/proc/meminfo: memFree=19457596/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=179620 CPUtime=222.24 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 33241 0 0 0 22219 5 0 0 25 0 1 0 659043230 183930880 33171 33554432000 4194304 6014671 140735693029424 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9583/statm: 44905 33171 727 445 0 38450 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 179620

[startup+282.301 s]
/proc/loadavg: 4.06 3.98 3.75 5/293 9591
/proc/meminfo: memFree=19366676/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=205276 CPUtime=282.24 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 41040 0 0 0 28217 7 0 0 25 0 1 0 659043230 210202624 40970 33554432000 4194304 6014671 140735693029424 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9583/statm: 51319 40970 727 445 0 44864 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 205276

[startup+342.301 s]
/proc/loadavg: 4.02 3.98 3.76 5/293 9593
/proc/meminfo: memFree=19356232/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=205276 CPUtime=342.24 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 41670 0 0 0 34217 7 0 0 25 0 1 0 659043230 210202624 41600 33554432000 4194304 6014671 140735693029424 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9583/statm: 51319 41600 727 445 0 44864 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 205276

[startup+402.3 s]
/proc/loadavg: 4.04 4.00 3.78 5/293 9595
/proc/meminfo: memFree=19319752/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=259132 CPUtime=402.25 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 44855 0 0 0 40217 8 0 0 25 0 1 0 659043230 265351168 44779 33554432000 4194304 6014671 140735693029424 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9583/statm: 64783 44779 727 445 0 58328 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 259132

[startup+462.301 s]
/proc/loadavg: 4.07 4.01 3.80 5/293 9596
/proc/meminfo: memFree=19218536/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=313916 CPUtime=462.25 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 55215 0 0 0 46214 11 0 0 25 0 1 0 659043230 321449984 55109 33554432000 4194304 6014671 140735693029424 18446744073709551615 4380042 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9583/statm: 78479 55109 727 445 0 72024 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 313916

[startup+522.301 s]
/proc/loadavg: 4.02 4.00 3.81 5/293 9598
/proc/meminfo: memFree=19188012/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=313916 CPUtime=522.25 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 58805 0 0 0 52214 11 0 0 25 0 1 0 659043230 321449984 58669 33554432000 4194304 6014671 140735693029424 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9583/statm: 78479 58669 727 445 0 72024 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 313916

[startup+582.301 s]
/proc/loadavg: 4.01 4.00 3.82 5/293 9599
/proc/meminfo: memFree=19175100/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=313916 CPUtime=582.25 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 59852 0 0 0 58213 12 0 0 25 0 1 0 659043230 321449984 59677 33554432000 4194304 6014671 140735693029424 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9583/statm: 78479 59677 727 445 0 72024 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 313916

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.83 5/293 9601
/proc/meminfo: memFree=19171104/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=313916 CPUtime=642.26 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 60585 0 0 0 64214 12 0 0 25 0 1 0 659043230 321449984 60379 33554432000 4194304 6014671 140735693029424 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9583/statm: 78479 60379 727 445 0 72024 0
Current children cumulated CPU time (s) 642.26
Current children cumulated vsize (KiB) 313916

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.83 5/293 9603
/proc/meminfo: memFree=19176792/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=313916 CPUtime=702.25 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 60611 0 0 0 70213 12 0 0 25 0 1 0 659043230 321449984 60381 33554432000 4194304 6014671 140735693029424 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9583/statm: 78479 60381 727 445 0 72024 0
Current children cumulated CPU time (s) 702.25
Current children cumulated vsize (KiB) 313916

[startup+762.311 s]
/proc/loadavg: 4.07 4.02 3.84 5/293 9604
/proc/meminfo: memFree=19103852/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=313916 CPUtime=762.26 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 60896 0 0 0 76214 12 0 0 25 0 1 0 659043230 321449984 60600 33554432000 4194304 6014671 140735693029424 18446744073709551615 4424571 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9583/statm: 78479 60600 727 445 0 72024 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 313916

[startup+822.3 s]
/proc/loadavg: 4.09 4.03 3.85 5/293 9606
/proc/meminfo: memFree=19073948/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=313916 CPUtime=822.26 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 60896 0 0 0 82214 12 0 0 25 0 1 0 659043230 321449984 60546 33554432000 4194304 6014671 140735693029424 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9583/statm: 78479 60546 727 445 0 72024 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 313916

[startup+882.301 s]
/proc/loadavg: 4.03 4.02 3.86 5/293 9616
/proc/meminfo: memFree=19058916/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=313916 CPUtime=882.26 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 60948 0 0 0 88214 12 0 0 25 0 1 0 659043230 321449984 60598 33554432000 4194304 6014671 140735693029424 18446744073709551615 4424114 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9583/statm: 78479 60598 727 445 0 72024 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 313916

[startup+942.301 s]
/proc/loadavg: 4.06 4.03 3.87 5/293 9618
/proc/meminfo: memFree=19033364/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=313916 CPUtime=942.27 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 61616 0 0 0 94214 13 0 0 25 0 1 0 659043230 321449984 61194 33554432000 4194304 6014671 140735693029424 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9583/statm: 78479 61194 729 445 0 72024 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 313916

[startup+1002.3 s]
/proc/loadavg: 4.09 4.04 3.88 5/293 9622
/proc/meminfo: memFree=18964392/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=375168 CPUtime=1002.26 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 69280 0 0 0 100211 15 0 0 25 0 1 0 659043230 384172032 68786 33554432000 4194304 6014671 140735693029424 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9583/statm: 93792 68786 729 445 0 87337 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 375168

[startup+1062.3 s]
/proc/loadavg: 4.07 4.04 3.89 5/293 9624
/proc/meminfo: memFree=18948288/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=375168 CPUtime=1062.27 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 69686 0 0 0 106212 15 0 0 25 0 1 0 659043230 384172032 69192 33554432000 4194304 6014671 140735693029424 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9583/statm: 93792 69192 729 445 0 87337 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 375168

[startup+1122.3 s]
/proc/loadavg: 4.02 4.03 3.90 5/293 9626
/proc/meminfo: memFree=18928688/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=438236 CPUtime=1122.26 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 70909 0 0 0 112211 15 0 0 25 0 1 0 659043230 448753664 70335 33554432000 4194304 6014671 140735693029424 18446744073709551615 4371933 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9583/statm: 109559 70335 729 445 0 103104 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 438236

[startup+1182.3 s]
/proc/loadavg: 3.77 3.97 3.89 2/278 9681
/proc/meminfo: memFree=19846108/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=501508 CPUtime=1182.27 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 71330 0 0 0 118211 16 0 0 25 0 1 0 659043230 513544192 70756 33554432000 4194304 6014671 140735693029424 18446744073709551615 4424051 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9583/statm: 125377 70756 729 445 0 118922 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 501508

[startup+1242.3 s]
/proc/loadavg: 2.02 3.43 3.71 2/275 9683
/proc/meminfo: memFree=19844988/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=565096 CPUtime=1242.27 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 71956 0 0 0 124211 16 0 0 25 0 1 0 659043230 578658304 71298 33554432000 4194304 6014671 140735693029424 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9583/statm: 141274 71298 729 445 0 134819 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 565096



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.37 2.99 3.53 2/275 9685
/proc/meminfo: memFree=19844108/32950904 swapFree=67057400/67111528
[pid=9583] ppid=9581 vsize=565096 CPUtime=1299.98 cores=4,6
/proc/9583/stat : 9583 (qutersat_releas) R 9581 9583 8508 0 -1 4202496 72152 0 0 0 129982 16 0 0 25 0 1 0 659043230 578658304 71494 33554432000 4194304 6014671 140735693029424 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9583/statm: 141274 71494 729 445 0 134819 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 565096

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 1
Real time (s): 1300.02
CPU time (s): 1300
CPU user time (s): 1299.82
CPU system time (s): 0.177972
CPU usage (%): 99.9983
Max. virtual memory (cumulated for all children) (KiB): 565096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.82
system time used= 0.177972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72156
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= 12
involuntary context switches= 1764

runsolver used 3.45647 second user time and 8.28274 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-15 17:47:15
IDJOB=3376891
IDBENCH=83154
IDSOLVER=1856
FILE ID=node121/3376891-1305474435
RUNJOBID= node121-1305474310-9512
PBS_JOBID= 13325309
Free space on /tmp= 73484 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n240-s78945233-sat.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376891-1305474435/watcher-3376891-1305474435 -o /tmp/evaluation-result-3376891-1305474435/solver-3376891-1305474435 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376891-1305474435.cnf 2050879438

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

MD5SUM BENCH= 1f90ac4288669aff970e47f4201b5ea4
RANDOM SEED=2050879438

node121.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.817
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.63
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.817
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.817
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.84
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.817
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.77
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.817
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.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      19749796 kB
Buffers:        323412 kB
Cached:        6597328 kB
SwapCached:       7656 kB
Active:        7116132 kB
Inactive:      5728660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19749796 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:            1620 kB
Writeback:           0 kB
AnonPages:     5922040 kB
Mapped:          27560 kB
Slab:           267168 kB
PageTables:      26272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 31333156 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= 73492 MiB
End job on node121 at 2011-05-15 18:08:57