Trace number 3376750

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)UNSAT 1263.33 1263.3

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn009.shuffled-as.sat05-3849.cnf
MD5SUMf2a1eb7937a7cda114ce344a30ca1145
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark824.93
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18718
Sum of the clauses size134151
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2435
Number of clauses of size 32341
Number of clauses of size 4498
Number of clauses of size 5677
Number of clauses of size over 514725

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 2969 #clause: 18718
0.00/0.02	c Find Units :         35
0.00/0.02	c Find Invs  :         21
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: 42
0.00/0.02	c UnDirect to Direct Gate: 16
0.00/0.02	c Forced Direct Gate: 16 Unuse unDirect Gate: 21
0.00/0.02	c Break Cycle : 0
0.00/0.02	c Total Root : 16 Undef Var: 2953
0.00/0.02	c After covering, Total Root: 16 Leaf: 35
0.00/0.02	c Variable( cover/uncovered/unused ): 51 2918 0
0.00/0.02	c Unit Clauses: 35
0.00/0.02	c Binary Clauses( cover/uncovered ): 32 382
0.00/0.02	c Clauses( cover/uncovered ): 0 17929
0.00/0.02	c Total Clauses( cover/uncovered ): 67 18311 0.364566%
0.00/0.02	c Covered Ands: 0 Invs: 16 Xors: 0 Ites: 0
0.00/0.06	c Uncover Clauses avg size: 7.13686 max size: 13
0.00/0.06	c Final circuit: i/l/o/s    2927       0   16946     59704
0.00/0.06	c CnfToAig: Time: 0.06 s
0.08/0.14	c TmMap: Set choices finish.
0.08/0.17	c TmMap: Set big and: 27824
0.08/0.17	c TmMap: Origin: 62632 ClauseNum: 179112 --> New: 30752 ClauseNum: 118304
0.08/0.17	c TmMap: Time: 0.04
0.08/0.18	c Try to Add: #clause: 55648 #xorclause: 0
0.18/0.20	c #var: 13805 #clauses: 26253 Solving... 
1263.21/1263.27	s UNSATISFIABLE
1263.21/1263.28	c CPU time: 1263.3 s

Verifier Data

No possible verification on an UNSAT instance

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 0.97 2.51 3.28 6/372 3920
/proc/meminfo: memFree=14598872/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=32356 CPUtime=0 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 1581 0 0 0 0 0 0 0 23 0 1 0 640009772 33132544 1518 33554432000 4194304 6014671 140735227048336 18446744073709551615 233509991371 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3920/statm: 8089 1535 305 445 0 1634 0

[startup+0.0923249 s]
/proc/loadavg: 0.97 2.51 3.28 6/372 3920
/proc/meminfo: memFree=14598872/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=47384 CPUtime=0.08 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 5978 0 0 0 8 0 0 0 23 0 1 0 640009772 48521216 5915 33554432000 4194304 6014671 140735227048336 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 11846 5919 668 445 0 5391 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 47384

[startup+0.100319 s]
/proc/loadavg: 0.97 2.51 3.28 6/372 3920
/proc/meminfo: memFree=14598872/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=49432 CPUtime=0.08 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 6390 0 0 0 8 0 0 0 23 0 1 0 640009772 50618368 6327 33554432000 4194304 6014671 140735227048336 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 12358 6328 668 445 0 5903 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 49432

[startup+0.300253 s]
/proc/loadavg: 0.97 2.51 3.28 6/372 3920
/proc/meminfo: memFree=14598872/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=61268 CPUtime=0.28 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 9400 0 0 0 28 0 0 0 25 0 1 0 640009772 62738432 9337 33554432000 4194304 6014671 140735227048336 18446744073709551615 4423250 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 15317 9337 697 445 0 8862 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 61268

[startup+0.70018 s]
/proc/loadavg: 0.97 2.51 3.28 6/372 3920
/proc/meminfo: memFree=14598872/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=63316 CPUtime=0.68 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 9711 0 0 0 68 0 0 0 25 0 1 0 640009772 64835584 9648 33554432000 4194304 6014671 140735227048336 18446744073709551615 4666504 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 15829 9648 701 445 0 9374 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 63316

[startup+1.50106 s]
/proc/loadavg: 0.97 2.51 3.28 6/374 3922
/proc/meminfo: memFree=14491464/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=78016 CPUtime=1.49 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 11761 0 0 0 148 1 0 0 25 0 1 0 640009772 79888384 11698 33554432000 4194304 6014671 140735227048336 18446744073709551615 4376497 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 19504 11698 724 445 0 13049 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 78016

[startup+3.10078 s]
/proc/loadavg: 0.97 2.51 3.28 6/374 3922
/proc/meminfo: memFree=14468152/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=96672 CPUtime=3.09 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 12849 0 0 0 308 1 0 0 25 0 1 0 640009772 98992128 12786 33554432000 4194304 6014671 140735227048336 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 24168 12786 728 445 0 17713 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 96672

