Trace number 3377043

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 1300.16 1300.15

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_r_uc_sat.cnf
MD5SUMa5cb42fe5f9238d9fb581eb8ad81e23f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark44.2323
Satisfiable
(Un)Satisfiability was proved
Number of variables467551
Number of clauses4467733
Sum of the clauses size15691163
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2635833
Number of clauses of size 3908103
Number of clauses of size 42923797
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
3.20/3.26	c Parse Cnf success: #var: 467551 #clause: 4467733
3.20/3.26	c Find Units :          0
3.30/3.32	c Find Invs  :          0
4.79/4.85	c Find Ands  :       5992 AvgFaninNum: 2
4.89/4.98	c Find Xors  :          0 AvgFaninNum: nan
5.09/5.19	c Find Ite   :          0
5.69/5.76	c UnDirect variable: 0
5.69/5.76	c UnDirect to Direct Gate: 0
5.69/5.76	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
5.69/5.77	c Break Cycle : 0
5.69/5.77	c Total Root : 3431 Undef Var: 464120
5.79/5.80	c After covering, Total Root: 3431 Leaf: 6862
5.79/5.80	c Variable( cover/uncovered/unused ): 10293 457258 0
5.79/5.80	c Unit Clauses: 0
5.79/5.80	c Binary Clauses( cover/uncovered ): 6862 628971
5.79/5.80	c Clauses( cover/uncovered ): 3431 3828469
5.79/5.80	c Total Clauses( cover/uncovered ): 10293 4457440 0.230385%
5.79/5.80	c Covered Ands: 3431 Invs: 0 Xors: 0 Ites: 0
10.39/10.48	c Uncover Clauses avg size: 3.51483 max size: 4
10.50/10.56	c Final circuit: i/l/o/s  464120       0 4457440   6237662
10.50/10.56	c CnfToAig: Time: 10.56 s
15.19/15.23	c TmMap: Set choices finish.
18.19/18.25	c TmMap: Set big and: 5031660
18.19/18.25	c TmMap: Origin: 6701783 ClauseNum: 18712986 --> New: 5495781 ClauseNum: 16747682
18.19/18.25	c TmMap: Time: 3.78
19.39/19.41	c Try to Add: #clause: 10063320 #xorclause: 0
21.29/21.37	c #var: 1038340 #clauses: 1911793 Solving... 
1300.01/1300.01	c Time Out !!
1300.01/1300.01	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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: 4.03 4.20 5.15 4/448 29855
/proc/meminfo: memFree=15803440/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=45372 CPUtime=0.01 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 5053 0 0 0 1 0 0 0 22 0 1 0 737080491 46460928 4989 33554432000 4194304 6014671 140734641416688 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 11343 4989 378 445 0 4888 0

[startup+0.0440809 s]
/proc/loadavg: 4.03 4.20 5.15 4/448 29855
/proc/meminfo: memFree=15803440/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=52540 CPUtime=0.03 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 6786 0 0 0 3 0 0 0 22 0 1 0 737080491 53800960 6722 33554432000 4194304 6014671 140734641416688 18446744073709551615 4308338 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 13135 6722 378 445 0 6680 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 52540

[startup+0.101073 s]
/proc/loadavg: 4.03 4.20 5.15 4/448 29855
/proc/meminfo: memFree=15803440/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=61756 CPUtime=0.09 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 9096 0 0 0 9 0 0 0 22 0 1 0 737080491 63238144 9032 33554432000 4194304 6014671 140734641416688 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 15439 9032 378 445 0 8984 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61756

[startup+0.301033 s]
/proc/loadavg: 4.03 4.20 5.15 4/448 29855
/proc/meminfo: memFree=15803440/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=87484 CPUtime=0.29 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 15072 0 0 0 28 1 0 0 23 0 1 0 737080491 89583616 15008 33554432000 4194304 6014671 140734641416688 18446744073709551615 4310496 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 21871 15008 378 445 0 15416 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87484

[startup+0.700959 s]
/proc/loadavg: 4.03 4.20 5.15 4/448 29855
/proc/meminfo: memFree=15803440/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=144188 CPUtime=0.69 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 28350 0 0 0 66 3 0 0 25 0 1 0 737080491 147648512 28286 33554432000 4194304 6014671 140734641416688 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 36047 28286 378 445 0 29592 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 144188

