Trace number 3250330

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-03-01? (TO) 1299.99 1300.02

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-4_511.cnf
MD5SUM766a362c83d920a8f8dd49df62ed42c9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.072988
Satisfiable
(Un)Satisfiability was proved
Number of variables509
Number of clauses4478
Sum of the clauses size17912
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 44478
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.00/0.00	c Parse Cnf success: #var: 509 #clause: 4478
0.00/0.00	c Find Units :          0
0.00/0.00	c Find Invs  :          0
0.00/0.00	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.00	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.00	c Find Ite   :          0
0.00/0.00	c UnDirect variable: 0
0.00/0.00	c UnDirect to Direct Gate: 0
0.00/0.00	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.00	c Break Cycle : 0
0.00/0.00	c Total Root : 0 Undef Var: 509
0.00/0.00	c After covering, Total Root: 0 Leaf: 0
0.00/0.00	c Variable( cover/uncovered/unused ): 0 509 0
0.00/0.00	c Unit Clauses: 0
0.00/0.00	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.00	c Clauses( cover/uncovered ): 0 4478
0.00/0.00	c Total Clauses( cover/uncovered ): 0 4478 0%
0.00/0.00	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.01	c Uncover Clauses avg size: 4 max size: 4
0.00/0.01	c Final circuit: i/l/o/s     509       0    4478     13278
0.00/0.01	c CnfToAig: Time: 0 s
0.01/0.03	c TmMap: Set choices finish.
0.01/0.03	c TmMap: Set big and: 4478
0.01/0.03	c TmMap: Origin: 13788 ClauseNum: 39834 --> New: 4988 ClauseNum: 22390
0.01/0.03	c TmMap: Time: 0
0.01/0.03	c Try to Add: #clause: 8956 #xorclause: 0
0.01/0.03	c #var: 509 #clauses: 4479 Solving... 
1299.97/1300.00	c Time Out !!
1299.97/1300.00	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: 935)

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

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.93 3.95 3.00 4/187 4538
/proc/meminfo: memFree=14790348/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=32364 CPUtime=0 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 1842 0 0 0 0 0 0 0 23 0 1 0 544329792 33140736 1776 33554432000 4194304 6016207 140734327874176 18446744073709551615 4279867 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 8091 1776 396 445 0 1635 0

[startup+0.0192129 s]
/proc/loadavg: 3.93 3.95 3.00 4/187 4538
/proc/meminfo: memFree=14790348/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=35436 CPUtime=0.01 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 2643 0 0 0 1 0 0 0 23 0 1 0 544329792 36286464 2577 33554432000 4194304 6016207 140734327874176 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 8859 2580 535 445 0 2403 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 35436

[startup+0.100199 s]
/proc/loadavg: 3.93 3.95 3.00 4/187 4538
/proc/meminfo: memFree=14790348/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=49784 CPUtime=0.09 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 4691 0 0 0 9 0 0 0 23 0 1 0 544329792 50978816 4625 33554432000 4194304 6016207 140734327874176 18446744073709551615 4426916 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 12446 4625 720 445 0 5990 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49784

[startup+0.300163 s]
/proc/loadavg: 3.93 3.95 3.00 4/187 4538
/proc/meminfo: memFree=14790348/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=58420 CPUtime=0.29 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 5007 0 0 0 29 0 0 0 25 0 1 0 544329792 59822080 4941 33554432000 4194304 6016207 140734327874176 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 14605 4941 720 445 0 8149 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58420

[startup+0.700165 s]
/proc/loadavg: 3.93 3.95 3.00 4/187 4538
/proc/meminfo: memFree=14790348/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=76216 CPUtime=0.69 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 5657 0 0 0 69 0 0 0 25 0 1 0 544329792 78045184 5591 33554432000 4194304 6016207 140734327874176 18446744073709551615 4380063 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 19054 5591 720 445 0 12598 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76216

