Trace number 40990

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 1326.9 1327.37

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900669797.opb
MD5SUMa7f9415d82387c85347e0216376f3dfd
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 benchmark76.2804
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 695
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/node38/40990-1149218373/instance-40990-1149218373.opb ......
1327.34	c done parsing opb.
1327.34	s UNSATISFIABLE
1327.34	c Total Run Time					1326.86

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/node38/watcher-40990-1149218373 -o ROOT/results/node38/solver-40990-1149218373 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node38/40990-1149218373/instance-40990-1149218373.opb 384103700 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.76 0.94 0.91 3/64 1267
/proc/meminfo: memFree=1416976/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=1400 CPUtime=0
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 156 0 0 0 0 0 0 0 18 0 1 0 187503616 1433600 139 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134617144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 350 139 100 232 0 115 0

[startup+10.002 s]
/proc/loadavg: 0.80 0.94 0.91 2/64 1267
/proc/meminfo: memFree=1405416/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=13732 CPUtime=9.99
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 3358 0 0 0 992 7 0 0 25 0 1 0 187503616 14061568 2994 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550847 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 3433 2994 104 232 0 3198 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 13732

[startup+20.008 s]
/proc/loadavg: 0.83 0.94 0.91 2/64 1267
/proc/meminfo: memFree=1399024/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=25308 CPUtime=19.99
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 5338 0 0 0 1988 11 0 0 25 0 1 0 187503616 25915392 4589 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134611556 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 6327 4589 105 232 0 6092 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 25308

[startup+30.0139 s]
/proc/loadavg: 0.85 0.94 0.91 2/64 1267
/proc/meminfo: memFree=1394416/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=26628 CPUtime=29.99
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 6489 0 0 0 2984 15 0 0 25 0 1 0 187503616 27267072 5740 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551997 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 6657 5740 105 232 0 6422 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 26628

[startup+40.0198 s]
/proc/loadavg: 0.88 0.94 0.91 2/64 1267
/proc/meminfo: memFree=1390128/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=43820 CPUtime=40
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 7560 0 0 0 3982 18 0 0 25 0 1 0 187503616 44871680 6811 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 10955 6811 105 232 0 10720 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 43820

[startup+50.0258 s]
/proc/loadavg: 0.89 0.94 0.91 2/64 1267
/proc/meminfo: memFree=1386096/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=47888 CPUtime=50
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 9337 0 0 0 4979 21 0 0 25 0 1 0 187503616 49037312 7819 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 11972 7819 105 232 0 11737 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 47888

[startup+60.0317 s]
/proc/loadavg: 0.91 0.94 0.91 2/64 1267
/proc/meminfo: memFree=1382128/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=49356 CPUtime=60
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 10329 0 0 0 5976 24 0 0 25 0 1 0 187503616 50540544 8811 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 12339 8811 105 232 0 12104 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 49356

[startup+70.0377 s]
/proc/loadavg: 0.92 0.95 0.91 2/64 1267
/proc/meminfo: memFree=1378992/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=50080 CPUtime=70
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 11101 0 0 0 6975 25 0 0 25 0 1 0 187503616 51281920 9583 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 12520 9583 105 232 0 12285 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 50080

[startup+80.0446 s]
/proc/loadavg: 0.93 0.95 0.91 2/64 1267
/proc/meminfo: memFree=1376048/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=50932 CPUtime=80.01
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 11843 0 0 0 7973 28 0 0 25 0 1 0 187503616 52154368 10325 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 12733 10325 105 232 0 12498 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 50932

[startup+90.0516 s]
/proc/loadavg: 0.94 0.95 0.91 2/64 1267
/proc/meminfo: memFree=1372848/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=52036 CPUtime=90.01
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 12636 0 0 0 8970 31 0 0 25 0 1 0 187503616 53284864 11118 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 13009 11118 105 232 0 12774 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 52036

[startup+100.058 s]
/proc/loadavg: 0.95 0.95 0.91 2/64 1267
/proc/meminfo: memFree=1370288/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=52432 CPUtime=100.02
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 13270 0 0 0 9968 34 0 0 25 0 1 0 187503616 53690368 11752 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552281 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 13108 11752 105 232 0 12873 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 52432

