Trace number 3376995

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

General information on the benchmark

NameSAT04/industrial/vangelder/cnf-color/
abb313GPIA-9-tr.used-as.sat04-321.cnf
MD5SUM6c3ea795f258ba82c81e44969c0c5fb4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.211967
Satisfiable
(Un)Satisfiability was proved
Number of variables14013
Number of clauses481761
Sum of the clauses size974385
Maximum clause length9
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2480205
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 51
Number of clauses of size over 51552

Solver Data

0.00/0.00	c Set FPU double precision.
0.10/0.12	c Parse Cnf success: #var: 14013 #clause: 481761
0.10/0.12	c Find Units :          1
0.10/0.15	c Find Invs  :          0
0.10/0.15	c Find Ands  :          0 AvgFaninNum: nan
0.10/0.15	c Find Xors  :          0 AvgFaninNum: nan
0.10/0.15	c Find Ite   :          0
0.10/0.15	c UnDirect variable: 0
0.10/0.15	c UnDirect to Direct Gate: 0
0.10/0.15	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.10/0.15	c Break Cycle : 0
0.10/0.15	c Total Root : 0 Undef Var: 14013
0.10/0.15	c After covering, Total Root: 0 Leaf: 1
0.10/0.15	c Variable( cover/uncovered/unused ): 1 14012 0
0.10/0.15	c Unit Clauses: 1
0.10/0.15	c Binary Clauses( cover/uncovered ): 0 480205
0.10/0.15	c Clauses( cover/uncovered ): 0 1555
0.10/0.15	c Total Clauses( cover/uncovered ): 1 481760 0.000207572%
0.10/0.15	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.29/0.37	c Uncover Clauses avg size: 2.02255 max size: 9
0.29/0.37	c Final circuit: i/l/o/s   14012       0  479649    490421
0.29/0.37	c CnfToAig: Time: 0.37 s
0.49/0.59	c TmMap: Set choices finish.
0.68/0.79	c TmMap: Set big and: 479583
0.68/0.79	c TmMap: Origin: 504434 ClauseNum: 1471263 --> New: 493596 ClauseNum: 1449587
0.68/0.79	c TmMap: Time: 0.23
0.79/0.85	c Try to Add: #clause: 959166 #xorclause: 0
0.89/0.91	c #var: 13946 #clauses: 1555 Solving... 
1300.01/1300.01	c Time Out !!
1300.01/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-3376995-1305475716/watcher-3376995-1305475716 -o /tmp/evaluation-result-3376995-1305475716/solver-3376995-1305475716 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376995-1305475716.cnf 889677723 

running on 2 cores: 5,7

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.43 3.91 3.86 4/339 27285
/proc/meminfo: memFree=11892000/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=35436 CPUtime=0.01 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 2571 0 0 0 1 0 0 0 25 0 1 0 659171273 36286464 2507 33554432000 4194304 6014671 140735075827232 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 8859 2508 378 445 0 2404 0

[startup+0.113645 s]
/proc/loadavg: 3.43 3.91 3.86 4/339 27285
/proc/meminfo: memFree=11892000/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=56940 CPUtime=0.1 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 7954 0 0 0 10 0 0 0 25 0 1 0 659171273 58306560 7890 33554432000 4194304 6014671 140735075827232 18446744073709551615 208080232192 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 14235 7891 378 445 0 7780 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 56940

[startup+0.200629 s]
/proc/loadavg: 3.43 3.91 3.86 4/339 27285
/proc/meminfo: memFree=11892000/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=56940 CPUtime=0.18 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 8051 0 0 0 18 0 0 0 25 0 1 0 659171273 58306560 7987 33554432000 4194304 6014671 140735075827232 18446744073709551615 4336108 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 14235 7987 398 445 0 7780 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 56940

[startup+0.300673 s]
/proc/loadavg: 3.43 3.91 3.86 4/339 27285
/proc/meminfo: memFree=11892000/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=78876 CPUtime=0.29 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 12699 0 0 0 28 1 0 0 25 0 1 0 659171273 80769024 12635 33554432000 4194304 6014671 140735075827232 18446744073709551615 4234872 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 19719 12635 398 445 0 13264 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78876