[startup+6.3002 s]
/proc/loadavg: 1.21 2.53 3.29 6/374 3949
/proc/meminfo: memFree=14449132/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=105920 CPUtime=6.28 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 13750 0 0 0 627 1 0 0 25 0 1 0 640009772 108462080 13687 33554432000 4194304 6014671 140735227048336 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 26480 13687 728 445 0 20025 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 105920

[startup+12.7011 s]
/proc/loadavg: 1.44 2.56 3.29 6/374 3949
/proc/meminfo: memFree=14388000/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=124792 CPUtime=12.69 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 16236 0 0 0 1267 2 0 0 25 0 1 0 640009772 127787008 16171 33554432000 4194304 6014671 140735227048336 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 31198 16171 728 445 0 24743 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 124792

[startup+25.5008 s]
/proc/loadavg: 2.00 2.63 3.30 6/374 3949
/proc/meminfo: memFree=14337060/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=134480 CPUtime=25.48 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 18180 0 0 0 2546 2 0 0 25 0 1 0 640009772 137707520 18115 33554432000 4194304 6014671 140735227048336 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 33620 18115 728 445 0 27165 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 134480

[startup+51.1012 s]
/proc/loadavg: 2.68 2.74 3.32 6/374 3950
/proc/meminfo: memFree=14275768/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=134480 CPUtime=51.09 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 20805 0 0 0 5106 3 0 0 25 0 1 0 640009772 137707520 20734 33554432000 4194304 6014671 140735227048336 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 33620 20734 729 445 0 27165 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 134480

[startup+102.314 s]
/proc/loadavg: 3.43 2.93 3.35 6/374 3951
/proc/meminfo: memFree=14205824/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=145736 CPUtime=102.3 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 25191 0 0 0 10226 4 0 0 25 0 1 0 640009772 149233664 25120 33554432000 4194304 6014671 140735227048336 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 36434 25120 729 445 0 29979 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 145736

[startup+162.3 s]
/proc/loadavg: 3.79 3.12 3.39 6/374 3953
/proc/meminfo: memFree=14136964/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=157248 CPUtime=162.28 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 28025 0 0 0 16224 4 0 0 25 0 1 0 640009772 161021952 27954 33554432000 4194304 6014671 140735227048336 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 39312 27954 729 445 0 32857 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 157248

[startup+222.3 s]
/proc/loadavg: 3.99 3.29 3.43 6/374 3955
/proc/meminfo: memFree=14096752/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=157248 CPUtime=222.29 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 28479 0 0 0 22224 5 0 0 25 0 1 0 640009772 161021952 28408 33554432000 4194304 6014671 140735227048336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 39312 28408 729 445 0 32857 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 157248

[startup+282.301 s]
/proc/loadavg: 3.99 3.42 3.46 6/374 3956
/proc/meminfo: memFree=14058028/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=157248 CPUtime=282.29 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 30100 0 0 0 28224 5 0 0 25 0 1 0 640009772 161021952 30029 33554432000 4194304 6014671 140735227048336 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 39312 30029 729 445 0 32857 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 157248

[startup+342.301 s]
/proc/loadavg: 3.99 3.52 3.49 6/374 3958
/proc/meminfo: memFree=14038776/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=157248 CPUtime=342.29 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 30290 0 0 0 34224 5 0 0 25 0 1 0 640009772 161021952 30219 33554432000 4194304 6014671 140735227048336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 39312 30219 729 445 0 32857 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 157248

[startup+402.301 s]
/proc/loadavg: 4.10 3.64 3.53 6/374 3959
/proc/meminfo: memFree=14025848/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=170240 CPUtime=402.29 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 32160 0 0 0 40224 5 0 0 25 0 1 0 640009772 174325760 32089 33554432000 4194304 6014671 140735227048336 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 42560 32089 729 445 0 36105 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 170240

[startup+462.3 s]
/proc/loadavg: 4.07 3.71 3.56 6/374 3961
/proc/meminfo: memFree=13965052/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=196468 CPUtime=462.29 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 40363 0 0 0 46222 7 0 0 25 0 1 0 640009772 201183232 40292 33554432000 4194304 6014671 140735227048336 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 49117 40292 729 445 0 42662 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 196468

[startup+522.301 s]
/proc/loadavg: 4.02 3.76 3.59 6/374 3963
/proc/meminfo: memFree=13950508/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=209672 CPUtime=522.3 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 43790 0 0 0 52222 8 0 0 25 0 1 0 640009772 214704128 43716 33554432000 4194304 6014671 140735227048336 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 52418 43716 729 445 0 45963 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 209672

