Trace number 3376633

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.06 1300.03

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-6x34.cnf
MD5SUM1633295f58c28a5b4150be8640bdf9df
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables816
Number of clauses35088
Sum of the clauses size137904
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21224
Number of clauses of size 30
Number of clauses of size 433864
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 816 #clause: 35088
0.00/0.02	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.02	c Find Ands  :        816 AvgFaninNum: 3
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 0
0.00/0.02	c UnDirect to Direct Gate: 0
0.00/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.02	c Break Cycle : 612
0.00/0.02	c Total Root : 0 Undef Var: 612
0.00/0.02	c After covering, Total Root: 204 Leaf: 612
0.00/0.02	c Variable( cover/uncovered/unused ): 816 0 0
0.00/0.02	c Unit Clauses: 0
0.00/0.02	c Binary Clauses( cover/uncovered ): 612 612
0.00/0.02	c Clauses( cover/uncovered ): 204 33660
0.00/0.02	c Total Clauses( cover/uncovered ): 816 34272 2.32558%
0.00/0.02	c Covered Ands: 204 Invs: 0 Xors: 0 Ites: 0
0.00/0.05	c Uncover Clauses avg size: 3.96429 max size: 4
0.05/0.06	c Final circuit: i/l/o/s     612       0   34272     48144
0.05/0.06	c CnfToAig: Time: 0.05 s
0.09/0.12	c TmMap: Set choices finish.
0.09/0.14	c TmMap: Set big and: 47940
0.09/0.14	c TmMap: Origin: 48757 ClauseNum: 144432 --> New: 48553 ClauseNum: 144024
0.09/0.14	c TmMap: Time: 0.03
0.09/0.15	c Try to Add: #clause: 95880 #xorclause: 0
0.09/0.17	c #var: 14280 #clauses: 13669 Solving... 
1300.03/1300.01	c Time Out !!
1300.03/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-3376633-1305474441/watcher-3376633-1305474441 -o /tmp/evaluation-result-3376633-1305474441/solver-3376633-1305474441 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376633-1305474441.cnf 208094731 

running on 2 cores: 1,3

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: 0.96 2.54 3.42 4/368 3692
/proc/meminfo: memFree=14604328/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=26264 CPUtime=0 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4194304 245 0 0 0 0 0 0 0 21 0 1 0 639860019 26894336 196 33554432000 4194304 6014671 140736643162736 18446744073709551615 233505334760 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3692/statm: 6566 196 160 445 0 98 0

[startup+0.0599529 s]
/proc/loadavg: 0.96 2.54 3.42 4/368 3692
/proc/meminfo: memFree=14604328/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=37996 CPUtime=0.05 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 3303 0 0 0 5 0 0 0 21 0 1 0 639860019 38907904 3239 33554432000 4194304 6014671 140736643162736 18446744073709551615 4233112 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 9499 3239 398 445 0 3044 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 37996

[startup+0.100952 s]
/proc/loadavg: 0.96 2.54 3.42 4/368 3692
/proc/meminfo: memFree=14604328/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=49860 CPUtime=0.09 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 6482 0 0 0 9 0 0 0 21 0 1 0 639860019 51056640 6418 33554432000 4194304 6014671 140736643162736 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 12465 6421 668 445 0 6010 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49860

[startup+0.300911 s]
/proc/loadavg: 0.96 2.54 3.42 4/368 3692
/proc/meminfo: memFree=14604328/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=67528 CPUtime=0.28 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 8972 0 0 0 28 0 0 0 22 0 1 0 639860019 69148672 8908 33554432000 4194304 6014671 140736643162736 18446744073709551615 233509991395 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 16882 8908 700 445 0 10427 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 67528

[startup+0.700839 s]
/proc/loadavg: 0.96 2.54 3.42 4/368 3692
/proc/meminfo: memFree=14604328/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=80968 CPUtime=0.69 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 12206 0 0 0 68 1 0 0 23 0 1 0 639860019 82911232 12142 33554432000 4194304 6014671 140736643162736 18446744073709551615 4598072 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 20242 12142 717 445 0 13787 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 80968

