Trace number 3251650

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q918.75-n50-p15-s98191766.cnf
MD5SUM71638ad618721ad48c6bd2d48b828020
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.2785
Satisfiable
(Un)Satisfiability was proved
Number of variables2377
Number of clauses566749
Sum of the clauses size1135775
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2566699
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

0.00/0.00	c Set FPU double precision.
0.08/0.19	c Parse Cnf success: #var: 2377 #clause: 566749
0.08/0.19	c Find Units :          0
0.18/0.23	c Find Invs  :          0
0.18/0.24	c Find Ands  :       2377 AvgFaninNum: 46.7514
0.18/0.24	c Find Xors  :          0 AvgFaninNum: nan
0.18/0.24	c Find Ite   :          0
0.18/0.24	c UnDirect variable: 0
0.18/0.24	c UnDirect to Direct Gate: 0
0.18/0.24	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.18/0.24	c Break Cycle : 2327
0.18/0.24	c Total Root : 0 Undef Var: 2327
0.18/0.24	c After covering, Total Root: 50 Leaf: 2327
0.18/0.24	c Variable( cover/uncovered/unused ): 2377 0 0
0.18/0.24	c Unit Clauses: 0
0.18/0.24	c Binary Clauses( cover/uncovered ): 2327 564372
0.18/0.24	c Clauses( cover/uncovered ): 50 0
0.18/0.24	c Total Clauses( cover/uncovered ): 2377 564372 0.41941%
0.18/0.24	c Covered Ands: 50 Invs: 0 Xors: 0 Ites: 0
0.48/0.53	c Uncover Clauses avg size: 2 max size: 2
0.48/0.54	c Final circuit: i/l/o/s    2327       0  564372    566649
0.48/0.54	c CnfToAig: Time: 0.52 s
0.79/0.80	c TmMap: Set choices finish.
0.99/1.07	c TmMap: Set big and: 564422
0.99/1.07	c TmMap: Origin: 568977 ClauseNum: 1699947 --> New: 566750 ClauseNum: 1695493
0.99/1.07	c TmMap: Time: 0.3
1.09/1.15	c Try to Add: #clause: 1128844 #xorclause: 0
1.19/1.22	c #var: 2377 #clauses: 51 Solving... 
1300.04/1300.00	c Time Out !!
1300.04/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-3251650-1303583283/watcher-3251650-1303583283 -o /tmp/evaluation-result-3251650-1303583283/solver-3251650-1303583283 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3251650-1303583283.cnf 931973710 

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: 3.95 3.93 3.67 5/189 3188
/proc/meminfo: memFree=19540916/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=28644 CPUtime=0 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 899 0 0 0 0 0 0 0 25 0 1 0 469928037 29331456 833 33554432000 4194304 6016207 140736903742832 18446744073709551615 208079926331 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3188/statm: 7161 845 289 445 0 705 0

[startup+0.0378509 s]
/proc/loadavg: 3.95 3.93 3.67 5/189 3188
/proc/meminfo: memFree=19540916/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=45164 CPUtime=0.03 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 4902 0 0 0 3 0 0 0 25 0 1 0 469928037 46247936 4836 33554432000 4194304 6016207 140736903742832 18446744073709551615 4310192 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 11291 4836 379 445 0 4835 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 45164

[startup+0.100894 s]
/proc/loadavg: 3.95 3.93 3.67 5/189 3188
/proc/meminfo: memFree=19540916/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=57452 CPUtime=0.08 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 7864 0 0 0 8 0 0 0 25 0 1 0 469928037 58830848 7798 33554432000 4194304 6016207 140736903742832 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 14363 7798 379 445 0 7907 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 57452

[startup+0.300801 s]
/proc/loadavg: 3.95 3.93 3.67 5/189 3188
/proc/meminfo: memFree=19540916/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=82028 CPUtime=0.28 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 13479 0 0 0 27 1 0 0 25 0 1 0 469928037 83996672 13413 33554432000 4194304 6016207 140736903742832 18446744073709551615 4315856 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 20507 13413 400 445 0 14051 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 82028

