Trace number 3377041

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.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.01	c Set FPU double precision.
0.78/0.89	c Parse Cnf success: #var: 142205 #clause: 1312352
0.78/0.89	c Find Units :          0
0.88/0.90	c Find Invs  :          3
1.18/1.26	c Find Ands  :       2002 AvgFaninNum: 2
1.28/1.30	c Find Xors  :          0 AvgFaninNum: nan
1.28/1.36	c Find Ite   :          0
1.38/1.49	c UnDirect variable: 0
1.38/1.49	c UnDirect to Direct Gate: 0
1.38/1.49	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
1.48/1.50	c Break Cycle : 0
1.48/1.50	c Total Root : 1096 Undef Var: 141109
1.48/1.51	c After covering, Total Root: 1096 Leaf: 2192
1.48/1.51	c Variable( cover/uncovered/unused ): 3288 138917 0
1.48/1.51	c Unit Clauses: 0
1.48/1.51	c Binary Clauses( cover/uncovered ): 2192 195518
1.48/1.51	c Clauses( cover/uncovered ): 1096 1113461
1.48/1.51	c Total Clauses( cover/uncovered ): 3288 1308979 0.250559%
1.48/1.51	c Covered Ands: 1096 Invs: 0 Xors: 0 Ites: 0
2.69/2.74	c Uncover Clauses avg size: 3.4768 max size: 4
2.69/2.76	c Final circuit: i/l/o/s  141109       0 1308973   1822922
2.69/2.76	c CnfToAig: Time: 2.75 s
3.99/4.09	c TmMap: Set choices finish.
4.89/4.92	c TmMap: Set big and: 1458713
4.89/4.92	c TmMap: Origin: 1964032 ClauseNum: 5468766 --> New: 1599823 ClauseNum: 4861071
4.89/4.92	c TmMap: Time: 1.05
5.19/5.24	c Try to Add: #clause: 2917426 #xorclause: 0
5.69/5.77	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: 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-3377041-1305468505/watcher-3377041-1305468505 -o /tmp/evaluation-result-3377041-1305468505/solver-3377041-1305468505 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377041-1305468505.cnf 1544086813 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.99 4.17 5.43 5/402 9391
/proc/meminfo: memFree=19582748/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=35700 CPUtime=0 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 2728 0 0 0 0 0 0 0 23 0 1 0 639266759 36556800 2665 33554432000 4194304 6014671 140735683062416 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 9181 2666 377 445 0 2726 0

[startup+0.063059 s]
/proc/loadavg: 3.99 4.17 5.43 5/402 9391
/proc/meminfo: memFree=19582748/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=47988 CPUtime=0.05 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 5620 0 0 0 5 0 0 0 23 0 1 0 639266759 49139712 5557 33554432000 4194304 6014671 140735683062416 18446744073709551615 4803013 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 11997 5557 377 445 0 5542 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 47988

[startup+0.10107 s]
/proc/loadavg: 3.99 4.17 5.43 5/402 9391
/proc/meminfo: memFree=19582748/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=54132 CPUtime=0.09 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 7401 0 0 0 8 1 0 0 23 0 1 0 639266759 55431168 7338 33554432000 4194304 6014671 140735683062416 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 13533 7339 377 445 0 7078 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54132

[startup+0.301028 s]
/proc/loadavg: 3.99 4.17 5.43 5/402 9391
/proc/meminfo: memFree=19582748/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=94324 CPUtime=0.29 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 16499 0 0 0 27 2 0 0 24 0 1 0 639266759 96587776 16436 33554432000 4194304 6014671 140735683062416 18446744073709551615 4303720 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 23581 16436 377 445 0 17126 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 94324

[startup+0.700951 s]
/proc/loadavg: 3.99 4.17 5.43 5/402 9391
/proc/meminfo: memFree=19582748/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=151924 CPUtime=0.68 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 30018 0 0 0 65 3 0 0 25 0 1 0 639266759 155570176 29955 33554432000 4194304 6014671 140735683062416 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 37981 29956 377 445 0 31526 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 151924