[startup+110.064 s]
/proc/loadavg: 0.96 0.95 0.91 2/64 1267
/proc/meminfo: memFree=1368368/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=52744 CPUtime=110.02
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 13762 0 0 0 10966 36 0 0 25 0 1 0 187503616 54009856 12244 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 13186 12244 105 232 0 12951 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 52744

[startup+120.07 s]
/proc/loadavg: 0.96 0.95 0.91 2/64 1267
/proc/meminfo: memFree=1366192/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=85968 CPUtime=120.02
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 14294 0 0 0 11964 38 0 0 25 0 1 0 187503616 88031232 12776 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 21492 12776 105 232 0 21257 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 85968

[startup+130.076 s]
/proc/loadavg: 0.97 0.95 0.91 2/64 1267
/proc/meminfo: memFree=1363440/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=86760 CPUtime=130.02
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 14984 0 0 0 12962 40 0 0 25 0 1 0 187503616 88842240 13466 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 21690 13466 105 232 0 21455 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 86760

[startup+140.083 s]
/proc/loadavg: 0.97 0.95 0.91 3/64 1267
/proc/meminfo: memFree=1361136/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=87152 CPUtime=140.02
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 15589 0 0 0 13960 42 0 0 25 0 1 0 187503616 89243648 14038 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552281 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 21788 14038 105 232 0 21553 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 87152

[startup+150.089 s]
/proc/loadavg: 0.98 0.95 0.91 3/64 1267
/proc/meminfo: memFree=1359856/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=87988 CPUtime=150.03
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 15940 0 0 0 14959 44 0 0 25 0 1 0 187503616 90099712 14356 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 21997 14356 105 232 0 21762 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 87988

