Trace number 40988

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 1198.63 1199.09

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900571132.opb
MD5SUMd9d7c99a4b01b1207d32721f3efdc2ab
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 benchmark224.076
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 761
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/node48/40988-1149218161/instance-40988-1149218161.opb ......
1199.00	c done parsing opb.
1199.00	s UNSATISFIABLE
1199.00	c Total Run Time					1198.59

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/node48/watcher-40988-1149218161 -o ROOT/results/node48/solver-40988-1149218161 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node48/40988-1149218161/instance-40988-1149218161.opb 541086889 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.98 0.99 2/64 10203
/proc/meminfo: memFree=1384328/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=1400 CPUtime=0
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 149 0 0 0 0 0 0 0 18 0 1 0 187483173 1433600 132 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134529291 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 350 132 100 232 0 115 0

[startup+10.0013 s]
/proc/loadavg: 0.93 0.98 0.99 2/64 10203
/proc/meminfo: memFree=1373152/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=13616 CPUtime=9.99
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 3241 0 0 0 994 5 0 0 25 0 1 0 187483173 13942784 2877 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552202 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 3404 2877 104 232 0 3169 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 13616

[startup+20.007 s]
/proc/loadavg: 0.94 0.98 0.99 2/64 10203
/proc/meminfo: memFree=1367200/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=24828 CPUtime=19.99
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 5115 0 0 0 1989 10 0 0 25 0 1 0 187483173 25423872 4366 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 6207 4366 104 232 0 5972 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 24828

[startup+30.0127 s]
/proc/loadavg: 0.95 0.98 0.99 2/64 10203
/proc/meminfo: memFree=1362208/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=26536 CPUtime=29.99
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 6368 0 0 0 2985 14 0 0 25 0 1 0 187483173 27172864 5619 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 6634 5619 105 232 0 6399 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 26536

[startup+40.0184 s]
/proc/loadavg: 0.95 0.98 0.99 2/64 10203
/proc/meminfo: memFree=1358176/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=43616 CPUtime=40
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 7362 0 0 0 3982 18 0 0 25 0 1 0 187483173 44662784 6613 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 10904 6613 105 232 0 10669 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 43616

[startup+50.0252 s]
/proc/loadavg: 0.96 0.98 0.99 2/64 10203
/proc/meminfo: memFree=1355488/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=44760 CPUtime=50
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 8051 0 0 0 4979 21 0 0 25 0 1 0 187483173 45834240 7302 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550853 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 11190 7302 105 232 0 10955 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 44760

[startup+60.0309 s]
/proc/loadavg: 0.97 0.98 0.99 2/64 10203
/proc/meminfo: memFree=1352544/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=48692 CPUtime=60
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 9553 0 0 0 5977 23 0 0 25 0 1 0 187483173 49860608 8035 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 12173 8035 105 232 0 11938 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 48692

[startup+70.0376 s]
/proc/loadavg: 0.97 0.98 0.99 2/64 10203
/proc/meminfo: memFree=1349536/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=49780 CPUtime=70
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 10296 0 0 0 6975 25 0 0 25 0 1 0 187483173 50974720 8778 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 12445 8778 105 232 0 12210 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 49780