[startup+1.50078 s]
/proc/loadavg: 3.99 4.16 5.42 5/403 9392
/proc/meminfo: memFree=19373552/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=184820 CPUtime=1.48 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 38571 0 0 0 144 4 0 0 25 0 1 0 639266759 189255680 38508 33554432000 4194304 6014671 140735683062416 18446744073709551615 4288357 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 46205 38508 397 445 0 39750 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 184820

[startup+3.10054 s]
/proc/loadavg: 3.99 4.16 5.42 5/403 9392
/proc/meminfo: memFree=19289564/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=460980 CPUtime=3.09 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 107540 0 0 0 297 12 0 0 25 0 1 0 639266759 472043520 107477 33554432000 4194304 6014671 140735683062416 18446744073709551615 4260475 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 115245 107477 668 445 0 108790 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 460980

[startup+6.30098 s]
/proc/loadavg: 3.99 4.16 5.41 5/403 9392
/proc/meminfo: memFree=18570152/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=765672 CPUtime=6.29 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 184673 0 0 0 609 20 0 0 25 0 1 0 639266759 784048128 181411 33554432000 4194304 6014671 140735683062416 18446744073709551615 4424296 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 191418 181411 700 445 0 184963 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 765672

[startup+12.7008 s]
/proc/loadavg: 3.99 4.16 5.40 5/403 9392
/proc/meminfo: memFree=18504556/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=765672 CPUtime=12.69 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 184674 0 0 0 1249 20 0 0 25 0 1 0 639266759 784048128 181412 33554432000 4194304 6014671 140735683062416 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 191418 181412 701 445 0 184963 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 765672

[startup+25.5006 s]
/proc/loadavg: 3.99 4.15 5.39 5/403 9392
/proc/meminfo: memFree=18021920/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=1133252 CPUtime=25.49 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 263627 0 0 0 2520 29 0 0 25 0 1 0 639266759 1160450048 260347 33554432000 4194304 6014671 140735683062416 18446744073709551615 4422690 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 283313 260347 723 445 0 276858 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1133252

[startup+51.1011 s]
/proc/loadavg: 3.99 4.14 5.34 5/403 9393
/proc/meminfo: memFree=17949952/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=1188932 CPUtime=51.09 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 275345 0 0 0 5078 31 0 0 25 0 1 0 639266759 1217466368 272065 33554432000 4194304 6014671 140735683062416 18446744073709551615 4778092 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 297233 272066 728 445 0 290778 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1188932

[startup+102.315 s]
/proc/loadavg: 3.99 4.11 5.27 5/403 9394
/proc/meminfo: memFree=17413528/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=1756236 CPUtime=102.31 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 395009 0 0 0 10186 45 0 0 25 0 1 0 639266759 1798385664 391690 33554432000 4194304 6014671 140735683062416 18446744073709551615 4386314 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 439059 391690 728 445 0 432604 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 1756236

[startup+162.301 s]
/proc/loadavg: 3.99 4.09 5.19 5/403 9396
/proc/meminfo: memFree=17179016/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=1896632 CPUtime=162.29 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 432906 0 0 0 16180 49 0 0 25 0 1 0 639266759 1942151168 429587 33554432000 4194304 6014671 140735683062416 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 474158 429587 728 445 0 467703 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1896632

[startup+222.301 s]
/proc/loadavg: 4.19 4.12 5.13 5/403 9397
/proc/meminfo: memFree=16960972/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=2081220 CPUtime=222.3 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 473988 0 0 0 22174 56 0 0 25 0 1 0 639266759 2131169280 470513 33554432000 4194304 6014671 140735683062416 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 520305 470513 790 445 0 513850 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 2081220

[startup+282.3 s]
/proc/loadavg: 4.14 4.11 5.06 5/403 9426
/proc/meminfo: memFree=17512276/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=2172900 CPUtime=282.29 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 496559 0 0 0 28170 59 0 0 25 0 1 0 639266759 2225049600 493015 33554432000 4194304 6014671 140735683062416 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 543225 493015 730 445 0 536770 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 2172900

