Trace number 3421293

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 4326.04 4325.88

General information on the benchmark

NameSAT04/handmade/connamacher/connm-d0.02/
connm-ue-csp-sat-n800-d0.02-s111845174.used-as.sat04-958.cnf
MD5SUM7bb85ebdeae46262f72a4c54d4e16683
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2315.09
Satisfiable
(Un)Satisfiability was proved
Number of variables772
Number of clauses9601
Sum of the clauses size28996
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 39408
Number of clauses of size 4193
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 772 #clause: 9601
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.01	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.01	c Find Ite   :          0
0.00/0.01	c UnDirect variable: 0
0.00/0.01	c UnDirect to Direct Gate: 0
0.00/0.01	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.01	c Break Cycle : 0
0.00/0.01	c Total Root : 0 Undef Var: 772
0.00/0.01	c After covering, Total Root: 0 Leaf: 0
0.00/0.01	c Variable( cover/uncovered/unused ): 0 772 0
0.00/0.01	c Unit Clauses: 0
0.00/0.01	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.01	c Clauses( cover/uncovered ): 0 9601
0.00/0.01	c Total Clauses( cover/uncovered ): 0 9601 0%
0.00/0.01	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.01	c Uncover Clauses avg size: 3.0201 max size: 4
0.00/0.02	c Final circuit: i/l/o/s     772       0    9601     13123
0.00/0.02	c CnfToAig: Time: 0.01 s
0.00/0.03	c TmMap: Set choices finish.
0.00/0.04	c TmMap: Set big and: 9601
0.00/0.04	c TmMap: Origin: 13896 ClauseNum: 39369 --> New: 10374 ClauseNum: 38597
0.00/0.04	c TmMap: Time: 0
0.00/0.04	c Try to Add: #clause: 19202 #xorclause: 0
0.00/0.04	c #var: 772 #clauses: 9602 Solving... 
4325.95/4325.85	s UNSATISFIABLE
4325.95/4325.86	c CPU time: 4326.02 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-3421293-1306623674/watcher-3421293-1306623674 -o /tmp/evaluation-result-3421293-1306623674/solver-3421293-1306623674 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421293-1306623674.cnf 1094341337 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 2.01 2.00 2/515 1015
/proc/meminfo: memFree=11138040/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=28644 CPUtime=0 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 971 0 0 0 0 0 0 0 25 0 1 0 852598053 29331456 908 33554432000 4194304 6014671 140734193492976 18446744073709551615 256418845530 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1015/statm: 7161 908 304 445 0 706 0

[startup+0.0856749 s]
/proc/loadavg: 1.99 2.01 2.00 2/515 1015
/proc/meminfo: memFree=11138040/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=50808 CPUtime=0.08 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 4929 0 0 0 8 0 0 0 25 0 1 0 852598053 52027392 4866 33554432000 4194304 6014671 140734193492976 18446744073709551615 4423983 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 12702 4866 721 445 0 6247 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 50808

[startup+0.100676 s]
/proc/loadavg: 1.99 2.01 2.00 2/515 1015
/proc/meminfo: memFree=11138040/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=50808 CPUtime=0.09 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 4940 0 0 0 9 0 0 0 25 0 1 0 852598053 52027392 4877 33554432000 4194304 6014671 140734193492976 18446744073709551615 4423925 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 12702 4877 721 445 0 6247 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50808

[startup+0.30063 s]
/proc/loadavg: 1.99 2.01 2.00 2/515 1015
/proc/meminfo: memFree=11138040/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=50808 CPUtime=0.29 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 5033 0 0 0 29 0 0 0 25 0 1 0 852598053 52027392 4970 33554432000 4194304 6014671 140734193492976 18446744073709551615 4378954 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 12702 4970 722 445 0 6247 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50808