[startup+1.5007 s]
/proc/loadavg: 0.96 2.54 3.42 5/374 3730
/proc/meminfo: memFree=14477940/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=100320 CPUtime=1.49 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 13561 0 0 0 148 1 0 0 25 0 1 0 639860019 102727680 13497 33554432000 4194304 6014671 140736643162736 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 25080 13497 723 445 0 18625 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100320

[startup+3.10041 s]
/proc/loadavg: 1.20 2.56 3.42 5/374 3730
/proc/meminfo: memFree=14413840/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=121276 CPUtime=3.08 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 15917 0 0 0 307 1 0 0 25 0 1 0 639860019 124186624 15853 33554432000 4194304 6014671 140736643162736 18446744073709551615 4529360 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 30319 15853 727 445 0 23864 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 121276

[startup+6.30084 s]
/proc/loadavg: 1.20 2.56 3.42 5/374 3730
/proc/meminfo: memFree=14326688/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=144340 CPUtime=6.28 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 24571 0 0 0 626 2 0 0 25 0 1 0 639860019 147804160 24469 33554432000 4194304 6014671 140736643162736 18446744073709551615 4535268 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 36085 24469 727 445 0 29630 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 144340

[startup+12.7007 s]
/proc/loadavg: 1.63 2.61 3.42 5/374 3730
/proc/meminfo: memFree=14216516/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=144340 CPUtime=12.68 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 28317 0 0 0 1266 2 0 0 25 0 1 0 639860019 147804160 28215 33554432000 4194304 6014671 140736643162736 18446744073709551615 4535257 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 36085 28215 727 445 0 29630 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 144340

[startup+25.5004 s]
/proc/loadavg: 2.00 2.66 3.43 5/374 3730
/proc/meminfo: memFree=14124504/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=201632 CPUtime=25.49 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 35963 0 0 0 2545 4 0 0 25 0 1 0 639860019 206471168 35861 33554432000 4194304 6014671 140736643162736 18446744073709551615 4535268 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 50408 35861 727 445 0 43953 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 201632

[startup+51.1008 s]
/proc/loadavg: 2.68 2.76 3.45 5/374 3731
/proc/meminfo: memFree=14020680/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=201632 CPUtime=51.09 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 39995 0 0 0 5105 4 0 0 25 0 1 0 639860019 206471168 39893 33554432000 4194304 6014671 140736643162736 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 50408 39893 727 445 0 43953 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 201632

[startup+102.314 s]
/proc/loadavg: 3.47 2.97 3.47 5/374 3732
/proc/meminfo: memFree=13849796/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=296884 CPUtime=102.3 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 52973 0 0 0 10224 6 0 0 25 0 1 0 639860019 304009216 52756 33554432000 4194304 6014671 140736643162736 18446744073709551615 4385654 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 74221 52756 727 445 0 67766 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 296884

[startup+162.301 s]
/proc/loadavg: 3.80 3.15 3.50 5/374 3734
/proc/meminfo: memFree=13756624/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=410004 CPUtime=162.29 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 56022 0 0 0 16222 7 0 0 25 0 1 0 639860019 419844096 55581 33554432000 4194304 6014671 140736643162736 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 102501 55581 727 445 0 96046 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 410004

[startup+222.301 s]
/proc/loadavg: 3.93 3.31 3.53 5/374 3763
/proc/meminfo: memFree=13706844/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=410004 CPUtime=222.3 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 58473 0 0 0 22222 8 0 0 25 0 1 0 639860019 419844096 55197 33554432000 4194304 6014671 140736643162736 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 102501 55197 727 445 0 96046 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 410004

[startup+282.3 s]
/proc/loadavg: 4.15 3.48 3.57 5/374 3764
/proc/meminfo: memFree=13563924/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=475944 CPUtime=282.29 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 77607 0 0 0 28217 12 0 0 25 0 1 0 639860019 487366656 74331 33554432000 4194304 6014671 140736643162736 18446744073709551615 4536620 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 118986 74331 727 445 0 112531 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 475944

