Trace number 3384414

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) 5000.24 5000.09

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 benchmark42.5885
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.00	c Set FPU double precision.
2.99/3.01	c Parse Cnf success: #var: 467551 #clause: 4467733
2.99/3.01	c Find Units :          0
2.99/3.05	c Find Invs  :          0
4.29/4.38	c Find Ands  :       5992 AvgFaninNum: 2
4.49/4.50	c Find Xors  :          0 AvgFaninNum: nan
4.60/4.71	c Find Ite   :          0
5.09/5.18	c UnDirect variable: 0
5.09/5.18	c UnDirect to Direct Gate: 0
5.09/5.18	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
5.09/5.18	c Break Cycle : 0
5.09/5.18	c Total Root : 3431 Undef Var: 464120
5.19/5.21	c After covering, Total Root: 3431 Leaf: 6862
5.19/5.21	c Variable( cover/uncovered/unused ): 10293 457258 0
5.19/5.21	c Unit Clauses: 0
5.19/5.21	c Binary Clauses( cover/uncovered ): 6862 628971
5.19/5.21	c Clauses( cover/uncovered ): 3431 3828469
5.19/5.21	c Total Clauses( cover/uncovered ): 10293 4457440 0.230385%
5.19/5.21	c Covered Ands: 3431 Invs: 0 Xors: 0 Ites: 0
9.59/9.66	c Uncover Clauses avg size: 3.51483 max size: 4
9.69/9.74	c Final circuit: i/l/o/s  464120       0 4457440   6237662
9.69/9.74	c CnfToAig: Time: 9.74 s
14.19/14.29	c TmMap: Set choices finish.
17.19/17.23	c TmMap: Set big and: 5031660
17.19/17.23	c TmMap: Origin: 6701783 ClauseNum: 18712986 --> New: 5495781 ClauseNum: 16747682
17.19/17.23	c TmMap: Time: 3.67
18.29/18.33	c Try to Add: #clause: 10063320 #xorclause: 0
20.19/20.20	c #var: 1038340 #clauses: 1911793 Solving... 
5000.06/4999.91	c Time Out !!
5000.06/4999.91	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-3384414-1305546034/watcher-3384414-1305546034 -o /tmp/evaluation-result-3384414-1305546034/solver-3384414-1305546034 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384414-1305546034.cnf 1299455184 

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

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


[startup+0 s]
/proc/loadavg: 2.02 2.04 2.00 2/404 5650
/proc/meminfo: memFree=10940440/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=43836 CPUtime=0 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 3059 0 0 0 0 0 0 0 22 0 1 0 647019289 44888064 2995 33554432000 4194304 6014671 140734459564208 18446744073709551615 4271063 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 10959 3008 370 445 0 4504 0

[startup+0.0339591 s]
/proc/loadavg: 2.02 2.04 2.00 2/404 5650
/proc/meminfo: memFree=10940440/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=47932 CPUtime=0.02 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 5845 0 0 0 2 0 0 0 22 0 1 0 647019289 49082368 5781 33554432000 4194304 6014671 140734459564208 18446744073709551615 4309824 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 11983 5781 378 445 0 5528 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47932

[startup+0.100962 s]
/proc/loadavg: 2.02 2.04 2.00 2/404 5650
/proc/meminfo: memFree=10940440/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=62268 CPUtime=0.09 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 9373 0 0 0 8 1 0 0 22 0 1 0 647019289 63762432 9309 33554432000 4194304 6014671 140734459564208 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 15567 9309 378 445 0 9112 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 62268

[startup+0.300915 s]
/proc/loadavg: 2.02 2.04 2.00 2/404 5650
/proc/meminfo: memFree=10940440/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=98236 CPUtime=0.29 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 17614 0 0 0 27 2 0 0 23 0 1 0 647019289 100593664 17550 33554432000 4194304 6014671 140734459564208 18446744073709551615 4308661 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 24559 17550 378 445 0 18104 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 98236

[startup+1.88062 s]
/proc/loadavg: 2.02 2.04 2.00 2/404 5650
/proc/meminfo: memFree=10940440/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=347708 CPUtime=1.87 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 77842 0 0 0 177 10 0 0 25 0 1 0 647019289 356052992 77778 33554432000 4194304 6014671 140734459564208 18446744073709551615 4811144 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 86927 77778 378 445 0 80472 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 347708

