Trace number 3251430

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.03

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q663-n40-p30-s67876261.cnf
MD5SUMed0227339111fb337104188c725538d0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.24481
Satisfiable
(Un)Satisfiability was proved
Number of variables1634
Number of clauses212885
Sum of the clauses size427324
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2212845
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.00	c Set FPU double precision.
0.00/0.06	c Parse Cnf success: #var: 1634 #clause: 212885
0.00/0.06	c Find Units :          0
0.00/0.07	c Find Invs  :          0
0.00/0.07	c Find Ands  :       1634 AvgFaninNum: 39.9045
0.00/0.07	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.07	c Find Ite   :          0
0.00/0.07	c UnDirect variable: 0
0.00/0.07	c UnDirect to Direct Gate: 0
0.00/0.07	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.07	c Break Cycle : 1594
0.00/0.07	c Total Root : 0 Undef Var: 1594
0.00/0.07	c After covering, Total Root: 40 Leaf: 1594
0.00/0.07	c Variable( cover/uncovered/unused ): 1634 0 0
0.00/0.07	c Unit Clauses: 0
0.00/0.07	c Binary Clauses( cover/uncovered ): 1594 211251
0.00/0.07	c Clauses( cover/uncovered ): 40 0
0.00/0.07	c Total Clauses( cover/uncovered ): 1634 211251 0.767551%
0.00/0.07	c Covered Ands: 40 Invs: 0 Xors: 0 Ites: 0
0.08/0.16	c Uncover Clauses avg size: 2 max size: 2
0.08/0.17	c Final circuit: i/l/o/s    1594       0  211251    212805
0.08/0.17	c CnfToAig: Time: 0.15 s
0.18/0.27	c TmMap: Set choices finish.
0.29/0.36	c TmMap: Set big and: 211291
0.29/0.36	c TmMap: Origin: 214400 ClauseNum: 638415 --> New: 212886 ClauseNum: 635387
0.29/0.36	c TmMap: Time: 0.1
0.29/0.39	c Try to Add: #clause: 422582 #xorclause: 0
0.38/0.41	c #var: 1634 #clauses: 41 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-3251430-1303583015/watcher-3251430-1303583015 -o /tmp/evaluation-result-3251430-1303583015/solver-3251430-1303583015 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3251430-1303583015.cnf 1922823482 

running on 2 cores: 4,6

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.50 3.12 3.38 5/183 8351
/proc/meminfo: memFree=14496452/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=26264 CPUtime=0 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4194304 278 0 0 0 0 0 0 0 21 0 1 0 469898621 26894336 226 33554432000 4194304 6016207 140733264863328 18446744073709551615 239471732625 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8351/statm: 6566 229 185 445 0 97 0

[startup+0.0963501 s]
/proc/loadavg: 1.50 3.12 3.38 5/183 8351
/proc/meminfo: memFree=14496452/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=43628 CPUtime=0.08 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 4704 0 0 0 8 0 0 0 21 0 1 0 469898621 44675072 4638 33554432000 4194304 6016207 140733264863328 18446744073709551615 4235130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 10907 4638 400 445 0 4451 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 43628

[startup+0.100328 s]
/proc/loadavg: 1.50 3.12 3.38 5/183 8351
/proc/meminfo: memFree=14496452/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=47724 CPUtime=0.08 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 4872 0 0 0 8 0 0 0 21 0 1 0 469898621 48869376 4806 33554432000 4194304 6016207 140733264863328 18446744073709551615 4335448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 11931 4817 400 445 0 5475 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 47724

[startup+0.300304 s]
/proc/loadavg: 1.50 3.12 3.38 5/183 8351
/proc/meminfo: memFree=14496452/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=92960 CPUtime=0.29 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 17292 0 0 0 27 2 0 0 22 0 1 0 469898621 95191040 17226 33554432000 4194304 6016207 140733264863328 18446744073709551615 4223586 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 23240 17226 672 445 0 16784 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 92960

