Trace number 3376062

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.09 1300.05

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v15000-c63000-S976131144-051-UNKNOWN.cnf
MD5SUM951fe016d765ee9b2e2038c7330879da
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.87765
Satisfiable
(Un)Satisfiability was proved
Number of variables15000
Number of clauses63000
Sum of the clauses size189000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 363000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.07	c Parse Cnf success: #var: 15000 #clause: 63000
0.00/0.07	c Find Units :          0
0.00/0.07	c Find Invs  :          0
0.00/0.08	c Find Ands  :          0 AvgFaninNum: nan
0.06/0.08	c Find Xors  :          0 AvgFaninNum: nan
0.06/0.09	c Find Ite   :          0
0.08/0.11	c UnDirect variable: 0
0.08/0.11	c UnDirect to Direct Gate: 0
0.08/0.11	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.08/0.11	c Break Cycle : 0
0.08/0.11	c Total Root : 0 Undef Var: 15000
0.08/0.11	c After covering, Total Root: 0 Leaf: 0
0.08/0.11	c Variable( cover/uncovered/unused ): 0 15000 0
0.08/0.11	c Unit Clauses: 0
0.08/0.11	c Binary Clauses( cover/uncovered ): 0 0
0.08/0.11	c Clauses( cover/uncovered ): 0 63000
0.08/0.11	c Total Clauses( cover/uncovered ): 0 63000 0%
0.08/0.11	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.08/0.17	c Uncover Clauses avg size: 3 max size: 3
0.08/0.17	c Final circuit: i/l/o/s   15000       0   63000    125994
0.08/0.17	c CnfToAig: Time: 0.16 s
0.19/0.27	c TmMap: Set choices finish.
0.28/0.32	c TmMap: Set big and: 63000
0.28/0.32	c TmMap: Origin: 140995 ClauseNum: 377982 --> New: 78001 ClauseNum: 252000
0.28/0.32	c TmMap: Time: 0.07
0.28/0.34	c Try to Add: #clause: 126000 #xorclause: 0
0.28/0.37	c #var: 15000 #clauses: 63001 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-3376062-1305469082/watcher-3376062-1305469082 -o /tmp/evaluation-result-3376062-1305469082/solver-3376062-1305469082 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376062-1305469082.cnf 1155166932 

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: 4.02 4.09 4.68 4/346 32450
/proc/meminfo: memFree=11437416/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=33388 CPUtime=0 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 1958 0 0 0 0 0 0 0 18 0 1 0 737138934 34189312 1894 33554432000 4194304 6014671 140737132004608 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 8347 1894 378 445 0 1892 0

[startup+0.083524 s]
/proc/loadavg: 4.02 4.09 4.68 4/346 32450
/proc/meminfo: memFree=11437416/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=46700 CPUtime=0.06 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 5361 0 0 0 6 0 0 0 18 0 1 0 737138934 47820800 5297 33554432000 4194304 6014671 140737132004608 18446744073709551615 4278806 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 11675 5297 393 445 0 5220 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 46700

[startup+0.100519 s]
/proc/loadavg: 4.02 4.09 4.68 4/346 32450
/proc/meminfo: memFree=11437416/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=46700 CPUtime=0.08 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 5361 0 0 0 8 0 0 0 18 0 1 0 737138934 47820800 5297 33554432000 4194304 6014671 140737132004608 18446744073709551615 4263930 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 11675 5297 393 445 0 5220 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 46700

[startup+0.300483 s]
/proc/loadavg: 4.02 4.09 4.68 4/346 32450
/proc/meminfo: memFree=11437416/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=76168 CPUtime=0.28 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 12740 0 0 0 27 1 0 0 18 0 1 0 737138934 77996032 12676 33554432000 4194304 6014671 140737132004608 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 19042 12677 670 445 0 12587 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 76168

[startup+0.700408 s]
/proc/loadavg: 4.02 4.09 4.68 4/346 32450
/proc/meminfo: memFree=11437416/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=84360 CPUtime=0.69 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 14664 0 0 0 67 2 0 0 18 0 1 0 737138934 86384640 14600 33554432000 4194304 6014671 140737132004608 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 21090 14600 721 445 0 14635 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84360