[startup+1.50082 s]
/proc/loadavg: 4.27 4.25 5.16 5/449 29856
/proc/meminfo: memFree=15588788/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=281532 CPUtime=1.49 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 60638 0 0 0 141 8 0 0 25 0 1 0 737080491 288288768 60574 33554432000 4194304 6014671 140734641416688 18446744073709551615 4303700 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 70383 60574 378 445 0 63928 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 281532

[startup+3.10052 s]
/proc/loadavg: 4.27 4.25 5.16 5/449 29856
/proc/meminfo: memFree=15390636/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=514620 CPUtime=3.09 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 114819 0 0 0 293 16 0 0 25 0 1 0 737080491 526970880 114755 33554432000 4194304 6014671 140734641416688 18446744073709551615 4303700 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 128655 114755 378 445 0 122200 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 514620

[startup+6.30092 s]
/proc/loadavg: 4.25 4.25 5.15 5/449 29856
/proc/meminfo: memFree=15167436/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=514620 CPUtime=6.29 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 114900 0 0 0 613 16 0 0 25 0 1 0 737080491 526970880 114836 33554432000 4194304 6014671 140734641416688 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 128655 114836 398 445 0 122200 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 514620

[startup+12.7007 s]
/proc/loadavg: 4.23 4.24 5.14 5/449 29856
/proc/meminfo: memFree=13914548/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=1565912 CPUtime=12.69 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 375414 0 0 0 1224 45 0 0 25 0 1 0 737080491 1603493888 374330 33554432000 4194304 6014671 140734641416688 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 391478 374333 668 445 0 385023 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1565912

[startup+25.5004 s]
/proc/loadavg: 4.18 4.23 5.13 5/449 29857
/proc/meminfo: memFree=12495612/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=2623740 CPUtime=25.49 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 625541 0 0 0 2476 73 0 0 25 0 1 0 737080491 2686709760 624193 33554432000 4194304 6014671 140734641416688 18446744073709551615 4667906 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 655935 624193 701 445 0 649480 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2623740

[startup+51.1006 s]
/proc/loadavg: 4.12 4.21 5.09 5/449 29857
/proc/meminfo: memFree=12348692/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=2623740 CPUtime=51.09 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 702188 0 0 0 5027 82 0 0 25 0 1 0 737080491 2686709760 612086 33554432000 4194304 6014671 140734641416688 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 655935 612086 931 445 0 649480 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2623740

[startup+102.317 s]
/proc/loadavg: 4.01 4.17 5.03 5/449 29886
/proc/meminfo: memFree=15057120/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=3416664 CPUtime=102.3 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 839038 0 0 0 10131 99 0 0 25 0 1 0 737080491 3498663936 748739 33554432000 4194304 6014671 140734641416688 18446744073709551615 4527936 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 854166 748739 739 445 0 847711 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 3416664

[startup+162.301 s]
/proc/loadavg: 4.12 4.17 4.98 5/449 29887
/proc/meminfo: memFree=14338940/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=3837376 CPUtime=162.29 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 957477 0 0 0 16117 112 0 0 25 0 1 0 737080491 3929473024 866447 33554432000 4194304 6014671 140734641416688 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 959344 866447 740 445 0 952889 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 3837376

[startup+222.301 s]
/proc/loadavg: 4.04 4.14 4.91 5/449 29889
/proc/meminfo: memFree=13800900/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=3838400 CPUtime=222.29 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 991306 0 0 0 22113 116 0 0 25 0 1 0 737080491 3930521600 852368 33554432000 4194304 6014671 140734641416688 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 959600 852368 740 445 0 953145 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 3838400

[startup+282.301 s]
/proc/loadavg: 4.01 4.11 4.85 5/449 29890
/proc/meminfo: memFree=13262460/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=3923112 CPUtime=282.3 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 1075765 0 0 0 28105 125 0 0 25 0 1 0 737080491 4017266688 936827 33554432000 4194304 6014671 140734641416688 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 980778 936827 928 445 0 974323 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 3923112

[startup+342.301 s]
/proc/loadavg: 4.11 4.12 4.81 5/449 29892
/proc/meminfo: memFree=13105944/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=4062552 CPUtime=342.29 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 1102961 0 0 0 34102 127 0 0 25 0 1 0 737080491 4160053248 963835 33554432000 4194304 6014671 140734641416688 18446744073709551615 4566189 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 1015638 963835 740 445 0 1009183 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 4062552