[startup+0.700558 s]
/proc/loadavg: 1.99 2.01 2.00 2/515 1015
/proc/meminfo: memFree=11138040/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=68332 CPUtime=0.69 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 5427 0 0 0 69 0 0 0 25 0 1 0 852598053 69971968 5364 33554432000 4194304 6014671 140734193492976 18446744073709551615 4379570 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 17083 5364 723 445 0 10628 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68332

[startup+1.5004 s]
/proc/loadavg: 1.99 2.01 2.00 3/516 1016
/proc/meminfo: memFree=11117944/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=77232 CPUtime=1.49 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 5819 0 0 0 149 0 0 0 25 0 1 0 852598053 79085568 5756 33554432000 4194304 6014671 140734193492976 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 19308 5756 723 445 0 12853 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77232

[startup+3.1011 s]
/proc/loadavg: 1.99 2.01 2.00 3/516 1016
/proc/meminfo: memFree=11115200/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=77232 CPUtime=3.09 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 7065 0 0 0 309 0 0 0 25 0 1 0 852598053 79085568 7001 33554432000 4194304 6014671 140734193492976 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 19308 7001 729 445 0 12853 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77232

[startup+6.30051 s]
/proc/loadavg: 1.99 2.01 2.00 3/516 1016
/proc/meminfo: memFree=11106288/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=86292 CPUtime=6.3 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 8239 0 0 0 629 1 0 0 25 0 1 0 852598053 88363008 8173 33554432000 4194304 6014671 140734193492976 18446744073709551615 4376461 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 21573 8173 729 445 0 15118 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 86292

[startup+12.7003 s]
/proc/loadavg: 1.99 2.01 2.00 3/516 1016
/proc/meminfo: memFree=11101784/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=86292 CPUtime=12.69 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 8921 0 0 0 1268 1 0 0 25 0 1 0 852598053 88363008 8855 33554432000 4194304 6014671 140734193492976 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 21573 8855 729 445 0 15118 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 86292

[startup+25.5009 s]
/proc/loadavg: 1.99 2.01 2.00 3/516 1016
/proc/meminfo: memFree=11093732/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=105272 CPUtime=25.49 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 11018 0 0 0 2548 1 0 0 25 0 1 0 852598053 107798528 10952 33554432000 4194304 6014671 140734193492976 18446744073709551615 4369407 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 26318 10952 729 445 0 19863 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 105272

[startup+51.101 s]
/proc/loadavg: 2.07 2.02 2.00 3/516 1017
/proc/meminfo: memFree=11079928/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=135124 CPUtime=51.1 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 14377 0 0 0 5108 2 0 0 25 0 1 0 852598053 138366976 14311 33554432000 4194304 6014671 140734193492976 18446744073709551615 4423968 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 33781 14311 729 445 0 27326 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 135124

[startup+102.319 s]
/proc/loadavg: 2.14 2.05 2.01 3/516 1045
/proc/meminfo: memFree=11131908/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=166428 CPUtime=102.31 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 18424 0 0 0 10229 2 0 0 25 0 1 0 852598053 170422272 18358 33554432000 4194304 6014671 140734193492976 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 41607 18358 729 445 0 35152 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 166428

[startup+162.301 s]
/proc/loadavg: 2.10 2.05 2.01 3/516 1047
/proc/meminfo: memFree=11098024/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=188160 CPUtime=162.29 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 23871 0 0 0 16226 3 0 0 25 0 1 0 852598053 192675840 23805 33554432000 4194304 6014671 140734193492976 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 47040 23805 729 445 0 40585 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 188160

[startup+222.301 s]
/proc/loadavg: 2.03 2.04 2.00 3/516 1049
/proc/meminfo: memFree=11071668/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=199592 CPUtime=222.3 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 27354 0 0 0 22226 4 0 0 25 0 1 0 852598053 204382208 27288 33554432000 4194304 6014671 140734193492976 18446744073709551615 4377019 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 49898 27288 729 445 0 43443 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 199592

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/516 1050
/proc/meminfo: memFree=11047076/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=199592 CPUtime=282.3 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 28799 0 0 0 28226 4 0 0 25 0 1 0 852598053 204382208 28733 33554432000 4194304 6014671 140734193492976 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 49898 28733 729 445 0 43443 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 199592