[startup+1.50096 s]
/proc/loadavg: 3.93 3.95 3.00 4/187 4560
/proc/meminfo: memFree=14771948/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=85168 CPUtime=1.49 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 6538 0 0 0 149 0 0 0 25 0 1 0 544329792 87212032 6472 33554432000 4194304 6016207 140734327874176 18446744073709551615 4424229 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 21292 6472 725 445 0 14836 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85168

[startup+3.10068 s]
/proc/loadavg: 3.93 3.95 3.00 5/190 4566
/proc/meminfo: memFree=14649448/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=94180 CPUtime=3.08 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 7086 0 0 0 308 0 0 0 25 0 1 0 544329792 96440320 7020 33554432000 4194304 6016207 140734327874176 18446744073709551615 4373637 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 23545 7020 725 445 0 17089 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 94180

[startup+6.30011 s]
/proc/loadavg: 3.93 3.95 3.01 5/190 4566
/proc/meminfo: memFree=14641312/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=103364 CPUtime=6.29 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 7635 0 0 0 628 1 0 0 25 0 1 0 544329792 105844736 7569 33554432000 4194304 6016207 140734327874176 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 25841 7569 725 445 0 19385 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 103364

[startup+12.701 s]
/proc/loadavg: 3.94 3.95 3.01 5/190 4567
/proc/meminfo: memFree=14626692/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=103364 CPUtime=12.69 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 8197 0 0 0 1268 1 0 0 25 0 1 0 544329792 105844736 8131 33554432000 4194304 6016207 140734327874176 18446744073709551615 4426003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 25841 8131 725 445 0 19385 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 103364

[startup+25.5007 s]
/proc/loadavg: 3.95 3.96 3.03 5/190 4567
/proc/meminfo: memFree=14610452/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=103364 CPUtime=25.49 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 9094 0 0 0 2548 1 0 0 25 0 1 0 544329792 105844736 9028 33554432000 4194304 6016207 140734327874176 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 25841 9028 725 445 0 19385 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 103364

[startup+51.1003 s]
/proc/loadavg: 3.97 3.96 3.05 5/190 4568
/proc/meminfo: memFree=14577068/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=103364 CPUtime=51.09 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 10581 0 0 0 5108 1 0 0 25 0 1 0 544329792 105844736 10515 33554432000 4194304 6016207 140734327874176 18446744073709551615 4425486 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 25841 10515 725 445 0 19385 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 103364

[startup+102.307 s]
/proc/loadavg: 3.98 3.96 3.10 5/190 4569
/proc/meminfo: memFree=14518984/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=123224 CPUtime=102.3 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 18527 0 0 0 10228 2 0 0 25 0 1 0 544329792 126181376 18461 33554432000 4194304 6016207 140734327874176 18446744073709551615 4425987 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 30806 18461 732 445 0 24350 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 123224

[startup+162.301 s]
/proc/loadavg: 3.99 3.97 3.15 5/190 4571
/proc/meminfo: memFree=14448884/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=134356 CPUtime=162.29 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 23772 0 0 0 16226 3 0 0 25 0 1 0 544329792 137580544 23706 33554432000 4194304 6016207 140734327874176 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 33589 23706 732 445 0 27133 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 134356

[startup+222.3 s]
/proc/loadavg: 4.05 3.99 3.21 5/190 4572
/proc/meminfo: memFree=14424164/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=145620 CPUtime=222.3 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 26087 0 0 0 22226 4 0 0 25 0 1 0 544329792 149114880 26006 33554432000 4194304 6016207 140734327874176 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 36405 26006 732 445 0 29949 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 145620

[startup+282.301 s]
/proc/loadavg: 4.02 3.99 3.25 5/190 4574
/proc/meminfo: memFree=14383444/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=169368 CPUtime=282.3 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 33652 0 0 0 28225 5 0 0 25 0 1 0 544329792 173432832 33527 33554432000 4194304 6016207 140734327874176 18446744073709551615 4513198 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 42342 33527 735 445 0 35886 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 169368

[startup+342.3 s]
/proc/loadavg: 4.00 3.99 3.30 5/190 4575
/proc/meminfo: memFree=14350312/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=181960 CPUtime=342.29 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 37724 0 0 0 34223 6 0 0 25 0 1 0 544329792 186327040 37578 33554432000 4194304 6016207 140734327874176 18446744073709551615 4425473 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 45490 37578 735 445 0 39034 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 181960

