Trace number 3376085

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.08 1300.04

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S533496308-018-UNKNOWN.cnf
MD5SUMd893b9743a6b7d8026df42df0d29d561
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark122.788
Satisfiable
(Un)Satisfiability was proved
Number of variables25000
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.09/0.13	c Parse Cnf success: #var: 25000 #clause: 105000
0.09/0.13	c Find Units :          0
0.09/0.13	c Find Invs  :          0
0.09/0.14	c Find Ands  :          0 AvgFaninNum: nan
0.09/0.14	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.16	c Find Ite   :          0
0.19/0.20	c UnDirect variable: 0
0.19/0.20	c UnDirect to Direct Gate: 0
0.19/0.20	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.19/0.20	c Break Cycle : 0
0.19/0.20	c Total Root : 0 Undef Var: 25000
0.19/0.21	c After covering, Total Root: 0 Leaf: 0
0.19/0.21	c Variable( cover/uncovered/unused ): 0 25000 0
0.19/0.21	c Unit Clauses: 0
0.19/0.21	c Binary Clauses( cover/uncovered ): 0 0
0.19/0.21	c Clauses( cover/uncovered ): 0 105000
0.19/0.21	c Total Clauses( cover/uncovered ): 0 105000 0%
0.19/0.21	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.29/0.31	c Uncover Clauses avg size: 3 max size: 3
0.29/0.31	c Final circuit: i/l/o/s   25000       0  105000    209993
0.29/0.31	c CnfToAig: Time: 0.3 s
0.38/0.47	c TmMap: Set choices finish.
0.49/0.55	c TmMap: Set big and: 105000
0.49/0.55	c TmMap: Origin: 234994 ClauseNum: 629979 --> New: 130001 ClauseNum: 420000
0.49/0.55	c TmMap: Time: 0.11
0.49/0.58	c Try to Add: #clause: 210000 #xorclause: 0
0.59/0.63	c #var: 25000 #clauses: 105001 Solving... 
1300.04/1300.01	c Time Out !!
1300.04/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-3376085-1305469259/watcher-3376085-1305469259 -o /tmp/evaluation-result-3376085-1305469259/solver-3376085-1305469259 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376085-1305469259.cnf 1845526036 

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: 3.97 4.04 4.36 4/359 30407
/proc/meminfo: memFree=24175452/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=36460 CPUtime=0.01 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 2729 0 0 0 1 0 0 0 25 0 1 0 658526378 37335040 2666 33554432000 4194304 6014671 140736273897200 18446744073709551615 230809165568 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 9115 2666 378 445 0 2660 0

[startup+0.056171 s]
/proc/loadavg: 3.97 4.04 4.36 4/359 30407
/proc/meminfo: memFree=24175452/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=45676 CPUtime=0.04 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 5293 0 0 0 4 0 0 0 25 0 1 0 658526378 46772224 5230 33554432000 4194304 6014671 140736273897200 18446744073709551615 4802704 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 11419 5230 378 445 0 4964 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 45676

[startup+0.101175 s]
/proc/loadavg: 3.97 4.04 4.36 4/359 30407
/proc/meminfo: memFree=24175452/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=60140 CPUtime=0.09 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 8657 0 0 0 8 1 0 0 25 0 1 0 658526378 61583360 8594 33554432000 4194304 6014671 140736273897200 18446744073709551615 4303700 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 15035 8594 378 445 0 8580 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 60140

[startup+0.300125 s]
/proc/loadavg: 3.97 4.04 4.36 4/359 30407
/proc/meminfo: memFree=24175452/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=66284 CPUtime=0.29 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 10454 0 0 0 28 1 0 0 25 0 1 0 658526378 67874816 10391 33554432000 4194304 6014671 140736273897200 18446744073709551615 4276303 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 16571 10391 398 445 0 10116 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66284

[startup+0.701055 s]
/proc/loadavg: 3.97 4.04 4.36 4/359 30407
/proc/meminfo: memFree=24175452/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=108800 CPUtime=0.69 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 21380 0 0 0 67 2 0 0 25 0 1 0 658526378 111411200 21317 33554432000 4194304 6014671 140736273897200 18446744073709551615 4635793 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 27200 21317 694 445 0 20745 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 108800