[startup+0.700593 s]
/proc/loadavg: 3.43 3.91 3.86 4/339 27285
/proc/meminfo: memFree=11892000/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=168588 CPUtime=0.68 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 36169 0 0 0 64 4 0 0 25 0 1 0 659171273 172634112 36105 33554432000 4194304 6014671 140735075827232 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 42147 36106 670 445 0 35692 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 168588

[startup+1.50038 s]
/proc/loadavg: 3.48 3.91 3.86 5/340 27286
/proc/meminfo: memFree=11705816/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=201484 CPUtime=1.49 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 44339 0 0 0 144 5 0 0 25 0 1 0 659171273 206319616 44275 33554432000 4194304 6014671 140735075827232 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 50371 44275 721 445 0 43916 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 201484

[startup+3.10114 s]
/proc/loadavg: 3.48 3.91 3.86 5/340 27286
/proc/meminfo: memFree=11695028/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=201484 CPUtime=3.09 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 44340 0 0 0 304 5 0 0 25 0 1 0 659171273 206319616 44276 33554432000 4194304 6014671 140735075827232 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 50371 44276 722 445 0 43916 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 201484

[startup+6.30047 s]
/proc/loadavg: 3.52 3.91 3.86 5/340 27286
/proc/meminfo: memFree=11665140/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=201484 CPUtime=6.29 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 44355 0 0 0 624 5 0 0 25 0 1 0 659171273 206319616 44291 33554432000 4194304 6014671 140735075827232 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 50371 44291 726 445 0 43916 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 201484

[startup+12.7003 s]
/proc/loadavg: 3.56 3.91 3.86 5/340 27286
/proc/meminfo: memFree=11626952/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=201484 CPUtime=12.69 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 44366 0 0 0 1264 5 0 0 25 0 1 0 659171273 206319616 44302 33554432000 4194304 6014671 140735075827232 18446744073709551615 4537068 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 50371 44302 726 445 0 43916 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 201484

[startup+25.5008 s]
/proc/loadavg: 3.65 3.91 3.86 5/340 27286
/proc/meminfo: memFree=11592988/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=201484 CPUtime=25.49 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 44371 0 0 0 2544 5 0 0 25 0 1 0 659171273 206319616 44307 33554432000 4194304 6014671 140735075827232 18446744073709551615 4667133 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 50371 44307 726 445 0 43916 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 201484

[startup+51.1009 s]
/proc/loadavg: 3.84 3.94 3.87 5/340 27287
/proc/meminfo: memFree=11529380/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=230276 CPUtime=51.08 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 46513 0 0 0 5103 5 0 0 25 0 1 0 659171273 235802624 46449 33554432000 4194304 6014671 140735075827232 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 57569 46449 726 445 0 51114 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 230276

[startup+102.301 s]
/proc/loadavg: 3.93 3.94 3.87 5/340 27288
/proc/meminfo: memFree=11426444/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=259688 CPUtime=102.3 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 52623 0 0 0 10222 8 0 0 25 0 1 0 659171273 265920512 52559 33554432000 4194304 6014671 140735075827232 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 64922 52559 726 445 0 58467 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 259688

[startup+162.301 s]
/proc/loadavg: 3.97 3.95 3.88 5/340 27290
/proc/meminfo: memFree=11361800/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=259816 CPUtime=162.29 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 57684 0 0 0 16220 9 0 0 25 0 1 0 659171273 266051584 53978 33554432000 4194304 6014671 140735075827232 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 64954 53978 726 445 0 58499 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 259816

[startup+222.312 s]
/proc/loadavg: 4.02 3.97 3.89 5/340 27292
/proc/meminfo: memFree=11261444/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=339484 CPUtime=222.3 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 69382 0 0 0 22218 12 0 0 25 0 1 0 659171273 347631616 65676 33554432000 4194304 6014671 140735075827232 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 84871 65676 726 445 0 78416 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 339484

[startup+282.301 s]
/proc/loadavg: 4.01 3.97 3.90 5/340 27293
/proc/meminfo: memFree=11099464/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=470352 CPUtime=282.28 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 90947 0 0 0 28206 22 0 0 25 0 1 0 659171273 481640448 87241 33554432000 4194304 6014671 140735075827232 18446744073709551615 4422580 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 117588 87241 726 445 0 111133 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 470352

