Trace number 41038

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 NameAnswerCPU timeWall clock time
PBS 4.1LUNSAT 1541.76 1542.29

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900553647.opb
MD5SUM46461f0e86cd2c07d09bc154a5f6739a
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark197.463
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 715
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.00	c PBS v4 by Bashar Al-Rawi & Fadi Aloul
0.00	c Solving ROOT/tmp/node9/41038-1149223878/instance-41038-1149223878.opb ......
1542.26	c done parsing opb.
1542.26	s UNSATISFIABLE
1542.26	c Total Run Time					1541.71

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node9/watcher-41038-1149223878 -o ROOT/results/node9/solver-41038-1149223878 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node9/41038-1149223878/instance-41038-1149223878.opb 465778850 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.73 0.91 0.91 2/64 8417
/proc/meminfo: memFree=1452384/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=1400 CPUtime=0
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 152 0 0 0 0 0 0 0 18 0 1 0 188050131 1433600 135 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134617263 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 350 135 100 232 0 115 0

[startup+10.0025 s]
/proc/loadavg: 0.77 0.91 0.91 2/64 8417
/proc/meminfo: memFree=1439976/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=13812 CPUtime=9.99
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 3551 0 0 0 993 6 0 0 25 0 1 0 188050131 14143488 3187 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 3453 3187 104 232 0 3218 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 13812

[startup+20.0086 s]
/proc/loadavg: 0.81 0.91 0.91 2/64 8417
/proc/meminfo: memFree=1433576/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=25480 CPUtime=20
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 5521 0 0 0 1990 10 0 0 25 0 1 0 188050131 26091520 4772 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550813 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 6370 4772 104 232 0 6135 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 25480

[startup+30.0148 s]
/proc/loadavg: 0.84 0.92 0.91 2/64 8417
/proc/meminfo: memFree=1429096/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=26844 CPUtime=30
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 6634 0 0 0 2988 12 0 0 25 0 1 0 188050131 27488256 5885 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551987 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 6711 5885 104 232 0 6476 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 26844

[startup+40.0209 s]
/proc/loadavg: 0.86 0.92 0.91 2/64 8417
/proc/meminfo: memFree=1424808/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=44420 CPUtime=40
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 7714 0 0 0 3984 16 0 0 25 0 1 0 188050131 45486080 6965 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 11105 6965 105 232 0 10870 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 44420

[startup+50.0271 s]
/proc/loadavg: 0.88 0.92 0.91 2/64 8417
/proc/meminfo: memFree=1420648/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=48712 CPUtime=50.01
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 9511 0 0 0 4982 19 0 0 25 0 1 0 188050131 49881088 7993 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550001 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 12178 7993 105 232 0 11943 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 48712

[startup+60.0332 s]
/proc/loadavg: 0.90 0.92 0.91 2/64 8417
/proc/meminfo: memFree=1417128/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=49824 CPUtime=60.01
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 10406 0 0 0 5979 22 0 0 25 0 1 0 188050131 51019776 8888 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 12456 8888 105 232 0 12221 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 49824

[startup+70.0394 s]
/proc/loadavg: 0.91 0.92 0.91 2/64 8417
/proc/meminfo: memFree=1414760/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=50428 CPUtime=70.01
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 11004 0 0 0 6977 24 0 0 25 0 1 0 188050131 51638272 9486 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 12607 9486 105 232 0 12372 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 50428

[startup+80.0455 s]
/proc/loadavg: 0.93 0.93 0.91 2/64 8417
/proc/meminfo: memFree=1411368/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=51248 CPUtime=80.01
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 11851 0 0 0 7975 26 0 0 25 0 1 0 188050131 52477952 10333 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550001 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 12812 10333 105 232 0 12577 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 51248

[startup+90.0517 s]
/proc/loadavg: 0.94 0.93 0.91 2/64 8417
/proc/meminfo: memFree=1408360/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=52188 CPUtime=90.02
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 12598 0 0 0 8973 29 0 0 25 0 1 0 188050131 53440512 11080 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 13047 11080 105 232 0 12812 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 52188

[startup+100.058 s]
/proc/loadavg: 0.95 0.93 0.91 2/64 8417
/proc/meminfo: memFree=1405992/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=52644 CPUtime=100.02
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 13182 0 0 0 9971 31 0 0 25 0 1 0 188050131 53907456 11664 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 13161 11664 105 232 0 12926 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 52644

