Trace number 3251694

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) 1300.05 1300.23

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q585-n40-p30-s19690873.cnf
MD5SUMe096925b96a6999132833f44e4f216d7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.3388
Satisfiable
(Un)Satisfiability was proved
Number of variables1638
Number of clauses253275
Sum of the clauses size508108
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2253235
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.07	c Parse Cnf success: #var: 1638 #clause: 253275
0.00/0.07	c Find Units :          0
0.00/0.08	c Find Invs  :          0
0.00/0.08	c Find Ands  :       1638 AvgFaninNum: 40.0452
0.00/0.08	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.08	c Find Ite   :          0
0.00/0.08	c UnDirect variable: 0
0.00/0.08	c UnDirect to Direct Gate: 0
0.00/0.08	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.08	c Break Cycle : 1598
0.00/0.08	c Total Root : 0 Undef Var: 1598
0.00/0.09	c After covering, Total Root: 40 Leaf: 1598
0.00/0.09	c Variable( cover/uncovered/unused ): 1638 0 0
0.00/0.09	c Unit Clauses: 0
0.00/0.09	c Binary Clauses( cover/uncovered ): 1598 251637
0.00/0.09	c Clauses( cover/uncovered ): 40 0
0.00/0.09	c Total Clauses( cover/uncovered ): 1638 251637 0.646728%
0.00/0.09	c Covered Ands: 40 Invs: 0 Xors: 0 Ites: 0
0.18/0.20	c Uncover Clauses avg size: 2 max size: 2
0.18/0.20	c Final circuit: i/l/o/s    1598       0  251637    253195
0.18/0.20	c CnfToAig: Time: 0.19 s
0.28/0.33	c TmMap: Set choices finish.
0.39/0.45	c TmMap: Set big and: 251677
0.39/0.45	c TmMap: Origin: 254794 ClauseNum: 759585 --> New: 253276 ClauseNum: 756549
0.39/0.45	c TmMap: Time: 0.13
0.39/0.48	c Try to Add: #clause: 503354 #xorclause: 0
0.48/0.52	c #var: 1638 #clauses: 41 Solving... 
1300.02/1300.00	c Time Out !!
1300.02/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-3251694-1303583847/watcher-3251694-1303583847 -o /tmp/evaluation-result-3251694-1303583847/solver-3251694-1303583847 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3251694-1303583847.cnf 134855170 

running on 2 cores: 0,2

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: 1.34 3.00 3.54 1/172 10953
/proc/meminfo: memFree=18573344/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=11800 CPUtime=0 cores=0,2
/proc/10953/stat : 10953 (runsolver) R 10951 10953 9649 0 -1 4202560 42 0 0 0 0 0 0 0 23 0 1 0 469984376 12083200 51 33554432000 4194304 5434984 140736695507472 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/10953/statm: 2950 51 31 303 0 2644 0

[startup+0.011797 s]
/proc/loadavg: 1.34 3.00 3.54 1/172 10953
/proc/meminfo: memFree=18573344/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=32364 CPUtime=0 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 1730 0 0 0 0 0 0 0 23 0 1 0 469984376 33140736 1664 33554432000 4194304 6016207 140735383311120 18446744073709551615 4302800 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 8091 1667 378 445 0 1635 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 32364

[startup+0.100762 s]
/proc/loadavg: 1.34 3.00 3.54 1/172 10953
/proc/meminfo: memFree=18573344/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=43628 CPUtime=0.09 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 4784 0 0 0 9 0 0 0 23 0 1 0 469984376 44675072 4718 33554432000 4194304 6016207 140735383311120 18446744073709551615 4277839 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 10907 4718 400 445 0 4451 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43628

[startup+0.300768 s]
/proc/loadavg: 1.34 3.00 3.54 1/172 10953
/proc/meminfo: memFree=18573344/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=89348 CPUtime=0.28 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 16252 0 0 0 27 1 0 0 24 0 1 0 469984376 91492352 16186 33554432000 4194304 6016207 140735383311120 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 22337 16188 670 445 0 15881 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 89348

[startup+0.700661 s]
/proc/loadavg: 1.34 3.00 3.54 1/172 10953
/proc/meminfo: memFree=18573344/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=121504 CPUtime=0.68 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 24500 0 0 0 66 2 0 0 25 0 1 0 469984376 124420096 24434 33554432000 4194304 6016207 140735383311120 18446744073709551615 4528952 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 30376 24434 709 445 0 23920 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 121504

