Trace number 3421003

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) 5000.06 4999.84

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 benchmark13.119
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.00	c Set FPU double precision.
0.00/0.00	c Parse Cnf success: #var: 240 #clause: 576
0.00/0.00	c Find Units :          0
0.00/0.00	c Find Invs  :          0
0.00/0.00	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.00	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.00	c Find Ite   :          0
0.00/0.00	c UnDirect variable: 0
0.00/0.00	c UnDirect to Direct Gate: 0
0.00/0.00	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.00	c Break Cycle : 0
0.00/0.00	c Total Root : 0 Undef Var: 240
0.00/0.00	c After covering, Total Root: 0 Leaf: 0
0.00/0.00	c Variable( cover/uncovered/unused ): 0 240 0
0.00/0.00	c Unit Clauses: 0
0.00/0.00	c Binary Clauses( cover/uncovered ): 0 480
0.00/0.00	c Clauses( cover/uncovered ): 0 96
0.00/0.00	c Total Clauses( cover/uncovered ): 0 576 0%
0.00/0.00	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.00	c Uncover Clauses avg size: 2.5 max size: 5
0.00/0.00	c Final circuit: i/l/o/s     240       0     576       864
0.00/0.00	c CnfToAig: Time: 0 s
0.00/0.02	c TmMap: Set choices finish.
0.00/0.02	c TmMap: Set big and: 576
0.00/0.02	c TmMap: Origin: 1105 ClauseNum: 2592 --> New: 817 ClauseNum: 2016
0.00/0.02	c TmMap: Time: 0
0.00/0.02	c Try to Add: #clause: 1152 #xorclause: 0
0.00/0.02	c #var: 240 #clauses: 97 Solving... 
5000.03/4999.81	c Time Out !!
5000.03/4999.81	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-3421003-1306605616/watcher-3421003-1306605616 -o /tmp/evaluation-result-3421003-1306605616/solver-3421003-1306605616 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421003-1306605616.cnf 1641273001 

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.22 1.75 1.90 3/432 23761
/proc/meminfo: memFree=16000328/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=34412 CPUtime=0 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 2503 0 0 0 0 0 0 0 18 0 1 0 752977210 35237888 2439 33554432000 4194304 6014671 140735945463824 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23761/statm: 8603 2442 529 445 0 2148 0

[startup+0.082536 s]
/proc/loadavg: 1.22 1.75 1.90 3/432 23761
/proc/meminfo: memFree=16000328/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=45688 CPUtime=0.07 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 3650 0 0 0 7 0 0 0 18 0 1 0 752977210 46784512 3586 33554432000 4194304 6014671 140735945463824 18446744073709551615 270338080408 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23761/statm: 11422 3586 722 445 0 4967 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 45688

[startup+0.100543 s]
/proc/loadavg: 1.22 1.75 1.90 3/432 23761
/proc/meminfo: memFree=16000328/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=45688 CPUtime=0.09 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 3686 0 0 0 9 0 0 0 18 0 1 0 752977210 46784512 3622 33554432000 4194304 6014671 140735945463824 18446744073709551615 4424049 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23761/statm: 11422 3622 722 445 0 4967 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45688

[startup+0.300495 s]
/proc/loadavg: 1.22 1.75 1.90 3/432 23761
/proc/meminfo: memFree=16000328/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=55284 CPUtime=0.29 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 4083 0 0 0 29 0 0 0 18 0 1 0 752977210 56610816 4019 33554432000 4194304 6014671 140735945463824 18446744073709551615 270338080412 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23761/statm: 13821 4019 723 445 0 7366 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55284

[startup+0.700411 s]
/proc/loadavg: 1.22 1.75 1.90 3/432 23761
/proc/meminfo: memFree=16000328/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=64124 CPUtime=0.69 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 4622 0 0 0 69 0 0 0 18 0 1 0 752977210 65662976 4558 33554432000 4194304 6014671 140735945463824 18446744073709551615 270338080408 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23761/statm: 16031 4558 723 445 0 9576 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64124

[startup+1.50026 s]
/proc/loadavg: 1.22 1.75 1.90 3/438 23767
/proc/meminfo: memFree=15966064/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=82248 CPUtime=1.49 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 5649 0 0 0 149 0 0 0 19 0 1 0 752977210 84221952 5585 33554432000 4194304 6014671 140735945463824 18446744073709551615 4379309 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23761/statm: 20562 5585 723 445 0 14107 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82248

[startup+3.10094 s]
/proc/loadavg: 1.22 1.75 1.90 3/438 23767
/proc/meminfo: memFree=15943292/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=100788 CPUtime=3.09 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 8929 0 0 0 308 1 0 0 25 0 1 0 752977210 103206912 8865 33554432000 4194304 6014671 140735945463824 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23761/statm: 25197 8865 727 445 0 18742 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 100788