[startup+0.700784 s]
/proc/loadavg: 3.95 3.93 3.67 5/189 3188
/proc/meminfo: memFree=19540916/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=152988 CPUtime=0.69 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 31381 0 0 0 65 4 0 0 25 0 1 0 469928037 156659712 31315 33554432000 4194304 6016207 140736903742832 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 38247 31317 670 445 0 31791 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 152988

[startup+1.50057 s]
/proc/loadavg: 3.95 3.93 3.67 5/190 3190
/proc/meminfo: memFree=19350568/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=259572 CPUtime=1.48 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 54389 0 0 0 142 6 0 0 25 0 1 0 469928037 265801728 54323 33554432000 4194304 6016207 140736903742832 18446744073709551615 4531022 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 64893 54323 705 445 0 58437 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 259572

[startup+3.10032 s]
/proc/loadavg: 3.95 3.93 3.67 5/190 3190
/proc/meminfo: memFree=19325024/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=259572 CPUtime=3.09 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 54402 0 0 0 303 6 0 0 25 0 1 0 469928037 265801728 54336 33554432000 4194304 6016207 140736903742832 18446744073709551615 4424285 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 64893 54336 718 445 0 58437 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 259572

[startup+6.30071 s]
/proc/loadavg: 3.96 3.93 3.67 5/190 3190
/proc/meminfo: memFree=19315708/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=259572 CPUtime=6.29 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 54412 0 0 0 623 6 0 0 25 0 1 0 469928037 265801728 54346 33554432000 4194304 6016207 140736903742832 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 64893 54346 727 445 0 58437 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 259572

[startup+12.7005 s]
/proc/loadavg: 3.96 3.93 3.67 5/190 3190
/proc/meminfo: memFree=19315328/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=259572 CPUtime=12.69 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 54412 0 0 0 1263 6 0 0 25 0 1 0 469928037 265801728 54346 33554432000 4194304 6016207 140736903742832 18446744073709551615 4538696 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 64893 54346 727 445 0 58437 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 259572

[startup+25.501 s]
/proc/loadavg: 3.97 3.94 3.67 5/190 3190
/proc/meminfo: memFree=19302300/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=259572 CPUtime=25.49 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 54412 0 0 0 2543 6 0 0 25 0 1 0 469928037 265801728 54346 33554432000 4194304 6016207 140736903742832 18446744073709551615 4425440 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 64893 54346 727 445 0 58437 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 259572

[startup+51.1001 s]
/proc/loadavg: 3.98 3.94 3.68 5/190 3191
/proc/meminfo: memFree=19290556/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=259572 CPUtime=51.09 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 54412 0 0 0 5103 6 0 0 25 0 1 0 469928037 265801728 54346 33554432000 4194304 6016207 140736903742832 18446744073709551615 4567647 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 64893 54346 727 445 0 58437 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 259572

[startup+102.306 s]
/proc/loadavg: 3.99 3.95 3.70 5/190 3192
/proc/meminfo: memFree=19122516/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=385864 CPUtime=102.3 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 70555 0 0 0 10221 9 0 0 25 0 1 0 469928037 395124736 70461 33554432000 4194304 6016207 140736903742832 18446744073709551615 4538676 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 96466 70461 727 445 0 90010 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 385864

[startup+162.301 s]
/proc/loadavg: 3.99 3.95 3.71 5/190 3194
/proc/meminfo: memFree=18984868/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=457448 CPUtime=162.3 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 72642 0 0 0 16220 10 0 0 25 0 1 0 469928037 468426752 72482 33554432000 4194304 6016207 140736903742832 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 114362 72482 727 445 0 107906 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 457448

[startup+222.3 s]
/proc/loadavg: 3.99 3.96 3.73 5/190 3196
/proc/meminfo: memFree=18876352/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=612632 CPUtime=222.3 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 84424 0 0 0 22217 13 0 0 25 0 1 0 469928037 627335168 79373 33554432000 4194304 6016207 140736903742832 18446744073709551615 4373988 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 153158 79373 727 445 0 146702 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 612632

