Trace number 3376029

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-05-12 (fixed)? (TO) 1300.06 1300.04

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S1793954886-065-UNKNOWN.cnf
MD5SUMf6b9ddbb2d1027fc4cfe1e8c2d86f4e1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark122.013
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
Maximum clause length5
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 530000
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 1500 #clause: 30000
0.00/0.02	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.02	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 0
0.00/0.02	c UnDirect to Direct Gate: 0
0.00/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.02	c Break Cycle : 0
0.00/0.02	c Total Root : 0 Undef Var: 1500
0.00/0.02	c After covering, Total Root: 0 Leaf: 0
0.00/0.02	c Variable( cover/uncovered/unused ): 0 1500 0
0.00/0.02	c Unit Clauses: 0
0.00/0.02	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.02	c Clauses( cover/uncovered ): 0 30000
0.00/0.02	c Total Clauses( cover/uncovered ): 0 30000 0%
0.00/0.02	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.06/0.07	c Uncover Clauses avg size: 5 max size: 5
0.06/0.08	c Final circuit: i/l/o/s    1500       0   30000    119260
0.06/0.08	c CnfToAig: Time: 0.06 s
0.08/0.17	c TmMap: Set choices finish.
0.19/0.21	c TmMap: Set big and: 30730
0.19/0.21	c TmMap: Origin: 120761 ClauseNum: 357780 --> New: 32231 ClauseNum: 180720
0.19/0.21	c TmMap: Time: 0.05
0.19/0.22	c Try to Add: #clause: 61460 #xorclause: 0
0.19/0.24	c #var: 2230 #clauses: 30731 Solving... 
1300.02/1300.01	c Time Out !!
1300.02/1300.01	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: 961)

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-3376029-1305469025/watcher-3376029-1305469025 -o /tmp/evaluation-result-3376029-1305469025/solver-3376029-1305469025 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376029-1305469025.cnf 1686016231 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.99 4.02 4.07 5/366 9023
/proc/meminfo: memFree=16200000/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=31844 CPUtime=0 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 1056 0 0 0 0 0 0 0 23 0 1 0 658502144 32608256 992 33554432000 4194304 6014671 140736581260864 18446744073709551615 274473661499 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9023/statm: 7961 1005 305 445 0 1506 0

[startup+0.070966 s]
/proc/loadavg: 3.99 4.02 4.07 5/366 9023
/proc/meminfo: memFree=16200000/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=41068 CPUtime=0.06 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 4013 0 0 0 6 0 0 0 23 0 1 0 658502144 42053632 3949 33554432000 4194304 6014671 140736581260864 18446744073709551615 4315488 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 10267 3949 398 445 0 3812 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 41068

[startup+0.10096 s]
/proc/loadavg: 3.99 4.02 4.07 5/366 9023
/proc/meminfo: memFree=16200000/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=54284 CPUtime=0.08 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 7709 0 0 0 8 0 0 0 23 0 1 0 658502144 55586816 7645 33554432000 4194304 6014671 140736581260864 18446744073709551615 4325254 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 13571 7645 668 445 0 7116 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 54284

[startup+0.300923 s]
/proc/loadavg: 3.99 4.02 4.07 5/366 9023
/proc/meminfo: memFree=16200000/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=75676 CPUtime=0.28 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 13089 0 0 0 27 1 0 0 25 0 1 0 658502144 77492224 13024 33554432000 4194304 6014671 140736581260864 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 18919 13024 696 445 0 12464 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 75676

[startup+0.700803 s]
/proc/loadavg: 3.99 4.02 4.07 5/366 9023
/proc/meminfo: memFree=16200000/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=75676 CPUtime=0.68 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 13114 0 0 0 67 1 0 0 25 0 1 0 658502144 77492224 13049 33554432000 4194304 6014671 140736581260864 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 18919 13049 721 445 0 12464 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 75676