[startup+1.50026 s]
/proc/loadavg: 4.02 4.08 4.68 5/347 32451
/proc/meminfo: memFree=11379400/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=84360 CPUtime=1.49 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 14664 0 0 0 147 2 0 0 20 0 1 0 737138934 86384640 14600 33554432000 4194304 6014671 140737132004608 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 21090 14600 721 445 0 14635 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84360

[startup+3.10096 s]
/proc/loadavg: 4.02 4.08 4.68 5/347 32451
/proc/meminfo: memFree=11377168/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=117176 CPUtime=3.09 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 15370 0 0 0 307 2 0 0 25 0 1 0 737138934 119988224 15306 33554432000 4194304 6014671 140737132004608 18446744073709551615 231895187092 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 29294 15306 721 445 0 22839 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 117176

[startup+6.30035 s]
/proc/loadavg: 4.02 4.08 4.68 5/347 32452
/proc/meminfo: memFree=11351448/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=129688 CPUtime=6.28 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 19092 0 0 0 626 2 0 0 25 0 1 0 737138934 132800512 19028 33554432000 4194304 6014671 140737132004608 18446744073709551615 4423610 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 32422 19028 722 445 0 25967 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 129688

[startup+12.7011 s]
/proc/loadavg: 4.02 4.08 4.67 5/347 32452
/proc/meminfo: memFree=11297268/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=206492 CPUtime=12.68 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 33580 0 0 0 1264 4 0 0 25 0 1 0 737138934 211447808 33509 33554432000 4194304 6014671 140737132004608 18446744073709551615 4423533 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 51623 33509 726 445 0 45168 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 206492

[startup+25.5007 s]
/proc/loadavg: 4.02 4.08 4.66 5/347 32452
/proc/meminfo: memFree=11280896/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=258892 CPUtime=25.49 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 40929 0 0 0 2542 7 0 0 25 0 1 0 737138934 265105408 40858 33554432000 4194304 6014671 140737132004608 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 64723 40858 726 445 0 58268 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 258892

[startup+51.1009 s]
/proc/loadavg: 4.01 4.07 4.64 5/347 32453
/proc/meminfo: memFree=11198008/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=302052 CPUtime=51.08 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 57537 0 0 0 5098 10 0 0 25 0 1 0 737138934 309301248 57466 33554432000 4194304 6014671 140737132004608 18446744073709551615 4424142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 75513 57466 726 445 0 69058 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 302052

[startup+102.313 s]
/proc/loadavg: 4.00 4.06 4.60 5/347 32454
/proc/meminfo: memFree=11169604/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=316528 CPUtime=102.3 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 63024 0 0 0 10218 12 0 0 25 0 1 0 737138934 324124672 62890 33554432000 4194304 6014671 140737132004608 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 79132 62890 726 445 0 72677 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 316528

[startup+162.301 s]
/proc/loadavg: 3.92 4.03 4.56 4/345 32457
/proc/meminfo: memFree=11520120/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=478636 CPUtime=162.29 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 78919 0 0 0 16213 16 0 0 25 0 1 0 737138934 490123264 78633 33554432000 4194304 6014671 140737132004608 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 119659 78633 726 445 0 113204 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 478636

[startup+222.301 s]
/proc/loadavg: 4.08 4.05 4.53 5/347 32485
/proc/meminfo: memFree=11379372/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=478636 CPUtime=222.29 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 84454 0 0 0 22212 17 0 0 25 0 1 0 737138934 490123264 79505 33554432000 4194304 6014671 140737132004608 18446744073709551615 4423725 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 119659 79505 726 445 0 113204 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 478636

[startup+282.3 s]
/proc/loadavg: 4.03 4.04 4.50 5/347 32487
/proc/meminfo: memFree=11350192/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=478636 CPUtime=282.29 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 84543 0 0 0 28212 17 0 0 25 0 1 0 737138934 490123264 79594 33554432000 4194304 6014671 140737132004608 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 119659 79594 726 445 0 113204 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 478636