[startup+6.30033 s]
/proc/loadavg: 1.29 1.76 1.90 3/438 23768
/proc/meminfo: memFree=15928608/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=110232 CPUtime=6.28 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 10664 0 0 0 627 1 0 0 25 0 1 0 752977210 112877568 10600 33554432000 4194304 6014671 140735945463824 18446744073709551615 4376261 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 27558 10600 727 445 0 21103 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 110232

[startup+12.701 s]
/proc/loadavg: 1.50 1.79 1.92 3/438 23768
/proc/meminfo: memFree=15905440/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=119936 CPUtime=12.68 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 13496 0 0 0 1267 1 0 0 25 0 1 0 752977210 122814464 13428 33554432000 4194304 6014671 140735945463824 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 29984 13428 728 445 0 23529 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 119936

[startup+25.5005 s]
/proc/loadavg: 1.61 1.80 1.92 3/438 23768
/proc/meminfo: memFree=15873076/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=140076 CPUtime=25.49 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 18507 0 0 0 2547 2 0 0 25 0 1 0 752977210 143437824 18439 33554432000 4194304 6014671 140735945463824 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 35019 18439 728 445 0 28564 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 140076

[startup+51.1004 s]
/proc/loadavg: 1.74 1.82 1.92 3/438 23805
/proc/meminfo: memFree=15840732/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=150876 CPUtime=51.08 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 23494 0 0 0 5106 2 0 0 25 0 1 0 752977210 154497024 23426 33554432000 4194304 6014671 140735945463824 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 37719 23426 728 445 0 31264 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 150876

[startup+102.316 s]
/proc/loadavg: 1.93 1.86 1.92 3/438 23806
/proc/meminfo: memFree=15793108/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=161828 CPUtime=102.3 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 27131 0 0 0 10227 3 0 0 25 0 1 0 752977210 165711872 27063 33554432000 4194304 6014671 140735945463824 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 40457 27063 728 445 0 34002 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 161828

[startup+162.3 s]
/proc/loadavg: 1.97 1.88 1.92 3/438 23808
/proc/meminfo: memFree=15734940/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=161828 CPUtime=162.29 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 32625 0 0 0 16226 3 0 0 25 0 1 0 752977210 165711872 32557 33554432000 4194304 6014671 140735945463824 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 40457 32557 728 445 0 34002 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 161828

[startup+222.3 s]
/proc/loadavg: 1.99 1.90 1.92 3/438 23809
/proc/meminfo: memFree=15721780/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=161828 CPUtime=222.29 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 32752 0 0 0 22225 4 0 0 25 0 1 0 752977210 165711872 32684 33554432000 4194304 6014671 140735945463824 18446744073709551615 4422589 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 40457 32684 728 445 0 34002 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 161828

[startup+282.301 s]
/proc/loadavg: 1.99 1.92 1.92 3/438 23811
/proc/meminfo: memFree=15685676/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=174604 CPUtime=282.29 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 36637 0 0 0 28225 4 0 0 25 0 1 0 752977210 178794496 36569 33554432000 4194304 6014671 140735945463824 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 43651 36569 728 445 0 37196 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 174604

[startup+342.301 s]
/proc/loadavg: 1.99 1.93 1.92 3/438 23813
/proc/meminfo: memFree=15681324/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=239980 CPUtime=342.3 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 37110 0 0 0 34225 5 0 0 25 0 1 0 752977210 245739520 37041 33554432000 4194304 6014671 140735945463824 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 59995 37041 728 445 0 53540 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 239980

[startup+402.301 s]
/proc/loadavg: 1.99 1.94 1.92 3/438 23814
/proc/meminfo: memFree=15652288/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=239980 CPUtime=402.3 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 40383 0 0 0 40225 5 0 0 25 0 1 0 752977210 245739520 40300 33554432000 4194304 6014671 140735945463824 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 59995 40301 728 445 0 53540 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 239980

[startup+462.301 s]
/proc/loadavg: 2.15 1.98 1.93 3/438 23816
/proc/meminfo: memFree=15644824/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=294288 CPUtime=462.3 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 41603 0 0 0 46225 5 0 0 25 0 1 0 752977210 301350912 41490 33554432000 4194304 6014671 140735945463824 18446744073709551615 4424963 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 73572 41490 728 445 0 67117 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 294288

[startup+522.301 s]
/proc/loadavg: 2.13 2.00 1.94 3/438 23817
/proc/meminfo: memFree=15595336/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=294288 CPUtime=522.31 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 42411 0 0 0 52225 6 0 0 25 0 1 0 752977210 301350912 42263 33554432000 4194304 6014671 140735945463824 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 73572 42263 728 445 0 67117 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 294288