[startup+1.50053 s]
/proc/loadavg: 1.31 2.96 3.52 2/173 10954
/proc/meminfo: memFree=18477856/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=121504 CPUtime=1.48 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 24509 0 0 0 146 2 0 0 25 0 1 0 469984376 124420096 24443 33554432000 4194304 6016207 140735383311120 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 30376 24443 718 445 0 23920 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 121504

[startup+3.10028 s]
/proc/loadavg: 1.31 2.96 3.52 2/173 10954
/proc/meminfo: memFree=18477720/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=132824 CPUtime=3.08 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 25212 0 0 0 306 2 0 0 25 0 1 0 469984376 136011776 25146 33554432000 4194304 6016207 140735383311120 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 33206 25146 718 445 0 26750 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 132824

[startup+6.30073 s]
/proc/loadavg: 1.31 2.96 3.52 2/170 10954
/proc/meminfo: memFree=18473152/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=132824 CPUtime=6.28 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 25756 0 0 0 626 2 0 0 25 0 1 0 469984376 136011776 25690 33554432000 4194304 6016207 140735383311120 18446744073709551615 4538696 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 33206 25690 727 445 0 26750 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 132824

[startup+12.7006 s]
/proc/loadavg: 1.41 2.93 3.51 2/170 10954
/proc/meminfo: memFree=18467804/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=132824 CPUtime=12.69 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 27165 0 0 0 1266 3 0 0 25 0 1 0 469984376 136011776 27099 33554432000 4194304 6016207 140735383311120 18446744073709551615 4536896 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 33206 27099 727 445 0 26750 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 132824

[startup+25.5004 s]
/proc/loadavg: 1.35 2.87 3.48 2/170 10955
/proc/meminfo: memFree=18460000/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=144456 CPUtime=25.49 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 29131 0 0 0 2546 3 0 0 25 0 1 0 469984376 147922944 29065 33554432000 4194304 6016207 140735383311120 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 36114 29065 727 445 0 29658 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 144456

[startup+51.101 s]
/proc/loadavg: 1.21 2.69 3.40 2/170 10955
/proc/meminfo: memFree=18439892/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=181540 CPUtime=51.08 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 34632 0 0 0 5104 4 0 0 25 0 1 0 469984376 185896960 34566 33554432000 4194304 6016207 140735383311120 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 45385 34566 727 445 0 38929 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 181540

[startup+102.306 s]
/proc/loadavg: 1.09 2.42 3.27 2/170 10957
/proc/meminfo: memFree=18343536/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=315388 CPUtime=102.29 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 58148 0 0 0 10222 7 0 0 25 0 1 0 469984376 322957312 58075 33554432000 4194304 6016207 140735383311120 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 78847 58075 731 445 0 72391 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 315388

[startup+162.301 s]
/proc/loadavg: 1.03 2.16 3.13 2/170 10958
/proc/meminfo: memFree=18334836/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=376692 CPUtime=162.29 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 63453 0 0 0 16220 9 0 0 25 0 1 0 469984376 385732608 60271 33554432000 4194304 6016207 140735383311120 18446744073709551615 4536921 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 94173 60271 727 445 0 87717 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 376692

[startup+222.3 s]
/proc/loadavg: 1.01 1.95 2.99 2/170 10959
/proc/meminfo: memFree=18330600/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=505480 CPUtime=222.29 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 64504 0 0 0 22220 9 0 0 25 0 1 0 469984376 517611520 61322 33554432000 4194304 6016207 140735383311120 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 126370 61322 727 445 0 119914 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 505480

[startup+282.301 s]
/proc/loadavg: 1.00 1.77 2.86 2/170 10961
/proc/meminfo: memFree=18264744/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=505480 CPUtime=282.29 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 80990 0 0 0 28217 12 0 0 25 0 1 0 469984376 517611520 77777 33554432000 4194304 6016207 140735383311120 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 126370 77777 727 445 0 119914 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 505480