[startup+342.301 s]
/proc/loadavg: 4.15 4.12 5.00 5/403 9482
/proc/meminfo: memFree=18472208/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=2214360 CPUtime=342.3 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 505340 0 0 0 34170 60 0 0 25 0 1 0 639266759 2267504640 501796 33554432000 4194304 6014671 140735683062416 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 553590 501796 730 445 0 547135 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 2214360

[startup+402.3 s]
/proc/loadavg: 4.12 4.11 4.94 5/403 9483
/proc/meminfo: memFree=18228932/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=2294224 CPUtime=402.3 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 524866 0 0 0 40168 62 0 0 25 0 1 0 639266759 2349285376 521321 33554432000 4194304 6014671 140735683062416 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 573556 521321 729 445 0 567101 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2294224

[startup+462.301 s]
/proc/loadavg: 4.04 4.09 4.88 5/403 9485
/proc/meminfo: memFree=18125096/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=2502252 CPUtime=462.29 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 533878 0 0 0 46166 63 0 0 25 0 1 0 639266759 2562306048 530316 33554432000 4194304 6014671 140735683062416 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 625563 530316 729 445 0 619108 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 2502252

[startup+522.3 s]
/proc/loadavg: 4.13 4.10 4.83 5/403 9486
/proc/meminfo: memFree=18055972/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=2502508 CPUtime=522.3 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 537878 0 0 0 52165 65 0 0 25 0 1 0 639266759 2562568192 534316 33554432000 4194304 6014671 140735683062416 18446744073709551615 4423336 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 625627 534316 729 445 0 619172 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 2502508

[startup+582.301 s]
/proc/loadavg: 4.11 4.09 4.78 5/403 9488
/proc/meminfo: memFree=17888428/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=2669860 CPUtime=582.3 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 559781 0 0 0 58161 69 0 0 25 0 1 0 639266759 2733936640 551460 33554432000 4194304 6014671 140735683062416 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 667465 551460 729 445 0 661010 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 2669860

[startup+642.301 s]
/proc/loadavg: 4.04 4.07 4.73 5/403 9490
/proc/meminfo: memFree=17802336/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=2669860 CPUtime=642.32 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 561592 0 0 0 64162 70 0 0 25 0 1 0 639266759 2733936640 553271 33554432000 4194304 6014671 140735683062416 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 667465 553271 729 445 0 661010 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 2669860

[startup+702.301 s]
/proc/loadavg: 4.08 4.07 4.69 5/403 9491
/proc/meminfo: memFree=17723188/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=2837312 CPUtime=702.31 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 571571 0 0 0 70159 72 0 0 25 0 1 0 639266759 2905407488 563250 33554432000 4194304 6014671 140735683062416 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 709328 563250 729 445 0 702873 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 2837312

[startup+762.315 s]
/proc/loadavg: 4.03 4.06 4.64 5/403 9493
/proc/meminfo: memFree=17710620/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=2837312 CPUtime=762.32 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 573430 0 0 0 76160 72 0 0 25 0 1 0 639266759 2905407488 565109 33554432000 4194304 6014671 140735683062416 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 709328 565109 729 445 0 702873 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 2837312

[startup+822.301 s]
/proc/loadavg: 4.01 4.04 4.60 5/403 9494
/proc/meminfo: memFree=17638916/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=3007336 CPUtime=822.31 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 588317 0 0 0 82156 75 0 0 25 0 1 0 639266759 3079512064 579996 33554432000 4194304 6014671 140735683062416 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 751834 579996 729 445 0 745379 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 3007336

[startup+882.301 s]
/proc/loadavg: 4.00 4.03 4.56 5/403 9496
/proc/meminfo: memFree=17601672/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=3007336 CPUtime=882.31 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 590166 0 0 0 88155 76 0 0 25 0 1 0 639266759 3079512064 581845 33554432000 4194304 6014671 140735683062416 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 751834 581845 729 445 0 745379 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 3007336

