Trace number 3263356

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-03-01? (TO) 1300.05 1300.03

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_28_40_7-log.shuffled-as.sat03-127.cnf
MD5SUMf1f35d90237c4ca07d41a6a9b08e6279
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses58376
Sum of the clauses size583480
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 556
Number of clauses of size over 558320

Solver Data

0.00/0.00	c Set FPU double precision.
0.02/0.04	c Parse Cnf success: #var: 140 #clause: 58376
0.02/0.04	c Find Units :          0
0.02/0.04	c Find Invs  :          0
0.02/0.05	c Find Ands  :          0 AvgFaninNum: nan
0.02/0.05	c Find Xors  :          0 AvgFaninNum: nan
0.02/0.05	c Find Ite   :          0
0.02/0.05	c UnDirect variable: 0
0.02/0.05	c UnDirect to Direct Gate: 0
0.02/0.05	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.02/0.05	c Break Cycle : 0
0.02/0.05	c Total Root : 0 Undef Var: 140
0.02/0.05	c After covering, Total Root: 0 Leaf: 0
0.02/0.05	c Variable( cover/uncovered/unused ): 0 140 0
0.02/0.05	c Unit Clauses: 0
0.02/0.05	c Binary Clauses( cover/uncovered ): 0 0
0.02/0.05	c Clauses( cover/uncovered ): 0 58376
0.02/0.05	c Total Clauses( cover/uncovered ): 0 58376 0%
0.02/0.05	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.19/0.22	c Uncover Clauses avg size: 9.9952 max size: 10
0.19/0.22	c Final circuit: i/l/o/s     140       0   58376    107653
0.19/0.22	c CnfToAig: Time: 0.22 s
0.39/0.45	c TmMap: Set choices finish.
0.49/0.52	c TmMap: Set big and: 77030
0.49/0.52	c TmMap: Origin: 107794 ClauseNum: 322959 --> New: 77171 ClauseNum: 269494
0.49/0.52	c TmMap: Time: 0.11
0.49/0.55	c Try to Add: #clause: 154060 #xorclause: 0
0.49/0.58	c #var: 18794 #clauses: 51922 Solving... 
1300.02/1300.00	c Time Out !!
1300.02/1300.00	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3263356-1303553699/watcher-3263356-1303553699 -o /tmp/evaluation-result-3263356-1303553699/solver-3263356-1303553699 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3263356-1303553699.cnf 1368038323 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.68 3.93 3.90 5/184 28274
/proc/meminfo: memFree=12360848/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=32364 CPUtime=0 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 1793 0 0 0 0 0 0 0 21 0 1 0 466968588 33140736 1728 33554432000 4194304 6016207 140734325232960 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 8091 1728 379 445 0 1635 0

[startup+0.02833 s]
/proc/loadavg: 3.68 3.93 3.90 5/184 28274
/proc/meminfo: memFree=12360848/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=35436 CPUtime=0.02 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 2577 0 0 0 2 0 0 0 21 0 1 0 466968588 36286464 2511 33554432000 4194304 6016207 140734325232960 18446744073709551615 4310008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 8859 2511 379 445 0 2403 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 35436

[startup+0.100319 s]
/proc/loadavg: 3.68 3.93 3.90 5/184 28274
/proc/meminfo: memFree=12360848/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=40044 CPUtime=0.09 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 3659 0 0 0 9 0 0 0 21 0 1 0 466968588 41005056 3593 33554432000 4194304 6016207 140734325232960 18446744073709551615 4337098 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 10011 3593 400 445 0 3555 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40044

[startup+0.300287 s]
/proc/loadavg: 3.68 3.93 3.90 5/184 28274
/proc/meminfo: memFree=12360848/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=63596 CPUtime=0.28 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 9879 0 0 0 28 0 0 0 22 0 1 0 466968588 65122304 9813 33554432000 4194304 6016207 140734325232960 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 15899 9815 670 445 0 9443 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 63596