[startup+342.3 s]
/proc/loadavg: 1.00 1.63 2.74 2/170 10963
/proc/meminfo: memFree=18240668/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=505480 CPUtime=342.29 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 87025 0 0 0 34216 13 0 0 25 0 1 0 469984376 517611520 83812 33554432000 4194304 6016207 140735383311120 18446744073709551615 4386046 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 126370 83812 727 445 0 119914 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 505480

[startup+402.301 s]
/proc/loadavg: 1.00 1.51 2.63 2/170 10965
/proc/meminfo: memFree=18219444/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=505480 CPUtime=402.29 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 92394 0 0 0 40216 13 0 0 25 0 1 0 469984376 517611520 89181 33554432000 4194304 6016207 140735383311120 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 126370 89181 727 445 0 119914 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 505480

[startup+462.301 s]
/proc/loadavg: 1.00 1.42 2.53 2/170 10966
/proc/meminfo: memFree=18203428/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=505480 CPUtime=462.29 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 96372 0 0 0 46215 14 0 0 25 0 1 0 469984376 517611520 93159 33554432000 4194304 6016207 140735383311120 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 126370 93159 727 445 0 119914 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 505480

[startup+522.3 s]
/proc/loadavg: 1.00 1.34 2.43 2/170 10967
/proc/meminfo: memFree=18202932/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=505480 CPUtime=522.29 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 96491 0 0 0 52215 14 0 0 25 0 1 0 469984376 517611520 93278 33554432000 4194304 6016207 140735383311120 18446744073709551615 4538716 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 126370 93278 727 445 0 119914 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 505480

[startup+582.301 s]
/proc/loadavg: 1.00 1.27 2.34 2/170 10969
/proc/meminfo: memFree=18178984/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=505480 CPUtime=582.29 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 102513 0 0 0 58214 15 0 0 25 0 1 0 469984376 517611520 99300 33554432000 4194304 6016207 140735383311120 18446744073709551615 4426181 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 126370 99300 727 445 0 119914 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 505480

[startup+642.3 s]
/proc/loadavg: 1.00 1.22 2.25 2/170 10971
/proc/meminfo: memFree=18178588/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=505480 CPUtime=642.3 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 102588 0 0 0 64215 15 0 0 25 0 1 0 469984376 517611520 99375 33554432000 4194304 6016207 140735383311120 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 126370 99375 727 445 0 119914 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 505480

[startup+702.301 s]
/proc/loadavg: 1.05 1.19 2.17 2/170 10973
/proc/meminfo: memFree=18178444/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=505480 CPUtime=702.3 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 102628 0 0 0 70215 15 0 0 25 0 1 0 469984376 517611520 99415 33554432000 4194304 6016207 140735383311120 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 126370 99415 727 445 0 119914 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 505480

[startup+762.307 s]
/proc/loadavg: 1.02 1.16 2.10 2/170 10974
/proc/meminfo: memFree=18175560/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=505480 CPUtime=762.3 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 103375 0 0 0 76215 15 0 0 25 0 1 0 469984376 517611520 100162 33554432000 4194304 6016207 140735383311120 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 126370 100162 727 445 0 119914 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 505480

[startup+822.301 s]
/proc/loadavg: 1.00 1.12 2.03 2/170 10975
/proc/meminfo: memFree=18175172/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=505480 CPUtime=822.3 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 103477 0 0 0 82215 15 0 0 25 0 1 0 469984376 517611520 100258 33554432000 4194304 6016207 140735383311120 18446744073709551615 4424285 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 126370 100258 727 445 0 119914 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 505480

[startup+882.301 s]
/proc/loadavg: 1.00 1.10 1.96 2/170 10977
/proc/meminfo: memFree=18175280/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=505480 CPUtime=882.3 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 103501 0 0 0 88214 16 0 0 25 0 1 0 469984376 517611520 100236 33554432000 4194304 6016207 140735383311120 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 126370 100236 727 445 0 119914 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 505480

[startup+942.3 s]
/proc/loadavg: 1.00 1.08 1.90 2/170 10979
/proc/meminfo: memFree=18173272/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=505480 CPUtime=942.3 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 104048 0 0 0 94214 16 0 0 25 0 1 0 469984376 517611520 100746 33554432000 4194304 6016207 140735383311120 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 126370 100746 727 445 0 119914 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 505480