[startup+110.064 s]
/proc/loadavg: 0.95 0.93 0.91 2/64 8417
/proc/meminfo: memFree=1403240/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=53620 CPUtime=110.02
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 13908 0 0 0 10969 33 0 0 25 0 1 0 188050131 54906880 12357 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550095 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 13405 12357 105 232 0 13170 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 53620

[startup+120.07 s]
/proc/loadavg: 0.96 0.93 0.91 2/64 8417
/proc/meminfo: memFree=1400936/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=87108 CPUtime=120.03
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 14486 0 0 0 11967 36 0 0 25 0 1 0 188050131 89198592 12935 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 21777 12935 105 232 0 21542 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 87108

[startup+130.075 s]
/proc/loadavg: 0.97 0.93 0.91 2/64 8417
/proc/meminfo: memFree=1398824/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=87820 CPUtime=130.03
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 15084 0 0 0 12966 37 0 0 25 0 1 0 188050131 89927680 13467 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550014 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 21955 13467 105 232 0 21720 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 87820

[startup+140.081 s]
/proc/loadavg: 0.97 0.94 0.91 2/64 8417
/proc/meminfo: memFree=1396584/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=88084 CPUtime=140.03
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 15643 0 0 0 13964 39 0 0 25 0 1 0 188050131 90198016 14026 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 22021 14026 105 232 0 21786 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 88084

[startup+150.088 s]
/proc/loadavg: 0.98 0.94 0.91 2/64 8417
/proc/meminfo: memFree=1394088/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=88928 CPUtime=150.04
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 16294 0 0 0 14962 42 0 0 25 0 1 0 188050131 91062272 14644 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550847 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 22232 14644 105 232 0 21997 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 88928

[startup+160.094 s]
/proc/loadavg: 0.98 0.94 0.91 2/64 8417
/proc/meminfo: memFree=1391976/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=90036 CPUtime=160.04
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 16983 0 0 0 15960 44 0 0 25 0 1 0 188050131 92196864 15168 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552216 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 22509 15168 105 232 0 22274 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 90036

[startup+170.1 s]
/proc/loadavg: 0.98 0.94 0.91 2/64 8417
/proc/meminfo: memFree=1390568/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=90820 CPUtime=170.04
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 17402 0 0 0 16959 45 0 0 25 0 1 0 188050131 92999680 15521 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 22705 15521 105 232 0 22470 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 90820

[startup+180.107 s]
/proc/loadavg: 0.98 0.94 0.91 2/64 8417
/proc/meminfo: memFree=1388840/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=91244 CPUtime=180.04
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 17880 0 0 0 17958 46 0 0 25 0 1 0 188050131 93433856 15966 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550808 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 22811 15966 105 232 0 22576 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 91244

[startup+190.112 s]
/proc/loadavg: 0.99 0.94 0.91 2/64 8417
/proc/meminfo: memFree=1386728/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=97900 CPUtime=190.05
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 20025 0 0 0 18956 49 0 0 25 0 1 0 188050131 100249600 16442 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 24475 16442 105 232 0 24240 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 97900