[startup+1.90062 s]
/proc/loadavg: 2.02 2.04 2.00 2/404 5650
/proc/meminfo: memFree=10940440/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=347708 CPUtime=1.89 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 77937 0 0 0 179 10 0 0 25 0 1 0 647019289 356052992 77873 33554432000 4194304 6014671 140734459564208 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 86927 77873 378 445 0 80472 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 347708

[startup+3.10041 s]
/proc/loadavg: 2.10 2.06 2.01 4/405 5651
/proc/meminfo: memFree=10605968/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=514620 CPUtime=3.09 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 114884 0 0 0 292 17 0 0 25 0 1 0 647019289 526970880 114820 33554432000 4194304 6014671 140734459564208 18446744073709551615 4285953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 128655 114820 383 445 0 122200 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 514620

[startup+6.30081 s]
/proc/loadavg: 2.10 2.06 2.01 3/405 5651
/proc/meminfo: memFree=10481996/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=514620 CPUtime=6.29 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 114901 0 0 0 612 17 0 0 25 0 1 0 647019289 526970880 114837 33554432000 4194304 6014671 140734459564208 18446744073709551615 4268940 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 128655 114837 398 445 0 122200 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 514620

[startup+12.7006 s]
/proc/loadavg: 2.08 2.05 2.00 3/405 5651
/proc/meminfo: memFree=9440048/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=1622736 CPUtime=12.69 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 397450 0 0 0 1222 47 0 0 25 0 1 0 647019289 1661681664 396366 33554432000 4194304 6014671 140734459564208 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 405684 396368 668 445 0 399229 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1622736

[startup+25.5003 s]
/proc/loadavg: 2.07 2.05 2.00 3/405 5651
/proc/meminfo: memFree=8442320/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=2623604 CPUtime=25.49 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 625514 0 0 0 2480 69 0 0 25 0 1 0 647019289 2686570496 624162 33554432000 4194304 6014671 140734459564208 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 655901 624162 701 445 0 649446 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2623604

[startup+51.1006 s]
/proc/loadavg: 2.04 2.05 2.00 3/405 5652
/proc/meminfo: memFree=8442244/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=2623604 CPUtime=51.09 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 674688 0 0 0 5034 75 0 0 25 0 1 0 647019289 2686570496 624184 33554432000 4194304 6014671 140734459564208 18446744073709551615 4383500 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 655901 624184 719 445 0 649446 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2623604