[startup+1002.3 s]
/proc/loadavg: 1.00 1.06 1.84 2/170 10981
/proc/meminfo: memFree=18108152/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=695488 CPUtime=1002.31 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 120419 0 0 0 100211 20 0 0 25 0 1 0 469984376 712179712 117028 33554432000 4194304 6016207 140735383311120 18446744073709551615 4425671 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 173872 117028 727 445 0 167416 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 695488

[startup+1062.3 s]
/proc/loadavg: 1.00 1.05 1.78 2/170 10982
/proc/meminfo: memFree=18108020/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=695488 CPUtime=1062.31 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 120432 0 0 0 106211 20 0 0 25 0 1 0 469984376 712179712 116990 33554432000 4194304 6016207 140735383311120 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 173872 116990 727 445 0 167416 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 695488

[startup+1122.3 s]
/proc/loadavg: 1.00 1.04 1.73 2/170 10983
/proc/meminfo: memFree=18107764/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=695488 CPUtime=1122.31 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 120680 0 0 0 112211 20 0 0 25 0 1 0 469984376 712179712 117180 33554432000 4194304 6016207 140735383311120 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 173872 117180 727 445 0 167416 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 695488

[startup+1182.3 s]
/proc/loadavg: 1.00 1.03 1.68 2/170 10985
/proc/meminfo: memFree=18106520/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=695488 CPUtime=1182.31 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 120999 0 0 0 118211 20 0 0 25 0 1 0 469984376 712179712 117467 33554432000 4194304 6016207 140735383311120 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 173872 117467 727 445 0 167416 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 695488

[startup+1242.3 s]
/proc/loadavg: 1.07 1.04 1.64 2/170 10987
/proc/meminfo: memFree=18105260/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=695488 CPUtime=1242.31 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 121375 0 0 0 124211 20 0 0 25 0 1 0 469984376 712179712 117776 33554432000 4194304 6016207 140735383311120 18446744073709551615 4425486 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 173872 117776 727 445 0 167416 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 695488



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.03 1.03 1.60 2/170 10989
/proc/meminfo: memFree=18104004/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=695488 CPUtime=1300.02 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) R 10951 10953 9649 0 -1 4202496 121716 0 0 0 129982 20 0 0 25 0 1 0 469984376 712179712 118082 33554432000 4194304 6016207 140735383311120 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10953/statm: 173872 118082 727 445 0 167416 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 695488

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

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

[startup+1300.21 s]
/proc/loadavg: 1.03 1.03 1.60 1/170 10990
/proc/meminfo: memFree=18573716/32951132 swapFree=67111528/67111528
[pid=10953] ppid=10951 vsize=0 CPUtime=1300.04 cores=0,2
/proc/10953/stat : 10953 (qutersat_releas) S 10951 10953 9649 0 -1 4202500 121721 0 0 0 129982 22 0 0 25 0 1 0 469984376 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 16386 18446744073709551615 0 0 17 0 0 0 0
/proc/10953/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1300.23
CPU time (s): 1300.05
CPU user time (s): 1299.82
CPU system time (s): 0.229965
CPU usage (%): 99.986
Max. virtual memory (cumulated for all children) (KiB): 695488

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

runsolver used 1.90471 second user time and 4.02239 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-23 20:37:27
IDJOB=3251694
IDBENCH=88229
IDSOLVER=1607
FILE ID=node131/3251694-1303583847
RUNJOBID= node131-1303583847-10941
PBS_JOBID= 13150336
Free space on /tmp= 72000 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q585-n40-p30-s19690873.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251694-1303583847/watcher-3251694-1303583847 -o /tmp/evaluation-result-3251694-1303583847/solver-3251694-1303583847 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3251694-1303583847.cnf 134855170

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

MD5SUM BENCH= e096925b96a6999132833f44e4f216d7
RANDOM SEED=134855170

node131.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.830
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.66
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.830
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.830
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.83
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.830
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.830
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.77
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.830
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.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      18573492 kB
Buffers:        993124 kB
Cached:       12802920 kB
SwapCached:          0 kB
Active:        4256048 kB
Inactive:      9606180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18573492 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5148 kB
Writeback:           8 kB
AnonPages:       65664 kB
Mapped:          14620 kB
Slab:           450404 kB
PageTables:       4984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   193952 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72000 MiB
End job on node131 at 2011-04-23 20:59:09