[startup+402.301 s]
/proc/loadavg: 4.07 4.00 3.34 5/190 4577
/proc/meminfo: memFree=14332160/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=243812 CPUtime=402.29 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 41562 0 0 0 40221 8 0 0 25 0 1 0 544329792 249663488 41377 33554432000 4194304 6016207 140734327874176 18446744073709551615 4371192 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 60953 41377 735 445 0 54497 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 243812

[startup+462.3 s]
/proc/loadavg: 4.02 4.00 3.38 5/190 4579
/proc/meminfo: memFree=14310660/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=256276 CPUtime=462.29 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 44422 0 0 0 46220 9 0 0 25 0 1 0 544329792 262426624 44222 33554432000 4194304 6016207 140734327874176 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 64069 44222 735 445 0 57613 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 256276

[startup+522.301 s]
/proc/loadavg: 4.01 4.00 3.42 5/190 4580
/proc/meminfo: memFree=14304536/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=256276 CPUtime=522.29 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 45417 0 0 0 52220 9 0 0 25 0 1 0 544329792 262426624 45183 33554432000 4194304 6016207 140734327874176 18446744073709551615 4426107 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 64069 45183 735 445 0 57613 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 256276

[startup+582.3 s]
/proc/loadavg: 3.78 3.95 3.44 4/184 4600
/proc/meminfo: memFree=14545464/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=256276 CPUtime=582.29 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 45435 0 0 0 58220 9 0 0 25 0 1 0 544329792 262426624 45182 33554432000 4194304 6016207 140734327874176 18446744073709551615 4425984 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 64069 45182 735 445 0 57613 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 256276

[startup+642.301 s]
/proc/loadavg: 3.28 3.77 3.41 4/184 4601
/proc/meminfo: memFree=14530188/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=256276 CPUtime=642.3 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 46612 0 0 0 64220 10 0 0 25 0 1 0 544329792 262426624 46339 33554432000 4194304 6016207 140734327874176 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 64069 46339 735 445 0 57613 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 256276

[startup+702.3 s]
/proc/loadavg: 3.10 3.63 3.38 4/184 4603
/proc/meminfo: memFree=14524836/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=309660 CPUtime=702.29 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 47244 0 0 0 70219 10 0 0 25 0 1 0 544329792 317091840 46926 33554432000 4194304 6016207 140734327874176 18446744073709551615 4370927 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 77415 46926 735 445 0 70959 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 309660

[startup+762.307 s]
/proc/loadavg: 3.04 3.51 3.35 4/184 4605
/proc/meminfo: memFree=14519980/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=309660 CPUtime=762.29 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 47631 0 0 0 76219 10 0 0 25 0 1 0 544329792 317091840 47261 33554432000 4194304 6016207 140734327874176 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 77415 47261 735 445 0 70959 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 309660

[startup+822.301 s]
/proc/loadavg: 3.01 3.42 3.33 4/184 4606
/proc/meminfo: memFree=14518840/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=309660 CPUtime=822.28 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 47883 0 0 0 82218 10 0 0 25 0 1 0 544329792 317091840 47454 33554432000 4194304 6016207 140734327874176 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 77415 47454 735 445 0 70959 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 309660

[startup+882.301 s]
/proc/loadavg: 3.00 3.34 3.30 4/184 4608
/proc/meminfo: memFree=14487948/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=309660 CPUtime=882.28 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 48792 0 0 0 88217 11 0 0 25 0 1 0 544329792 317091840 48363 33554432000 4194304 6016207 140734327874176 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 77415 48363 735 445 0 70959 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 309660

[startup+942.301 s]
/proc/loadavg: 2.78 3.22 3.26 3/178 4627
/proc/meminfo: memFree=14746200/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=309660 CPUtime=942.28 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 48848 0 0 0 94217 11 0 0 25 0 1 0 544329792 317091840 48351 33554432000 4194304 6016207 140734327874176 18446744073709551615 4425534 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 77415 48351 735 445 0 70959 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 309660