[startup+0.700215 s]
/proc/loadavg: 3.68 3.93 3.90 5/184 28274
/proc/meminfo: memFree=12360848/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=97100 CPUtime=0.69 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 17996 0 0 0 67 2 0 0 24 0 1 0 466968588 99430400 17930 33554432000 4194304 6016207 140734325232960 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 24275 17930 692 445 0 17819 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97100

[startup+1.50108 s]
/proc/loadavg: 3.68 3.93 3.90 5/190 28280
/proc/meminfo: memFree=12227640/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=97100 CPUtime=1.49 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 17999 0 0 0 147 2 0 0 25 0 1 0 466968588 99430400 17933 33554432000 4194304 6016207 140734325232960 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 24275 17933 695 445 0 17819 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 97100

[startup+3.10082 s]
/proc/loadavg: 3.68 3.93 3.90 5/190 28280
/proc/meminfo: memFree=12127944/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=188748 CPUtime=3.09 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 40693 0 0 0 304 5 0 0 25 0 1 0 466968588 193277952 40627 33554432000 4194304 6016207 140734325232960 18446744073709551615 4667980 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 47187 40627 695 445 0 40731 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 188748

[startup+6.30028 s]
/proc/loadavg: 3.70 3.93 3.90 5/190 28280
/proc/meminfo: memFree=12039520/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=209920 CPUtime=6.29 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 44065 0 0 0 623 6 0 0 25 0 1 0 466968588 214958080 43999 33554432000 4194304 6016207 140734325232960 18446744073709551615 4424214 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 52480 43999 719 445 0 46024 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 209920

[startup+12.7002 s]
/proc/loadavg: 3.73 3.94 3.90 5/190 28280
/proc/meminfo: memFree=11934708/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=240264 CPUtime=12.69 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 52866 0 0 0 1262 7 0 0 25 0 1 0 466968588 246030336 52800 33554432000 4194304 6016207 140734325232960 18446744073709551615 4513178 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 60066 52800 728 445 0 53610 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 240264

[startup+25.501 s]
/proc/loadavg: 3.79 3.94 3.90 5/190 28280
/proc/meminfo: memFree=11811704/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=322960 CPUtime=25.49 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 65735 0 0 0 2540 9 0 0 25 0 1 0 466968588 330711040 65668 33554432000 4194304 6016207 140734325232960 18446744073709551615 4631255 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 80740 65668 728 445 0 74284 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 322960

[startup+51.1008 s]
/proc/loadavg: 3.86 3.94 3.90 5/190 28281
/proc/meminfo: memFree=11763180/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=322960 CPUtime=51.09 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 67784 0 0 0 5099 10 0 0 25 0 1 0 466968588 330711040 67717 33554432000 4194304 6016207 140734325232960 18446744073709551615 4426099 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 80740 67717 728 445 0 74284 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 322960

[startup+102.307 s]
/proc/loadavg: 3.94 3.95 3.91 5/190 28282
/proc/meminfo: memFree=11666204/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=322960 CPUtime=102.3 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 71116 0 0 0 10219 11 0 0 25 0 1 0 466968588 330711040 71028 33554432000 4194304 6016207 140734325232960 18446744073709551615 4536862 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 80740 71028 728 445 0 74284 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 322960

[startup+162.301 s]
/proc/loadavg: 4.02 3.97 3.91 5/190 28284
/proc/meminfo: memFree=11610272/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=322960 CPUtime=162.29 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 72509 0 0 0 16218 11 0 0 25 0 1 0 466968588 330711040 72373 33554432000 4194304 6016207 140734325232960 18446744073709551615 4425440 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 80740 72373 728 445 0 74284 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 322960

[startup+222.301 s]
/proc/loadavg: 4.01 3.97 3.91 5/190 28285
/proc/meminfo: memFree=11534620/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=351204 CPUtime=222.29 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 75431 0 0 0 22218 11 0 0 25 0 1 0 466968588 359632896 75258 33554432000 4194304 6016207 140734325232960 18446744073709551615 4387760 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 87801 75258 728 445 0 81345 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 351204

