Trace number 3251078

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.07 1300.03

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q742.5-n45-p15-s28972035.cnf
MD5SUMbfa662ff57088c54e0febd091ce11e5c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.39763
Satisfiable
(Un)Satisfiability was proved
Number of variables1985
Number of clauses409171
Sum of the clauses size820237
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2409126
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.01	c Set FPU double precision.
0.09/0.11	c Parse Cnf success: #var: 1985 #clause: 409171
0.09/0.11	c Find Units :          0
0.09/0.14	c Find Invs  :          0
0.09/0.14	c Find Ands  :       1985 AvgFaninNum: 43.206
0.09/0.14	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.14	c Find Ite   :          0
0.09/0.14	c UnDirect variable: 0
0.09/0.14	c UnDirect to Direct Gate: 0
0.09/0.14	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.09/0.14	c Break Cycle : 1940
0.09/0.14	c Total Root : 0 Undef Var: 1940
0.09/0.14	c After covering, Total Root: 45 Leaf: 1940
0.09/0.14	c Variable( cover/uncovered/unused ): 1985 0 0
0.09/0.14	c Unit Clauses: 0
0.09/0.14	c Binary Clauses( cover/uncovered ): 1940 407186
0.09/0.14	c Clauses( cover/uncovered ): 45 0
0.09/0.14	c Total Clauses( cover/uncovered ): 1985 407186 0.485127%
0.09/0.14	c Covered Ands: 45 Invs: 0 Xors: 0 Ites: 0
0.29/0.33	c Uncover Clauses avg size: 2 max size: 2
0.29/0.33	c Final circuit: i/l/o/s    1940       0  407186    409081
0.29/0.33	c CnfToAig: Time: 0.33 s
0.49/0.52	c TmMap: Set choices finish.
0.59/0.69	c TmMap: Set big and: 407231
0.59/0.69	c TmMap: Origin: 411022 ClauseNum: 1227243 --> New: 409172 ClauseNum: 1223543
0.59/0.69	c TmMap: Time: 0.19
0.69/0.75	c Try to Add: #clause: 814462 #xorclause: 0
0.79/0.80	c #var: 1985 #clauses: 46 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-3251078-1303581295/watcher-3251078-1303581295 -o /tmp/evaluation-result-3251078-1303581295/solver-3251078-1303581295 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3251078-1303581295.cnf 1116333034 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.93 4/189 10659
/proc/meminfo: memFree=14289264/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=32364 CPUtime=0 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 1839 0 0 0 0 0 0 0 25 0 1 0 469727530 33140736 1774 33554432000 4194304 6016207 140737294313904 18446744073709551615 4309240 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 8091 1774 379 445 0 1635 0

[startup+0.097569 s]
/proc/loadavg: 4.00 4.00 3.93 4/189 10659
/proc/meminfo: memFree=14289264/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=55916 CPUtime=0.09 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 7490 0 0 0 8 1 0 0 25 0 1 0 469727530 57257984 7425 33554432000 4194304 6016207 140737294313904 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 13979 7425 379 445 0 7523 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55916

[startup+0.100557 s]
/proc/loadavg: 4.00 4.00 3.93 4/189 10659
/proc/meminfo: memFree=14289264/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=55916 CPUtime=0.09 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 7516 0 0 0 8 1 0 0 25 0 1 0 469727530 57257984 7451 33554432000 4194304 6016207 140737294313904 18446744073709551615 4804520 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 13979 7452 379 445 0 7523 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55916

[startup+0.300524 s]
/proc/loadavg: 4.00 4.00 3.93 4/189 10659
/proc/meminfo: memFree=14289264/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=78144 CPUtime=0.29 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 12743 0 0 0 27 2 0 0 25 0 1 0 469727530 80019456 12678 33554432000 4194304 6016207 140737294313904 18446744073709551615 4234872 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 19536 12678 400 445 0 13080 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78144