[startup+582.301 s]
/proc/loadavg: 3.93 3.79 3.60 4/368 3981
/proc/meminfo: memFree=14089896/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=223084 CPUtime=582.3 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 44371 0 0 0 58221 9 0 0 25 0 1 0 640009772 228438016 44285 33554432000 4194304 6014671 140735227048336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 55771 44285 729 445 0 49316 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 223084

[startup+642.301 s]
/proc/loadavg: 3.34 3.64 3.56 4/368 3983
/proc/meminfo: memFree=14084324/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=223084 CPUtime=642.31 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 44978 0 0 0 64222 9 0 0 25 0 1 0 640009772 228438016 44879 33554432000 4194304 6014671 140735227048336 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 55771 44879 729 445 0 49316 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 223084

[startup+702.3 s]
/proc/loadavg: 3.12 3.52 3.52 4/368 3984
/proc/meminfo: memFree=14078948/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=223084 CPUtime=702.31 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 45019 0 0 0 70222 9 0 0 25 0 1 0 640009772 228438016 44912 33554432000 4194304 6014671 140735227048336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 55771 44912 729 445 0 49316 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 223084

[startup+762.315 s]
/proc/loadavg: 3.04 3.42 3.49 4/368 3988
/proc/meminfo: memFree=14072832/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=223084 CPUtime=762.32 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 45036 0 0 0 76223 9 0 0 25 0 1 0 640009772 228438016 44920 33554432000 4194304 6014671 140735227048336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 55771 44920 729 445 0 49316 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 223084

[startup+822.301 s]
/proc/loadavg: 3.05 3.36 3.46 4/368 3991
/proc/meminfo: memFree=14051824/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=278964 CPUtime=822.31 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 47106 0 0 0 82222 9 0 0 25 0 1 0 640009772 285659136 46957 33554432000 4194304 6014671 140735227048336 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 69741 46957 729 445 0 63286 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 278964

[startup+882.301 s]
/proc/loadavg: 3.02 3.29 3.43 4/368 3992
/proc/meminfo: memFree=14007276/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=278964 CPUtime=882.31 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 52298 0 0 0 88220 11 0 0 25 0 1 0 640009772 285659136 52149 33554432000 4194304 6014671 140735227048336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 69741 52149 729 445 0 63286 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 278964

[startup+942.3 s]
/proc/loadavg: 2.83 3.20 3.39 3/362 4011
/proc/meminfo: memFree=14202736/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=278964 CPUtime=942.31 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 52302 0 0 0 94220 11 0 0 25 0 1 0 640009772 285659136 52140 33554432000 4194304 6014671 140735227048336 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 69741 52140 729 445 0 63286 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 278964

[startup+1002.3 s]
/proc/loadavg: 2.34 2.99 3.30 3/362 4012
/proc/meminfo: memFree=14184112/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=278964 CPUtime=1002.31 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 53055 0 0 0 100220 11 0 0 25 0 1 0 640009772 285659136 52893 33554432000 4194304 6014671 140735227048336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 69741 52893 729 445 0 63286 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 278964

[startup+1062.3 s]
/proc/loadavg: 2.12 2.81 3.22 3/362 4014
/proc/meminfo: memFree=14135092/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=278964 CPUtime=1062.31 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 53802 0 0 0 106220 11 0 0 25 0 1 0 640009772 285659136 53608 33554432000 4194304 6014671 140735227048336 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 69741 53608 729 445 0 63286 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 278964

[startup+1122.3 s]
/proc/loadavg: 2.04 2.66 3.14 3/362 4016
/proc/meminfo: memFree=14123028/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=278964 CPUtime=1122.31 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 54489 0 0 0 112220 11 0 0 25 0 1 0 640009772 285659136 54295 33554432000 4194304 6014671 140735227048336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 69741 54295 729 445 0 63286 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 278964

[startup+1182.3 s]
/proc/loadavg: 2.01 2.54 3.07 3/362 4017
/proc/meminfo: memFree=14094212/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=278964 CPUtime=1182.31 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 54821 0 0 0 118220 11 0 0 25 0 1 0 640009772 285659136 54627 33554432000 4194304 6014671 140735227048336 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 69741 54627 729 445 0 63286 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 278964

[startup+1242.3 s]
/proc/loadavg: 2.00 2.44 3.00 3/362 4019
/proc/meminfo: memFree=14072852/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=278964 CPUtime=1242.31 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 54823 0 0 0 124220 11 0 0 25 0 1 0 640009772 285659136 54609 33554432000 4194304 6014671 140735227048336 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 69741 54609 729 445 0 63286 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 278964

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