[startup+342.301 s]
/proc/loadavg: 4.19 3.61 3.61 5/374 3766
/proc/meminfo: memFree=13404304/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=542788 CPUtime=342.29 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 80823 0 0 0 34216 13 0 0 25 0 1 0 639860019 555814912 77547 33554432000 4194304 6014671 140736643162736 18446744073709551615 4535380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 135697 77547 727 445 0 129242 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 542788

[startup+402.301 s]
/proc/loadavg: 4.11 3.69 3.64 5/374 3767
/proc/meminfo: memFree=13360864/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=542788 CPUtime=402.3 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 81297 0 0 0 40216 14 0 0 25 0 1 0 639860019 555814912 78021 33554432000 4194304 6014671 140736643162736 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 135697 78021 727 445 0 129242 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 542788

[startup+462.301 s]
/proc/loadavg: 4.06 3.76 3.66 5/374 3769
/proc/meminfo: memFree=13258768/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=542788 CPUtime=462.3 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 86313 0 0 0 46214 16 0 0 25 0 1 0 639860019 555814912 83037 33554432000 4194304 6014671 140736643162736 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 135697 83037 727 445 0 129242 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 542788

[startup+522.3 s]
/proc/loadavg: 4.02 3.80 3.68 5/374 3771
/proc/meminfo: memFree=13196248/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=542788 CPUtime=522.3 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 87047 0 0 0 52214 16 0 0 25 0 1 0 639860019 555814912 83771 33554432000 4194304 6014671 140736643162736 18446744073709551615 4380672 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 135697 83771 727 445 0 129242 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 542788

[startup+582.3 s]
/proc/loadavg: 4.01 3.83 3.70 5/374 3772
/proc/meminfo: memFree=13178724/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=542788 CPUtime=582.3 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 87789 0 0 0 58214 16 0 0 25 0 1 0 639860019 555814912 84513 33554432000 4194304 6014671 140736643162736 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 135697 84513 727 445 0 129242 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 542788

[startup+642.301 s]
/proc/loadavg: 4.00 3.86 3.72 5/374 3774
/proc/meminfo: memFree=13150048/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=542788 CPUtime=642.31 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 88671 0 0 0 64215 16 0 0 25 0 1 0 639860019 555814912 85392 33554432000 4194304 6014671 140736643162736 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 135697 85392 727 445 0 129242 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 542788

[startup+702.301 s]
/proc/loadavg: 4.00 3.89 3.73 5/374 3775
/proc/meminfo: memFree=13100164/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=542788 CPUtime=702.31 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 95078 0 0 0 70213 18 0 0 25 0 1 0 639860019 555814912 91752 33554432000 4194304 6014671 140736643162736 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 135697 91752 727 445 0 129242 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 542788

[startup+762.314 s]
/proc/loadavg: 4.00 3.90 3.74 5/374 3777
/proc/meminfo: memFree=13048416/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=542788 CPUtime=762.32 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 98082 0 0 0 76214 18 0 0 25 0 1 0 639860019 555814912 94717 33554432000 4194304 6014671 140736643162736 18446744073709551615 4535184 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 135697 94717 727 445 0 129242 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 542788

[startup+822.3 s]
/proc/loadavg: 4.06 3.93 3.76 5/374 3788
/proc/meminfo: memFree=12982044/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=542916 CPUtime=822.31 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 98644 0 0 0 82213 18 0 0 25 0 1 0 639860019 555945984 95194 33554432000 4194304 6014671 140736643162736 18446744073709551615 4566192 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 135729 95194 727 445 0 129274 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 542916

[startup+882.301 s]
/proc/loadavg: 4.11 3.97 3.78 5/374 3789
/proc/meminfo: memFree=12942776/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=542916 CPUtime=882.31 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 98859 0 0 0 88213 18 0 0 25 0 1 0 639860019 555945984 95346 33554432000 4194304 6014671 140736643162736 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 135729 95346 727 445 0 129274 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 542916