[startup+582.301 s]
/proc/loadavg: 2.11 2.01 1.94 3/438 23819
/proc/meminfo: memFree=15556260/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=350084 CPUtime=582.31 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 51675 0 0 0 58224 7 0 0 25 0 1 0 752977210 358486016 51457 33554432000 4194304 6014671 140735945463824 18446744073709551615 4423983 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 87521 51457 728 445 0 81066 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 350084

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/438 23922
/proc/meminfo: memFree=14996516/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=691316 CPUtime=4002.47 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 110546 0 0 0 400223 24 0 0 25 0 1 0 752977210 707907584 103968 33554432000 4194304 6014671 140735945463824 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 172829 103968 727 445 0 166374 0
Current children cumulated CPU time (s) 4002.47
Current children cumulated vsize (KiB) 691316

[startup+4062.32 s]
/proc/loadavg: 2.21 2.06 2.01 3/438 23924
/proc/meminfo: memFree=14974184/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=691316 CPUtime=4062.49 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 110546 0 0 0 406225 24 0 0 25 0 1 0 752977210 707907584 103968 33554432000 4194304 6014671 140735945463824 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 172829 103968 727 445 0 166374 0
Current children cumulated CPU time (s) 4062.49
Current children cumulated vsize (KiB) 691316

[startup+4122.3 s]
/proc/loadavg: 2.30 2.10 2.03 3/438 23925
/proc/meminfo: memFree=14975904/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=691316 CPUtime=4122.48 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 110546 0 0 0 412224 24 0 0 25 0 1 0 752977210 707907584 103968 33554432000 4194304 6014671 140735945463824 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 172829 103968 727 445 0 166374 0
Current children cumulated CPU time (s) 4122.48
Current children cumulated vsize (KiB) 691316

[startup+4182.3 s]
/proc/loadavg: 2.10 2.08 2.02 3/438 23927
/proc/meminfo: memFree=14949608/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=691316 CPUtime=4182.48 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 112143 0 0 0 418224 24 0 0 25 0 1 0 752977210 707907584 105565 33554432000 4194304 6014671 140735945463824 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 172829 105565 727 445 0 166374 0
Current children cumulated CPU time (s) 4182.48
Current children cumulated vsize (KiB) 691316

[startup+4242.3 s]
/proc/loadavg: 2.04 2.06 2.01 3/438 23929
/proc/meminfo: memFree=14949588/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=691316 CPUtime=4242.48 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 112143 0 0 0 424224 24 0 0 25 0 1 0 752977210 707907584 105565 33554432000 4194304 6014671 140735945463824 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 172829 105565 727 445 0 166374 0
Current children cumulated CPU time (s) 4242.48
Current children cumulated vsize (KiB) 691316

