Trace number 3376810

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 578.098 578.084

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-icl005.shuffled-as.sat05-3826.cnf
MD5SUM5d8489e52ec1ef9c7431a7fd60f9ff86
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark455.087
Satisfiable
(Un)Satisfiability was proved
Number of variables2703
Number of clauses18312
Sum of the clauses size128119
Maximum clause length13
Minimum clause length1
Number of clauses of size 156
Number of clauses of size 2533
Number of clauses of size 32417
Number of clauses of size 4522
Number of clauses of size 5685
Number of clauses of size over 514099

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 2703 #clause: 18312
0.00/0.01	c Find Units :         35
0.00/0.01	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: 13
0.00/0.02	c Forced Direct Gate: 13 Unuse unDirect Gate: 21
0.00/0.02	c Break Cycle : 0
0.00/0.02	c Total Root : 13 Undef Var: 2690
0.00/0.02	c After covering, Total Root: 13 Leaf: 35
0.00/0.02	c Variable( cover/uncovered/unused ): 48 2655 0
0.00/0.02	c Unit Clauses: 35
0.00/0.02	c Binary Clauses( cover/uncovered ): 26 465
0.00/0.02	c Clauses( cover/uncovered ): 0 17245
0.00/0.02	c Total Clauses( cover/uncovered ): 61 17710 0.343256%
0.00/0.02	c Covered Ands: 0 Invs: 13 Xors: 0 Ites: 0
0.00/0.06	c Uncover Clauses avg size: 7.01824 max size: 13
0.00/0.06	c Final circuit: i/l/o/s    2661       0   16330     57113
0.00/0.06	c CnfToAig: Time: 0.05 s
0.09/0.14	c TmMap: Set choices finish.
0.09/0.17	c TmMap: Set big and: 26772
0.09/0.17	c TmMap: Origin: 59775 ClauseNum: 171339 --> New: 29434 ClauseNum: 113323
0.09/0.17	c TmMap: Time: 0.04
0.09/0.18	c Try to Add: #clause: 53544 #xorclause: 0
0.19/0.20	c #var: 13103 #clauses: 25126 Solving... 
578.01/578.06	s UNSATISFIABLE
578.01/578.07	c CPU time: 578.08 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-3376810-1305475939/watcher-3376810-1305475939 -o /tmp/evaluation-result-3376810-1305475939/solver-3376810-1305475939 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376810-1305475939.cnf 2043802760 

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: 0.97 2.51 3.28 5/368 3916
/proc/meminfo: memFree=14602740/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=32364 CPUtime=0 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 1788 0 0 0 0 0 0 0 23 0 1 0 640009772 33140736 1724 33554432000 4194304 6014671 140736398077360 18446744073709551615 233509995098 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 8091 1736 378 445 0 1636 0

[startup+0.0882459 s]
/proc/loadavg: 0.97 2.51 3.28 5/368 3916
/proc/meminfo: memFree=14602740/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=47064 CPUtime=0.08 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 5776 0 0 0 8 0 0 0 23 0 1 0 640009772 48193536 5712 33554432000 4194304 6014671 140736398077360 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 11766 5714 668 445 0 5311 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 47064

[startup+0.10024 s]
/proc/loadavg: 0.97 2.51 3.28 5/368 3916
/proc/meminfo: memFree=14602740/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=49112 CPUtime=0.09 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 6363 0 0 0 9 0 0 0 23 0 1 0 640009772 50290688 6299 33554432000 4194304 6014671 140736398077360 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 12278 6300 668 445 0 5823 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49112

[startup+0.300202 s]
/proc/loadavg: 0.97 2.51 3.28 5/368 3916
/proc/meminfo: memFree=14602740/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=68064 CPUtime=0.29 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 9285 0 0 0 28 1 0 0 24 0 1 0 640009772 69697536 9221 33554432000 4194304 6014671 140736398077360 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 17016 9221 697 445 0 10561 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68064

[startup+0.701132 s]
/proc/loadavg: 0.97 2.51 3.28 5/368 3916
/proc/meminfo: memFree=14602740/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=68064 CPUtime=0.69 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 9294 0 0 0 68 1 0 0 25 0 1 0 640009772 69697536 9230 33554432000 4194304 6014671 140736398077360 18446744073709551615 4558861 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 17016 9230 705 445 0 10561 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68064

[startup+1.50099 s]
/proc/loadavg: 0.97 2.51 3.28 5/374 3922
/proc/meminfo: memFree=14491712/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=86316 CPUtime=1.49 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 10083 0 0 0 148 1 0 0 25 0 1 0 640009772 88387584 10019 33554432000 4194304 6014671 140736398077360 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 21579 10019 724 445 0 15124 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86316

[startup+3.1007 s]
/proc/loadavg: 0.97 2.51 3.28 5/374 3922
/proc/meminfo: memFree=14468152/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=96220 CPUtime=3.09 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 12469 0 0 0 308 1 0 0 25 0 1 0 640009772 98529280 12403 33554432000 4194304 6014671 140736398077360 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 24055 12403 728 445 0 17600 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 96220