[startup+1.50074 s]
/proc/loadavg: 3.99 4.02 4.07 5/367 9024
/proc/meminfo: memFree=16145680/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=86060 CPUtime=1.48 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 13683 0 0 0 147 1 0 0 25 0 1 0 658502144 88125440 13618 33554432000 4194304 6014671 140736581260864 18446744073709551615 4423960 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 21515 13619 722 445 0 15060 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 86060

[startup+3.10038 s]
/proc/loadavg: 3.99 4.02 4.07 5/367 9024
/proc/meminfo: memFree=16132692/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=96688 CPUtime=3.08 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 14650 0 0 0 307 1 0 0 25 0 1 0 658502144 99008512 14585 33554432000 4194304 6014671 140736581260864 18446744073709551615 4424560 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 24172 14585 722 445 0 17717 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 96688

[startup+6.30088 s]
/proc/loadavg: 3.99 4.02 4.07 5/367 9024
/proc/meminfo: memFree=16078288/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=118152 CPUtime=6.29 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 21160 0 0 0 626 3 0 0 25 0 1 0 658502144 120987648 21095 33554432000 4194304 6014671 140736581260864 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 29538 21095 726 445 0 23083 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 118152

[startup+12.7008 s]
/proc/loadavg: 3.99 4.02 4.07 5/367 9024
/proc/meminfo: memFree=16003620/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=184332 CPUtime=12.69 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 27399 0 0 0 1265 4 0 0 25 0 1 0 658502144 188755968 27334 33554432000 4194304 6014671 140736581260864 18446744073709551615 4533996 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 46083 27334 726 445 0 39628 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 184332

[startup+25.5005 s]
/proc/loadavg: 3.99 4.02 4.07 5/367 9025
/proc/meminfo: memFree=15884576/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=228588 CPUtime=25.49 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 40332 0 0 0 2544 5 0 0 25 0 1 0 658502144 234074112 40267 33554432000 4194304 6014671 140736581260864 18446744073709551615 4535376 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 57147 40267 726 445 0 50692 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 228588

[startup+51.101 s]
/proc/loadavg: 3.99 4.01 4.07 5/367 9025
/proc/meminfo: memFree=15727036/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=273452 CPUtime=51.09 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 45075 0 0 0 5103 6 0 0 25 0 1 0 658502144 280014848 45010 33554432000 4194304 6014671 140736581260864 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 68363 45010 726 445 0 61908 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 273452

[startup+102.314 s]
/proc/loadavg: 3.99 4.01 4.06 5/367 9027
/proc/meminfo: memFree=15626700/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=273452 CPUtime=102.3 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 53060 0 0 0 10223 7 0 0 25 0 1 0 658502144 280014848 52927 33554432000 4194304 6014671 140736581260864 18446744073709551615 4424182 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 68363 52927 726 445 0 61908 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 273452

[startup+162.3 s]
/proc/loadavg: 4.10 4.03 4.07 6/367 9028
/proc/meminfo: memFree=15556240/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=369140 CPUtime=162.29 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 57188 0 0 0 16220 9 0 0 25 0 1 0 658502144 377999360 56809 33554432000 4194304 6014671 140736581260864 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 92285 56809 734 445 0 85830 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 369140

[startup+222.301 s]
/proc/loadavg: 4.04 4.03 4.06 5/367 9030
/proc/meminfo: memFree=15484924/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=419056 CPUtime=222.29 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 65996 0 0 0 22218 11 0 0 25 0 1 0 658502144 429113344 65610 33554432000 4194304 6014671 140736581260864 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 104764 65610 727 445 0 98309 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 419056

[startup+282.3 s]
/proc/loadavg: 4.21 4.07 4.07 5/367 9031
/proc/meminfo: memFree=15405284/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=419056 CPUtime=282.29 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 75516 0 0 0 28216 13 0 0 25 0 1 0 658502144 429113344 74456 33554432000 4194304 6014671 140736581260864 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 104764 74456 726 445 0 98309 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 419056