[startup+0.700458 s]
/proc/loadavg: 4.00 4.00 3.93 4/189 10659
/proc/meminfo: memFree=14289264/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=179820 CPUtime=0.69 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 38232 0 0 0 64 5 0 0 25 0 1 0 469727530 184135680 38167 33554432000 4194304 6016207 140737294313904 18446744073709551615 4780679 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 44955 38167 672 445 0 38499 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 179820

[startup+1.5003 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 10660
/proc/meminfo: memFree=13932012/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=179820 CPUtime=1.49 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 38282 0 0 0 144 5 0 0 25 0 1 0 469727530 184135680 38217 33554432000 4194304 6016207 140737294313904 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 44955 38217 718 445 0 38499 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 179820

[startup+3.10102 s]
/proc/loadavg: 4.00 4.00 3.93 5/191 10661
/proc/meminfo: memFree=14073612/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=179820 CPUtime=3.09 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 38282 0 0 0 304 5 0 0 25 0 1 0 469727530 184135680 38217 33554432000 4194304 6016207 140737294313904 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 44955 38217 718 445 0 38499 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 179820

[startup+6.30044 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 10689
/proc/meminfo: memFree=14257988/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=179820 CPUtime=6.29 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 38292 0 0 0 624 5 0 0 25 0 1 0 469727530 184135680 38227 33554432000 4194304 6016207 140737294313904 18446744073709551615 4538712 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 44955 38227 727 445 0 38499 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 179820

[startup+12.7003 s]
/proc/loadavg: 4.08 4.02 3.94 5/190 10689
/proc/meminfo: memFree=14236512/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=179820 CPUtime=12.69 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 38292 0 0 0 1264 5 0 0 25 0 1 0 469727530 184135680 38227 33554432000 4194304 6016207 140737294313904 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 44955 38227 727 445 0 38499 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 179820

[startup+25.501 s]
/proc/loadavg: 4.07 4.02 3.94 5/190 10689
/proc/meminfo: memFree=14214204/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=179820 CPUtime=25.49 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 38292 0 0 0 2544 5 0 0 25 0 1 0 469727530 184135680 38227 33554432000 4194304 6016207 140737294313904 18446744073709551615 4538609 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 44955 38227 727 445 0 38499 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 179820

[startup+51.1003 s]
/proc/loadavg: 4.04 4.01 3.94 5/190 10690
/proc/meminfo: memFree=14124796/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=193088 CPUtime=51.09 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 40844 0 0 0 5104 5 0 0 25 0 1 0 469727530 197722112 40779 33554432000 4194304 6016207 140737294313904 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 48272 40779 727 445 0 41816 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 193088

[startup+102.307 s]
/proc/loadavg: 3.99 4.01 3.94 5/190 10719
/proc/meminfo: memFree=14536104/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=234700 CPUtime=102.3 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 48579 0 0 0 10223 7 0 0 25 0 1 0 469727530 240332800 48514 33554432000 4194304 6016207 140737294313904 18446744073709551615 4426148 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 58675 48514 727 445 0 52219 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 234700

[startup+162.3 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10748
/proc/meminfo: memFree=14350324/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=296796 CPUtime=162.29 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 61641 0 0 0 16219 10 0 0 25 0 1 0 469727530 303919104 61570 33554432000 4194304 6016207 140737294313904 18446744073709551615 4536800 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 74199 61570 727 445 0 67743 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 296796

[startup+222.3 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10749
/proc/meminfo: memFree=14087732/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=362980 CPUtime=222.3 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 75257 0 0 0 22217 13 0 0 25 0 1 0 469727530 371691520 75023 33554432000 4194304 6016207 140737294313904 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 90745 75023 727 445 0 84289 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 362980

[startup+282.301 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10751
/proc/meminfo: memFree=13920548/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=381660 CPUtime=282.3 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 81183 0 0 0 28216 14 0 0 25 0 1 0 469727530 390819840 76487 33554432000 4194304 6016207 140737294313904 18446744073709551615 4425639 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 95415 76487 732 445 0 88959 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 381660

[startup+342.301 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10752
/proc/meminfo: memFree=13869044/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=461732 CPUtime=342.3 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 82071 0 0 0 34216 14 0 0 25 0 1 0 469727530 472813568 77371 33554432000 4194304 6016207 140737294313904 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 115433 77371 728 445 0 108977 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 461732

[startup+402.301 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10763
/proc/meminfo: memFree=13721976/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=461732 CPUtime=402.3 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 96809 0 0 0 40212 18 0 0 25 0 1 0 469727530 472813568 92108 33554432000 4194304 6016207 140737294313904 18446744073709551615 4424287 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 115433 92108 727 445 0 108977 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 461732

[startup+462.301 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10765
/proc/meminfo: memFree=13643472/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=633348 CPUtime=462.3 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 102875 0 0 0 46211 19 0 0 25 0 1 0 469727530 648548352 98174 33554432000 4194304 6016207 140737294313904 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 158337 98174 727 445 0 151881 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 633348

[startup+522.301 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10766
/proc/meminfo: memFree=13586020/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=724872 CPUtime=522.31 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 107455 0 0 0 52210 21 0 0 25 0 1 0 469727530 742268928 102754 33554432000 4194304 6016207 140737294313904 18446744073709551615 4567808 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 181218 102754 727 445 0 174762 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 724872

[startup+582.3 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10771
/proc/meminfo: memFree=13443572/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=724872 CPUtime=582.3 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 114270 0 0 0 58209 21 0 0 25 0 1 0 469727530 742268928 109569 33554432000 4194304 6016207 140737294313904 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 181218 109569 727 445 0 174762 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 724872

[startup+642.3 s]
/proc/loadavg: 4.07 4.02 3.94 5/190 10772
/proc/meminfo: memFree=13414888/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=724872 CPUtime=642.31 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 114287 0 0 0 64210 21 0 0 25 0 1 0 469727530 742268928 109586 33554432000 4194304 6016207 140737294313904 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 181218 109586 727 445 0 174762 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 724872

[startup+702.301 s]
/proc/loadavg: 4.02 4.01 3.94 5/190 10774
/proc/meminfo: memFree=13350120/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=724872 CPUtime=702.31 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 118809 0 0 0 70208 23 0 0 25 0 1 0 469727530 742268928 114108 33554432000 4194304 6016207 140737294313904 18446744073709551615 4379658 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 181218 114108 727 445 0 174762 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 724872

[startup+762.307 s]
/proc/loadavg: 4.01 4.00 3.94 5/190 10776
/proc/meminfo: memFree=13342520/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=724872 CPUtime=762.32 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 119104 0 0 0 76209 23 0 0 25 0 1 0 469727530 742268928 114403 33554432000 4194304 6016207 140737294313904 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 181218 114403 727 445 0 174762 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 724872

[startup+822.301 s]
/proc/loadavg: 4.04 4.02 3.95 5/190 10777
/proc/meminfo: memFree=13292136/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=724872 CPUtime=822.31 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 130774 0 0 0 82206 25 0 0 25 0 1 0 469727530 742268928 126073 33554432000 4194304 6016207 140737294313904 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 181218 126073 727 445 0 174762 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 724872

[startup+882.301 s]
/proc/loadavg: 4.01 4.01 3.95 5/190 10779
/proc/meminfo: memFree=13266044/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=724872 CPUtime=882.31 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 133916 0 0 0 88205 26 0 0 25 0 1 0 469727530 742268928 129215 33554432000 4194304 6016207 140737294313904 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 181218 129215 727 445 0 174762 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 724872

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 10780
/proc/meminfo: memFree=13227196/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=724872 CPUtime=942.31 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 134108 0 0 0 94205 26 0 0 25 0 1 0 469727530 742268928 129407 33554432000 4194304 6016207 140737294313904 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 181218 129407 727 445 0 174762 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 724872

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 10782
/proc/meminfo: memFree=13160320/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=724872 CPUtime=1002.32 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 134320 0 0 0 100206 26 0 0 25 0 1 0 469727530 742268928 129619 33554432000 4194304 6016207 140737294313904 18446744073709551615 4536800 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 181218 129619 727 445 0 174762 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 724872

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 10784
/proc/meminfo: memFree=13094064/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=724872 CPUtime=1062.32 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 134926 0 0 0 106205 27 0 0 25 0 1 0 469727530 742268928 130219 33554432000 4194304 6016207 140737294313904 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 181218 130219 727 445 0 174762 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 724872

[startup+1122.3 s]
/proc/loadavg: 4.07 4.02 3.95 5/190 10785
/proc/meminfo: memFree=13014168/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=724872 CPUtime=1122.32 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 135599 0 0 0 112205 27 0 0 25 0 1 0 469727530 742268928 130870 33554432000 4194304 6016207 140737294313904 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 181218 130870 727 445 0 174762 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 724872

[startup+1182.3 s]
/proc/loadavg: 4.02 4.01 3.95 5/190 10787
/proc/meminfo: memFree=12906252/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=724872 CPUtime=1182.33 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 135601 0 0 0 118205 28 0 0 25 0 1 0 469727530 742268928 130855 33554432000 4194304 6016207 140737294313904 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 181218 130855 727 445 0 174762 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 724872

[startup+1242.3 s]
/proc/loadavg: 4.04 4.02 3.96 5/190 10788
/proc/meminfo: memFree=12982092/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=724872 CPUtime=1242.33 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 135601 0 0 0 124205 28 0 0 25 0 1 0 469727530 742268928 130834 33554432000 4194304 6016207 140737294313904 18446744073709551615 4513201 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 181218 130834 727 445 0 174762 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 724872



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.02 3.96 4/188 10791
/proc/meminfo: memFree=13658128/32951124 swapFree=67111528/67111528
[pid=10659] ppid=10657 vsize=724872 CPUtime=1300.04 cores=1,3
/proc/10659/stat : 10659 (qutersat_releas) R 10657 10659 10374 0 -1 4202496 135610 0 0 0 129976 28 0 0 25 0 1 0 469727530 742268928 130831 33554432000 4194304 6016207 140737294313904 18446744073709551615 4373772 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10659/statm: 181218 130831 727 445 0 174762 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 724872

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.07
CPU user time (s): 1299.76
CPU system time (s): 0.306953
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 724872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.76
system time used= 0.306953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135615
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= 6
involuntary context switches= 2463

runsolver used 2.15467 second user time and 4.94925 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-23 19:54:56
IDJOB=3251078
IDBENCH=88209
IDSOLVER=1607
FILE ID=node138/3251078-1303581295
RUNJOBID= node138-1303579990-10394
PBS_JOBID= 13150345
Free space on /tmp= 71912 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q742.5-n45-p15-s28972035.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251078-1303581295/watcher-3251078-1303581295 -o /tmp/evaluation-result-3251078-1303581295/solver-3251078-1303581295 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3251078-1303581295.cnf 1116333034

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

MD5SUM BENCH= bfa662ff57088c54e0febd091ce11e5c
RANDOM SEED=1116333034

node138.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.82
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.80
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14289288 kB
Buffers:       2059972 kB
Cached:       14877928 kB
SwapCached:          0 kB
Active:       10861656 kB
Inactive:      7241860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14289288 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           21376 kB
Writeback:           0 kB
AnonPages:     1164904 kB
Mapped:          18868 kB
Slab:           493296 kB
PageTables:       7068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1622732 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= 71928 MiB
End job on node138 at 2011-04-23 20:16:38