[startup+102.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/405 5653
/proc/meminfo: memFree=7579424/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=3782456 CPUtime=102.29 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 890583 0 0 0 10131 98 0 0 25 0 1 0 647019289 3873234944 839882 33554432000 4194304 6014671 140734459564208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 945614 839882 1250 445 0 939159 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 3782456

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/405 5655
/proc/meminfo: memFree=7509640/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=3784120 CPUtime=162.3 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 907824 0 0 0 16129 101 0 0 25 0 1 0 647019289 3874938880 857033 33554432000 4194304 6014671 140734459564208 18446744073709551615 4667959 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 946030 857033 1251 445 0 939575 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 3784120

[startup+222.3 s]
/proc/loadavg: 2.14 2.07 2.01 3/405 5656
/proc/meminfo: memFree=7291740/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=3868832 CPUtime=222.29 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 966735 0 0 0 22123 106 0 0 25 0 1 0 647019289 3961683968 911481 33554432000 4194304 6014671 140734459564208 18446744073709551615 4533866 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 967208 911481 1251 445 0 960753 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 3868832

[startup+282.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/405 5658
/proc/meminfo: memFree=7233064/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=3868960 CPUtime=282.3 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 981056 0 0 0 28122 108 0 0 25 0 1 0 647019289 3961815040 925802 33554432000 4194304 6014671 140734459564208 18446744073709551615 4423508 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 967240 925802 1251 445 0 960785 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 3868960

[startup+342.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/405 5660
/proc/meminfo: memFree=7071088/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=4045824 CPUtime=342.31 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 1021709 0 0 0 34120 111 0 0 25 0 1 0 647019289 4142923776 966455 33554432000 4194304 6014671 140734459564208 18446744073709551615 4423610 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 1011456 966455 1251 445 0 1005001 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 4045824

[startup+402.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/405 5661
/proc/meminfo: memFree=7065856/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=4046592 CPUtime=402.3 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 1022823 0 0 0 40119 111 0 0 25 0 1 0 647019289 4143710208 967569 33554432000 4194304 6014671 140734459564208 18446744073709551615 4668250 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 1011648 967569 1251 445 0 1005193 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 4046592

[startup+462.315 s]
/proc/loadavg: 2.00 2.03 2.00 3/405 5663
/proc/meminfo: memFree=6938104/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=4185136 CPUtime=462.32 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 1051315 0 0 0 46118 114 0 0 25 0 1 0 647019289 4285579264 996061 33554432000 4194304 6014671 140734459564208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 1046284 996061 1251 445 0 1039829 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 4185136

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/405 5664
/proc/meminfo: memFree=6926172/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=4447792 CPUtime=522.31 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 1051461 0 0 0 52117 114 0 0 25 0 1 0 647019289 4554539008 996207 33554432000 4194304 6014671 140734459564208 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 1111948 996207 1251 445 0 1105493 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 4447792

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/405 5666
/proc/meminfo: memFree=6682988/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=4587488 CPUtime=582.3 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 1112976 0 0 0 58109 121 0 0 25 0 1 0 647019289 4697587712 1056864 33554432000 4194304 6014671 140734459564208 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 1146872 1056864 1251 445 0 1140417 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 4587488

[startup+642.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.20 2.07 2.02 3/405 5771
/proc/meminfo: memFree=5834924/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=5360584 CPUtime=4062.41 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 1332060 0 0 0 406077 164 0 0 25 0 1 0 647019289 5489238016 1212193 33554432000 4194304 6014671 140734459564208 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 1340146 1212193 1251 445 0 1333691 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 5360584

[startup+4122.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/405 5772
/proc/meminfo: memFree=5828820/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=5360584 CPUtime=4122.42 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 1333504 0 0 0 412077 165 0 0 25 0 1 0 647019289 5489238016 1213637 33554432000 4194304 6014671 140734459564208 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 1340146 1213637 1251 445 0 1333691 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 5360584

[startup+4182.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/405 5774
/proc/meminfo: memFree=5822860/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=5360584 CPUtime=4182.42 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 1335017 0 0 0 418076 166 0 0 25 0 1 0 647019289 5489238016 1215150 33554432000 4194304 6014671 140734459564208 18446744073709551615 4385915 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 1340146 1215150 1251 445 0 1333691 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 5360584

[startup+4242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/405 5776
/proc/meminfo: memFree=5819876/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=5360584 CPUtime=4242.42 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 1335168 0 0 0 424076 166 0 0 25 0 1 0 647019289 5489238016 1215301 33554432000 4194304 6014671 140734459564208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 1340146 1215301 1251 445 0 1333691 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 5360584

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/405 5777
/proc/meminfo: memFree=5819992/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=5360584 CPUtime=4302.43 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 1335170 0 0 0 430077 166 0 0 25 0 1 0 647019289 5489238016 1215303 33554432000 4194304 6014671 140734459564208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 1340146 1215303 1251 445 0 1333691 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 5360584

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/405 5779
/proc/meminfo: memFree=5819856/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=5360584 CPUtime=4362.43 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 1335171 0 0 0 436077 166 0 0 25 0 1 0 647019289 5489238016 1215304 33554432000 4194304 6014671 140734459564208 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 1340146 1215304 1251 445 0 1333691 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 5360584

[startup+4422.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/405 5781
/proc/meminfo: memFree=5812408/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=5360712 CPUtime=4422.44 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 1336524 0 0 0 442077 167 0 0 25 0 1 0 647019289 5489369088 1216657 33554432000 4194304 6014671 140734459564208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 1340178 1216657 1251 445 0 1333723 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 5360712

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/405 5782
/proc/meminfo: memFree=5810908/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=5360712 CPUtime=4482.43 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 1336869 0 0 0 448076 167 0 0 25 0 1 0 647019289 5489369088 1217002 33554432000 4194304 6014671 140734459564208 18446744073709551615 4423591 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 1340178 1217002 1251 445 0 1333723 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 5360712

[startup+4542.3 s]
/proc/loadavg: 2.13 2.03 2.01 3/405 5784
/proc/meminfo: memFree=5810772/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=5360712 CPUtime=4542.43 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 1336871 0 0 0 454076 167 0 0 25 0 1 0 647019289 5489369088 1217004 33554432000 4194304 6014671 140734459564208 18446744073709551615 4378747 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 1340178 1217004 1251 445 0 1333723 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 5360712

[startup+4602.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/405 5840
/proc/meminfo: memFree=5853700/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=5360712 CPUtime=4602.43 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 1336872 0 0 0 460076 167 0 0 25 0 1 0 647019289 5489369088 1217005 33554432000 4194304 6014671 140734459564208 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 1340178 1217005 1251 445 0 1333723 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 5360712

[startup+4662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/405 5869
/proc/meminfo: memFree=5671704/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=5360712 CPUtime=4662.44 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 1336874 0 0 0 466077 167 0 0 25 0 1 0 647019289 5489369088 1217007 33554432000 4194304 6014671 140734459564208 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 1340178 1217007 1251 445 0 1333723 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 5360712

[startup+4722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/405 5870
/proc/meminfo: memFree=5343492/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=5360712 CPUtime=4722.44 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 1336875 0 0 0 472077 167 0 0 25 0 1 0 647019289 5489369088 1217008 33554432000 4194304 6014671 140734459564208 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 1340178 1217008 1251 445 0 1333723 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 5360712

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/405 5953
/proc/meminfo: memFree=4677752/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=5360712 CPUtime=4782.44 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 1336876 0 0 0 478077 167 0 0 25 0 1 0 647019289 5489369088 1217009 33554432000 4194304 6014671 140734459564208 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 1340178 1217009 1251 445 0 1333723 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 5360712

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/405 5964
/proc/meminfo: memFree=3765448/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=5361224 CPUtime=4842.44 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 1360600 0 0 0 484074 170 0 0 25 0 1 0 647019289 5489893376 1240733 33554432000 4194304 6014671 140734459564208 18446744073709551615 4731780 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 1340306 1240733 1251 445 0 1333851 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 5361224

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/405 5965
/proc/meminfo: memFree=3083444/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=5493256 CPUtime=4902.44 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 1387430 0 0 0 490070 174 0 0 25 0 1 0 647019289 5625094144 1267563 33554432000 4194304 6014671 140734459564208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 1373314 1267563 1251 445 0 1366859 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 5493256

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/405 5967
/proc/meminfo: memFree=2972888/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=5493384 CPUtime=4962.46 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 1388941 0 0 0 496071 175 0 0 25 0 1 0 647019289 5625225216 1269074 33554432000 4194304 6014671 140734459564208 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 1373346 1269074 1251 445 0 1366891 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 5493384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/405 5968
/proc/meminfo: memFree=2928008/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=5493384 CPUtime=5000.06 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4202496 1389891 0 0 0 499830 176 0 0 25 0 1 0 647019289 5625225216 1270024 33554432000 4194304 6014671 140734459564208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5650/statm: 1373346 1270024 1251 445 0 1366891 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 5493384

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

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

[startup+5000.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/405 5968
/proc/meminfo: memFree=2928008/32951124 swapFree=65980224/67111528
[pid=5650] ppid=5648 vsize=0 CPUtime=5000.17 cores=1,3,5,7
/proc/5650/stat : 5650 (qutersat_releas) R 5648 5650 5007 0 -1 4194308 1389895 0 0 0 499831 186 0 0 25 0 1 0 647019289 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 5 0 0 0
/proc/5650/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.17
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 5000.09
CPU time (s): 5000.24
CPU user time (s): 4998.31
CPU system time (s): 1.92971
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 5493384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.31
system time used= 1.92971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1389895
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= 12
involuntary context switches= 5850

runsolver used 18.3182 second user time and 45.4621 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-16 13:40:38
IDJOB=3384414
IDBENCH=82495
IDSOLVER=1868
FILE ID=node142/3384414-1305546034
RUNJOBID= node142-1305540196-5026
PBS_JOBID= 13329211
Free space on /tmp= 73464 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-3384414-1305546034/watcher-3384414-1305546034 -o /tmp/evaluation-result-3384414-1305546034/solver-3384414-1305546034 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384414-1305546034.cnf 1299455184

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

MD5SUM BENCH= a5cb42fe5f9238d9fb581eb8ad81e23f
RANDOM SEED=1299455184

node142.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	: 5131.95
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.82
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.67
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.81
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.82
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10940720 kB
Buffers:        350032 kB
Cached:        5073392 kB
SwapCached:      11512 kB
Active:       18519736 kB
Inactive:      3125000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10940720 kB
SwapTotal:    67111528 kB
SwapFree:     65980224 kB
Dirty:          121460 kB
Writeback:           0 kB
AnonPages:    16218056 kB
Mapped:          26116 kB
Slab:           239040 kB
PageTables:      59968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 90698792 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= 73372 MiB
End job on node142 at 2011-05-16 15:04:00