[startup+1.50091 s]
/proc/loadavg: 3.97 4.04 4.36 5/360 30409
/proc/meminfo: memFree=24091992/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=108800 CPUtime=1.49 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 21407 0 0 0 147 2 0 0 25 0 1 0 658526378 111411200 21344 33554432000 4194304 6014671 140736273897200 18446744073709551615 4423610 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 27200 21344 721 445 0 20745 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 108800

[startup+3.10063 s]
/proc/loadavg: 3.97 4.04 4.36 5/360 30409
/proc/meminfo: memFree=24090652/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=141616 CPUtime=3.09 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 21934 0 0 0 307 2 0 0 25 0 1 0 658526378 145014784 21871 33554432000 4194304 6014671 140736273897200 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 35404 21871 721 445 0 28949 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 141616

[startup+6.30103 s]
/proc/loadavg: 3.97 4.04 4.35 5/360 30409
/proc/meminfo: memFree=24081088/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=141616 CPUtime=6.29 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 24430 0 0 0 626 3 0 0 25 0 1 0 658526378 145014784 24367 33554432000 4194304 6014671 140736273897200 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 35404 24367 721 445 0 28949 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 141616

[startup+12.7009 s]
/proc/loadavg: 3.98 4.03 4.35 5/360 30410
/proc/meminfo: memFree=24015232/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=228084 CPUtime=12.69 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 39899 0 0 0 1264 5 0 0 25 0 1 0 658526378 233558016 39836 33554432000 4194304 6014671 140736273897200 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 57021 39836 726 445 0 50566 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 228084

[startup+25.5005 s]
/proc/loadavg: 3.98 4.03 4.35 5/360 30410
/proc/meminfo: memFree=23949252/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=359960 CPUtime=25.49 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 46982 0 0 0 2542 7 0 0 25 0 1 0 658526378 368599040 46919 33554432000 4194304 6014671 140736273897200 18446744073709551615 4425460 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 89990 46919 726 445 0 83535 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 359960

[startup+51.1008 s]
/proc/loadavg: 4.07 4.04 4.34 5/360 30411
/proc/meminfo: memFree=23895236/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=360216 CPUtime=51.1 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 65608 0 0 0 5099 11 0 0 25 0 1 0 658526378 368861184 65545 33554432000 4194304 6014671 140736273897200 18446744073709551615 4379319 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 90054 65545 726 445 0 83599 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 360216

[startup+102.313 s]
/proc/loadavg: 4.14 4.07 4.33 5/360 30412
/proc/meminfo: memFree=23770096/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=389068 CPUtime=102.31 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 81799 0 0 0 10218 13 0 0 25 0 1 0 658526378 398405632 81612 33554432000 4194304 6014671 140736273897200 18446744073709551615 4378652 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 97267 81612 726 445 0 90812 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 389068

[startup+162.301 s]
/proc/loadavg: 4.10 4.07 4.31 5/360 30414
/proc/meminfo: memFree=23653100/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=471888 CPUtime=162.29 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 89540 0 0 0 16214 15 0 0 25 0 1 0 658526378 483213312 89160 33554432000 4194304 6014671 140736273897200 18446744073709551615 4423718 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 117972 89160 726 445 0 111517 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 471888

[startup+222.301 s]
/proc/loadavg: 4.04 4.05 4.29 5/360 30415
/proc/meminfo: memFree=23524084/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=527336 CPUtime=222.3 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 105563 0 0 0 22211 19 0 0 25 0 1 0 658526378 539992064 105183 33554432000 4194304 6014671 140736273897200 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 131834 105183 726 445 0 125379 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 527336

[startup+282.301 s]
/proc/loadavg: 4.01 4.04 4.27 5/360 30417
/proc/meminfo: memFree=23475184/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=527336 CPUtime=282.29 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 109091 0 0 0 28210 19 0 0 25 0 1 0 658526378 539992064 105260 33554432000 4194304 6014671 140736273897200 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 131834 105260 726 445 0 125379 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 527336