[startup+282.301 s]
/proc/loadavg: 3.99 3.96 3.74 5/190 3197
/proc/meminfo: memFree=18768820/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=612632 CPUtime=282.29 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 100179 0 0 0 28214 15 0 0 25 0 1 0 469928037 627335168 95128 33554432000 4194304 6016207 140736903742832 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 153158 95128 727 445 0 146702 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 612632

[startup+342.301 s]
/proc/loadavg: 3.99 3.97 3.75 5/190 3199
/proc/meminfo: memFree=18678288/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=612632 CPUtime=342.3 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 113121 0 0 0 34212 18 0 0 25 0 1 0 469928037 627335168 108070 33554432000 4194304 6016207 140736903742832 18446744073709551615 4426486 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 153158 108070 727 445 0 146702 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 612632

[startup+402.3 s]
/proc/loadavg: 4.04 3.99 3.77 5/190 3200
/proc/meminfo: memFree=18606844/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=612632 CPUtime=402.3 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 114717 0 0 0 40212 18 0 0 25 0 1 0 469928037 627335168 109666 33554432000 4194304 6016207 140736903742832 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 153158 109666 727 445 0 146702 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 612632

[startup+462.301 s]
/proc/loadavg: 4.01 3.99 3.78 5/190 3202
/proc/meminfo: memFree=18533040/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=612632 CPUtime=462.31 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 116658 0 0 0 46212 19 0 0 25 0 1 0 469928037 627335168 111607 33554432000 4194304 6016207 140736903742832 18446744073709551615 4513198 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 153158 111607 727 445 0 146702 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 612632

[startup+522.3 s]
/proc/loadavg: 4.00 3.99 3.79 5/190 3203
/proc/meminfo: memFree=18453668/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=612632 CPUtime=522.3 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 118575 0 0 0 52211 19 0 0 25 0 1 0 469928037 627335168 113524 33554432000 4194304 6016207 140736903742832 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 153158 113524 727 445 0 146702 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 612632

[startup+582.301 s]
/proc/loadavg: 4.00 3.99 3.81 5/190 3205
/proc/meminfo: memFree=18316872/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=709408 CPUtime=582.3 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 124725 0 0 0 58209 21 0 0 25 0 1 0 469928037 726433792 119674 33554432000 4194304 6016207 140736903742832 18446744073709551615 4373988 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 177352 119674 727 445 0 170896 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 709408

[startup+642.3 s]
/proc/loadavg: 4.00 3.99 3.82 5/190 3207
/proc/meminfo: memFree=18261424/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=709408 CPUtime=642.32 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 124729 0 0 0 64210 22 0 0 25 0 1 0 469928037 726433792 119678 33554432000 4194304 6016207 140736903742832 18446744073709551615 4426505 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 177352 119678 727 445 0 170896 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 709408

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 3.82 5/190 3208
/proc/meminfo: memFree=18175716/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=709408 CPUtime=702.31 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 132388 0 0 0 70208 23 0 0 25 0 1 0 469928037 726433792 127337 33554432000 4194304 6016207 140736903742832 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 177352 127337 727 445 0 170896 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 709408

[startup+762.307 s]
/proc/loadavg: 4.05 4.00 3.84 5/190 3210
/proc/meminfo: memFree=18082208/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=709408 CPUtime=762.32 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 138869 0 0 0 76208 24 0 0 25 0 1 0 469928037 726433792 133818 33554432000 4194304 6016207 140736903742832 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 177352 133818 727 445 0 170896 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 709408

[startup+822.3 s]
/proc/loadavg: 4.02 4.00 3.84 5/190 3211
/proc/meminfo: memFree=17978280/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=709408 CPUtime=822.32 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 139339 0 0 0 82207 25 0 0 25 0 1 0 469928037 726433792 134288 33554432000 4194304 6016207 140736903742832 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 177352 134288 727 445 0 170896 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 709408

[startup+882.301 s]
/proc/loadavg: 4.04 4.01 3.85 5/190 3213
/proc/meminfo: memFree=17968832/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=709408 CPUtime=882.32 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 139662 0 0 0 88207 25 0 0 25 0 1 0 469928037 726433792 134610 33554432000 4194304 6016207 140736903742832 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 177352 134610 727 445 0 170896 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 709408

