Trace number 3288519

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-03-01? (TO) 1300.14 1300.11

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_3_uc_sat.cnf
MD5SUM743d2964f7d4d5b7d730bf71063f2e7c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.9167
Satisfiable
(Un)Satisfiability was proved
Number of variables142205
Number of clauses1312352
Sum of the clauses size4558898
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2197795
Number of clauses of size 3294920
Number of clauses of size 4819637
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.79/0.89	c Parse Cnf success: #var: 142205 #clause: 1312352
0.79/0.89	c Find Units :          0
0.89/0.90	c Find Invs  :          3
1.20/1.26	c Find Ands  :       2002 AvgFaninNum: 2
1.29/1.30	c Find Xors  :          0 AvgFaninNum: nan
1.29/1.36	c Find Ite   :          0
1.39/1.48	c UnDirect variable: 0
1.39/1.48	c UnDirect to Direct Gate: 0
1.39/1.48	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
1.39/1.49	c Break Cycle : 0
1.39/1.49	c Total Root : 1096 Undef Var: 141109
1.39/1.50	c After covering, Total Root: 1096 Leaf: 2192
1.39/1.50	c Variable( cover/uncovered/unused ): 3288 138917 0
1.39/1.50	c Unit Clauses: 0
1.39/1.50	c Binary Clauses( cover/uncovered ): 2192 195518
1.39/1.50	c Clauses( cover/uncovered ): 1096 1113461
1.39/1.50	c Total Clauses( cover/uncovered ): 3288 1308979 0.250559%
1.39/1.50	c Covered Ands: 1096 Invs: 0 Xors: 0 Ites: 0
2.69/2.76	c Uncover Clauses avg size: 3.4768 max size: 4
3.09/3.91	c Final circuit: i/l/o/s  141109       0 1308973   1822922
3.09/3.91	c CnfToAig: Time: 2.78 s
4.10/4.11	c TmMap: Set choices finish.
4.89/4.94	c TmMap: Set big and: 1458713
4.89/4.94	c TmMap: Origin: 1964032 ClauseNum: 5468766 --> New: 1599823 ClauseNum: 4861071
4.89/4.94	c TmMap: Time: 1.03
5.19/5.26	c Try to Add: #clause: 2917426 #xorclause: 0
5.68/5.78	c #var: 290849 #clauses: 541645 Solving... 
1300.03/1300.01	c Time Out !!
1300.03/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: 935)

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

running on 2 cores: 1,3

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: 1.43 1.97 2.52 4/183 19228
/proc/meminfo: memFree=19783592/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=35700 CPUtime=0 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 2460 0 0 0 0 0 0 0 22 0 1 0 469822844 36556800 2394 33554432000 4194304 6016207 140736198433792 18446744073709551615 4272587 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 8925 2409 371 445 0 2469 0

[startup+0.105165 s]
/proc/loadavg: 1.43 1.97 2.52 4/183 19228
/proc/meminfo: memFree=19783592/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=58228 CPUtime=0.09 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 7959 0 0 0 9 0 0 0 23 0 1 0 469822844 59625472 7893 33554432000 4194304 6016207 140736198433792 18446744073709551615 4796955 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 14557 7893 378 445 0 8101 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 58228

[startup+0.201149 s]
/proc/loadavg: 1.43 1.97 2.52 4/183 19228
/proc/meminfo: memFree=19783592/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=76788 CPUtime=0.19 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 12659 0 0 0 18 1 0 0 23 0 1 0 469822844 78630912 12593 33554432000 4194304 6016207 140736198433792 18446744073709551615 4309779 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 19197 12593 378 445 0 12741 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 76788

[startup+0.30113 s]
/proc/loadavg: 1.43 1.97 2.52 4/183 19228
/proc/meminfo: memFree=19783592/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=94324 CPUtime=0.29 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 16502 0 0 0 27 2 0 0 23 0 1 0 469822844 96587776 16436 33554432000 4194304 6016207 140736198433792 18446744073709551615 4305236 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 23581 16436 378 445 0 17125 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 94324

[startup+0.701061 s]
/proc/loadavg: 1.43 1.97 2.52 4/183 19228
/proc/meminfo: memFree=19783592/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=151924 CPUtime=0.69 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 30032 0 0 0 66 3 0 0 25 0 1 0 469822844 155570176 29966 33554432000 4194304 6016207 140736198433792 18446744073709551615 255106768640 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 37981 29966 378 445 0 31525 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 151924