[startup+342.301 s]
/proc/loadavg: 4.00 4.03 4.25 5/360 30418
/proc/meminfo: memFree=23446488/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=527336 CPUtime=342.3 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 109345 0 0 0 34210 20 0 0 25 0 1 0 658526378 539992064 105514 33554432000 4194304 6014671 140736273897200 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 131834 105514 726 445 0 125379 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 527336

[startup+402.301 s]
/proc/loadavg: 4.00 4.02 4.23 5/360 30420
/proc/meminfo: memFree=23433792/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=527336 CPUtime=402.3 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 109671 0 0 0 40210 20 0 0 25 0 1 0 658526378 539992064 105840 33554432000 4194304 6014671 140736273897200 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 131834 105840 726 445 0 125379 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 527336

[startup+462.301 s]
/proc/loadavg: 4.00 4.02 4.22 5/360 30422
/proc/meminfo: memFree=23413264/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=527336 CPUtime=462.3 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 112796 0 0 0 46210 20 0 0 25 0 1 0 658526378 539992064 108965 33554432000 4194304 6014671 140736273897200 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 131834 108965 726 445 0 125379 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 527336

[startup+522.301 s]
/proc/loadavg: 4.07 4.04 4.21 5/360 30424
/proc/meminfo: memFree=23363000/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=584804 CPUtime=522.31 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 123626 0 0 0 52208 23 0 0 25 0 1 0 658526378 598839296 119795 33554432000 4194304 6014671 140736273897200 18446744073709551615 4378125 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 146201 119795 726 445 0 139746 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 584804

[startup+582.301 s]
/proc/loadavg: 4.02 4.03 4.19 5/360 30426
/proc/meminfo: memFree=23327224/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=584804 CPUtime=582.31 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 124536 0 0 0 58208 23 0 0 25 0 1 0 658526378 598839296 120705 33554432000 4194304 6014671 140736273897200 18446744073709551615 4424304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 146201 120705 726 445 0 139746 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 584804

[startup+642.301 s]
/proc/loadavg: 4.22 4.07 4.19 5/360 30427
/proc/meminfo: memFree=23280060/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=584804 CPUtime=642.32 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 125444 0 0 0 64209 23 0 0 25 0 1 0 658526378 598839296 121613 33554432000 4194304 6014671 140736273897200 18446744073709551615 4422544 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 146201 121613 726 445 0 139746 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 584804

[startup+702.301 s]
/proc/loadavg: 4.08 4.05 4.18 5/360 30429
/proc/meminfo: memFree=23213528/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=584804 CPUtime=702.31 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 125889 0 0 0 70208 23 0 0 25 0 1 0 658526378 598839296 122058 33554432000 4194304 6014671 140736273897200 18446744073709551615 4424296 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 146201 122058 726 445 0 139746 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 584804

[startup+762.314 s]
/proc/loadavg: 4.03 4.04 4.16 5/360 30431
/proc/meminfo: memFree=23175164/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=584804 CPUtime=762.32 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 126635 0 0 0 76209 23 0 0 25 0 1 0 658526378 598839296 122804 33554432000 4194304 6014671 140736273897200 18446744073709551615 4423472 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 146201 122804 726 445 0 139746 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 584804

[startup+822.301 s]
/proc/loadavg: 4.01 4.03 4.15 5/360 30432
/proc/meminfo: memFree=23157004/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=584804 CPUtime=822.31 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 127215 0 0 0 82208 23 0 0 25 0 1 0 658526378 598839296 123384 33554432000 4194304 6014671 140736273897200 18446744073709551615 4423615 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 146201 123384 726 445 0 139746 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 584804

[startup+882.301 s]
/proc/loadavg: 4.00 4.02 4.14 5/360 30434
/proc/meminfo: memFree=23035676/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=645236 CPUtime=882.32 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 148881 0 0 0 88204 28 0 0 25 0 1 0 658526378 660721664 145050 33554432000 4194304 6014671 140736273897200 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 161309 145050 726 445 0 154854 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 645236

[startup+942.301 s]
/proc/loadavg: 4.00 4.02 4.13 5/360 30435
/proc/meminfo: memFree=22945348/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=764900 CPUtime=942.32 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 167729 0 0 0 94199 33 0 0 25 0 1 0 658526378 783257600 163898 33554432000 4194304 6014671 140736273897200 18446744073709551615 4376497 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 191225 163898 726 445 0 184770 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 764900

