Trace number 353300

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, and are wall clock time (not CPU 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 NameAnswerObjective functionCPU timeWall clock time
PBS4 2007-03-23No Cert. 1800.14 1800.68

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-30:70:4.5:0.5:100.opb
MD5SUM9d611ad786b3505d4cca46af1ba2bc6d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark116
Best CPU time to get the best result obtained on this benchmark1800.14
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 116
Optimality of the best value was proved NO
Number of variables10772
Total number of constraints12051
Number of constraints which are clauses10247
Number of constraints which are cardinality constraints (but not clauses)1804
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint31
Number of terms in the objective function 10772
Biggest coefficient in the objective function 5356
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 30986
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 5356
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 30986
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00/0.00	c PBS v4 by Bashar Al-Rawi & Fadi Aloul
0.00/0.00	c Solving /tmp/evaluation/353300-1176661654/instance-353300-1176661654.opb ......
1.29/1.39	c done parsing opb.
1.29/1.39	o 25443
1.99/2.08	o 25442
2.69/2.74	o 25016
3.30/3.39	o 24993
4.09/4.15	o 24992
4.59/4.61	o 5530
7.19/7.28	o 5529
1800.10/1800.60	s SATISFIABLE

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

/tmp/evaluation/353300-1176661654/instance-353300-1176661654.opb is already a linear file

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node60/watcher-353300-1176661654 -o ROOT/results/node60/solver-353300-1176661654 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/353300-1176661654/PBS4 /tmp/evaluation/353300-1176661654/instance-353300-1176661654.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 32146
/proc/meminfo: memFree=1841360/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=2792 CPUtime=0
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 468 0 0 0 0 0 0 0 18 0 1 0 114075379 2859008 450 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134596795 0 0 4096 0 0 0 0 17 1 0 0
/proc/32146/statm: 698 457 82 219 0 475 0

[startup+0.014616 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 32146
/proc/meminfo: memFree=1841360/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=2924 CPUtime=0
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 524 0 0 0 0 0 0 0 18 0 1 0 114075379 2994176 506 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134784767 0 0 4096 0 0 0 0 17 1 0 0
/proc/32146/statm: 731 506 86 219 0 508 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2924

[startup+0.101623 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 32146
/proc/meminfo: memFree=1841360/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=3516 CPUtime=0.09
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 648 0 0 0 9 0 0 0 18 0 1 0 114075379 3600384 630 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134588274 0 0 4096 0 0 0 0 17 1 0 0
/proc/32146/statm: 879 630 87 219 0 656 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3516

[startup+0.301642 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 32146
/proc/meminfo: memFree=1841360/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=3516 CPUtime=0.29
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 648 0 0 0 29 0 0 0 19 0 1 0 114075379 3600384 630 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134588284 0 0 4096 0 0 0 0 17 1 0 0
/proc/32146/statm: 879 630 87 219 0 656 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3516

[startup+0.701681 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 32146
/proc/meminfo: memFree=1841360/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=4108 CPUtime=0.69
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 886 0 0 0 69 0 0 0 22 0 1 0 114075379 4206592 825 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134783586 0 0 4096 0 0 0 0 17 1 0 0
/proc/32146/statm: 1027 825 88 219 0 804 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4108

[startup+1.50176 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32147
/proc/meminfo: memFree=1837256/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=5036 CPUtime=1.49
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 1685 0 0 0 148 1 0 0 25 0 1 0 114075379 5156864 1080 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134548521 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 1259 1080 103 219 0 1036 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5036

[startup+3.10192 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32147
/proc/meminfo: memFree=1836936/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=5636 CPUtime=3.09
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 1755 0 0 0 308 1 0 0 25 0 1 0 114075379 5771264 1150 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 135059249 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 1409 1150 104 219 0 1186 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5636

[startup+6.30123 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32147
/proc/meminfo: memFree=1836040/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=9352 CPUtime=6.29
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 2370 0 0 0 624 5 0 0 25 0 1 0 114075379 9576448 1765 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134783588 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 2338 1765 104 219 0 2115 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9352

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32147
/proc/meminfo: memFree=1829256/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=14476 CPUtime=12.69
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 3777 0 0 0 1262 7 0 0 25 0 1 0 114075379 14823424 3172 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134563551 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 3619 3172 104 219 0 3396 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14476

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32147
/proc/meminfo: memFree=1827272/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=23096 CPUtime=25.48
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 4178 0 0 0 2540 8 0 0 25 0 1 0 114075379 23650304 3573 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559974 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 5774 3573 104 219 0 5551 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23096

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32147
/proc/meminfo: memFree=1825608/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=23096 CPUtime=51.07
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 4583 0 0 0 5099 8 0 0 25 0 1 0 114075379 23650304 3978 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559721 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 5774 3978 104 219 0 5551 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 23096

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32147
/proc/meminfo: memFree=1821512/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=23196 CPUtime=102.26
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 5611 0 0 0 10217 9 0 0 25 0 1 0 114075379 23752704 5006 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559849 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 5799 5006 104 219 0 5576 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 23196

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32147
/proc/meminfo: memFree=1817352/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=39580 CPUtime=162.25
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 6642 0 0 0 16215 10 0 0 25 0 1 0 114075379 40529920 6037 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559805 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 9895 6037 104 219 0 9672 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 39580

[startup+222.301 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 32147
/proc/meminfo: memFree=1810760/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=39580 CPUtime=222.23
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 8306 0 0 0 22212 11 0 0 25 0 1 0 114075379 40529920 7701 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559805 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 9895 7701 104 219 0 9672 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 39580

[startup+282.301 s]
/proc/loadavg: 1.17 1.05 1.01 2/65 32147
/proc/meminfo: memFree=1804808/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=39580 CPUtime=282.21
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 9801 0 0 0 28209 12 0 0 25 0 1 0 114075379 40529920 9196 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559824 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 9895 9196 104 219 0 9672 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 39580

[startup+342.301 s]
/proc/loadavg: 1.21 1.07 1.02 2/65 32147
/proc/meminfo: memFree=1799624/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=72492 CPUtime=342.19
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 11077 0 0 0 34206 13 0 0 25 0 1 0 114075379 74231808 10472 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559782 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 18123 10472 104 219 0 17900 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 72492

[startup+402.301 s]
/proc/loadavg: 1.19 1.09 1.02 2/65 32147
/proc/meminfo: memFree=1794824/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=72492 CPUtime=402.18
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 12289 0 0 0 40204 14 0 0 25 0 1 0 114075379 74231808 11684 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559805 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 18123 11684 104 219 0 17900 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 72492

[startup+462.301 s]
/proc/loadavg: 1.07 1.07 1.01 2/65 32147
/proc/meminfo: memFree=1786056/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=72492 CPUtime=462.16
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 14474 0 0 0 46201 15 0 0 25 0 1 0 114075379 74231808 13869 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559864 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 18123 13869 104 219 0 17900 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 72492

[startup+522.302 s]
/proc/loadavg: 1.02 1.05 1.01 2/65 32147
/proc/meminfo: memFree=1781448/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=72492 CPUtime=522.14
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 15616 0 0 0 52198 16 0 0 25 0 1 0 114075379 74231808 15011 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559805 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 18123 15011 104 219 0 17900 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 72492

[startup+582.302 s]
/proc/loadavg: 1.01 1.04 1.00 2/65 32147
/proc/meminfo: memFree=1774664/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=72648 CPUtime=582.13
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 17312 0 0 0 58196 17 0 0 25 0 1 0 114075379 74391552 16707 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559785 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 18162 16707 104 219 0 17939 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 72648

[startup+642.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 32147
/proc/meminfo: memFree=1770696/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=72648 CPUtime=642.12
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 18278 0 0 0 64194 18 0 0 25 0 1 0 114075379 74391552 17673 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559712 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 18162 17673 104 219 0 17939 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 72648


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

[startup+822.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 32149
/proc/meminfo: memFree=1751176/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=138184 CPUtime=822.06
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 23152 0 0 0 82185 21 0 0 25 0 1 0 114075379 141500416 22547 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559800 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 34546 22547 104 219 0 34323 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 138184

[startup+882.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 32149
/proc/meminfo: memFree=1744200/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=138184 CPUtime=882.05
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 24852 0 0 0 88183 22 0 0 25 0 1 0 114075379 141500416 24247 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559787 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 34546 24247 104 219 0 34323 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 138184

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32149
/proc/meminfo: memFree=1736648/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=138184 CPUtime=942.03
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 26766 0 0 0 94180 23 0 0 25 0 1 0 114075379 141500416 26161 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559810 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 34546 26161 104 219 0 34323 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 138184

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32149
/proc/meminfo: memFree=1727944/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=138184 CPUtime=1002.02
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 28919 0 0 0 100177 25 0 0 25 0 1 0 114075379 141500416 28314 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559800 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 34546 28314 104 219 0 34323 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 138184

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32149
/proc/meminfo: memFree=1721544/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=138184 CPUtime=1061.99
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 30590 0 0 0 106173 26 0 0 25 0 1 0 114075379 141500416 29985 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559805 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 34546 29985 104 219 0 34323 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 138184

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32149
/proc/meminfo: memFree=1710856/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=138184 CPUtime=1121.98
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 33193 0 0 0 112170 28 0 0 25 0 1 0 114075379 141500416 32588 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559805 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 34546 32588 104 219 0 34323 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 138184

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32149
/proc/meminfo: memFree=1699848/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=269640 CPUtime=1181.97
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 36010 0 0 0 118166 31 0 0 25 0 1 0 114075379 276111360 35308 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559712 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 67410 35308 104 219 0 67187 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 269640

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32149
/proc/meminfo: memFree=1693192/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=269640 CPUtime=1241.95
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 37627 0 0 0 124163 32 0 0 25 0 1 0 114075379 276111360 36925 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559853 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 67410 36925 104 219 0 67187 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 269640

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32149
/proc/meminfo: memFree=1689288/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=270116 CPUtime=1301.94
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 38569 0 0 0 130160 34 0 0 25 0 1 0 114075379 276598784 37867 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559795 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 67529 37867 104 219 0 67306 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 270116

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32149
/proc/meminfo: memFree=1688520/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=270228 CPUtime=1361.92
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 38762 0 0 0 136157 35 0 0 25 0 1 0 114075379 276713472 38060 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559800 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 67557 38060 104 219 0 67334 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 270228

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32149
/proc/meminfo: memFree=1687176/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=270384 CPUtime=1421.9
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 39101 0 0 0 142153 37 0 0 25 0 1 0 114075379 276873216 38399 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559736 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 67596 38399 104 219 0 67373 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 270384

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32149
/proc/meminfo: memFree=1685704/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=270648 CPUtime=1481.88
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 39459 0 0 0 148150 38 0 0 25 0 1 0 114075379 277143552 38757 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559787 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 67662 38757 104 219 0 67439 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 270648

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32149
/proc/meminfo: memFree=1684680/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=270780 CPUtime=1541.87
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 39715 0 0 0 154147 40 0 0 25 0 1 0 114075379 277278720 39013 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559782 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 67695 39013 104 219 0 67472 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 270780

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32149
/proc/meminfo: memFree=1683656/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=271012 CPUtime=1601.85
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 39977 0 0 0 160144 41 0 0 25 0 1 0 114075379 277516288 39275 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134548033 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 67753 39275 104 219 0 67530 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 271012

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32149
/proc/meminfo: memFree=1682248/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=271312 CPUtime=1661.84
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 40309 0 0 0 166142 42 0 0 25 0 1 0 114075379 277823488 39607 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559768 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 67828 39607 104 219 0 67605 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 271312

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32149
/proc/meminfo: memFree=1681544/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=271464 CPUtime=1721.82
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 40499 0 0 0 172140 42 0 0 25 0 1 0 114075379 277979136 39797 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559787 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 67866 39797 104 219 0 67643 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 271464

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32149
/proc/meminfo: memFree=1680648/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=271464 CPUtime=1781.8
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 40710 0 0 0 178138 42 0 0 25 0 1 0 114075379 277979136 40008 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559787 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 67866 40008 104 219 0 67643 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 271464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32149
/proc/meminfo: memFree=1680328/2055920 swapFree=4184868/4192956
[pid=32146] ppid=32144 vsize=271464 CPUtime=1800.1
/proc/32146/stat : 32146 (PBS4) R 32144 32146 31133 0 -1 4194304 40775 0 0 0 179968 42 0 0 25 0 1 0 114075379 277979136 40073 18446744073709551615 134512640 135410514 4294956688 18446744073709551615 134559787 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32146/statm: 67866 40073 104 219 0 67643 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 271464

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

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

Child status: 0
Real time (s): 1800.68
CPU time (s): 1800.14
CPU user time (s): 1799.69
CPU system time (s): 0.45393
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 271464

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

runsolver used 1.3038 second user time and 3.62445 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Sun Apr 15 18:27:34 UTC 2007

IDJOB= 353300
IDBENCH= 2224
IDSOLVER= 157
FILE ID= node60/353300-1176661654

PBS_JOBID= 4559886

Free space on /tmp= 66563 MiB

SOLVER NAME= PBS4 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-30:70:4.5:0.5:100.opb
COMMAND LINE= /tmp/evaluation/353300-1176661654/PBS4 /tmp/evaluation/353300-1176661654/instance-353300-1176661654.opb            
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node60/convwatcher-353300-1176661654 -o ROOT/results/node60/conversion-353300-1176661654 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/353300-1176661654/instance-353300-1176661654.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-353300-1176661654 -o ROOT/results/node60/solver-353300-1176661654 -C 1800 -W 3600 -M 1800 --output-limit 1,15  /tmp/evaluation/353300-1176661654/PBS4 /tmp/evaluation/353300-1176661654/instance-353300-1176661654.opb            

META MD5SUM SOLVER= b6c24e28fef9e1efa7891be58ea9e46f
MD5SUM BENCH=  9d611ad786b3505d4cca46af1ba2bc6d

RANDOM SEED= 41146431

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1841832 kB
Buffers:         17212 kB
Cached:         117376 kB
SwapCached:       1956 kB
Active:          56032 kB
Inactive:        88764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841832 kB
SwapTotal:     4192956 kB
SwapFree:      4184868 kB
Dirty:            1712 kB
Writeback:           0 kB
Mapped:          17496 kB
Slab:            55252 kB
Committed_AS:   614232 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66563 MiB

End job on node60 on Sun Apr 15 18:57:37 UTC 2007