[startup+6.30112 s]
/proc/loadavg: 1.21 2.53 3.29 5/374 3949
/proc/meminfo: memFree=14449256/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=105424 CPUtime=6.29 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 13557 0 0 0 628 1 0 0 25 0 1 0 640009772 107954176 13491 33554432000 4194304 6014671 140736398077360 18446744073709551615 4378698 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 26356 13491 728 445 0 19901 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 105424

[startup+12.701 s]
/proc/loadavg: 1.44 2.56 3.29 5/374 3949
/proc/meminfo: memFree=14388000/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=115160 CPUtime=12.7 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 16327 0 0 0 1268 2 0 0 25 0 1 0 640009772 117923840 16261 33554432000 4194304 6014671 140736398077360 18446744073709551615 4423915 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 28790 16261 729 445 0 22335 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 115160

[startup+25.5007 s]
/proc/loadavg: 2.00 2.63 3.30 5/374 3949
/proc/meminfo: memFree=14337060/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=145368 CPUtime=25.49 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 19993 0 0 0 2547 2 0 0 25 0 1 0 640009772 148856832 19925 33554432000 4194304 6014671 140736398077360 18446744073709551615 4424560 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 36342 19925 729 445 0 29887 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 145368

[startup+51.1011 s]
/proc/loadavg: 2.68 2.74 3.32 5/374 3950
/proc/meminfo: memFree=14275768/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=166540 CPUtime=51.09 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 23053 0 0 0 5106 3 0 0 25 0 1 0 640009772 170536960 22975 33554432000 4194304 6014671 140736398077360 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 41635 22975 730 445 0 35180 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 166540

[startup+102.314 s]
/proc/loadavg: 3.43 2.93 3.35 5/374 3951
/proc/meminfo: memFree=14205824/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=166540 CPUtime=102.3 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 25277 0 0 0 10227 3 0 0 25 0 1 0 640009772 170536960 25180 33554432000 4194304 6014671 140736398077360 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 41635 25180 729 445 0 35180 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 166540

[startup+162.301 s]
/proc/loadavg: 3.79 3.12 3.39 5/374 3953
/proc/meminfo: memFree=14136964/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=178252 CPUtime=162.3 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 30904 0 0 0 16225 5 0 0 25 0 1 0 640009772 182530048 30775 33554432000 4194304 6014671 140736398077360 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 44563 30775 730 445 0 38108 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 178252

[startup+222.3 s]
/proc/loadavg: 3.99 3.29 3.43 5/374 3955
/proc/meminfo: memFree=14096752/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=178252 CPUtime=222.3 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 32762 0 0 0 22225 5 0 0 25 0 1 0 640009772 182530048 32633 33554432000 4194304 6014671 140736398077360 18446744073709551615 4534736 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 44563 32633 732 445 0 38108 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 178252

[startup+282.301 s]
/proc/loadavg: 3.99 3.42 3.46 5/374 3956
/proc/meminfo: memFree=14058028/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=202840 CPUtime=282.29 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 35547 0 0 0 28223 6 0 0 25 0 1 0 640009772 207708160 35416 33554432000 4194304 6014671 140736398077360 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 50710 35416 730 445 0 44255 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 202840

[startup+342.301 s]
/proc/loadavg: 3.99 3.52 3.49 5/374 3958
/proc/meminfo: memFree=14038776/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=202840 CPUtime=342.3 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 36056 0 0 0 34223 7 0 0 25 0 1 0 640009772 207708160 35925 33554432000 4194304 6014671 140736398077360 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 50710 35925 730 445 0 44255 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 202840

[startup+402.301 s]
/proc/loadavg: 4.10 3.64 3.53 5/374 3959
/proc/meminfo: memFree=14025848/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=202840 CPUtime=402.3 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 37145 0 0 0 40223 7 0 0 25 0 1 0 640009772 207708160 36982 33554432000 4194304 6014671 140736398077360 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 50710 36982 733 445 0 44255 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 202840

[startup+462.3 s]
/proc/loadavg: 4.07 3.71 3.56 5/374 3961
/proc/meminfo: memFree=13965052/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=202840 CPUtime=462.3 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 37646 0 0 0 46223 7 0 0 25 0 1 0 640009772 207708160 37483 33554432000 4194304 6014671 140736398077360 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 50710 37483 733 445 0 44255 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 202840

[startup+522.301 s]
/proc/loadavg: 4.02 3.76 3.59 5/374 3963
/proc/meminfo: memFree=13950508/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=202840 CPUtime=522.31 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 37739 0 0 0 52224 7 0 0 25 0 1 0 640009772 207708160 37569 33554432000 4194304 6014671 140736398077360 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 50710 37569 732 445 0 44255 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 202840

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

[startup+537.501 s]
/proc/loadavg: 4.02 3.77 3.59 5/374 3963
/proc/meminfo: memFree=13948016/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=202840 CPUtime=537.51 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 38291 0 0 0 53744 7 0 0 25 0 1 0 640009772 207708160 38117 33554432000 4194304 6014671 140736398077360 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 50710 38117 732 445 0 44255 0
Current children cumulated CPU time (s) 537.51
Current children cumulated vsize (KiB) 202840