[startup+1002.3 s]
/proc/loadavg: 2.28 3.00 3.18 3/178 4629
/proc/meminfo: memFree=14744676/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=309788 CPUtime=1002.28 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 49005 0 0 0 100217 11 0 0 25 0 1 0 544329792 317222912 48460 33554432000 4194304 6016207 140734327874176 18446744073709551615 4513198 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 77447 48460 735 445 0 70991 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 309788

[startup+1062.3 s]
/proc/loadavg: 2.10 2.81 3.11 3/178 4631
/proc/meminfo: memFree=14744372/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=309788 CPUtime=1062.28 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 49005 0 0 0 106217 11 0 0 25 0 1 0 544329792 317222912 48460 33554432000 4194304 6016207 140734327874176 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 77447 48460 735 445 0 70991 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 309788

[startup+1122.3 s]
/proc/loadavg: 2.04 2.66 3.03 3/178 4641
/proc/meminfo: memFree=14703648/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=309788 CPUtime=1122.27 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 59206 0 0 0 112213 14 0 0 25 0 1 0 544329792 317222912 58582 33554432000 4194304 6016207 140734327874176 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 77447 58582 735 445 0 70991 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 309788

[startup+1182.3 s]
/proc/loadavg: 2.01 2.54 2.97 3/178 4643
/proc/meminfo: memFree=14700612/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=309788 CPUtime=1182.28 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 59844 0 0 0 118213 15 0 0 25 0 1 0 544329792 317222912 59220 33554432000 4194304 6016207 140734327874176 18446744073709551615 4513280 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 77447 59220 735 445 0 70991 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 309788

[startup+1242.3 s]
/proc/loadavg: 2.06 2.45 2.91 3/178 4644
/proc/meminfo: memFree=14700336/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=309788 CPUtime=1242.27 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 59844 0 0 0 124212 15 0 0 25 0 1 0 544329792 317222912 59051 33554432000 4194304 6016207 140734327874176 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 77447 59051 735 445 0 70991 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 309788



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.02 2.37 2.85 3/178 4646
/proc/meminfo: memFree=14699548/32950940 swapFree=67111528/67111528
[pid=4538] ppid=4536 vsize=309788 CPUtime=1299.97 cores=5,7
/proc/4538/stat : 4538 (qutersat_releas) R 4536 4538 4357 0 -1 4202496 60139 0 0 0 129982 15 0 0 25 0 1 0 544329792 317222912 59346 33554432000 4194304 6016207 140734327874176 18446744073709551615 4425999 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4538/statm: 77447 59346 735 445 0 70991 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 309788

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

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

Child status: 1
Real time (s): 1300.02
CPU time (s): 1299.99
CPU user time (s): 1299.82
CPU system time (s): 0.167974
CPU usage (%): 99.9977
Max. virtual memory (cumulated for all children) (KiB): 309788

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

runsolver used 2.03869 second user time and 5.06423 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-23 08:43:10
IDJOB=3250330
IDBENCH=83250
IDSOLVER=1607
FILE ID=node117/3250330-1303540990
RUNJOBID= node117-1303539685-4378
PBS_JOBID= 13143121
Free space on /tmp= 72264 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-4_511.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250330-1303540990/watcher-3250330-1303540990 -o /tmp/evaluation-result-3250330-1303540990/solver-3250330-1303540990 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3250330-1303540990.cnf 719671794

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

MD5SUM BENCH= 766a362c83d920a8f8dd49df62ed42c9
RANDOM SEED=719671794

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      14790372 kB
Buffers:       2307988 kB
Cached:       14875928 kB
SwapCached:          0 kB
Active:        9737736 kB
Inactive:      7867060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      14790372 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1620 kB
Writeback:           0 kB
AnonPages:      420512 kB
Mapped:          18492 kB
Slab:           490152 kB
PageTables:       6008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   833604 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= 72264 MiB
End job on node117 at 2011-04-23 09:04:52