[startup+402.301 s]
/proc/loadavg: 4.08 4.11 4.76 5/449 29894
/proc/meminfo: memFree=12936656/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=4062680 CPUtime=402.29 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 1104039 0 0 0 40101 128 0 0 25 0 1 0 737080491 4160184320 964913 33554432000 4194304 6014671 140734641416688 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 1015670 964913 740 445 0 1009215 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 4062680

[startup+462.301 s]
/proc/loadavg: 4.03 4.08 4.71 5/449 29895
/proc/meminfo: memFree=12563640/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=4118816 CPUtime=462.29 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 1128257 0 0 0 46098 131 0 0 25 0 1 0 737080491 4217667584 988988 33554432000 4194304 6014671 140734641416688 18446744073709551615 4566111 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 1029704 988988 770 445 0 1023249 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 4118816

[startup+522.3 s]
/proc/loadavg: 4.16 4.10 4.67 5/449 29897
/proc/meminfo: memFree=12149696/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=4202376 CPUtime=522.29 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 1138668 0 0 0 52096 133 0 0 25 0 1 0 737080491 4303233024 999369 33554432000 4194304 6014671 140734641416688 18446744073709551615 4441011 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 1050594 999369 740 445 0 1044139 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 4202376

[startup+582.3 s]
/proc/loadavg: 4.06 4.08 4.63 5/449 29898
/proc/meminfo: memFree=12135664/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=4465160 CPUtime=582.29 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 1140017 0 0 0 58095 134 0 0 25 0 1 0 737080491 4572323840 1000718 33554432000 4194304 6014671 140734641416688 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 1116290 1000718 740 445 0 1109835 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 4465160

[startup+642.3 s]
/proc/loadavg: 4.02 4.06 4.59 5/449 29900
/proc/meminfo: memFree=11914288/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=4465928 CPUtime=642.31 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 1151460 0 0 0 64095 136 0 0 25 0 1 0 737080491 4573110272 1012161 33554432000 4194304 6014671 140734641416688 18446744073709551615 4368740 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 1116482 1012161 740 445 0 1110027 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 4465928

[startup+702.301 s]
/proc/loadavg: 4.00 4.05 4.55 5/449 29902
/proc/meminfo: memFree=11666552/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=4604344 CPUtime=702.29 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 1173538 0 0 0 70091 138 0 0 25 0 1 0 737080491 4714848256 1034063 33554432000 4194304 6014671 140734641416688 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 1151086 1034063 842 445 0 1144631 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 4604344

[startup+762.317 s]
/proc/loadavg: 4.03 4.05 4.52 5/449 29903
/proc/meminfo: memFree=11497828/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=4604344 CPUtime=762.31 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 1181592 0 0 0 76091 140 0 0 25 0 1 0 737080491 4714848256 1042013 33554432000 4194304 6014671 140734641416688 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 1151086 1042013 832 445 0 1144631 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 4604344

[startup+822.301 s]
/proc/loadavg: 4.25 4.09 4.50 5/449 29905
/proc/meminfo: memFree=11350436/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=4604344 CPUtime=822.29 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 1182786 0 0 0 82088 141 0 0 25 0 1 0 737080491 4714848256 1043207 33554432000 4194304 6014671 140734641416688 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 1151086 1043207 832 445 0 1144631 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 4604344

[startup+882.301 s]
/proc/loadavg: 4.23 4.10 4.47 5/449 29962
/proc/meminfo: memFree=18617380/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=4604472 CPUtime=882.3 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 1184072 0 0 0 88088 142 0 0 25 0 1 0 737080491 4714979328 1044493 33554432000 4194304 6014671 140734641416688 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 1151118 1044493 832 445 0 1144663 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 4604472

[startup+942.301 s]
/proc/loadavg: 4.18 4.11 4.45 5/449 29964
/proc/meminfo: memFree=18418332/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=4605112 CPUtime=942.29 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 1230491 0 0 0 94082 147 0 0 25 0 1 0 737080491 4715634688 1058458 33554432000 4194304 6014671 140734641416688 18446744073709551615 4379486 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 1151278 1058458 938 445 0 1144823 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 4605112