[startup+160.095 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 1267
/proc/meminfo: memFree=1357808/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=88248 CPUtime=160.03
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 16485 0 0 0 15958 45 0 0 25 0 1 0 187503616 90365952 14868 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 22062 14868 105 232 0 21827 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 88248

[startup+170.102 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 1267
/proc/meminfo: memFree=1355760/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=89092 CPUtime=170.04
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 17073 0 0 0 16956 48 0 0 25 0 1 0 187503616 91230208 15390 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 22273 15390 105 232 0 22038 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 89092

[startup+180.108 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 1267
/proc/meminfo: memFree=1353712/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=89608 CPUtime=180.03
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 17575 0 0 0 17954 49 0 0 25 0 1 0 187503616 91758592 15892 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550776 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 22402 15892 105 232 0 22167 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 89608

[startup+190.114 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 1267
/proc/meminfo: memFree=1351408/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=96660 CPUtime=190.04
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 19750 0 0 0 18952 52 0 0 25 0 1 0 187503616 98979840 16464 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550377 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 24165 16464 105 232 0 23930 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 96660

[startup+200.121 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 1267
/proc/meminfo: memFree=1349296/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=97448 CPUtime=200.04
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 20285 0 0 0 19951 53 0 0 25 0 1 0 187503616 99786752 16999 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134617144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 24362 16999 105 232 0 24127 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 97448

[startup+210.127 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 1267
/proc/meminfo: memFree=1347248/2055920 swapFree=4181196/4192956

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

/proc/1267/statm: 50868 36126 105 232 0 50633 0
Current children cumulated CPU time (s) 1110.29
Current children cumulated vsize (Kb) 203472

[startup+1120.69 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1269
/proc/meminfo: memFree=1272048/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=204032 CPUtime=1120.29
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 45669 0 0 0 111877 152 0 0 25 0 1 0 187503616 208928768 36235 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549067 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 51008 36235 105 232 0 50773 0
Current children cumulated CPU time (s) 1120.29
Current children cumulated vsize (Kb) 204032

[startup+1130.69 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1269
/proc/meminfo: memFree=1271728/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=204032 CPUtime=1130.29
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 45743 0 0 0 112876 153 0 0 25 0 1 0 187503616 208928768 36309 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 51008 36309 105 232 0 50773 0
Current children cumulated CPU time (s) 1130.29
Current children cumulated vsize (Kb) 204032

[startup+1140.7 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1269
/proc/meminfo: memFree=1271408/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=204032 CPUtime=1140.3
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 45827 0 0 0 113876 154 0 0 25 0 1 0 187503616 208928768 36393 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550014 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 51008 36393 105 232 0 50773 0
Current children cumulated CPU time (s) 1140.3
Current children cumulated vsize (Kb) 204032

[startup+1150.71 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1269
/proc/meminfo: memFree=1271216/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=204628 CPUtime=1150.3
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 45867 0 0 0 114875 155 0 0 25 0 1 0 187503616 209539072 36433 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550054 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 51157 36433 105 232 0 50922 0
Current children cumulated CPU time (s) 1150.3
Current children cumulated vsize (Kb) 204628

[startup+1160.71 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1269
/proc/meminfo: memFree=1271088/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=204628 CPUtime=1160.3
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 45900 0 0 0 115874 156 0 0 25 0 1 0 187503616 209539072 36466 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551990 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 51157 36466 105 232 0 50922 0
Current children cumulated CPU time (s) 1160.3
Current children cumulated vsize (Kb) 204628

[startup+1170.72 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1269
/proc/meminfo: memFree=1270960/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=204628 CPUtime=1170.31
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 45928 0 0 0 116874 157 0 0 25 0 1 0 187503616 209539072 36494 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552279 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 51157 36494 105 232 0 50922 0
Current children cumulated CPU time (s) 1170.31
Current children cumulated vsize (Kb) 204628

[startup+1180.72 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1269
/proc/meminfo: memFree=1270512/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=204628 CPUtime=1180.31
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 46045 0 0 0 117873 158 0 0 25 0 1 0 187503616 209539072 36611 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 51157 36611 105 232 0 50922 0
Current children cumulated CPU time (s) 1180.31
Current children cumulated vsize (Kb) 204628

[startup+1190.73 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1269
/proc/meminfo: memFree=1270384/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=204628 CPUtime=1190.31
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 46070 0 0 0 118873 158 0 0 25 0 1 0 187503616 209539072 36636 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 51157 36636 105 232 0 50922 0
Current children cumulated CPU time (s) 1190.31
Current children cumulated vsize (Kb) 204628

[startup+1200.74 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1269
/proc/meminfo: memFree=1270192/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=204760 CPUtime=1200.31
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 46116 0 0 0 119872 159 0 0 25 0 1 0 187503616 209674240 36682 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 51190 36682 105 232 0 50955 0
Current children cumulated CPU time (s) 1200.31
Current children cumulated vsize (Kb) 204760

[startup+1210.74 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1269
/proc/meminfo: memFree=1269808/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=205392 CPUtime=1210.32
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 46216 0 0 0 120872 160 0 0 25 0 1 0 187503616 210321408 36782 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552244 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 51348 36782 105 232 0 51113 0
Current children cumulated CPU time (s) 1210.32
Current children cumulated vsize (Kb) 205392

[startup+1220.75 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1269
/proc/meminfo: memFree=1269680/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=205392 CPUtime=1220.32
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 46245 0 0 0 121871 161 0 0 25 0 1 0 187503616 210321408 36811 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 51348 36811 105 232 0 51113 0
Current children cumulated CPU time (s) 1220.32
Current children cumulated vsize (Kb) 205392

[startup+1230.76 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1269
/proc/meminfo: memFree=1269232/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=206064 CPUtime=1230.32
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 46370 0 0 0 122870 162 0 0 25 0 1 0 187503616 211009536 36936 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 51516 36936 105 232 0 51281 0
Current children cumulated CPU time (s) 1230.32
Current children cumulated vsize (Kb) 206064

[startup+1240.76 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1269
/proc/meminfo: memFree=1268912/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=206064 CPUtime=1240.33
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 46442 0 0 0 123870 163 0 0 25 0 1 0 187503616 211009536 37008 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 51516 37008 105 232 0 51281 0
Current children cumulated CPU time (s) 1240.33
Current children cumulated vsize (Kb) 206064

[startup+1250.77 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1269
/proc/meminfo: memFree=1268464/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=206064 CPUtime=1250.33
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 46550 0 0 0 124869 164 0 0 25 0 1 0 187503616 211009536 37116 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 51516 37116 105 232 0 51281 0
Current children cumulated CPU time (s) 1250.33
Current children cumulated vsize (Kb) 206064

[startup+1260.77 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1269
/proc/meminfo: memFree=1268336/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=206064 CPUtime=1260.32
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 46583 0 0 0 125868 164 0 0 25 0 1 0 187503616 211009536 37149 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 51516 37149 105 232 0 51281 0
Current children cumulated CPU time (s) 1260.32
Current children cumulated vsize (Kb) 206064

[startup+1270.78 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1269
/proc/meminfo: memFree=1267952/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=206776 CPUtime=1270.33
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 46678 0 0 0 126867 166 0 0 25 0 1 0 187503616 211738624 37244 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 51694 37244 105 232 0 51459 0
Current children cumulated CPU time (s) 1270.33
Current children cumulated vsize (Kb) 206776

[startup+1280.79 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1269
/proc/meminfo: memFree=1267888/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=206776 CPUtime=1280.34
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 46700 0 0 0 127867 167 0 0 25 0 1 0 187503616 211738624 37266 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 51694 37266 105 232 0 51459 0
Current children cumulated CPU time (s) 1280.34
Current children cumulated vsize (Kb) 206776

[startup+1290.79 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1269
/proc/meminfo: memFree=1267504/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=206776 CPUtime=1290.34
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 46794 0 0 0 128866 168 0 0 25 0 1 0 187503616 211738624 37360 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552179 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 51694 37360 105 232 0 51459 0
Current children cumulated CPU time (s) 1290.34
Current children cumulated vsize (Kb) 206776

[startup+1300.8 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1269
/proc/meminfo: memFree=1267376/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=206776 CPUtime=1300.33
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 46825 0 0 0 129865 168 0 0 25 0 1 0 187503616 211738624 37391 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552216 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 51694 37391 105 232 0 51459 0
Current children cumulated CPU time (s) 1300.33
Current children cumulated vsize (Kb) 206776

[startup+1310.8 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1269
/proc/meminfo: memFree=1267120/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=207532 CPUtime=1310.34
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 46890 0 0 0 130865 169 0 0 25 0 1 0 187503616 212512768 37456 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552324 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 51883 37456 105 232 0 51648 0
Current children cumulated CPU time (s) 1310.34
Current children cumulated vsize (Kb) 207532

[startup+1320.81 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 1269
/proc/meminfo: memFree=1266160/2055920 swapFree=4181196/4192956
[pid=1267] ppid=1265 vsize=208336 CPUtime=1320.34
/proc/1267/stat : 1267 (PBS4L) R 1265 1267 1222 0 -1 4194304 47123 0 0 0 131864 170 0 0 25 0 1 0 187503616 213336064 37689 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552226 0 0 4096 0 0 0 0 17 1 0 0
/proc/1267/statm: 52084 37689 105 232 0 51849 0
Current children cumulated CPU time (s) 1320.34
Current children cumulated vsize (Kb) 208336

Child status: 0
Real time (s): 1327.37
CPU time (s): 1326.9
CPU user time (s): 1325.17
CPU system time (s): 1.73474
CPU usage (%): 99.9651
Max. virtual memory (cumulated for all children) (Kb): 208336

Launcher Data (download as text)

Begin job on node38 on Fri Jun  2 03:19:33 UTC 2006


FILE ID= 40990-1149218373

PBS_JOBID= 295026

BENCH NAME= ROOT/tmp/node38/40990-1149218373/instance-40990-1149218373.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node38/40990-1149218373/instance-40990-1149218373.opb 384103700
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-40990-1149218373 -o ROOT/results/node38/solver-40990-1149218373 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node38/40990-1149218373/instance-40990-1149218373.opb 384103700

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  a7f9415d82387c85347e0216376f3dfd

RANDOM SEED= 384103700


/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.267
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.267
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:       1417184 kB
Buffers:         20212 kB
Cached:         546740 kB
SwapCached:       3636 kB
Active:          87152 kB
Inactive:       488656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1417184 kB
SwapTotal:     4192956 kB
SwapFree:      4181196 kB
Dirty:             300 kB
Writeback:           0 kB
Mapped:          14892 kB
Slab:            48940 kB
Committed_AS:   220928 kB
PageTables:       1484 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node38 on Fri Jun  2 03:41:41 UTC 2006