[startup+342.301 s]
/proc/loadavg: 4.13 4.07 4.07 5/367 9033
/proc/meminfo: memFree=15381072/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=419056 CPUtime=342.29 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 76029 0 0 0 34216 13 0 0 25 0 1 0 658502144 429113344 74969 33554432000 4194304 6014671 140736581260864 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 104764 74969 726 445 0 98309 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 419056

[startup+402.3 s]
/proc/loadavg: 4.04 4.05 4.06 5/367 9035
/proc/meminfo: memFree=15346068/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=419056 CPUtime=402.29 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 79940 0 0 0 40214 15 0 0 25 0 1 0 658502144 429113344 78880 33554432000 4194304 6014671 140736581260864 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 104764 78880 726 445 0 98309 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 419056

[startup+462.301 s]
/proc/loadavg: 4.01 4.04 4.06 5/367 9036
/proc/meminfo: memFree=15337240/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=419056 CPUtime=462.29 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 80529 0 0 0 46214 15 0 0 25 0 1 0 658502144 429113344 79469 33554432000 4194304 6014671 140736581260864 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 104764 79469 726 445 0 98309 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 419056

[startup+522.301 s]
/proc/loadavg: 4.00 4.03 4.05 5/367 9038
/proc/meminfo: memFree=15238868/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=419056 CPUtime=522.29 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 86264 0 0 0 52213 16 0 0 25 0 1 0 658502144 429113344 85204 33554432000 4194304 6014671 140736581260864 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 104764 85204 726 445 0 98309 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 419056

[startup+582.301 s]
/proc/loadavg: 4.04 4.04 4.05 5/367 9039
/proc/meminfo: memFree=15226564/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=419056 CPUtime=582.3 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 87036 0 0 0 58213 17 0 0 25 0 1 0 658502144 429113344 85976 33554432000 4194304 6014671 140736581260864 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 104764 85976 726 445 0 98309 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 419056

[startup+642.301 s]
/proc/loadavg: 4.01 4.03 4.05 5/367 9041
/proc/meminfo: memFree=15212516/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=419056 CPUtime=642.31 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 88949 0 0 0 64214 17 0 0 25 0 1 0 658502144 429113344 87889 33554432000 4194304 6014671 140736581260864 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 104764 87889 726 445 0 98309 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 419056

[startup+702.3 s]
/proc/loadavg: 4.15 4.05 4.05 5/367 9043
/proc/meminfo: memFree=15127540/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=419184 CPUtime=702.3 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 90907 0 0 0 70212 18 0 0 25 0 1 0 658502144 429244416 89847 33554432000 4194304 6014671 140736581260864 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 104796 89847 726 445 0 98341 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 419184

[startup+762.314 s]
/proc/loadavg: 4.12 4.06 4.05 5/367 9044
/proc/meminfo: memFree=14884340/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=419184 CPUtime=762.32 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 91527 0 0 0 76214 18 0 0 25 0 1 0 658502144 429244416 90467 33554432000 4194304 6014671 140736581260864 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 104796 90467 726 445 0 98341 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 419184

[startup+822.3 s]
/proc/loadavg: 4.04 4.05 4.04 5/367 9046
/proc/meminfo: memFree=14812760/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=419184 CPUtime=822.3 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 92916 0 0 0 82212 18 0 0 25 0 1 0 658502144 429244416 91856 33554432000 4194304 6014671 140736581260864 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 104796 91856 726 445 0 98341 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 419184

[startup+882.301 s]
/proc/loadavg: 4.13 4.07 4.05 5/367 9048
/proc/meminfo: memFree=14755432/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=419184 CPUtime=882.3 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 94664 0 0 0 88211 19 0 0 25 0 1 0 658502144 429244416 93604 33554432000 4194304 6014671 140736581260864 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 104796 93604 726 445 0 98341 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 419184

[startup+942.301 s]
/proc/loadavg: 4.05 4.05 4.04 5/367 9049
/proc/meminfo: memFree=14736188/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=419184 CPUtime=942.31 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 94664 0 0 0 94212 19 0 0 25 0 1 0 658502144 429244416 93604 33554432000 4194304 6014671 140736581260864 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 104796 93604 726 445 0 98341 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 419184