[startup+0.70121 s]
/proc/loadavg: 1.50 3.12 3.38 5/183 8351
/proc/meminfo: memFree=14496452/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=111520 CPUtime=0.68 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 21610 0 0 0 66 2 0 0 23 0 1 0 469898621 114196480 21544 33554432000 4194304 6016207 140733264863328 18446744073709551615 4424898 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 27880 21544 718 445 0 21424 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 111520

[startup+1.50106 s]
/proc/loadavg: 1.50 3.12 3.38 5/190 8364
/proc/meminfo: memFree=14168420/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=122284 CPUtime=1.48 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 22249 0 0 0 146 2 0 0 25 0 1 0 469898621 125218816 22183 33554432000 4194304 6016207 140733264863328 18446744073709551615 4424837 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 30571 22183 718 445 0 24115 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 122284

[startup+3.10075 s]
/proc/loadavg: 1.70 3.14 3.38 5/190 8364
/proc/meminfo: memFree=13934220/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=133500 CPUtime=3.08 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 22690 0 0 0 306 2 0 0 25 0 1 0 469898621 136704000 22624 33554432000 4194304 6016207 140733264863328 18446744073709551615 4538584 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 33375 22624 727 445 0 26919 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 133500

[startup+6.30114 s]
/proc/loadavg: 1.70 3.14 3.38 5/190 8364
/proc/meminfo: memFree=13930364/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=133500 CPUtime=6.28 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 22690 0 0 0 626 2 0 0 25 0 1 0 469898621 136704000 22624 33554432000 4194304 6016207 140733264863328 18446744073709551615 4538617 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 33375 22624 727 445 0 26919 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 133500

[startup+12.7009 s]
/proc/loadavg: 2.05 3.16 3.39 5/190 8364
/proc/meminfo: memFree=13908464/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=145104 CPUtime=12.68 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 24507 0 0 0 1266 2 0 0 25 0 1 0 469898621 148586496 24441 33554432000 4194304 6016207 140733264863328 18446744073709551615 4538584 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 36276 24441 727 445 0 29820 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 145104

[startup+25.5005 s]
/proc/loadavg: 2.35 3.19 3.40 5/190 8364
/proc/meminfo: memFree=13857500/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=157372 CPUtime=25.49 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 29365 0 0 0 2546 3 0 0 25 0 1 0 469898621 161148928 29299 33554432000 4194304 6016207 140733264863328 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 39343 29299 727 445 0 32887 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 157372

[startup+51.1006 s]
/proc/loadavg: 2.91 3.25 3.41 5/190 8365
/proc/meminfo: memFree=13760428/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=183844 CPUtime=51.09 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 38379 0 0 0 5105 4 0 0 25 0 1 0 469898621 188256256 38308 33554432000 4194304 6016207 140733264863328 18446744073709551615 4536916 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 45961 38308 739 445 0 39505 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 183844

[startup+102.307 s]
/proc/loadavg: 3.62 3.39 3.45 5/190 8366
/proc/meminfo: memFree=13555200/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=343580 CPUtime=102.3 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 54343 0 0 0 10224 6 0 0 25 0 1 0 469898621 351825920 54272 33554432000 4194304 6016207 140733264863328 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 85895 54272 739 445 0 79439 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 343580

[startup+162.3 s]
/proc/loadavg: 3.89 3.51 3.48 5/190 8368
/proc/meminfo: memFree=13440100/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=405932 CPUtime=162.29 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 61892 0 0 0 16222 7 0 0 25 0 1 0 469898621 415674368 58658 33554432000 4194304 6016207 140733264863328 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 101483 58658 734 445 0 95027 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 405932

[startup+222.301 s]
/proc/loadavg: 3.96 3.60 3.51 5/190 8369
/proc/meminfo: memFree=13256440/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=474600 CPUtime=222.29 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 75239 0 0 0 22220 9 0 0 25 0 1 0 469898621 485990400 72002 33554432000 4194304 6016207 140733264863328 18446744073709551615 4425666 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 118650 72002 731 445 0 112194 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 474600