[startup+1002.3 s]
/proc/loadavg: 4.00 4.01 4.12 5/360 30438
/proc/meminfo: memFree=22884660/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=764900 CPUtime=1002.32 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 167927 0 0 0 100199 33 0 0 25 0 1 0 658526378 783257600 164096 33554432000 4194304 6014671 140736273897200 18446744073709551615 4377899 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 191225 164096 726 445 0 184770 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 764900

[startup+1062.3 s]
/proc/loadavg: 4.10 4.04 4.12 5/360 30440
/proc/meminfo: memFree=22823704/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=765028 CPUtime=1062.32 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 168413 0 0 0 106199 33 0 0 25 0 1 0 658526378 783388672 164582 33554432000 4194304 6014671 140736273897200 18446744073709551615 4535385 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 191257 164582 726 445 0 184802 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 765028

[startup+1122.3 s]
/proc/loadavg: 3.36 3.84 4.04 3/348 30482
/proc/meminfo: memFree=23556992/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=1008256 CPUtime=1122.32 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 181473 0 0 0 112196 36 0 0 25 0 1 0 658526378 1032454144 177642 33554432000 4194304 6014671 140736273897200 18446744073709551615 4376658 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 252064 177642 726 445 0 245609 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1008256

[startup+1182.3 s]
/proc/loadavg: 1.93 3.34 3.86 2/342 30502
/proc/meminfo: memFree=24301196/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=1496660 CPUtime=1182.32 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 190929 0 0 0 118194 38 0 0 25 0 1 0 658526378 1532579840 186998 33554432000 4194304 6014671 140736273897200 18446744073709551615 4423718 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 374165 186998 726 445 0 367710 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1496660

[startup+1242.3 s]
/proc/loadavg: 1.34 2.91 3.67 2/342 30503
/proc/meminfo: memFree=24294100/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=1987704 CPUtime=1242.32 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 192963 0 0 0 124194 38 0 0 25 0 1 0 658526378 2035408896 188714 33554432000 4194304 6014671 140736273897200 18446744073709551615 4377006 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 496926 188714 726 445 0 490471 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1987704



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.12 2.56 3.50 2/342 30505
/proc/meminfo: memFree=24297908/32951124 swapFree=40554400/67111528
[pid=30407] ppid=30405 vsize=2234128 CPUtime=1300.04 cores=1,3
/proc/30407/stat : 30407 (qutersat_releas) R 30405 30407 30047 0 -1 4202496 205612 0 0 0 129964 40 0 0 25 0 1 0 658526378 2287747072 187641 33554432000 4194304 6014671 140736273897200 18446744073709551615 4423718 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30407/statm: 558532 187641 726 445 0 552077 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 2234128

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.04
CPU time (s): 1300.08
CPU user time (s): 1299.65
CPU system time (s): 0.431934
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2234128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.65
system time used= 0.431934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205616
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 3194

runsolver used 4.41833 second user time and 10.4374 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-15 16:20:59
IDJOB=3376085
IDBENCH=82594
IDSOLVER=1856
FILE ID=node104/3376085-1305469259
RUNJOBID= node104-1305467720-30067
PBS_JOBID= 13325307
Free space on /tmp= 73416 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S533496308-018-UNKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376085-1305469259/watcher-3376085-1305469259 -o /tmp/evaluation-result-3376085-1305469259/solver-3376085-1305469259 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376085-1305469259.cnf 1845526036

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

MD5SUM BENCH= d893b9743a6b7d8026df42df0d29d561
RANDOM SEED=1845526036

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24175600 kB
Buffers:        319904 kB
Cached:        3103288 kB
SwapCached:     122128 kB
Active:        2091328 kB
Inactive:      6403588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24175600 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:            3928 kB
Writeback:           0 kB
AnonPages:     4962912 kB
Mapped:          16064 kB
Slab:           129860 kB
PageTables:      86532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75980580 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= 73424 MiB
End job on node104 at 2011-05-15 16:42:41