[startup+942.3 s]
/proc/loadavg: 4.00 4.03 4.52 5/403 9498
/proc/meminfo: memFree=17593436/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=3007336 CPUtime=942.31 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 591415 0 0 0 94154 77 0 0 25 0 1 0 639266759 3079512064 583094 33554432000 4194304 6014671 140735683062416 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 751834 583094 729 445 0 745379 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 3007336

[startup+1002.3 s]
/proc/loadavg: 4.03 4.03 4.49 5/403 9502
/proc/meminfo: memFree=17581960/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=3007336 CPUtime=1002.31 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 591419 0 0 0 100154 77 0 0 25 0 1 0 639266759 3079512064 583098 33554432000 4194304 6014671 140735683062416 18446744073709551615 4378639 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 751834 583098 729 445 0 745379 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 3007336

[startup+1062.3 s]
/proc/loadavg: 4.07 4.04 4.46 5/403 9504
/proc/meminfo: memFree=17549348/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=3178428 CPUtime=1062.32 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 591652 0 0 0 106155 77 0 0 25 0 1 0 639266759 3254710272 583331 33554432000 4194304 6014671 140735683062416 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 794607 583331 729 445 0 788152 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 3178428

[startup+1122.3 s]
/proc/loadavg: 4.09 4.06 4.44 5/403 9505
/proc/meminfo: memFree=17520172/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=3178428 CPUtime=1122.32 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 591654 0 0 0 112155 77 0 0 25 0 1 0 639266759 3254710272 583333 33554432000 4194304 6014671 140735683062416 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 794607 583333 729 445 0 788152 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 3178428

[startup+1182.3 s]
/proc/loadavg: 4.06 4.06 4.41 5/403 9507
/proc/meminfo: memFree=17458128/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=3350496 CPUtime=1182.32 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 604344 0 0 0 118153 79 0 0 25 0 1 0 639266759 3430907904 596020 33554432000 4194304 6014671 140735683062416 18446744073709551615 4389662 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 837624 596020 729 445 0 831169 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 3350496

[startup+1242.3 s]
/proc/loadavg: 4.02 4.04 4.39 5/403 9509
/proc/meminfo: memFree=17430828/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=3350496 CPUtime=1242.32 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 604455 0 0 0 124153 79 0 0 25 0 1 0 639266759 3430907904 596131 33554432000 4194304 6014671 140735683062416 18446744073709551615 4379200 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 837624 596131 729 445 0 831169 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 3350496



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.05 4.36 5/403 9510
/proc/meminfo: memFree=17410960/32951124 swapFree=67111348/67111528
[pid=9391] ppid=9389 vsize=3524012 CPUtime=1300.03 cores=4,6
/proc/9391/stat : 9391 (qutersat_releas) R 9389 9391 9135 0 -1 4202496 604753 0 0 0 129924 79 0 0 25 0 1 0 639266759 3608588288 596429 33554432000 4194304 6014671 140735683062416 18446744073709551615 4423476 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9391/statm: 881003 596429 729 445 0 874548 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 3524012

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

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

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

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

runsolver used 5.2582 second user time and 11.3173 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-15 16:08:26
IDJOB=3377041
IDBENCH=82498
IDSOLVER=1856
FILE ID=node144/3377041-1305468505
RUNJOBID= node144-1305468273-9154
PBS_JOBID= 13325330
Free space on /tmp= 73152 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
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-3377041-1305468505/watcher-3377041-1305468505 -o /tmp/evaluation-result-3377041-1305468505/solver-3377041-1305468505 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377041-1305468505.cnf 1544086813

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

MD5SUM BENCH= 743d2964f7d4d5b7d730bf71063f2e7c
RANDOM SEED=1544086813

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:      19582896 kB
Buffers:        317920 kB
Cached:        4021112 kB
SwapCached:          0 kB
Active:       10095852 kB
Inactive:      2910800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19582896 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           54952 kB
Writeback:           0 kB
AnonPages:     8667516 kB
Mapped:          38428 kB
Slab:           250324 kB
PageTables:      44500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 109515636 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= 73184 MiB
End job on node144 at 2011-05-15 16:30:08