[startup+1002.3 s]
/proc/loadavg: 4.06 4.09 4.42 5/449 29966
/proc/meminfo: memFree=18282204/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=4605112 CPUtime=1002.3 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 1231650 0 0 0 100082 148 0 0 25 0 1 0 737080491 4715634688 1059617 33554432000 4194304 6014671 140734641416688 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 1151278 1059617 938 445 0 1144823 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 4605112

[startup+1062.3 s]
/proc/loadavg: 4.10 4.10 4.40 5/449 29967
/proc/meminfo: memFree=18151984/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=4605112 CPUtime=1062.29 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 1232862 0 0 0 106081 148 0 0 25 0 1 0 737080491 4715634688 1060829 33554432000 4194304 6014671 140734641416688 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 1151278 1060829 938 445 0 1144823 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 4605112

[startup+1122.3 s]
/proc/loadavg: 4.07 4.09 4.38 5/449 29969
/proc/meminfo: memFree=18117352/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=4605240 CPUtime=1122.29 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 1233156 0 0 0 112081 148 0 0 25 0 1 0 737080491 4715765760 1061123 33554432000 4194304 6014671 140734641416688 18446744073709551615 4383521 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 1151310 1061123 938 445 0 1144855 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 4605240

[startup+1182.3 s]
/proc/loadavg: 4.02 4.07 4.35 5/449 29970
/proc/meminfo: memFree=18043052/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=4605240 CPUtime=1182.29 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 1233162 0 0 0 118081 148 0 0 25 0 1 0 737080491 4715765760 1061129 33554432000 4194304 6014671 140734641416688 18446744073709551615 4386101 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 1151310 1061129 938 445 0 1144855 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 4605240

[startup+1242.3 s]
/proc/loadavg: 4.10 4.09 4.34 6/449 29972
/proc/meminfo: memFree=17972944/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=4605240 CPUtime=1242.29 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 1233168 0 0 0 124081 148 0 0 25 0 1 0 737080491 4715765760 1061135 33554432000 4194304 6014671 140734641416688 18446744073709551615 4423923 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 1151310 1061135 938 445 0 1144855 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 4605240



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.08 4.32 5/449 29974
/proc/meminfo: memFree=17958788/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=4605240 CPUtime=1300.01 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202496 1233173 0 0 0 129853 148 0 0 25 0 1 0 737080491 4715765760 1061140 33554432000 4194304 6014671 140734641416688 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29855/statm: 1151310 1061140 938 445 0 1144855 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 4605240

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

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

[startup+1300.12 s]
/proc/loadavg: 4.08 4.08 4.32 5/450 29975
/proc/meminfo: memFree=21194808/32950928 swapFree=38710900/67111528
[pid=29855] ppid=29853 vsize=0 CPUtime=1300.13 cores=5,7
/proc/29855/stat : 29855 (qutersat_releas) R 29853 29855 29649 0 -1 4202500 1233177 0 0 0 129853 160 0 0 25 0 1 0 737080491 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 5 0 0 0
/proc/29855/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.13
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1300.15
CPU time (s): 1300.16
CPU user time (s): 1298.53
CPU system time (s): 1.62375
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 4605240

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

runsolver used 5.46617 second user time and 13.477 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-15 16:08:18
IDJOB=3377043
IDBENCH=82495
IDSOLVER=1856
FILE ID=node113/3377043-1305468493
RUNJOBID= node113-1305468074-29670
PBS_JOBID= 13325322
Free space on /tmp= 72944 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/manthey/traffic/traffic_r_uc_sat.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377043-1305468493/watcher-3377043-1305468493 -o /tmp/evaluation-result-3377043-1305468493/solver-3377043-1305468493 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377043-1305468493.cnf 781708984

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

MD5SUM BENCH= a5cb42fe5f9238d9fb581eb8ad81e23f
RANDOM SEED=781708984

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.83
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.846
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:      15803960 kB
Buffers:        290400 kB
Cached:        3708420 kB
SwapCached:      93704 kB
Active:        9869576 kB
Inactive:      6953180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15803960 kB
SwapTotal:    67111528 kB
SwapFree:     38710900 kB
Dirty:          353320 kB
Writeback:           0 kB
AnonPages:    12742072 kB
Mapped:          27768 kB
Slab:           139000 kB
PageTables:     118440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 138118096 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= 73284 MiB
End job on node113 at 2011-05-15 16:30:00