[startup+4302.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/438 23930
/proc/meminfo: memFree=14949200/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=691316 CPUtime=4302.48 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 112143 0 0 0 430224 24 0 0 25 0 1 0 752977210 707907584 105565 33554432000 4194304 6014671 140735945463824 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 172829 105565 727 445 0 166374 0
Current children cumulated CPU time (s) 4302.48
Current children cumulated vsize (KiB) 691316

[startup+4362.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/438 23932
/proc/meminfo: memFree=14949444/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=691316 CPUtime=4362.48 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 112143 0 0 0 436224 24 0 0 25 0 1 0 752977210 707907584 105565 33554432000 4194304 6014671 140735945463824 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 172829 105565 727 445 0 166374 0
Current children cumulated CPU time (s) 4362.48
Current children cumulated vsize (KiB) 691316

[startup+4422.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/438 23933
/proc/meminfo: memFree=14925612/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=770384 CPUtime=4422.49 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 117474 0 0 0 442223 26 0 0 25 0 1 0 752977210 788873216 110896 33554432000 4194304 6014671 140735945463824 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 192596 110896 727 445 0 186141 0
Current children cumulated CPU time (s) 4422.49
Current children cumulated vsize (KiB) 770384

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 23935
/proc/meminfo: memFree=14902908/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=770384 CPUtime=4482.49 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 122727 0 0 0 448221 28 0 0 25 0 1 0 752977210 788873216 116149 33554432000 4194304 6014671 140735945463824 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 192596 116149 727 445 0 186141 0
Current children cumulated CPU time (s) 4482.49
Current children cumulated vsize (KiB) 770384

[startup+4542.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/438 23937
/proc/meminfo: memFree=14893964/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=770384 CPUtime=4542.5 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 124926 0 0 0 454221 29 0 0 25 0 1 0 752977210 788873216 118348 33554432000 4194304 6014671 140735945463824 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 192596 118348 727 445 0 186141 0
Current children cumulated CPU time (s) 4542.5
Current children cumulated vsize (KiB) 770384

[startup+4602.3 s]
/proc/loadavg: 2.13 2.08 2.02 3/438 23938
/proc/meminfo: memFree=14875596/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=770384 CPUtime=4602.51 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 129452 0 0 0 460221 30 0 0 25 0 1 0 752977210 788873216 122874 33554432000 4194304 6014671 140735945463824 18446744073709551615 270338080412 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 192596 122874 727 445 0 186141 0
Current children cumulated CPU time (s) 4602.51
Current children cumulated vsize (KiB) 770384

[startup+4662.3 s]
/proc/loadavg: 2.08 2.07 2.02 3/438 23940
/proc/meminfo: memFree=14871496/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=770384 CPUtime=4662.5 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 129999 0 0 0 466220 30 0 0 25 0 1 0 752977210 788873216 123421 33554432000 4194304 6014671 140735945463824 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 192596 123421 727 445 0 186141 0
Current children cumulated CPU time (s) 4662.5
Current children cumulated vsize (KiB) 770384

[startup+4722.32 s]
/proc/loadavg: 2.03 2.06 2.01 3/438 23941
/proc/meminfo: memFree=14872600/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=770384 CPUtime=4722.52 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 129999 0 0 0 472222 30 0 0 25 0 1 0 752977210 788873216 123421 33554432000 4194304 6014671 140735945463824 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 192596 123421 727 445 0 186141 0
Current children cumulated CPU time (s) 4722.52
Current children cumulated vsize (KiB) 770384

[startup+4782.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/438 23943
/proc/meminfo: memFree=14872712/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=770384 CPUtime=4782.51 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 130002 0 0 0 478221 30 0 0 25 0 1 0 752977210 788873216 123424 33554432000 4194304 6014671 140735945463824 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 192596 123424 727 445 0 186141 0
Current children cumulated CPU time (s) 4782.51
Current children cumulated vsize (KiB) 770384

[startup+4842.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/438 23945
/proc/meminfo: memFree=14872192/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=770384 CPUtime=4842.51 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 130051 0 0 0 484221 30 0 0 25 0 1 0 752977210 788873216 123473 33554432000 4194304 6014671 140735945463824 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 192596 123473 727 445 0 186141 0
Current children cumulated CPU time (s) 4842.51
Current children cumulated vsize (KiB) 770384

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/438 23946
/proc/meminfo: memFree=14864732/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=770384 CPUtime=4902.52 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 132019 0 0 0 490221 31 0 0 25 0 1 0 752977210 788873216 125441 33554432000 4194304 6014671 140735945463824 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 192596 125441 727 445 0 186141 0
Current children cumulated CPU time (s) 4902.52
Current children cumulated vsize (KiB) 770384

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 23948
/proc/meminfo: memFree=14861996/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=770384 CPUtime=4962.52 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 132853 0 0 0 496221 31 0 0 25 0 1 0 752977210 788873216 126275 33554432000 4194304 6014671 140735945463824 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 192596 126275 727 445 0 186141 0
Current children cumulated CPU time (s) 4962.52
Current children cumulated vsize (KiB) 770384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 23949
/proc/meminfo: memFree=14861988/32951124 swapFree=54329440/67111528
[pid=23761] ppid=23759 vsize=770384 CPUtime=5000.03 cores=0,2,4,6
/proc/23761/stat : 23761 (qutersat_releas) R 23759 23761 22419 0 -1 4202496 132853 0 0 0 499971 32 0 0 25 0 1 0 752977210 788873216 126275 33554432000 4194304 6014671 140735945463824 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23761/statm: 192596 126275 727 445 0 186141 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 770384

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): 4999.84
CPU time (s): 5000.06
CPU user time (s): 4999.72
CPU system time (s): 0.342947
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 770384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.72
system time used= 0.342947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132857
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= 21
involuntary context switches= 10323

runsolver used 22.7565 second user time and 48.9576 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-28 20:00:16
IDJOB=3421003
IDBENCH=83154
IDSOLVER=1868
FILE ID=node143/3421003-1306605616
RUNJOBID= node143-1306605616-23746
PBS_JOBID= 13471537
Free space on /tmp= 73560 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-3421003-1306605616/watcher-3421003-1306605616 -o /tmp/evaluation-result-3421003-1306605616/solver-3421003-1306605616 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421003-1306605616.cnf 1641273001

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

MD5SUM BENCH= 1f90ac4288669aff970e47f4201b5ea4
RANDOM SEED=1641273001

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16000724 kB
Buffers:        316468 kB
Cached:        5702844 kB
SwapCached:      29864 kB
Active:        7909400 kB
Inactive:      8745560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16000724 kB
SwapTotal:    67111528 kB
SwapFree:     54329440 kB
Dirty:            3120 kB
Writeback:           0 kB
AnonPages:    10605748 kB
Mapped:          30512 kB
Slab:           148868 kB
PageTables:      79644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115658096 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= 73556 MiB
End job on node143 at 2011-05-28 21:23:38