[startup+1.50092 s]
/proc/loadavg: 1.43 1.97 2.52 5/187 19235
/proc/meminfo: memFree=19343524/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=184820 CPUtime=1.49 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 38577 0 0 0 145 4 0 0 25 0 1 0 469822844 189255680 38511 33554432000 4194304 6016207 140736198433792 18446744073709551615 4336043 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 46205 38511 400 445 0 39749 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 184820

[startup+3.10064 s]
/proc/loadavg: 1.64 2.00 2.52 5/187 19235
/proc/meminfo: memFree=19019012/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=460980 CPUtime=3.09 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 107545 0 0 0 297 12 0 0 25 0 1 0 469822844 472043520 107479 33554432000 4194304 6016207 140736198433792 18446744073709551615 4818986 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 115245 107479 670 445 0 108789 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 460980

[startup+6.30108 s]
/proc/loadavg: 1.64 2.00 2.52 5/190 19241
/proc/meminfo: memFree=18074944/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=766184 CPUtime=6.29 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 184800 0 0 0 608 21 0 0 25 0 1 0 469822844 784572416 181535 33554432000 4194304 6016207 140736198433792 18446744073709551615 4425151 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 191546 181535 696 445 0 185090 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 766184

[startup+12.701 s]
/proc/loadavg: 1.83 2.04 2.53 5/190 19241
/proc/meminfo: memFree=16735752/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=766184 CPUtime=12.68 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 184803 0 0 0 1247 21 0 0 25 0 1 0 469822844 784572416 181538 33554432000 4194304 6016207 140736198433792 18446744073709551615 4425113 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 191546 181538 699 445 0 185090 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 766184

[startup+25.5007 s]
/proc/loadavg: 2.31 2.13 2.55 5/190 19242
/proc/meminfo: memFree=15643824/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=1132460 CPUtime=25.48 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 263588 0 0 0 2518 30 0 0 25 0 1 0 469822844 1159639040 260147 33554432000 4194304 6016207 140736198433792 18446744073709551615 4387162 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 283115 260147 724 445 0 276659 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1132460

[startup+51.1002 s]
/proc/loadavg: 2.88 2.28 2.59 5/190 19242
/proc/meminfo: memFree=15249180/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=1285800 CPUtime=51.09 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 296738 0 0 0 5076 33 0 0 25 0 1 0 469822844 1316659200 290249 33554432000 4194304 6016207 140736198433792 18446744073709551615 4424909 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 321450 290249 734 445 0 314994 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1285800

[startup+102.3 s]
/proc/loadavg: 3.51 2.54 2.66 5/190 19244
/proc/meminfo: memFree=13536360/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=1761288 CPUtime=102.29 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 405124 0 0 0 10183 46 0 0 25 0 1 0 469822844 1803558912 398190 33554432000 4194304 6016207 140736198433792 18446744073709551615 4425146 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 440322 398190 734 445 0 433866 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1761288

[startup+162.301 s]
/proc/loadavg: 3.70 2.79 2.74 4/184 19262
/proc/meminfo: memFree=16509972/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=1902196 CPUtime=162.29 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 443388 0 0 0 16176 53 0 0 25 0 1 0 469822844 1947848704 432322 33554432000 4194304 6016207 140736198433792 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 475549 432322 734 445 0 469093 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1902196

[startup+222.301 s]
/proc/loadavg: 3.25 2.82 2.75 4/184 19264
/proc/meminfo: memFree=16341320/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=2082060 CPUtime=222.29 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 483526 0 0 0 22172 57 0 0 25 0 1 0 469822844 2132029440 472460 33554432000 4194304 6016207 140736198433792 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 520515 472460 734 445 0 514059 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 2082060

[startup+282.301 s]
/proc/loadavg: 3.09 2.85 2.76 4/184 19265
/proc/meminfo: memFree=16239636/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=2168256 CPUtime=282.3 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 506806 0 0 0 28168 62 0 0 25 0 1 0 469822844 2220294144 495740 33554432000 4194304 6016207 140736198433792 18446744073709551615 4425840 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 542064 495740 734 445 0 535608 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 2168256