[startup+282.3 s]
/proc/loadavg: 3.93 3.65 3.54 5/190 8398
/proc/meminfo: memFree=13345604/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=474600 CPUtime=282.29 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 77047 0 0 0 28220 9 0 0 25 0 1 0 469898621 485990400 73810 33554432000 4194304 6016207 140733264863328 18446744073709551615 4536784 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 118650 73810 731 445 0 112194 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 474600

[startup+342.301 s]
/proc/loadavg: 3.97 3.71 3.56 6/190 8400
/proc/meminfo: memFree=13077620/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=554964 CPUtime=342.3 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 90317 0 0 0 34219 11 0 0 25 0 1 0 469898621 568283136 87078 33554432000 4194304 6016207 140733264863328 18446744073709551615 4380170 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 138741 87078 729 445 0 132285 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 554964

[startup+402.3 s]
/proc/loadavg: 3.99 3.76 3.59 5/190 8401
/proc/meminfo: memFree=13006304/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=554964 CPUtime=402.3 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 92218 0 0 0 40219 11 0 0 25 0 1 0 469898621 568283136 88960 33554432000 4194304 6016207 140733264863328 18446744073709551615 4513280 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 138741 88960 738 445 0 132285 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 554964

[startup+462.301 s]
/proc/loadavg: 3.99 3.80 3.61 5/190 8403
/proc/meminfo: memFree=12846204/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=554964 CPUtime=462.3 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 103177 0 0 0 46218 12 0 0 25 0 1 0 469898621 568283136 99913 33554432000 4194304 6016207 140733264863328 18446744073709551615 4425666 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 138741 99913 732 445 0 132285 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 554964

[startup+522.3 s]
/proc/loadavg: 3.99 3.84 3.63 5/190 8404
/proc/meminfo: memFree=12658212/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=554964 CPUtime=522.31 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 104287 0 0 0 52218 13 0 0 25 0 1 0 469898621 568283136 101023 33554432000 4194304 6016207 140733264863328 18446744073709551615 4379928 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 138741 101023 732 445 0 132285 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 554964

[startup+582.301 s]
/proc/loadavg: 3.99 3.86 3.65 5/190 8406
/proc/meminfo: memFree=12613684/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=554964 CPUtime=582.31 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 105281 0 0 0 58218 13 0 0 25 0 1 0 469898621 568283136 102016 33554432000 4194304 6016207 140733264863328 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 138741 102016 731 445 0 132285 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 554964

[startup+642.3 s]
/proc/loadavg: 4.03 3.90 3.67 5/190 8408
/proc/meminfo: memFree=12567916/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=554964 CPUtime=642.31 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 123030 0 0 0 64216 15 0 0 25 0 1 0 469898621 568283136 119755 33554432000 4194304 6016207 140733264863328 18446744073709551615 4426502 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 138741 119755 731 445 0 132285 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 554964

[startup+702.301 s]
/proc/loadavg: 4.01 3.91 3.69 5/190 8409
/proc/meminfo: memFree=12457416/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=653200 CPUtime=702.31 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 129283 0 0 0 70215 16 0 0 25 0 1 0 469898621 668876800 125974 33554432000 4194304 6016207 140733264863328 18446744073709551615 4538584 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 163300 125974 731 445 0 156844 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 653200

[startup+762.307 s]
/proc/loadavg: 4.07 3.94 3.71 5/190 8411
/proc/meminfo: memFree=12350764/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=653200 CPUtime=762.33 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 141793 0 0 0 76215 18 0 0 25 0 1 0 469898621 668876800 138436 33554432000 4194304 6016207 140733264863328 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 163300 138436 731 445 0 156844 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 653200

[startup+822.301 s]
/proc/loadavg: 4.09 3.97 3.74 5/190 8412
/proc/meminfo: memFree=12315668/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=653200 CPUtime=822.32 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 141848 0 0 0 82214 18 0 0 25 0 1 0 469898621 668876800 138427 33554432000 4194304 6016207 140733264863328 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 163300 138427 731 445 0 156844 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 653200