[startup+282.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 28287
/proc/meminfo: memFree=11484140/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=351204 CPUtime=282.3 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 76074 0 0 0 28218 12 0 0 25 0 1 0 466968588 359632896 75846 33554432000 4194304 6016207 140734325232960 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 87801 75846 728 445 0 81345 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 351204

[startup+342.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 28288
/proc/meminfo: memFree=11398316/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=381288 CPUtime=342.3 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 82548 0 0 0 34216 14 0 0 25 0 1 0 466968588 390438912 82242 33554432000 4194304 6016207 140734325232960 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 95322 82242 734 445 0 88866 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 381288

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 28290
/proc/meminfo: memFree=11363460/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=381288 CPUtime=402.29 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 83416 0 0 0 40215 14 0 0 25 0 1 0 466968588 390438912 83105 33554432000 4194304 6016207 140734325232960 18446744073709551615 4425984 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 95322 83105 729 445 0 88866 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 381288

[startup+462.301 s]
/proc/loadavg: 4.05 3.99 3.92 5/190 28292
/proc/meminfo: memFree=11334308/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=381288 CPUtime=462.3 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 84124 0 0 0 46215 15 0 0 25 0 1 0 466968588 390438912 83813 33554432000 4194304 6016207 140734325232960 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 95322 83813 729 445 0 88866 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 381288

[startup+522.301 s]
/proc/loadavg: 4.02 3.99 3.92 5/190 28293
/proc/meminfo: memFree=11266836/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=397572 CPUtime=522.3 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 88862 0 0 0 52214 16 0 0 25 0 1 0 466968588 407113728 88479 33554432000 4194304 6016207 140734325232960 18446744073709551615 4445023 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 99393 88479 729 445 0 92937 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 397572

[startup+582.301 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 28295
/proc/meminfo: memFree=11247976/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=397572 CPUtime=582.29 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 91461 0 0 0 58213 16 0 0 25 0 1 0 466968588 407113728 91078 33554432000 4194304 6016207 140734325232960 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 99393 91078 729 445 0 92937 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 397572

[startup+642.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 28296
/proc/meminfo: memFree=11150992/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=397572 CPUtime=642.31 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 91543 0 0 0 64214 17 0 0 25 0 1 0 466968588 407113728 91160 33554432000 4194304 6016207 140734325232960 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 99393 91160 729 445 0 92937 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 397572

[startup+702.3 s]
/proc/loadavg: 4.06 4.00 3.93 5/190 28298
/proc/meminfo: memFree=11147756/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=397572 CPUtime=702.3 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 91630 0 0 0 70213 17 0 0 25 0 1 0 466968588 407113728 91247 33554432000 4194304 6016207 140734325232960 18446744073709551615 4425451 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 99393 91247 729 445 0 92937 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 397572

[startup+762.307 s]
/proc/loadavg: 4.02 4.00 3.93 5/190 28300
/proc/meminfo: memFree=11143524/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=397572 CPUtime=762.31 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 91663 0 0 0 76214 17 0 0 25 0 1 0 466968588 407113728 91207 33554432000 4194304 6016207 140734325232960 18446744073709551615 4513198 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 99393 91207 729 445 0 92937 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 397572

[startup+822.3 s]
/proc/loadavg: 4.01 4.00 3.93 5/190 28301
/proc/meminfo: memFree=11126508/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=414708 CPUtime=822.3 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 94203 0 0 0 82213 17 0 0 25 0 1 0 466968588 424660992 93747 33554432000 4194304 6016207 140734325232960 18446744073709551615 4425574 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 103677 93747 729 445 0 97221 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 414708

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 28303
/proc/meminfo: memFree=11118676/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=414708 CPUtime=882.3 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 95935 0 0 0 88212 18 0 0 25 0 1 0 466968588 424660992 95479 33554432000 4194304 6016207 140734325232960 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 103677 95479 729 445 0 97221 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 414708

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 28304
/proc/meminfo: memFree=11091880/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=432120 CPUtime=942.31 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 100281 0 0 0 94211 20 0 0 25 0 1 0 466968588 442490880 99825 33554432000 4194304 6016207 140734325232960 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 108030 99825 729 445 0 101574 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 432120

[startup+1002.3 s]
/proc/loadavg: 4.07 4.02 3.93 5/190 28306
/proc/meminfo: memFree=11090876/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=502488 CPUtime=1002.31 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 100477 0 0 0 100211 20 0 0 25 0 1 0 466968588 514547712 99945 33554432000 4194304 6016207 140734325232960 18446744073709551615 4387407 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 125622 99945 729 445 0 119166 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 502488

[startup+1062.3 s]
/proc/loadavg: 4.02 4.01 3.93 5/190 28308
/proc/meminfo: memFree=11046476/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=572808 CPUtime=1062.31 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 100767 0 0 0 106211 20 0 0 25 0 1 0 466968588 586555392 100146 33554432000 4194304 6016207 140734325232960 18446744073709551615 4567741 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 143202 100146 728 445 0 136746 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 572808

[startup+1122.3 s]
/proc/loadavg: 4.01 4.00 3.93 5/190 28309
/proc/meminfo: memFree=11000208/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=572808 CPUtime=1122.31 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 105209 0 0 0 112210 21 0 0 25 0 1 0 466968588 586555392 104588 33554432000 4194304 6016207 140734325232960 18446744073709551615 4425574 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 143202 104588 728 445 0 136746 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 572808

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 28311
/proc/meminfo: memFree=10957912/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=572808 CPUtime=1182.31 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 105568 0 0 0 118210 21 0 0 25 0 1 0 466968588 586555392 104845 33554432000 4194304 6016207 140734325232960 18446744073709551615 4567743 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 143202 104845 728 445 0 136746 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 572808

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 28312
/proc/meminfo: memFree=10940664/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=572808 CPUtime=1242.31 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 105605 0 0 0 124210 21 0 0 25 0 1 0 466968588 586555392 104882 33554432000 4194304 6016207 140734325232960 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 143202 104882 728 445 0 136746 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 572808



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.02 3.94 3/186 28316
/proc/meminfo: memFree=11640292/32950928 swapFree=67111528/67111528
[pid=28274] ppid=28272 vsize=572808 CPUtime=1300.02 cores=5,7
/proc/28274/stat : 28274 (qutersat_releas) R 28272 28274 27596 0 -1 4202496 105830 0 0 0 129981 21 0 0 25 0 1 0 466968588 586555392 105004 33554432000 4194304 6016207 140734325232960 18446744073709551615 4536272 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28274/statm: 143202 105004 728 445 0 136746 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 572808

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.05
CPU user time (s): 1299.81
CPU system time (s): 0.236963
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 572808

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

runsolver used 2.12368 second user time and 4.97924 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-23 12:14:59
IDJOB=3263356
IDBENCH=83965
IDSOLVER=1607
FILE ID=node126/3263356-1303553699
RUNJOBID= node126-1303553699-28240
PBS_JOBID= 13143150
Free space on /tmp= 71396 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_28_40_7-log.shuffled-as.sat03-127.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263356-1303553699/watcher-3263356-1303553699 -o /tmp/evaluation-result-3263356-1303553699/solver-3263356-1303553699 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3263356-1303553699.cnf 1368038323

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

MD5SUM BENCH= f1f35d90237c4ca07d41a6a9b08e6279
RANDOM SEED=1368038323

node126.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.783
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.56
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.783
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.783
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.783
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.74
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.783
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12361004 kB
Buffers:       2040196 kB
Cached:       17856748 kB
SwapCached:          0 kB
Active:       10649712 kB
Inactive:      9368820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12361004 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11676 kB
Writeback:           0 kB
AnonPages:      120556 kB
Mapped:          18376 kB
Slab:           507720 kB
PageTables:       5132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   303544 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= 71396 MiB
End job on node126 at 2011-04-23 12:36:41