[startup+1254.3 s]
/proc/loadavg: 2.00 2.41 2.98 3/362 4019
/proc/meminfo: memFree=14072836/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=278964 CPUtime=1254.31 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 54823 0 0 0 125420 11 0 0 25 0 1 0 640009772 285659136 54609 33554432000 4194304 6014671 140735227048336 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 69741 54609 729 445 0 63286 0
Current children cumulated CPU time (s) 1254.31
Current children cumulated vsize (KiB) 278964

[startup+1257.5 s]
/proc/loadavg: 2.00 2.41 2.98 3/362 4019
/proc/meminfo: memFree=14072832/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=278964 CPUtime=1257.51 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 54823 0 0 0 125740 11 0 0 25 0 1 0 640009772 285659136 54609 33554432000 4194304 6014671 140735227048336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 69741 54609 729 445 0 63286 0
Current children cumulated CPU time (s) 1257.51
Current children cumulated vsize (KiB) 278964

[startup+1260.7 s]
/proc/loadavg: 2.00 2.41 2.97 3/362 4019
/proc/meminfo: memFree=14072832/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=278964 CPUtime=1260.72 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 54823 0 0 0 126061 11 0 0 25 0 1 0 640009772 285659136 54609 33554432000 4194304 6014671 140735227048336 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 69741 54609 729 445 0 63286 0
Current children cumulated CPU time (s) 1260.72
Current children cumulated vsize (KiB) 278964

[startup+1262.3 s]
/proc/loadavg: 2.00 2.41 2.97 3/362 4019
/proc/meminfo: memFree=14072832/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=278964 CPUtime=1262.32 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 54823 0 0 0 126221 11 0 0 25 0 1 0 640009772 285659136 54609 33554432000 4194304 6014671 140735227048336 18446744073709551615 4369520 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 69741 54609 729 445 0 63286 0
Current children cumulated CPU time (s) 1262.32
Current children cumulated vsize (KiB) 278964

[startup+1262.7 s]
/proc/loadavg: 2.00 2.41 2.97 3/362 4019
/proc/meminfo: memFree=14072832/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=278964 CPUtime=1262.72 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 54823 0 0 0 126261 11 0 0 25 0 1 0 640009772 285659136 54609 33554432000 4194304 6014671 140735227048336 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 69741 54609 729 445 0 63286 0
Current children cumulated CPU time (s) 1262.72
Current children cumulated vsize (KiB) 278964

[startup+1263.1 s]
/proc/loadavg: 2.00 2.41 2.97 3/362 4019
/proc/meminfo: memFree=14072832/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=278964 CPUtime=1263.11 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 54823 0 0 0 126300 11 0 0 25 0 1 0 640009772 285659136 54609 33554432000 4194304 6014671 140735227048336 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 69741 54609 729 445 0 63286 0
Current children cumulated CPU time (s) 1263.11
Current children cumulated vsize (KiB) 278964

[startup+1263.2 s]
/proc/loadavg: 2.00 2.41 2.97 3/362 4019
/proc/meminfo: memFree=14072832/32951124 swapFree=67111348/67111528
[pid=3920] ppid=3918 vsize=278964 CPUtime=1263.21 cores=4,6
/proc/3920/stat : 3920 (qutersat_releas) R 3918 3920 2779 0 -1 4202496 54823 0 0 0 126310 11 0 0 25 0 1 0 640009772 285659136 54609 33554432000 4194304 6014671 140735227048336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3920/statm: 69741 54609 729 445 0 63286 0
Current children cumulated CPU time (s) 1263.21
Current children cumulated vsize (KiB) 278964

Child status: 0
Real time (s): 1263.3
CPU time (s): 1263.33
CPU user time (s): 1263.2
CPU system time (s): 0.12998
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 278964

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

runsolver used 4.76228 second user time and 10.1875 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-15 18:12:19
IDJOB=3376750
IDBENCH=85793
IDSOLVER=1856
FILE ID=node145/3376750-1305475939
RUNJOBID= node145-1305475939-3880
PBS_JOBID= 13325308
Free space on /tmp= 73660 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn009.shuffled-as.sat05-3849.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376750-1305475939/watcher-3376750-1305475939 -o /tmp/evaluation-result-3376750-1305475939/solver-3376750-1305475939 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376750-1305475939.cnf 2043802760

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

MD5SUM BENCH= f2a1eb7937a7cda114ce344a30ca1145
RANDOM SEED=2043802760

node145.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.786
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.57
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.786
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.76
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.786
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.786
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.83
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.786
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.786
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14602500 kB
Buffers:        323784 kB
Cached:        8563884 kB
SwapCached:          0 kB
Active:       11158644 kB
Inactive:      6823556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14602500 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            8672 kB
Writeback:           0 kB
AnonPages:     9093756 kB
Mapped:          30312 kB
Slab:           258804 kB
PageTables:      43348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 83756856 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= 73664 MiB
End job on node145 at 2011-05-15 18:33:22