[startup+563.1 s]
/proc/loadavg: 4.01 3.79 3.60 5/374 3964
/proc/meminfo: memFree=13937584/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=202840 CPUtime=563.11 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 38570 0 0 0 56304 7 0 0 25 0 1 0 640009772 207708160 38391 33554432000 4194304 6014671 140736398077360 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 50710 38391 732 445 0 44255 0
Current children cumulated CPU time (s) 563.11
Current children cumulated vsize (KiB) 202840

[startup+569.501 s]
/proc/loadavg: 4.01 3.80 3.61 5/374 3964
/proc/meminfo: memFree=13935476/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=202840 CPUtime=569.51 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 38570 0 0 0 56944 7 0 0 25 0 1 0 640009772 207708160 38391 33554432000 4194304 6014671 140736398077360 18446744073709551615 4424571 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 50710 38391 732 445 0 44255 0
Current children cumulated CPU time (s) 569.51
Current children cumulated vsize (KiB) 202840

[startup+572.701 s]
/proc/loadavg: 4.01 3.80 3.61 5/374 3964
/proc/meminfo: memFree=13935596/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=202840 CPUtime=572.71 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 38570 0 0 0 57264 7 0 0 25 0 1 0 640009772 207708160 38391 33554432000 4194304 6014671 140736398077360 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 50710 38391 732 445 0 44255 0
Current children cumulated CPU time (s) 572.71
Current children cumulated vsize (KiB) 202840

[startup+575.901 s]
/proc/loadavg: 4.01 3.80 3.61 5/374 3964
/proc/meminfo: memFree=13935100/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=202840 CPUtime=575.91 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 38570 0 0 0 57584 7 0 0 25 0 1 0 640009772 207708160 38391 33554432000 4194304 6014671 140736398077360 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 50710 38391 732 445 0 44255 0
Current children cumulated CPU time (s) 575.91
Current children cumulated vsize (KiB) 202840

[startup+576.701 s]
/proc/loadavg: 4.01 3.80 3.61 5/374 3964
/proc/meminfo: memFree=13935100/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=202840 CPUtime=576.71 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 38570 0 0 0 57664 7 0 0 25 0 1 0 640009772 207708160 38391 33554432000 4194304 6014671 140736398077360 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 50710 38391 732 445 0 44255 0
Current children cumulated CPU time (s) 576.71
Current children cumulated vsize (KiB) 202840

[startup+577.515 s]
/proc/loadavg: 4.01 3.80 3.61 5/374 3964
/proc/meminfo: memFree=13935100/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=202840 CPUtime=577.52 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 38611 0 0 0 57745 7 0 0 25 0 1 0 640009772 207708160 38426 33554432000 4194304 6014671 140736398077360 18446744073709551615 4424012 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 50710 38426 732 445 0 44255 0
Current children cumulated CPU time (s) 577.52
Current children cumulated vsize (KiB) 202840

[startup+577.901 s]
/proc/loadavg: 4.01 3.80 3.61 5/374 3964
/proc/meminfo: memFree=13935100/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=202840 CPUtime=577.91 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 38611 0 0 0 57784 7 0 0 25 0 1 0 640009772 207708160 38426 33554432000 4194304 6014671 140736398077360 18446744073709551615 4424029 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 50710 38426 732 445 0 44255 0
Current children cumulated CPU time (s) 577.91
Current children cumulated vsize (KiB) 202840

[startup+578.001 s]
/proc/loadavg: 4.01 3.80 3.61 5/374 3964
/proc/meminfo: memFree=13935100/32951124 swapFree=67111348/67111528
[pid=3916] ppid=3914 vsize=202840 CPUtime=578.01 cores=5,7
/proc/3916/stat : 3916 (qutersat_releas) R 3914 3916 2779 0 -1 4202496 38611 0 0 0 57794 7 0 0 25 0 1 0 640009772 207708160 38426 33554432000 4194304 6014671 140736398077360 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3916/statm: 50710 38426 732 445 0 44255 0
Current children cumulated CPU time (s) 578.01
Current children cumulated vsize (KiB) 202840

Child status: 0
Real time (s): 578.084
CPU time (s): 578.098
CPU user time (s): 578.016
CPU system time (s): 0.081987
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 202840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 578.016
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38615
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 751

runsolver used 1.9417 second user time and 4.91825 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-15 18:12:19
IDJOB=3376810
IDBENCH=85799
IDSOLVER=1856
FILE ID=node145/3376810-1305475939
RUNJOBID= node145-1305475939-3882
PBS_JOBID= 13325308
Free space on /tmp= 73664 MiB

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

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

MD5SUM BENCH= 5d8489e52ec1ef9c7431a7fd60f9ff86
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:      14603020 kB
Buffers:        323784 kB
Cached:        8563884 kB
SwapCached:          0 kB
Active:       11156484 kB
Inactive:      6825060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14603020 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            8672 kB
Writeback:           0 kB
AnonPages:     9093368 kB
Mapped:          30312 kB
Slab:           258804 kB
PageTables:      43348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 83746840 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= 73660 MiB
End job on node145 at 2011-05-15 18:21:57