[startup+342.301 s]
/proc/loadavg: 1.86 2.55 2.66 2/172 19301
/proc/meminfo: memFree=17997940/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=2209840 CPUtime=342.3 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 516657 0 0 0 34166 64 0 0 25 0 1 0 469822844 2262876160 505591 33554432000 4194304 6016207 140736198433792 18446744073709551615 4424898 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 552460 505591 734 445 0 546004 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 2209840

[startup+402.301 s]
/proc/loadavg: 1.29 2.25 2.55 2/172 19303
/proc/meminfo: memFree=17879392/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=2515064 CPUtime=402.3 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 546223 0 0 0 40161 69 0 0 25 0 1 0 469822844 2575425536 535157 33554432000 4194304 6016207 140736198433792 18446744073709551615 4385186 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 628766 535157 734 445 0 622310 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2515064

[startup+462.301 s]
/proc/loadavg: 1.11 2.04 2.46 2/172 19304
/proc/meminfo: memFree=17913224/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=2515064 CPUtime=462.29 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 548415 0 0 0 46159 70 0 0 25 0 1 0 469822844 2575425536 526801 33554432000 4194304 6016207 140736198433792 18446744073709551615 4426760 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 628766 526801 734 445 0 622310 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 2515064

[startup+522.307 s]
/proc/loadavg: 1.04 1.83 2.35 2/172 19306
/proc/meminfo: memFree=17802484/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=2682044 CPUtime=522.31 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 576056 0 0 0 52157 74 0 0 25 0 1 0 469822844 2746413056 554442 33554432000 4194304 6016207 140736198433792 18446744073709551615 4424898 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 670511 554442 734 445 0 664055 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 2682044

[startup+582.301 s]
/proc/loadavg: 1.01 1.69 2.27 2/172 19307
/proc/meminfo: memFree=17794544/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=2682044 CPUtime=582.29 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 578077 0 0 0 58154 75 0 0 25 0 1 0 469822844 2746413056 556463 33554432000 4194304 6016207 140736198433792 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 670511 556463 734 445 0 664055 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 2682044

[startup+642.3 s]
/proc/loadavg: 1.00 1.55 2.18 2/172 19309
/proc/meminfo: memFree=17786476/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=2849068 CPUtime=642.3 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 580128 0 0 0 64154 76 0 0 25 0 1 0 469822844 2917445632 558514 33554432000 4194304 6016207 140736198433792 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 712267 558514 734 445 0 705811 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 2849068

[startup+702.301 s]
/proc/loadavg: 1.00 1.45 2.11 2/172 19311
/proc/meminfo: memFree=17756588/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=2849068 CPUtime=702.3 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 587610 0 0 0 70152 78 0 0 25 0 1 0 469822844 2917445632 565996 33554432000 4194304 6016207 140736198433792 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 712267 565996 734 445 0 705811 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 2849068

[startup+762.3 s]
/proc/loadavg: 1.00 1.37 2.04 2/172 19312
/proc/meminfo: memFree=17681556/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=3018692 CPUtime=762.3 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 606348 0 0 0 76149 81 0 0 25 0 1 0 469822844 3091140608 584714 33554432000 4194304 6016207 140736198433792 18446744073709551615 4425151 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 754673 584714 734 445 0 748217 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 3018692

[startup+822.301 s]
/proc/loadavg: 1.00 1.30 1.97 2/172 19314
/proc/meminfo: memFree=17673608/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=3018692 CPUtime=822.31 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 608405 0 0 0 82148 83 0 0 25 0 1 0 469822844 3091140608 586771 33554432000 4194304 6016207 140736198433792 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 754673 586771 734 445 0 748217 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 3018692

[startup+882.3 s]
/proc/loadavg: 1.00 1.24 1.91 2/172 19315
/proc/meminfo: memFree=17636768/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=3018692 CPUtime=882.31 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 617589 0 0 0 88146 85 0 0 25 0 1 0 469822844 3091140608 595955 33554432000 4194304 6016207 140736198433792 18446744073709551615 4425473 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 754673 595955 734 445 0 748217 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 3018692

[startup+942.301 s]
/proc/loadavg: 1.00 1.20 1.85 2/172 19317
/proc/meminfo: memFree=17628448/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=3018692 CPUtime=942.31 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 619635 0 0 0 94145 86 0 0 25 0 1 0 469822844 3091140608 598001 33554432000 4194304 6016207 140736198433792 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 754673 598001 734 445 0 748217 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 3018692