[startup+342.301 s]
/proc/loadavg: 4.07 3.99 3.91 5/340 27295
/proc/meminfo: memFree=10944440/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=470480 CPUtime=342.29 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 98057 0 0 0 34204 25 0 0 25 0 1 0 659171273 481771520 94351 33554432000 4194304 6014671 140735075827232 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 117620 94351 726 445 0 111165 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 470480

[startup+402.301 s]
/proc/loadavg: 4.02 3.99 3.91 5/340 27296
/proc/meminfo: memFree=10927304/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=470480 CPUtime=402.29 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 98216 0 0 0 40204 25 0 0 25 0 1 0 659171273 481771520 94510 33554432000 4194304 6014671 140735075827232 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 117620 94510 726 445 0 111165 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 470480

[startup+462.301 s]
/proc/loadavg: 4.09 4.02 3.92 5/340 27298
/proc/meminfo: memFree=10918844/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=470480 CPUtime=462.29 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 99314 0 0 0 46202 27 0 0 25 0 1 0 659171273 481771520 95608 33554432000 4194304 6014671 140735075827232 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 117620 95608 726 445 0 111165 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 470480

[startup+522.3 s]
/proc/loadavg: 4.07 4.03 3.93 5/340 27300
/proc/meminfo: memFree=10886336/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=470480 CPUtime=522.28 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 99668 0 0 0 52201 27 0 0 25 0 1 0 659171273 481771520 95962 33554432000 4194304 6014671 140735075827232 18446744073709551615 4379528 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 117620 95962 726 445 0 111165 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 470480

[startup+582.301 s]
/proc/loadavg: 4.07 4.03 3.93 5/340 27301
/proc/meminfo: memFree=10875148/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=470480 CPUtime=582.3 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 99814 0 0 0 58202 28 0 0 25 0 1 0 659171273 481771520 96108 33554432000 4194304 6014671 140735075827232 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 117620 96108 726 445 0 111165 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 470480

[startup+642.3 s]
/proc/loadavg: 4.07 4.04 3.94 5/340 27303
/proc/meminfo: memFree=10866680/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=470480 CPUtime=642.29 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 99875 0 0 0 64201 28 0 0 25 0 1 0 659171273 481771520 96169 33554432000 4194304 6014671 140735075827232 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 117620 96169 726 445 0 111165 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 470480

[startup+702.301 s]
/proc/loadavg: 4.02 4.03 3.94 5/340 27304
/proc/meminfo: memFree=10841112/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=470480 CPUtime=702.3 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 99982 0 0 0 70202 28 0 0 25 0 1 0 659171273 481771520 96276 33554432000 4194304 6014671 140735075827232 18446744073709551615 4372155 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 117620 96276 726 445 0 111165 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 470480

[startup+762.3 s]
/proc/loadavg: 4.05 4.04 3.94 5/340 27306
/proc/meminfo: memFree=10790860/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=470480 CPUtime=762.31 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 100808 0 0 0 76203 28 0 0 25 0 1 0 659171273 481771520 97102 33554432000 4194304 6014671 140735075827232 18446744073709551615 4424142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 117620 97102 726 445 0 111165 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 470480

[startup+822.301 s]
/proc/loadavg: 4.02 4.03 3.94 5/340 27308
/proc/meminfo: memFree=10741604/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=470480 CPUtime=822.3 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 100946 0 0 0 82202 28 0 0 25 0 1 0 659171273 481771520 97240 33554432000 4194304 6014671 140735075827232 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 117620 97240 726 445 0 111165 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 470480

[startup+882.314 s]
/proc/loadavg: 4.08 4.05 3.95 5/340 27309
/proc/meminfo: memFree=10691236/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=470480 CPUtime=882.31 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 105469 0 0 0 88201 30 0 0 25 0 1 0 659171273 481771520 101632 33554432000 4194304 6014671 140735075827232 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 117620 101632 726 445 0 111165 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 470480

[startup+942.301 s]
/proc/loadavg: 4.03 4.04 3.95 5/340 27311
/proc/meminfo: memFree=10658224/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=547536 CPUtime=942.29 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 107671 0 0 0 94198 31 0 0 25 0 1 0 659171273 560676864 103834 33554432000 4194304 6014671 140735075827232 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 136884 103834 726 445 0 130429 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 547536