[startup+342.301 s]
/proc/loadavg: 2.16 2.06 2.01 3/516 1052
/proc/meminfo: memFree=11017240/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=212084 CPUtime=342.3 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 34814 0 0 0 34225 5 0 0 25 0 1 0 852598053 217174016 34713 33554432000 4194304 6014671 140734193492976 18446744073709551615 256415088284 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 53021 34713 731 445 0 46566 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 212084

[startup+402.301 s]
/proc/loadavg: 2.13 2.06 2.01 3/516 1053
/proc/meminfo: memFree=10997112/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=224272 CPUtime=402.31 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 37654 0 0 0 40225 6 0 0 25 0 1 0 852598053 229654528 37553 33554432000 4194304 6014671 140734193492976 18446744073709551615 4424035 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 56068 37553 731 445 0 49613 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 224272

[startup+462.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/516 1055
/proc/meminfo: memFree=10994684/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=236632 CPUtime=462.31 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 38210 0 0 0 46225 6 0 0 25 0 1 0 852598053 242311168 38105 33554432000 4194304 6014671 140734193492976 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 59158 38105 731 445 0 52703 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 236632

[startup+522.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/516 1057
/proc/meminfo: memFree=10993276/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=236632 CPUtime=522.31 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 38342 0 0 0 52225 6 0 0 25 0 1 0 852598053 242311168 38228 33554432000 4194304 6014671 140734193492976 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 59158 38228 731 445 0 52703 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 236632

[startup+582.3 s]
/proc/loadavg: 2.16 2.06 2.01 3/516 1058
/proc/meminfo: memFree=10986524/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=236632 CPUtime=582.31 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 39728 0 0 0 58225 6 0 0 25 0 1 0 852598053 242311168 39601 33554432000 4194304 6014671 140734193492976 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 59158 39601 731 445 0 52703 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 236632

[startup+642.3 s]

################
# More data... #
################

/proc/meminfo: memFree=10722080/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=409992 CPUtime=3642.42 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 71527 0 0 0 364230 12 0 0 25 0 1 0 852598053 419831808 70458 33554432000 4194304 6014671 140734193492976 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 102498 70458 729 445 0 96043 0
Current children cumulated CPU time (s) 3642.42
Current children cumulated vsize (KiB) 409992

[startup+3702.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/516 1153
/proc/meminfo: memFree=10716808/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=409992 CPUtime=3702.43 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 71527 0 0 0 370231 12 0 0 25 0 1 0 852598053 419831808 70458 33554432000 4194304 6014671 140734193492976 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 102498 70458 729 445 0 96043 0
Current children cumulated CPU time (s) 3702.43
Current children cumulated vsize (KiB) 409992

[startup+3762.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/516 1155
/proc/meminfo: memFree=10715652/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=409992 CPUtime=3762.43 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 71533 0 0 0 376231 12 0 0 25 0 1 0 852598053 419831808 70464 33554432000 4194304 6014671 140734193492976 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 102498 70464 729 445 0 96043 0
Current children cumulated CPU time (s) 3762.43
Current children cumulated vsize (KiB) 409992

[startup+3822.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/516 1157
/proc/meminfo: memFree=10715356/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=409992 CPUtime=3822.43 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 71533 0 0 0 382231 12 0 0 25 0 1 0 852598053 419831808 70464 33554432000 4194304 6014671 140734193492976 18446744073709551615 4423925 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 102498 70464 729 445 0 96043 0
Current children cumulated CPU time (s) 3822.43
Current children cumulated vsize (KiB) 409992

[startup+3882.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/516 1158
/proc/meminfo: memFree=10715184/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=409992 CPUtime=3882.43 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 71533 0 0 0 388231 12 0 0 25 0 1 0 852598053 419831808 70464 33554432000 4194304 6014671 140734193492976 18446744073709551615 4369612 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 102498 70464 729 445 0 96043 0
Current children cumulated CPU time (s) 3882.43
Current children cumulated vsize (KiB) 409992

[startup+3942.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/516 1160
/proc/meminfo: memFree=10706084/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=409992 CPUtime=3942.44 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 73361 0 0 0 394231 13 0 0 25 0 1 0 852598053 419831808 72202 33554432000 4194304 6014671 140734193492976 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 102498 72202 729 445 0 96043 0
Current children cumulated CPU time (s) 3942.44
Current children cumulated vsize (KiB) 409992

[startup+4002.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/516 1161
/proc/meminfo: memFree=10697480/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=409992 CPUtime=4002.44 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 75579 0 0 0 400231 13 0 0 25 0 1 0 852598053 419831808 74420 33554432000 4194304 6014671 140734193492976 18446744073709551615 4423533 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 102498 74420 729 445 0 96043 0
Current children cumulated CPU time (s) 4002.44
Current children cumulated vsize (KiB) 409992

[startup+4062.32 s]
/proc/loadavg: 2.11 2.05 2.01 3/516 1163
/proc/meminfo: memFree=10688600/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=409992 CPUtime=4062.46 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 77627 0 0 0 406233 13 0 0 25 0 1 0 852598053 419831808 76468 33554432000 4194304 6014671 140734193492976 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 102498 76468 729 445 0 96043 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 409992

[startup+4122.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/516 1165
/proc/meminfo: memFree=10669072/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=409992 CPUtime=4122.45 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 82260 0 0 0 412231 14 0 0 25 0 1 0 852598053 419831808 81101 33554432000 4194304 6014671 140734193492976 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 102498 81101 729 445 0 96043 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 409992

[startup+4182.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/516 1166
/proc/meminfo: memFree=10685152/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=409992 CPUtime=4182.45 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 82260 0 0 0 418231 14 0 0 25 0 1 0 852598053 419831808 81010 33554432000 4194304 6014671 140734193492976 18446744073709551615 4369612 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 102498 81010 729 445 0 96043 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 409992

[startup+4242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/516 1168
/proc/meminfo: memFree=10677896/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=409992 CPUtime=4242.45 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 83328 0 0 0 424231 14 0 0 25 0 1 0 852598053 419831808 82078 33554432000 4194304 6014671 140734193492976 18446744073709551615 4511656 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 102498 82078 729 445 0 96043 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 409992

[startup+4302.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/516 1169
/proc/meminfo: memFree=10660352/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=409992 CPUtime=4302.45 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 84315 0 0 0 430231 14 0 0 25 0 1 0 852598053 419831808 83065 33554432000 4194304 6014671 140734193492976 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 102498 83065 729 445 0 96043 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 409992

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

[startup+4313.5 s]
/proc/loadavg: 2.10 2.05 2.01 3/516 1170
/proc/meminfo: memFree=10660468/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=409992 CPUtime=4313.65 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 84315 0 0 0 431351 14 0 0 25 0 1 0 852598053 419831808 83065 33554432000 4194304 6014671 140734193492976 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 102498 83065 729 445 0 96043 0
Current children cumulated CPU time (s) 4313.65
Current children cumulated vsize (KiB) 409992

[startup+4319.9 s]
/proc/loadavg: 2.08 2.05 2.01 3/516 1170
/proc/meminfo: memFree=10660096/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=409992 CPUtime=4320.05 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 84315 0 0 0 431991 14 0 0 25 0 1 0 852598053 419831808 83065 33554432000 4194304 6014671 140734193492976 18446744073709551615 4423615 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 102498 83065 729 445 0 96043 0
Current children cumulated CPU time (s) 4320.05
Current children cumulated vsize (KiB) 409992

[startup+4323.1 s]
/proc/loadavg: 2.08 2.05 2.01 3/516 1170
/proc/meminfo: memFree=10659724/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=409992 CPUtime=4323.25 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 84315 0 0 0 432311 14 0 0 25 0 1 0 852598053 419831808 83065 33554432000 4194304 6014671 140734193492976 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 102498 83065 729 445 0 96043 0
Current children cumulated CPU time (s) 4323.25
Current children cumulated vsize (KiB) 409992

[startup+4324.7 s]
/proc/loadavg: 2.08 2.05 2.01 3/516 1170
/proc/meminfo: memFree=10659352/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=409992 CPUtime=4324.85 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 84315 0 0 0 432471 14 0 0 25 0 1 0 852598053 419831808 83065 33554432000 4194304 6014671 140734193492976 18446744073709551615 4376488 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 102498 83065 729 445 0 96043 0
Current children cumulated CPU time (s) 4324.85
Current children cumulated vsize (KiB) 409992

[startup+4325.5 s]
/proc/loadavg: 2.08 2.05 2.01 3/516 1170
/proc/meminfo: memFree=10659228/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=409992 CPUtime=4325.65 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 84315 0 0 0 432551 14 0 0 25 0 1 0 852598053 419831808 83065 33554432000 4194304 6014671 140734193492976 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 102498 83065 729 445 0 96043 0
Current children cumulated CPU time (s) 4325.65
Current children cumulated vsize (KiB) 409992

[startup+4325.7 s]
/proc/loadavg: 2.08 2.05 2.01 3/516 1170
/proc/meminfo: memFree=10659228/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=409992 CPUtime=4325.85 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 84315 0 0 0 432571 14 0 0 25 0 1 0 852598053 419831808 83065 33554432000 4194304 6014671 140734193492976 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 102498 83065 729 445 0 96043 0
Current children cumulated CPU time (s) 4325.85
Current children cumulated vsize (KiB) 409992

[startup+4325.8 s]
/proc/loadavg: 2.08 2.05 2.01 3/516 1170
/proc/meminfo: memFree=10659228/32950928 swapFree=67074476/67111528
[pid=1015] ppid=1013 vsize=409992 CPUtime=4325.95 cores=1,3,5,7
/proc/1015/stat : 1015 (qutersat_releas) R 1013 1015 396 0 -1 4202496 84315 0 0 0 432581 14 0 0 25 0 1 0 852598053 419831808 83065 33554432000 4194304 6014671 140734193492976 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1015/statm: 102498 83065 729 445 0 96043 0
Current children cumulated CPU time (s) 4325.95
Current children cumulated vsize (KiB) 409992

Child status: 0
Real time (s): 4325.88
CPU time (s): 4326.04
CPU user time (s): 4325.88
CPU system time (s): 0.158975
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 409992

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

runsolver used 20.7818 second user time and 53.4319 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-29 01:01:14
IDJOB=3421293
IDBENCH=84608
IDSOLVER=1868
FILE ID=node115/3421293-1306623674
RUNJOBID= node115-1306613061-415
PBS_JOBID= 13471620
Free space on /tmp= 73168 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT04/handmade/connamacher/connm-d0.02/connm-ue-csp-sat-n800-d0.02-s111845174.used-as.sat04-958.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421293-1306623674/watcher-3421293-1306623674 -o /tmp/evaluation-result-3421293-1306623674/solver-3421293-1306623674 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421293-1306623674.cnf 1094341337

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 7bb85ebdeae46262f72a4c54d4e16683
RANDOM SEED=1094341337

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.77
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.811
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11138320 kB
Buffers:        181096 kB
Cached:        3744848 kB
SwapCached:       5152 kB
Active:       14304340 kB
Inactive:      7178120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11138320 kB
SwapTotal:    67111528 kB
SwapFree:     67074476 kB
Dirty:            1688 kB
Writeback:           0 kB
AnonPages:    17554256 kB
Mapped:          43316 kB
Slab:           184072 kB
PageTables:      76124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 151978848 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= 73168 MiB
End job on node115 at 2011-05-29 02:13:20