[startup+942.3 s]
/proc/loadavg: 4.01 4.01 3.86 5/190 3215
/proc/meminfo: memFree=17946612/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=709408 CPUtime=942.32 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 141697 0 0 0 94206 26 0 0 25 0 1 0 469928037 726433792 136625 33554432000 4194304 6016207 140736903742832 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 177352 136625 727 445 0 170896 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 709408

[startup+1002.3 s]
/proc/loadavg: 4.04 4.02 3.87 5/190 3216
/proc/meminfo: memFree=17931096/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=821392 CPUtime=1002.32 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 145065 0 0 0 100205 27 0 0 25 0 1 0 469928037 841105408 139945 33554432000 4194304 6016207 140736903742832 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 205348 139945 727 445 0 198892 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 821392

[startup+1062.3 s]
/proc/loadavg: 4.01 4.01 3.88 5/190 3218
/proc/meminfo: memFree=17858784/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=821392 CPUtime=1062.32 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 161395 0 0 0 106202 30 0 0 25 0 1 0 469928037 841105408 156233 33554432000 4194304 6016207 140736903742832 18446744073709551615 4380197 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 205348 156233 727 445 0 198892 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 821392

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 3220
/proc/meminfo: memFree=17865836/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=821392 CPUtime=1122.33 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 161912 0 0 0 112202 31 0 0 25 0 1 0 469928037 841105408 152174 33554432000 4194304 6016207 140736903742832 18446744073709551615 4425526 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 205348 152174 727 445 0 198892 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 821392

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.89 5/190 3221
/proc/meminfo: memFree=17834936/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=821392 CPUtime=1182.33 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 167333 0 0 0 118202 31 0 0 25 0 1 0 469928037 841105408 157595 33554432000 4194304 6016207 140736903742832 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 205348 157595 727 445 0 198892 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 821392

[startup+1242.3 s]
/proc/loadavg: 2.20 3.49 3.72 2/172 3283
/proc/meminfo: memFree=19608252/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=940592 CPUtime=1242.33 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 173471 0 0 0 124201 32 0 0 25 0 1 0 469928037 963166208 163733 33554432000 4194304 6016207 140736903742832 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 235148 163733 727 445 0 228692 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 940592



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.44 3.04 3.55 2/172 3284
/proc/meminfo: memFree=19586156/32950928 swapFree=67111524/67111528
[pid=3188] ppid=3183 vsize=1060572 CPUtime=1300.04 cores=0,2
/proc/3188/stat : 3188 (qutersat_releas) R 3183 3188 2085 0 -1 4202496 178946 0 0 0 129970 34 0 0 25 0 1 0 469928037 1086025728 169208 33554432000 4194304 6016207 140736903742832 18446744073709551615 4373645 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3188/statm: 265143 169208 727 445 0 258687 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1060572

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

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

Child status: 1
Real time (s): 1300.04
CPU time (s): 1300.08
CPU user time (s): 1299.7
CPU system time (s): 0.379942
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1060572

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

runsolver used 2.10968 second user time and 4.89626 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-23 20:28:04
IDJOB=3251650
IDBENCH=88228
IDSOLVER=1607
FILE ID=node127/3251650-1303583283
RUNJOBID= node127-1303583170-3105
PBS_JOBID= 13150326
Free space on /tmp= 71216 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q918.75-n50-p15-s98191766.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251650-1303583283/watcher-3251650-1303583283 -o /tmp/evaluation-result-3251650-1303583283/solver-3251650-1303583283 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3251650-1303583283.cnf 931973710

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

MD5SUM BENCH= 71638ad618721ad48c6bd2d48b828020
RANDOM SEED=931973710

node127.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19541072 kB
Buffers:       2385700 kB
Cached:        9709308 kB
SwapCached:          4 kB
Active:        8899096 kB
Inactive:      3961532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19541072 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            8992 kB
Writeback:           0 kB
AnonPages:      764604 kB
Mapped:          20156 kB
Slab:           483480 kB
PageTables:       6768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1199352 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= 71232 MiB
End job on node127 at 2011-04-23 20:49:46