[startup+1002.3 s]
/proc/loadavg: 4.07 4.04 3.96 5/340 27312
/proc/meminfo: memFree=10646908/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=625792 CPUtime=1002.29 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 108057 0 0 0 100198 31 0 0 25 0 1 0 659171273 640811008 103993 33554432000 4194304 6014671 140735075827232 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 156448 103993 726 445 0 149993 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 625792

[startup+1062.3 s]
/proc/loadavg: 4.02 4.03 3.96 5/340 27314
/proc/meminfo: memFree=10637320/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=625792 CPUtime=1062.29 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 108058 0 0 0 106198 31 0 0 25 0 1 0 659171273 640811008 103994 33554432000 4194304 6014671 140735075827232 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 156448 103994 726 445 0 149993 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 625792

[startup+1122.3 s]
/proc/loadavg: 4.07 4.04 3.96 5/340 27316
/proc/meminfo: memFree=10628612/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=625792 CPUtime=1122.3 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 108341 0 0 0 112198 32 0 0 25 0 1 0 659171273 640811008 104277 33554432000 4194304 6014671 140735075827232 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 156448 104277 726 445 0 149993 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 625792

[startup+1182.3 s]
/proc/loadavg: 4.02 4.03 3.96 5/340 27317
/proc/meminfo: memFree=10627960/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=625792 CPUtime=1182.3 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 108341 0 0 0 118198 32 0 0 25 0 1 0 659171273 640811008 104033 33554432000 4194304 6014671 140735075827232 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 156448 104033 726 445 0 149993 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 625792

[startup+1242.3 s]
/proc/loadavg: 4.07 4.04 3.97 5/340 27319
/proc/meminfo: memFree=10566552/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=625792 CPUtime=1242.3 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 108603 0 0 0 124198 32 0 0 25 0 1 0 659171273 640811008 104295 33554432000 4194304 6014671 140735075827232 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 156448 104295 726 445 0 149993 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 625792



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.79 3.98 3.95 2/325 27374
/proc/meminfo: memFree=11573100/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=625792 CPUtime=1300.01 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 108650 0 0 0 129969 32 0 0 25 0 1 0 659171273 640811008 104342 33554432000 4194304 6014671 140735075827232 18446744073709551615 4378698 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 156448 104342 726 445 0 149993 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 625792

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

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

[startup+1300 s]
/proc/loadavg: 3.79 3.98 3.95 2/325 27374
/proc/meminfo: memFree=11573100/32950928 swapFree=67083212/67111528
[pid=27285] ppid=27283 vsize=625792 CPUtime=1300.01 cores=5,7
/proc/27285/stat : 27285 (qutersat_releas) R 27283 27285 26234 0 -1 4202496 108650 0 0 0 129969 32 0 0 25 0 1 0 659171273 640811008 104342 33554432000 4194304 6014671 140735075827232 18446744073709551615 4378698 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27285/statm: 156448 104342 726 445 0 149993 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 625792

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.04
CPU user time (s): 1299.69
CPU system time (s): 0.343947
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 625792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.69
system time used= 0.343947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108654
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= 16339

runsolver used 3.72843 second user time and 10.3494 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-15 18:08:36
IDJOB=3376995
IDBENCH=84802
IDSOLVER=1856
FILE ID=node127/3376995-1305475716
RUNJOBID= node127-1305475714-27219
PBS_JOBID= 13325301
Free space on /tmp= 73484 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT04/industrial/vangelder/cnf-color/abb313GPIA-9-tr.used-as.sat04-321.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376995-1305475716/watcher-3376995-1305475716 -o /tmp/evaluation-result-3376995-1305475716/solver-3376995-1305475716 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376995-1305475716.cnf 889677723

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

MD5SUM BENCH= 6c3ea795f258ba82c81e44969c0c5fb4
RANDOM SEED=889677723

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.60
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.823
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:     32950928 kB
MemFree:      11892024 kB
Buffers:        319840 kB
Cached:        4121188 kB
SwapCached:       1620 kB
Active:       17836236 kB
Inactive:      2877820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11892024 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:           14872 kB
Writeback:           0 kB
AnonPages:    16271336 kB
Mapped:          34240 kB
Slab:           229524 kB
PageTables:      51680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 59322868 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= 73488 MiB
End job on node127 at 2011-05-15 18:30:18