[startup+882.3 s]
/proc/loadavg: 4.03 3.97 3.75 5/190 8414
/proc/meminfo: memFree=12264940/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=653200 CPUtime=882.32 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 144475 0 0 0 88214 18 0 0 25 0 1 0 469898621 668876800 140974 33554432000 4194304 6016207 140733264863328 18446744073709551615 4425709 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 163300 140974 731 445 0 156844 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 653200

[startup+942.301 s]
/proc/loadavg: 4.01 3.97 3.76 5/190 8416
/proc/meminfo: memFree=12223148/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=653200 CPUtime=942.32 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 144476 0 0 0 94214 18 0 0 25 0 1 0 469898621 668876800 140923 33554432000 4194304 6016207 140733264863328 18446744073709551615 4425440 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 163300 140923 731 445 0 156844 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 653200

[startup+1002.3 s]
/proc/loadavg: 4.00 3.97 3.77 5/190 8417
/proc/meminfo: memFree=12196100/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=653200 CPUtime=1002.32 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 144478 0 0 0 100214 18 0 0 25 0 1 0 469898621 668876800 140870 33554432000 4194304 6016207 140733264863328 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 163300 140870 729 445 0 156844 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 653200

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.78 5/190 8419
/proc/meminfo: memFree=12160620/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=653200 CPUtime=1062.32 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 144661 0 0 0 106214 18 0 0 25 0 1 0 469898621 668876800 140999 33554432000 4194304 6016207 140733264863328 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 163300 140999 730 445 0 156844 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 653200

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.79 5/190 8420
/proc/meminfo: memFree=12158748/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=653200 CPUtime=1122.32 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 144722 0 0 0 112214 18 0 0 25 0 1 0 469898621 668876800 140996 33554432000 4194304 6016207 140733264863328 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 163300 140996 729 445 0 156844 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 653200

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.81 5/190 8422
/proc/meminfo: memFree=12137656/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=653200 CPUtime=1182.33 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 144796 0 0 0 118215 18 0 0 25 0 1 0 469898621 668876800 141002 33554432000 4194304 6016207 140733264863328 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 163300 141002 729 445 0 156844 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 653200

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.82 5/190 8424
/proc/meminfo: memFree=12130208/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=653200 CPUtime=1242.34 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 145798 0 0 0 124215 19 0 0 25 0 1 0 469898621 668876800 142003 33554432000 4194304 6016207 140733264863328 18446744073709551615 4536804 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 163300 142003 728 445 0 156844 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 653200



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 3.99 3.83 5/190 8425
/proc/meminfo: memFree=12126220/32950928 swapFree=67087032/67111528
[pid=8351] ppid=8349 vsize=653200 CPUtime=1300.04 cores=4,6
/proc/8351/stat : 8351 (qutersat_releas) R 8349 8351 7393 0 -1 4202496 151235 0 0 0 129984 20 0 0 25 0 1 0 469898621 668876800 147370 33554432000 4194304 6016207 140733264863328 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8351/statm: 163300 147370 728 445 0 156844 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 653200

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.03
CPU time (s): 1300.08
CPU user time (s): 1299.85
CPU system time (s): 0.231964
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 653200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.85
system time used= 0.231964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151240
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= 8
involuntary context switches= 1709

runsolver used 2.30465 second user time and 4.79927 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-23 20:23:36
IDJOB=3251430
IDBENCH=88222
IDSOLVER=1607
FILE ID=node148/3251430-1303583015
RUNJOBID= node148-1303583015-8322
PBS_JOBID= 13150324
Free space on /tmp= 70580 MiB

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

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

MD5SUM BENCH= ed0227339111fb337104188c725538d0
RANDOM SEED=1922823482

node148.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.854
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.70
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.854
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.854
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.854
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.854
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.82
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.854
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.854
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.82
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.854
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:     32950928 kB
MemFree:      14496972 kB
Buffers:       2045312 kB
Cached:       15773456 kB
SwapCached:       5264 kB
Active:        8916552 kB
Inactive:      8978528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14496972 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           19808 kB
Writeback:           0 kB
AnonPages:       72052 kB
Mapped:          15900 kB
Slab:           494760 kB
PageTables:       5304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   248096 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= 70572 MiB
End job on node148 at 2011-04-23 20:45:18