[startup+942.301 s]
/proc/loadavg: 4.11 4.00 3.81 5/374 3791
/proc/meminfo: memFree=12873804/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=542916 CPUtime=942.31 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 99048 0 0 0 94213 18 0 0 25 0 1 0 639860019 555945984 95460 33554432000 4194304 6014671 140736643162736 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 135729 95460 727 445 0 129274 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 542916

[startup+1002.3 s]
/proc/loadavg: 4.08 4.01 3.82 5/374 3792
/proc/meminfo: memFree=12833344/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=542916 CPUtime=1002.31 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 99314 0 0 0 100213 18 0 0 25 0 1 0 639860019 555945984 95642 33554432000 4194304 6014671 140736643162736 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 135729 95642 727 445 0 129274 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 542916

[startup+1062.3 s]
/proc/loadavg: 4.03 4.01 3.83 5/374 3794
/proc/meminfo: memFree=12760152/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=542916 CPUtime=1062.31 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 105945 0 0 0 106212 19 0 0 25 0 1 0 639860019 555945984 102212 33554432000 4194304 6014671 140736643162736 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 135729 102212 727 445 0 129274 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 542916

[startup+1122.3 s]
/proc/loadavg: 4.01 4.00 3.83 5/374 3796
/proc/meminfo: memFree=12655208/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=712324 CPUtime=1122.31 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 114482 0 0 0 112210 21 0 0 25 0 1 0 639860019 729419776 110650 33554432000 4194304 6014671 140736643162736 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 178081 110650 727 445 0 171626 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 712324

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.84 5/374 3797
/proc/meminfo: memFree=12651068/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=797276 CPUtime=1182.32 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 114567 0 0 0 118210 22 0 0 25 0 1 0 639860019 816410624 110700 33554432000 4194304 6014671 140736643162736 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 199319 110700 727 445 0 192864 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 797276

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.84 5/374 3799
/proc/meminfo: memFree=12643840/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=797276 CPUtime=1242.32 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 114947 0 0 0 124210 22 0 0 25 0 1 0 639860019 816410624 111007 33554432000 4194304 6014671 140736643162736 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 199319 111007 727 445 0 192864 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 797276



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.85 4/372 3801
/proc/meminfo: memFree=12974780/32951124 swapFree=67111348/67111528
[pid=3692] ppid=3690 vsize=797276 CPUtime=1300.03 cores=1,3
/proc/3692/stat : 3692 (qutersat_releas) R 3690 3692 2779 0 -1 4202496 120350 0 0 0 129980 23 0 0 25 0 1 0 639860019 816410624 116372 33554432000 4194304 6014671 140736643162736 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3692/statm: 199319 116372 727 445 0 192864 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 797276

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.03
CPU time (s): 1300.06
CPU user time (s): 1299.81
CPU system time (s): 0.255961
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 797276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.81
system time used= 0.255961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120354
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= 6
involuntary context switches= 1800

runsolver used 4.32334 second user time and 11.0673 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-15 17:47:22
IDJOB=3376633
IDBENCH=83157
IDSOLVER=1856
FILE ID=node145/3376633-1305474441
RUNJOBID= node145-1305474441-3662
PBS_JOBID= 13325308
Free space on /tmp= 73664 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-6x34.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376633-1305474441/watcher-3376633-1305474441 -o /tmp/evaluation-result-3376633-1305474441/solver-3376633-1305474441 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376633-1305474441.cnf 208094731

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

MD5SUM BENCH= 1633295f58c28a5b4150be8640bdf9df
RANDOM SEED=208094731

node145.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.786
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.57
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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
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.786
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.786
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.786
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.786
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14604352 kB
Buffers:        323444 kB
Cached:        8559888 kB
SwapCached:          0 kB
Active:       11157040 kB
Inactive:      6822404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14604352 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            5728 kB
Writeback:          28 kB
AnonPages:     9096448 kB
Mapped:          31464 kB
Slab:           258972 kB
PageTables:      43356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 83773744 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= 73656 MiB
End job on node145 at 2011-05-15 18:09:04