[startup+342.301 s]
/proc/loadavg: 4.08 4.05 4.47 5/347 32489
/proc/meminfo: memFree=11295464/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=478636 CPUtime=342.3 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 84624 0 0 0 34212 18 0 0 25 0 1 0 737138934 490123264 79675 33554432000 4194304 6014671 140737132004608 18446744073709551615 4378383 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 119659 79675 726 445 0 113204 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 478636

[startup+402.301 s]
/proc/loadavg: 4.03 4.03 4.43 5/347 32490
/proc/meminfo: memFree=11266784/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=478636 CPUtime=402.3 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 85227 0 0 0 40212 18 0 0 25 0 1 0 737138934 490123264 80278 33554432000 4194304 6014671 140737132004608 18446744073709551615 4424320 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 119659 80278 726 445 0 113204 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 478636

[startup+462.301 s]
/proc/loadavg: 4.01 4.03 4.41 5/347 32492
/proc/meminfo: memFree=11178568/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=531212 CPUtime=462.3 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 99819 0 0 0 46209 21 0 0 25 0 1 0 737138934 543961088 94870 33554432000 4194304 6014671 140737132004608 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 132803 94870 726 445 0 126348 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 531212

[startup+522.3 s]
/proc/loadavg: 4.05 4.03 4.38 5/347 32493
/proc/meminfo: memFree=11141456/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=583972 CPUtime=522.3 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 103180 0 0 0 52208 22 0 0 25 0 1 0 737138934 597987328 98231 33554432000 4194304 6014671 140737132004608 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 145993 98231 726 445 0 139538 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 583972

[startup+582.301 s]
/proc/loadavg: 3.73 3.96 4.33 4/341 32512
/proc/meminfo: memFree=11398060/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=583972 CPUtime=582.31 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 103776 0 0 0 58208 23 0 0 25 0 1 0 737138934 597987328 98827 33554432000 4194304 6014671 140737132004608 18446744073709551615 4424006 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 145993 98827 726 445 0 139538 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 583972

[startup+642.301 s]
/proc/loadavg: 3.27 3.78 4.25 4/341 32514
/proc/meminfo: memFree=11392804/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=583972 CPUtime=642.32 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 104377 0 0 0 64209 23 0 0 25 0 1 0 737138934 597987328 99428 33554432000 4194304 6014671 140737132004608 18446744073709551615 4422589 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 145993 99428 726 445 0 139538 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 583972

[startup+702.3 s]
/proc/loadavg: 3.18 3.65 4.17 4/341 32515
/proc/meminfo: memFree=11315252/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=639052 CPUtime=702.31 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 123502 0 0 0 70205 26 0 0 25 0 1 0 737138934 654389248 118504 33554432000 4194304 6014671 140737132004608 18446744073709551615 4378383 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 159763 118504 726 445 0 153308 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 639052

[startup+762.313 s]
/proc/loadavg: 3.06 3.53 4.09 4/341 32517
/proc/meminfo: memFree=11250736/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=639052 CPUtime=762.33 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 138476 0 0 0 76203 30 0 0 25 0 1 0 737138934 654389248 133478 33554432000 4194304 6014671 140737132004608 18446744073709551615 4377923 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 159763 133478 726 445 0 153308 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 639052

[startup+822.301 s]
/proc/loadavg: 2.74 3.37 4.00 3/335 32536
/proc/meminfo: memFree=11581672/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=693952 CPUtime=822.31 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 150444 0 0 0 82196 35 0 0 25 0 1 0 737138934 710606848 145446 33554432000 4194304 6014671 140737132004608 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 173488 145446 726 445 0 167033 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 693952

[startup+882.301 s]
/proc/loadavg: 2.27 3.12 3.87 3/335 32538
/proc/meminfo: memFree=11562536/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=749276 CPUtime=882.31 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 152269 0 0 0 88195 36 0 0 25 0 1 0 737138934 767258624 147271 33554432000 4194304 6014671 140737132004608 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 187319 147271 726 445 0 180864 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 749276