[startup+1002.3 s]
/proc/loadavg: 1.06 1.17 1.80 2/172 19319
/proc/meminfo: memFree=17590992/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=3189408 CPUtime=1002.31 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 629060 0 0 0 100143 88 0 0 25 0 1 0 469822844 3265953792 607364 33554432000 4194304 6016207 140736198433792 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 797352 607364 734 445 0 790896 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 3189408

[startup+1062.3 s]
/proc/loadavg: 1.02 1.14 1.74 2/172 19320
/proc/meminfo: memFree=17581552/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=3360856 CPUtime=1062.31 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 632059 0 0 0 106141 90 0 0 25 0 1 0 469822844 3441516544 609739 33554432000 4194304 6016207 140736198433792 18446744073709551615 4424313 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 840214 609739 734 445 0 833758 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 3360856

[startup+1122.3 s]
/proc/loadavg: 1.01 1.11 1.70 2/172 19322
/proc/meminfo: memFree=17552532/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=3361112 CPUtime=1122.32 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 639245 0 0 0 112140 92 0 0 25 0 1 0 469822844 3441778688 616925 33554432000 4194304 6016207 140736198433792 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 840278 616925 734 445 0 833822 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 3361112

[startup+1182.31 s]
/proc/loadavg: 1.00 1.09 1.65 2/172 19323
/proc/meminfo: memFree=17551528/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=3361112 CPUtime=1182.32 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 639539 0 0 0 118140 92 0 0 25 0 1 0 469822844 3441778688 617219 33554432000 4194304 6016207 140736198433792 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 840278 617219 734 445 0 833822 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 3361112

[startup+1242.3 s]
/proc/loadavg: 1.00 1.07 1.61 2/172 19325
/proc/meminfo: memFree=17548300/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=3534232 CPUtime=1242.32 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 640340 0 0 0 124139 93 0 0 25 0 1 0 469822844 3619053568 618020 33554432000 4194304 6016207 140736198433792 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 883558 618020 734 445 0 877102 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 3534232



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.01 s]
/proc/loadavg: 1.00 1.05 1.57 2/172 19327
/proc/meminfo: memFree=17548168/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=3534360 CPUtime=1300.03 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202496 640342 0 0 0 129910 93 0 0 25 0 1 0 469822844 3619184640 618022 33554432000 4194304 6016207 140736198433792 18446744073709551615 4424258 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19228/statm: 883590 618022 734 445 0 877134 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 3534360

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

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

[startup+1300.11 s]
/proc/loadavg: 1.00 1.05 1.57 2/172 19327
/proc/meminfo: memFree=17548168/32951124 swapFree=67111524/67111528
[pid=19228] ppid=19226 vsize=0 CPUtime=1300.12 cores=1,3
/proc/19228/stat : 19228 (qutersat_releas) R 19226 19228 15892 0 -1 4202500 640347 0 0 0 129910 102 0 0 25 0 1 0 469822844 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/19228/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.12
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1300.11
CPU time (s): 1300.14
CPU user time (s): 1299.1
CPU system time (s): 1.03384
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3534360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.1
system time used= 1.03384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 640347
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 906

runsolver used 1.66875 second user time and 4.51331 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-26 01:27:47
IDJOB=3288519
IDBENCH=82498
IDSOLVER=1607
FILE ID=node144/3288519-1303774065
RUNJOBID= node144-1303774063-19200
PBS_JOBID= 13157119
Free space on /tmp= 72064 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/application/manthey/traffic/traffic_3_uc_sat.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288519-1303774065/watcher-3288519-1303774065 -o /tmp/evaluation-result-3288519-1303774065/solver-3288519-1303774065 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3288519-1303774065.cnf 250386859

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

MD5SUM BENCH= 743d2964f7d4d5b7d730bf71063f2e7c
RANDOM SEED=250386859

node144.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.850
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.70
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.850
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.16
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.850
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.850
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.850
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.75
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19784368 kB
Buffers:       2188636 kB
Cached:       10157844 kB
SwapCached:          4 kB
Active:        3801808 kB
Inactive:      8801480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19784368 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           89136 kB
Writeback:           0 kB
AnonPages:      256392 kB
Mapped:          16644 kB
Slab:           499156 kB
PageTables:       5612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   402496 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= 72116 MiB
End job on node144 at 2011-04-26 01:49:29