[startup+200.118 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 8417
/proc/meminfo: memFree=1384936/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=98156 CPUtime=200.05
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 20552 0 0 0 19954 51 0 0 25 0 1 0 188050131 100511744 16903 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134611568 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 24539 16903 105 232 0 24304 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 98156

[startup+210.124 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 8417
/proc/meminfo: memFree=1382760/2055920 swapFree=4180864/4192956

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

/proc/8417/statm: 51561 34939 105 232 0 51326 0
Current children cumulated CPU time (s) 1330.33
Current children cumulated vsize (Kb) 206244

[startup+1340.81 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8611
/proc/meminfo: memFree=1312360/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=206244 CPUtime=1340.33
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 44723 0 0 0 133861 172 0 0 25 0 1 0 188050131 211193856 34963 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550034 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 51561 34963 105 232 0 51326 0
Current children cumulated CPU time (s) 1340.33
Current children cumulated vsize (Kb) 206244

[startup+1350.82 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8611
/proc/meminfo: memFree=1312232/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=206244 CPUtime=1350.34
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 44755 0 0 0 134861 173 0 0 25 0 1 0 188050131 211193856 34995 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 51561 34995 105 232 0 51326 0
Current children cumulated CPU time (s) 1350.34
Current children cumulated vsize (Kb) 206244

[startup+1360.82 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8611
/proc/meminfo: memFree=1311720/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=206956 CPUtime=1360.35
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 44886 0 0 0 135861 174 0 0 25 0 1 0 188050131 211922944 35126 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552512 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 51739 35126 105 232 0 51504 0
Current children cumulated CPU time (s) 1360.35
Current children cumulated vsize (Kb) 206956

[startup+1370.83 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8611
/proc/meminfo: memFree=1311592/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=206956 CPUtime=1370.34
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 44914 0 0 0 136860 174 0 0 25 0 1 0 188050131 211922944 35154 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558878 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 51739 35154 105 232 0 51504 0
Current children cumulated CPU time (s) 1370.34
Current children cumulated vsize (Kb) 206956

[startup+1380.84 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8611
/proc/meminfo: memFree=1311144/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=206956 CPUtime=1380.35
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 45030 0 0 0 137860 175 0 0 25 0 1 0 188050131 211922944 35270 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 51739 35270 105 232 0 51504 0
Current children cumulated CPU time (s) 1380.35
Current children cumulated vsize (Kb) 206956

[startup+1390.84 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8611
/proc/meminfo: memFree=1310952/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=206956 CPUtime=1390.35
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 45067 0 0 0 138860 175 0 0 25 0 1 0 188050131 211922944 35307 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 51739 35307 105 232 0 51504 0
Current children cumulated CPU time (s) 1390.35
Current children cumulated vsize (Kb) 206956

[startup+1400.85 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8611
/proc/meminfo: memFree=1310888/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=206956 CPUtime=1400.36
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 45094 0 0 0 139859 177 0 0 25 0 1 0 188050131 211922944 35334 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 51739 35334 105 232 0 51504 0
Current children cumulated CPU time (s) 1400.36
Current children cumulated vsize (Kb) 206956

[startup+1410.85 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8611
/proc/meminfo: memFree=1310824/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=206956 CPUtime=1410.35
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 45119 0 0 0 140858 177 0 0 25 0 1 0 188050131 211922944 35359 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552425 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 51739 35359 105 232 0 51504 0
Current children cumulated CPU time (s) 1410.35
Current children cumulated vsize (Kb) 206956

[startup+1420.86 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8611
/proc/meminfo: memFree=1310696/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=207712 CPUtime=1420.36
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 45141 0 0 0 141858 178 0 0 25 0 1 0 188050131 212697088 35381 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 51928 35381 105 232 0 51693 0
Current children cumulated CPU time (s) 1420.36
Current children cumulated vsize (Kb) 207712

[startup+1430.87 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8611
/proc/meminfo: memFree=1310120/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=207712 CPUtime=1430.36
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 45290 0 0 0 142857 179 0 0 25 0 1 0 188050131 212697088 35530 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552011 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 51928 35530 105 232 0 51693 0
Current children cumulated CPU time (s) 1430.36
Current children cumulated vsize (Kb) 207712

[startup+1440.87 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8611
/proc/meminfo: memFree=1309736/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=208516 CPUtime=1440.36
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 45383 0 0 0 143856 180 0 0 25 0 1 0 188050131 213520384 35623 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 52129 35623 105 232 0 51894 0
Current children cumulated CPU time (s) 1440.36
Current children cumulated vsize (Kb) 208516

[startup+1450.88 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8611
/proc/meminfo: memFree=1309608/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=208516 CPUtime=1450.37
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 45409 0 0 0 144856 181 0 0 25 0 1 0 188050131 213520384 35649 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551990 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 52129 35649 105 232 0 51894 0
Current children cumulated CPU time (s) 1450.37
Current children cumulated vsize (Kb) 208516

[startup+1460.89 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8611
/proc/meminfo: memFree=1309480/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=208516 CPUtime=1460.37
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 45432 0 0 0 145855 182 0 0 25 0 1 0 188050131 213520384 35672 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 52129 35672 105 232 0 51894 0
Current children cumulated CPU time (s) 1460.37
Current children cumulated vsize (Kb) 208516

[startup+1470.89 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8611
/proc/meminfo: memFree=1309416/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=208516 CPUtime=1470.38
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 45455 0 0 0 146855 183 0 0 25 0 1 0 188050131 213520384 35695 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 52129 35695 105 232 0 51894 0
Current children cumulated CPU time (s) 1470.38
Current children cumulated vsize (Kb) 208516

[startup+1480.9 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8611
/proc/meminfo: memFree=1309352/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=208516 CPUtime=1480.38
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 45478 0 0 0 147854 184 0 0 25 0 1 0 188050131 213520384 35718 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 52129 35718 105 232 0 51894 0
Current children cumulated CPU time (s) 1480.38
Current children cumulated vsize (Kb) 208516

[startup+1490.9 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8611
/proc/meminfo: memFree=1308904/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=208516 CPUtime=1490.38
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 45599 0 0 0 148854 184 0 0 25 0 1 0 188050131 213520384 35839 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 52129 35839 105 232 0 51894 0
Current children cumulated CPU time (s) 1490.38
Current children cumulated vsize (Kb) 208516

[startup+1500.91 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8611
/proc/meminfo: memFree=1308520/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=208516 CPUtime=1500.38
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 45680 0 0 0 149853 185 0 0 25 0 1 0 188050131 213520384 35920 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 52129 35920 105 232 0 51894 0
Current children cumulated CPU time (s) 1500.38
Current children cumulated vsize (Kb) 208516

[startup+1510.91 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8611
/proc/meminfo: memFree=1308136/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=209372 CPUtime=1510.39
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 45782 0 0 0 150853 186 0 0 25 0 1 0 188050131 214396928 36022 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552512 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 52343 36022 105 232 0 52108 0
Current children cumulated CPU time (s) 1510.39
Current children cumulated vsize (Kb) 209372

[startup+1520.92 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8611
/proc/meminfo: memFree=1307688/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=209372 CPUtime=1520.39
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 45889 0 0 0 151851 188 0 0 25 0 1 0 188050131 214396928 36129 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 52343 36129 105 232 0 52108 0
Current children cumulated CPU time (s) 1520.39
Current children cumulated vsize (Kb) 209372

[startup+1530.93 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8611
/proc/meminfo: memFree=1307240/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=210280 CPUtime=1530.4
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 46007 0 0 0 152851 189 0 0 25 0 1 0 188050131 215326720 36247 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 52570 36247 105 232 0 52335 0
Current children cumulated CPU time (s) 1530.4
Current children cumulated vsize (Kb) 210280

[startup+1540.93 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8611
/proc/meminfo: memFree=1307112/2055920 swapFree=4180864/4192956
[pid=8417] ppid=8415 vsize=210280 CPUtime=1540.4
/proc/8417/stat : 8417 (PBS4L) R 8415 8417 8372 0 -1 4194304 46025 0 0 0 153850 190 0 0 25 0 1 0 188050131 215326720 36265 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/8417/statm: 52570 36265 105 232 0 52335 0
Current children cumulated CPU time (s) 1540.4
Current children cumulated vsize (Kb) 210280

Child status: 0
Real time (s): 1542.29
CPU time (s): 1541.76
CPU user time (s): 1539.83
CPU system time (s): 1.93271
CPU usage (%): 99.9657
Max. virtual memory (cumulated for all children) (Kb): 210280

Launcher Data (download as text)

Begin job on node9 on Fri Jun  2 04:51:18 UTC 2006


FILE ID= 41038-1149223878

PBS_JOBID= 295651

BENCH NAME= ROOT/tmp/node9/41038-1149223878/instance-41038-1149223878.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node9/41038-1149223878/instance-41038-1149223878.opb 465778850
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-41038-1149223878 -o ROOT/results/node9/solver-41038-1149223878 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node9/41038-1149223878/instance-41038-1149223878.opb 465778850

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  46461f0e86cd2c07d09bc154a5f6739a

RANDOM SEED= 465778850


/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.234
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.234
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:       1452592 kB
Buffers:         29056 kB
Cached:         507516 kB
SwapCached:       3892 kB
Active:         238476 kB
Inactive:       306904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1452592 kB
SwapTotal:     4192956 kB
SwapFree:      4180864 kB
Dirty:             292 kB
Writeback:           0 kB
Mapped:          14708 kB
Slab:            44008 kB
Committed_AS:   218624 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node9 on Fri Jun  2 05:17:01 UTC 2006