[startup+1002.3 s]
/proc/loadavg: 4.02 4.04 4.04 5/367 9051
/proc/meminfo: memFree=14717060/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=419184 CPUtime=1002.31 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 97491 0 0 0 100210 21 0 0 25 0 1 0 658502144 429244416 96431 33554432000 4194304 6014671 140736581260864 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 104796 96431 726 445 0 98341 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 419184

[startup+1062.3 s]
/proc/loadavg: 3.40 3.86 3.97 4/361 9070
/proc/meminfo: memFree=15474412/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=419184 CPUtime=1062.31 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 97499 0 0 0 106210 21 0 0 25 0 1 0 658502144 429244416 96439 33554432000 4194304 6014671 140736581260864 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 104796 96439 726 445 0 98341 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 419184

[startup+1122.3 s]
/proc/loadavg: 3.15 3.70 3.91 4/361 9072
/proc/meminfo: memFree=15314660/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=478156 CPUtime=1122.31 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 110009 0 0 0 112208 23 0 0 25 0 1 0 658502144 489631744 108949 33554432000 4194304 6014671 140736581260864 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 119539 108949 726 445 0 113084 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 478156

[startup+1182.3 s]
/proc/loadavg: 3.05 3.57 3.85 4/361 9073
/proc/meminfo: memFree=15292300/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=478156 CPUtime=1182.31 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 110013 0 0 0 118208 23 0 0 25 0 1 0 658502144 489631744 108953 33554432000 4194304 6014671 140736581260864 18446744073709551615 4378142 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 119539 108953 726 445 0 113084 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 478156

[startup+1242.3 s]
/proc/loadavg: 3.02 3.47 3.79 4/361 9075
/proc/meminfo: memFree=15172828/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=537732 CPUtime=1242.31 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 120383 0 0 0 124205 26 0 0 25 0 1 0 658502144 550637568 119323 33554432000 4194304 6014671 140736581260864 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 134433 119323 726 445 0 127978 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 537732



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.57 3.28 3.71 2/353 9096
/proc/meminfo: memFree=16503912/32950928 swapFree=67111348/67111528
[pid=9023] ppid=9021 vsize=597740 CPUtime=1300.02 cores=0,2
/proc/9023/stat : 9023 (qutersat_releas) R 9021 9023 8779 0 -1 4202496 126950 0 0 0 129973 29 0 0 25 0 1 0 658502144 612085760 125890 33554432000 4194304 6014671 140736581260864 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9023/statm: 149435 125890 726 445 0 142980 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 597740

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

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

Child status: 1
Real time (s): 1300.04
CPU time (s): 1300.06
CPU user time (s): 1299.74
CPU system time (s): 0.318951
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 597740

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

runsolver used 4.66929 second user time and 10.6064 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 16:17:05
IDJOB=3376029
IDBENCH=82538
IDSOLVER=1856
FILE ID=node125/3376029-1305469025
RUNJOBID= node125-1305467719-8797
PBS_JOBID= 13325303
Free space on /tmp= 73176 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S1793954886-065-UNKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376029-1305469025/watcher-3376029-1305469025 -o /tmp/evaluation-result-3376029-1305469025/solver-3376029-1305469025 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376029-1305469025.cnf 1686016231

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

MD5SUM BENCH= f6b9ddbb2d1027fc4cfe1e8c2d86f4e1
RANDOM SEED=1686016231

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.828
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.828
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.74
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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:     32950928 kB
MemFree:      16200272 kB
Buffers:        297348 kB
Cached:        4784948 kB
SwapCached:          0 kB
Active:       12593924 kB
Inactive:      3768740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16200272 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           11184 kB
Writeback:           0 kB
AnonPages:    11280460 kB
Mapped:          39980 kB
Slab:           279692 kB
PageTables:      43764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 79601596 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= 73188 MiB
End job on node125 at 2011-05-15 16:38:47