[startup+80.0443 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 10203
/proc/meminfo: memFree=1346720/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=50468 CPUtime=80.01
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 10999 0 0 0 7973 28 0 0 25 0 1 0 187483173 51679232 9481 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 12617 9481 105 232 0 12382 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 50468

[startup+90.05 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 10203
/proc/meminfo: memFree=1343712/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=51836 CPUtime=90.01
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 11768 0 0 0 8971 30 0 0 25 0 1 0 187483173 53080064 10250 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 12959 10250 105 232 0 12724 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 51836

[startup+100.056 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 10203
/proc/meminfo: memFree=1341024/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=52364 CPUtime=100.01
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 12430 0 0 0 9970 31 0 0 25 0 1 0 187483173 53620736 10912 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 13091 10912 105 232 0 12856 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 52364

[startup+110.062 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 10203
/proc/meminfo: memFree=1338592/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=53156 CPUtime=110.02
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 13040 0 0 0 10968 34 0 0 25 0 1 0 187483173 54431744 11522 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 13289 11522 105 232 0 13054 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 53156

[startup+120.069 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 10203
/proc/meminfo: memFree=1336224/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=53480 CPUtime=120.02
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 13627 0 0 0 11966 36 0 0 25 0 1 0 187483173 54763520 12109 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550853 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 13370 12109 105 232 0 13135 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 53480

[startup+130.075 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 10203
/proc/meminfo: memFree=1333984/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=86836 CPUtime=130.02
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 14176 0 0 0 12964 38 0 0 25 0 1 0 187483173 88920064 12658 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550685 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 21709 12658 105 232 0 21474 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 86836

[startup+140.081 s]
/proc/loadavg: 1.07 1.00 1.00 2/64 10203
/proc/meminfo: memFree=1332256/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=87164 CPUtime=140.02
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 14620 0 0 0 13962 40 0 0 25 0 1 0 187483173 89255936 13069 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 21791 13069 105 232 0 21556 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 87164

[startup+150.087 s]
/proc/loadavg: 1.06 1.00 1.00 2/64 10203
/proc/meminfo: memFree=1330400/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=87812 CPUtime=150.03
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 15111 0 0 0 14961 42 0 0 25 0 1 0 187483173 89919488 13560 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 21953 13560 105 232 0 21718 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 87812

[startup+160.093 s]
/proc/loadavg: 1.05 1.00 1.00 2/64 10203
/proc/meminfo: memFree=1328288/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=88204 CPUtime=160.03
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 15629 0 0 0 15959 44 0 0 25 0 1 0 187483173 90320896 14078 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 22051 14078 105 232 0 21816 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 88204

[startup+170.099 s]
/proc/loadavg: 1.04 1.00 1.00 2/64 10203
/proc/meminfo: memFree=1327072/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=88896 CPUtime=170.03
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 16003 0 0 0 16958 45 0 0 25 0 1 0 187483173 91029504 14386 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552275 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 22224 14386 105 232 0 21989 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 88896

[startup+180.104 s]
/proc/loadavg: 1.03 1.00 1.00 2/64 10203
/proc/meminfo: memFree=1325152/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=89160 CPUtime=180.04
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 16474 0 0 0 17957 47 0 0 25 0 1 0 187483173 91299840 14857 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550685 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 22290 14857 105 232 0 22055 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 89160

[startup+190.11 s]
/proc/loadavg: 1.03 1.00 1.00 2/64 10203
/proc/meminfo: memFree=1323488/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=89508 CPUtime=190.04
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 16893 0 0 0 18955 49 0 0 25 0 1 0 187483173 91656192 15276 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134617144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 22377 15276 105 232 0 22142 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 89508

[startup+200.116 s]
/proc/loadavg: 1.02 1.00 1.00 2/64 10203
/proc/meminfo: memFree=1321504/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=96176 CPUtime=200.04
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 18944 0 0 0 19953 51 0 0 25 0 1 0 187483173 98484224 15757 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 24044 15757 105 232 0 23809 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 96176

[startup+210.122 s]
/proc/loadavg: 1.02 1.00 1.00 2/64 10203
/proc/meminfo: memFree=1320224/2055920 swapFree=4181440/4192956

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

/proc/10203/statm: 48902 28958 105 232 0 48667 0
Current children cumulated CPU time (s) 980.24
Current children cumulated vsize (Kb) 195608

[startup+990.58 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10203
/proc/meminfo: memFree=1268384/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=195608 CPUtime=990.25
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 37205 0 0 0 98887 138 0 0 25 0 1 0 187483173 200302592 28977 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 48902 28977 105 232 0 48667 0
Current children cumulated CPU time (s) 990.25
Current children cumulated vsize (Kb) 195608

[startup+1000.59 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10203
/proc/meminfo: memFree=1267680/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=196360 CPUtime=1000.25
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 37439 0 0 0 99886 139 0 0 25 0 1 0 187483173 201072640 29146 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 49090 29146 105 232 0 48855 0
Current children cumulated CPU time (s) 1000.25
Current children cumulated vsize (Kb) 196360

[startup+1010.59 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10203
/proc/meminfo: memFree=1267232/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=196360 CPUtime=1010.25
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 37555 0 0 0 100885 140 0 0 25 0 1 0 187483173 201072640 29262 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552281 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 49090 29262 105 232 0 48855 0
Current children cumulated CPU time (s) 1010.25
Current children cumulated vsize (Kb) 196360

[startup+1020.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10203
/proc/meminfo: memFree=1267104/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=196888 CPUtime=1020.26
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 37584 0 0 0 101884 142 0 0 25 0 1 0 187483173 201613312 29291 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 49222 29291 105 232 0 48987 0
Current children cumulated CPU time (s) 1020.26
Current children cumulated vsize (Kb) 196888

[startup+1030.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10203
/proc/meminfo: memFree=1266912/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=197020 CPUtime=1030.26
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 37638 0 0 0 102884 142 0 0 25 0 1 0 187483173 201748480 29345 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 49255 29345 105 232 0 49020 0
Current children cumulated CPU time (s) 1030.26
Current children cumulated vsize (Kb) 197020

[startup+1040.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10203
/proc/meminfo: memFree=1266720/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=197020 CPUtime=1040.27
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 37672 0 0 0 103883 144 0 0 25 0 1 0 187483173 201748480 29379 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550377 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 49255 29379 105 232 0 49020 0
Current children cumulated CPU time (s) 1040.27
Current children cumulated vsize (Kb) 197020

[startup+1050.62 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10203
/proc/meminfo: memFree=1266464/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=197020 CPUtime=1050.27
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 37752 0 0 0 104882 145 0 0 25 0 1 0 187483173 201748480 29459 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552019 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 49255 29459 105 232 0 49020 0
Current children cumulated CPU time (s) 1050.27
Current children cumulated vsize (Kb) 197020

[startup+1060.62 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10203
/proc/meminfo: memFree=1266400/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=197020 CPUtime=1060.27
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 37773 0 0 0 105882 145 0 0 25 0 1 0 187483173 201748480 29480 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 49255 29480 105 232 0 49020 0
Current children cumulated CPU time (s) 1060.27
Current children cumulated vsize (Kb) 197020

[startup+1070.63 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10204
/proc/meminfo: memFree=1265824/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=197580 CPUtime=1070.27
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 37917 0 0 0 106881 146 0 0 25 0 1 0 187483173 202321920 29624 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 49395 29624 105 232 0 49160 0
Current children cumulated CPU time (s) 1070.27
Current children cumulated vsize (Kb) 197580

[startup+1080.63 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10205
/proc/meminfo: memFree=1265696/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=197580 CPUtime=1080.27
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 37942 0 0 0 107881 146 0 0 25 0 1 0 187483173 202321920 29649 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552199 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 49395 29649 105 232 0 49160 0
Current children cumulated CPU time (s) 1080.27
Current children cumulated vsize (Kb) 197580

[startup+1090.64 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10205
/proc/meminfo: memFree=1265568/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=197580 CPUtime=1090.28
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 37967 0 0 0 108881 147 0 0 25 0 1 0 187483173 202321920 29674 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 49395 29674 105 232 0 49160 0
Current children cumulated CPU time (s) 1090.28
Current children cumulated vsize (Kb) 197580

[startup+1100.65 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10205
/proc/meminfo: memFree=1265504/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=197580 CPUtime=1100.29
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 37991 0 0 0 109881 148 0 0 25 0 1 0 187483173 202321920 29698 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 49395 29698 105 232 0 49160 0
Current children cumulated CPU time (s) 1100.29
Current children cumulated vsize (Kb) 197580

[startup+1110.65 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10205
/proc/meminfo: memFree=1265184/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=197580 CPUtime=1110.28
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 38062 0 0 0 110880 148 0 0 25 0 1 0 187483173 202321920 29769 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550022 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 49395 29769 105 232 0 49160 0
Current children cumulated CPU time (s) 1110.28
Current children cumulated vsize (Kb) 197580

[startup+1120.66 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10205
/proc/meminfo: memFree=1265056/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=197580 CPUtime=1120.28
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 38086 0 0 0 111879 149 0 0 25 0 1 0 187483173 202321920 29793 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552026 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 49395 29793 105 232 0 49160 0
Current children cumulated CPU time (s) 1120.28
Current children cumulated vsize (Kb) 197580

[startup+1130.67 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10205
/proc/meminfo: memFree=1264736/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=198176 CPUtime=1130.29
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 38173 0 0 0 112879 150 0 0 25 0 1 0 187483173 202932224 29880 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 49544 29880 105 232 0 49309 0
Current children cumulated CPU time (s) 1130.29
Current children cumulated vsize (Kb) 198176

[startup+1140.67 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10205
/proc/meminfo: memFree=1264544/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=198176 CPUtime=1140.29
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 38214 0 0 0 113878 151 0 0 25 0 1 0 187483173 202932224 29921 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 49544 29921 105 232 0 49309 0
Current children cumulated CPU time (s) 1140.29
Current children cumulated vsize (Kb) 198176

[startup+1150.68 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10205
/proc/meminfo: memFree=1264224/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=198176 CPUtime=1150.3
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 38293 0 0 0 114878 152 0 0 25 0 1 0 187483173 202932224 30000 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 49544 30000 105 232 0 49309 0
Current children cumulated CPU time (s) 1150.3
Current children cumulated vsize (Kb) 198176

[startup+1160.68 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10205
/proc/meminfo: memFree=1264160/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=198176 CPUtime=1160.29
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 38311 0 0 0 115877 152 0 0 25 0 1 0 187483173 202932224 30018 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 49544 30018 105 232 0 49309 0
Current children cumulated CPU time (s) 1160.29
Current children cumulated vsize (Kb) 198176

[startup+1170.69 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10205
/proc/meminfo: memFree=1263328/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=199480 CPUtime=1170.3
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 38524 0 0 0 116876 154 0 0 25 0 1 0 187483173 204267520 30231 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 49870 30231 105 232 0 49635 0
Current children cumulated CPU time (s) 1170.3
Current children cumulated vsize (Kb) 199480

[startup+1180.69 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10205
/proc/meminfo: memFree=1262944/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=199480 CPUtime=1180.31
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 38633 0 0 0 117876 155 0 0 25 0 1 0 187483173 204267520 30340 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134611544 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 49870 30340 105 232 0 49635 0
Current children cumulated CPU time (s) 1180.31
Current children cumulated vsize (Kb) 199480

[startup+1190.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10205
/proc/meminfo: memFree=1262624/2055920 swapFree=4181440/4192956
[pid=10203] ppid=10201 vsize=200192 CPUtime=1190.3
/proc/10203/stat : 10203 (PBS4L) R 10201 10203 10158 0 -1 4194304 38715 0 0 0 118874 156 0 0 25 0 1 0 187483173 204996608 30422 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10203/statm: 50048 30422 105 232 0 49813 0
Current children cumulated CPU time (s) 1190.3
Current children cumulated vsize (Kb) 200192

Child status: 0
Real time (s): 1199.09
CPU time (s): 1198.63
CPU user time (s): 1197.04
CPU system time (s): 1.59376
CPU usage (%): 99.9623
Max. virtual memory (cumulated for all children) (Kb): 200192

Launcher Data (download as text)

Begin job on node48 on Fri Jun  2 03:16:01 UTC 2006


FILE ID= 40988-1149218161

PBS_JOBID= 295000

BENCH NAME= ROOT/tmp/node48/40988-1149218161/instance-40988-1149218161.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node48/40988-1149218161/instance-40988-1149218161.opb 541086889
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-40988-1149218161 -o ROOT/results/node48/solver-40988-1149218161 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node48/40988-1149218161/instance-40988-1149218161.opb 541086889

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  d9d7c99a4b01b1207d32721f3efdc2ab

RANDOM SEED= 541086889


/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.259
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.259
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:       1384536 kB
Buffers:         20260 kB
Cached:         579376 kB
SwapCached:       3388 kB
Active:         219596 kB
Inactive:       388904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1384536 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:             192 kB
Writeback:           0 kB
Mapped:          14856 kB
Slab:            48900 kB
Committed_AS:   184604 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node48 on Fri Jun  2 03:36:01 UTC 2006