[startup+942.3 s]
/proc/loadavg: 2.10 2.91 3.75 3/335 32540
/proc/meminfo: memFree=11512256/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=749276 CPUtime=942.32 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 152880 0 0 0 94195 37 0 0 25 0 1 0 737138934 767258624 147882 33554432000 4194304 6014671 140737132004608 18446744073709551615 4424463 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 187319 147882 726 445 0 180864 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 749276

[startup+1002.3 s]
/proc/loadavg: 2.11 2.76 3.65 3/335 32541
/proc/meminfo: memFree=11508616/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=749276 CPUtime=1002.33 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 153644 0 0 0 100196 37 0 0 25 0 1 0 737138934 767258624 148646 33554432000 4194304 6014671 140737132004608 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 187319 148646 726 445 0 180864 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 749276

[startup+1062.3 s]
/proc/loadavg: 2.04 2.62 3.54 3/335 32543
/proc/meminfo: memFree=11431188/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=749404 CPUtime=1062.32 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 161641 0 0 0 106194 38 0 0 25 0 1 0 737138934 767389696 156643 33554432000 4194304 6014671 140737132004608 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 187351 156643 726 445 0 180896 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 749404

[startup+1122.3 s]
/proc/loadavg: 2.01 2.50 3.44 3/335 32544
/proc/meminfo: memFree=11343972/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=806000 CPUtime=1122.33 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 179688 0 0 0 112190 43 0 0 25 0 1 0 737138934 825344000 174690 33554432000 4194304 6014671 140737132004608 18446744073709551615 4379309 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 201500 174690 726 445 0 195045 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 806000

[startup+1182.3 s]
/proc/loadavg: 2.00 2.41 3.35 3/335 32546
/proc/meminfo: memFree=11323568/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=863460 CPUtime=1182.32 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 184289 0 0 0 118189 43 0 0 25 0 1 0 737138934 884183040 179291 33554432000 4194304 6014671 140737132004608 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 215865 179291 726 445 0 209410 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 863460

[startup+1242.3 s]
/proc/loadavg: 2.00 2.33 3.26 3/335 32549
/proc/meminfo: memFree=11308276/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=863460 CPUtime=1242.33 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 187352 0 0 0 124189 44 0 0 25 0 1 0 737138934 884183040 182354 33554432000 4194304 6014671 140737132004608 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 215865 182354 726 445 0 209410 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 863460



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.04 2.29 3.19 3/335 32552
/proc/meminfo: memFree=11266212/32950928 swapFree=67085488/67111528
[pid=32450] ppid=32448 vsize=1093384 CPUtime=1300.04 cores=5,7
/proc/32450/stat : 32450 (qutersat_releas) R 32448 32450 32129 0 -1 4202496 190048 0 0 0 129959 45 0 0 25 0 1 0 737138934 1119625216 185044 33554432000 4194304 6014671 140737132004608 18446744073709551615 4423661 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32450/statm: 273346 185044 726 445 0 266891 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1093384

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.05
CPU time (s): 1300.09
CPU user time (s): 1299.6
CPU system time (s): 0.487925
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1093384

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

runsolver used 3.99539 second user time and 10.1935 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 16:18:03
IDJOB=3376062
IDBENCH=82571
IDSOLVER=1856
FILE ID=node114/3376062-1305469082
RUNJOBID= node114-1305467738-32150
PBS_JOBID= 13325312
Free space on /tmp= 72984 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v15000-c63000-S976131144-051-UNKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376062-1305469082/watcher-3376062-1305469082 -o /tmp/evaluation-result-3376062-1305469082/solver-3376062-1305469082 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376062-1305469082.cnf 1155166932

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

MD5SUM BENCH= 951fe016d765ee9b2e2038c7330879da
RANDOM SEED=1155166932

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.848
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.73
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.848
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.848
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.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11437564 kB
Buffers:        299616 kB
Cached:        5124100 kB
SwapCached:         96 kB
Active:       16540476 kB
Inactive:      4564412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11437564 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:            2744 kB
Writeback:           0 kB
AnonPages:    15681372 kB
Mapped:          33792 kB
Slab:           294184 kB
PageTables:      48532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 58335272 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= 72992 MiB
End job on node114 at 2011-05-15 16:39:45