Trace number 41015

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 1315.52 1315.95

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900545610.opb
MD5SUMdf3a88f9ce76cdc5f93bc528741f3e95
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 benchmark393.116
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 671
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/node15/41015-1149221126/instance-41015-1149221126.opb ......
1315.92	c done parsing opb.
1315.92	s UNSATISFIABLE
1315.92	c Total Run Time					1315.47

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/node15/watcher-41015-1149221126 -o ROOT/results/node15/solver-41015-1149221126 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node15/41015-1149221126/instance-41015-1149221126.opb 304640693 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.97 0.93 3/64 26278
/proc/meminfo: memFree=1453064/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=1400 CPUtime=0
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 144 0 0 0 0 0 0 0 19 0 1 0 187775427 1433600 127 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134536608 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 350 130 100 232 0 115 0

[startup+10.002 s]
/proc/loadavg: 0.93 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1441240/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=13888 CPUtime=9.99
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 3465 0 0 0 994 5 0 0 25 0 1 0 187775427 14221312 3101 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 3472 3101 104 232 0 3237 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 13888

[startup+20.0078 s]
/proc/loadavg: 0.94 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1434904/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=24948 CPUtime=19.99
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 5439 0 0 0 1990 9 0 0 25 0 1 0 187775427 25546752 4690 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 6237 4690 105 232 0 6002 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 24948

[startup+30.0135 s]
/proc/loadavg: 0.95 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1430104/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=26604 CPUtime=29.99
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 6632 0 0 0 2986 13 0 0 25 0 1 0 187775427 27242496 5883 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 6651 5883 105 232 0 6416 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 26604

[startup+40.0192 s]
/proc/loadavg: 0.95 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1426200/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=44060 CPUtime=40
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 7603 0 0 0 3983 17 0 0 25 0 1 0 187775427 45117440 6854 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 11015 6854 105 232 0 10780 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 44060

[startup+50.0249 s]
/proc/loadavg: 0.96 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1422744/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=47656 CPUtime=50
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 9235 0 0 0 4980 20 0 0 25 0 1 0 187775427 48799744 7718 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134617144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 11914 7718 105 232 0 11679 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 47656

[startup+60.0307 s]
/proc/loadavg: 0.97 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1419416/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=48688 CPUtime=60
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 10056 0 0 0 5977 23 0 0 25 0 1 0 187775427 49856512 8538 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 12172 8538 105 232 0 11937 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 48688

[startup+70.0364 s]
/proc/loadavg: 0.97 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1416024/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=49664 CPUtime=70
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 10904 0 0 0 6975 25 0 0 25 0 1 0 187775427 50855936 9386 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552342 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 12416 9386 105 232 0 12181 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 49664

[startup+80.0421 s]
/proc/loadavg: 0.98 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1413016/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=50428 CPUtime=80.01
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 11647 0 0 0 7972 29 0 0 25 0 1 0 187775427 51638272 10129 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 12607 10129 105 232 0 12372 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 50428

[startup+90.0478 s]
/proc/loadavg: 0.98 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1409880/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=51204 CPUtime=90.01
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 12437 0 0 0 8970 31 0 0 25 0 1 0 187775427 52432896 10919 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 12801 10919 105 232 0 12566 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 51204

[startup+100.054 s]
/proc/loadavg: 0.98 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1407128/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=52056 CPUtime=100.01
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 13114 0 0 0 9968 33 0 0 25 0 1 0 187775427 53305344 11596 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551982 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 13014 11596 105 232 0 12779 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 52056

[startup+110.06 s]
/proc/loadavg: 0.98 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1404312/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=85280 CPUtime=110.01
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 13823 0 0 0 10966 35 0 0 25 0 1 0 187775427 87326720 12305 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 21320 12305 105 232 0 21085 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 85280

[startup+120.067 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1401560/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=85868 CPUtime=120.01
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 14505 0 0 0 11964 37 0 0 25 0 1 0 187775427 87928832 12987 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 21467 12987 105 232 0 21232 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 85868

[startup+130.074 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1399320/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=86456 CPUtime=130.02
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 15083 0 0 0 12962 40 0 0 25 0 1 0 187775427 88530944 13565 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 21614 13565 105 232 0 21379 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 86456

[startup+140.08 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1396952/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=86920 CPUtime=140.02
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 15675 0 0 0 13961 41 0 0 25 0 1 0 187775427 89006080 14157 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 21730 14157 105 232 0 21495 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 86920

[startup+150.086 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1394712/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=87180 CPUtime=150.02
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 16268 0 0 0 14959 43 0 0 25 0 1 0 187775427 89272320 14717 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550358 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 21795 14717 105 232 0 21560 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 87180

[startup+160.092 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1392344/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=94052 CPUtime=160.03
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 18419 0 0 0 15958 45 0 0 25 0 1 0 187775427 96309248 15298 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 23513 15298 105 232 0 23278 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 94052

[startup+170.099 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1390040/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=94836 CPUtime=170.03
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 19033 0 0 0 16957 46 0 0 25 0 1 0 187775427 97112064 15879 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 23709 15879 105 232 0 23474 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 94836

[startup+180.105 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1387928/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=94968 CPUtime=180.04
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 19546 0 0 0 17956 48 0 0 25 0 1 0 187775427 97247232 16392 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 23742 16392 105 232 0 23507 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 94968

[startup+190.111 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1386200/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=95752 CPUtime=190.04
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 20010 0 0 0 18954 50 0 0 25 0 1 0 187775427 98050048 16823 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 23938 16823 105 232 0 23703 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 95752

[startup+200.117 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1384280/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=96040 CPUtime=200.04
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 20496 0 0 0 19952 52 0 0 25 0 1 0 187775427 98344960 17309 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551997 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 24010 17309 105 232 0 23775 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 96040

[startup+210.124 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1382616/2055920 swapFree=4181408/4192956

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

/proc/26278/statm: 50075 33412 105 232 0 49840 0
Current children cumulated CPU time (s) 1100.28
Current children cumulated vsize (Kb) 200300

[startup+1110.65 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1319640/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=200300 CPUtime=1110.28
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 41478 0 0 0 110878 150 0 0 25 0 1 0 187775427 205107200 33441 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552250 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 50075 33441 105 232 0 49840 0
Current children cumulated CPU time (s) 1110.28
Current children cumulated vsize (Kb) 200300

[startup+1120.66 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1319512/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=200300 CPUtime=1120.28
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 41502 0 0 0 111877 151 0 0 25 0 1 0 187775427 205107200 33465 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 50075 33465 105 232 0 49840 0
Current children cumulated CPU time (s) 1120.28
Current children cumulated vsize (Kb) 200300

[startup+1130.66 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1319448/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=200300 CPUtime=1130.28
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 41526 0 0 0 112876 152 0 0 25 0 1 0 187775427 205107200 33489 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551990 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 50075 33489 105 232 0 49840 0
Current children cumulated CPU time (s) 1130.28
Current children cumulated vsize (Kb) 200300

[startup+1140.67 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1319320/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=200300 CPUtime=1140.29
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 41552 0 0 0 113877 152 0 0 25 0 1 0 187775427 205107200 33515 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 50075 33515 105 232 0 49840 0
Current children cumulated CPU time (s) 1140.29
Current children cumulated vsize (Kb) 200300

[startup+1150.68 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1318360/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=200972 CPUtime=1150.29
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 41783 0 0 0 114876 153 0 0 25 0 1 0 187775427 205795328 33746 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 50243 33746 105 232 0 50008 0
Current children cumulated CPU time (s) 1150.29
Current children cumulated vsize (Kb) 200972

[startup+1160.68 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1318232/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=200972 CPUtime=1160.3
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 41815 0 0 0 115876 154 0 0 25 0 1 0 187775427 205795328 33778 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552281 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 50243 33778 105 232 0 50008 0
Current children cumulated CPU time (s) 1160.3
Current children cumulated vsize (Kb) 200972

[startup+1170.69 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1318104/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=200972 CPUtime=1170.29
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 41845 0 0 0 116875 154 0 0 25 0 1 0 187775427 205795328 33808 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 50243 33808 105 232 0 50008 0
Current children cumulated CPU time (s) 1170.29
Current children cumulated vsize (Kb) 200972

[startup+1180.69 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1318040/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=200972 CPUtime=1180.3
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 41873 0 0 0 117875 155 0 0 25 0 1 0 187775427 205795328 33836 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134611785 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 50243 33836 105 232 0 50008 0
Current children cumulated CPU time (s) 1180.3
Current children cumulated vsize (Kb) 200972

[startup+1190.7 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1317912/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=200972 CPUtime=1190.3
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 41899 0 0 0 118874 156 0 0 25 0 1 0 187775427 205795328 33862 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 50243 33862 105 232 0 50008 0
Current children cumulated CPU time (s) 1190.3
Current children cumulated vsize (Kb) 200972

[startup+1200.71 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1317656/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=201684 CPUtime=1200.3
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 41959 0 0 0 119873 157 0 0 25 0 1 0 187775427 206524416 33922 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 50421 33922 105 232 0 50186 0
Current children cumulated CPU time (s) 1200.3
Current children cumulated vsize (Kb) 201684

[startup+1210.71 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1316376/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=202440 CPUtime=1210.31
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 42285 0 0 0 120873 158 0 0 25 0 1 0 187775427 207298560 34248 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 50610 34248 105 232 0 50375 0
Current children cumulated CPU time (s) 1210.31
Current children cumulated vsize (Kb) 202440

[startup+1220.72 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1316248/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=202440 CPUtime=1220.31
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 42318 0 0 0 121871 160 0 0 25 0 1 0 187775427 207298560 34281 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 50610 34281 105 232 0 50375 0
Current children cumulated CPU time (s) 1220.31
Current children cumulated vsize (Kb) 202440

[startup+1230.72 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1316120/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=202440 CPUtime=1230.32
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 42343 0 0 0 122871 161 0 0 25 0 1 0 187775427 207298560 34306 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 50610 34306 105 232 0 50375 0
Current children cumulated CPU time (s) 1230.32
Current children cumulated vsize (Kb) 202440

[startup+1240.73 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1315992/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=202440 CPUtime=1240.31
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 42375 0 0 0 123870 161 0 0 25 0 1 0 187775427 207298560 34338 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 50610 34338 105 232 0 50375 0
Current children cumulated CPU time (s) 1240.31
Current children cumulated vsize (Kb) 202440

[startup+1250.73 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1315864/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=202440 CPUtime=1250.32
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 42408 0 0 0 124870 162 0 0 25 0 1 0 187775427 207298560 34371 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552281 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 50610 34371 105 232 0 50375 0
Current children cumulated CPU time (s) 1250.32
Current children cumulated vsize (Kb) 202440

[startup+1260.74 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1315736/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=202440 CPUtime=1260.32
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 42432 0 0 0 125869 163 0 0 25 0 1 0 187775427 207298560 34395 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 50610 34395 105 232 0 50375 0
Current children cumulated CPU time (s) 1260.32
Current children cumulated vsize (Kb) 202440

[startup+1270.75 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1315352/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=203244 CPUtime=1270.32
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 42529 0 0 0 126868 164 0 0 25 0 1 0 187775427 208121856 34492 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 50811 34492 105 232 0 50576 0
Current children cumulated CPU time (s) 1270.32
Current children cumulated vsize (Kb) 203244

[startup+1280.75 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1314776/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=204100 CPUtime=1280.32
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 42688 0 0 0 127867 165 0 0 25 0 1 0 187775427 208998400 34651 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 51025 34651 105 232 0 50790 0
Current children cumulated CPU time (s) 1280.32
Current children cumulated vsize (Kb) 204100

[startup+1290.76 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1314264/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=204100 CPUtime=1290.32
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 42806 0 0 0 128867 165 0 0 25 0 1 0 187775427 208998400 34769 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 51025 34769 105 232 0 50790 0
Current children cumulated CPU time (s) 1290.32
Current children cumulated vsize (Kb) 204100

[startup+1300.76 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1313944/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=204100 CPUtime=1300.34
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 42884 0 0 0 129867 167 0 0 25 0 1 0 187775427 208998400 34847 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 51025 34847 105 232 0 50790 0
Current children cumulated CPU time (s) 1300.34
Current children cumulated vsize (Kb) 204100

[startup+1310.77 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 26278
/proc/meminfo: memFree=1313304/2055920 swapFree=4181408/4192956
[pid=26278] ppid=26276 vsize=205008 CPUtime=1310.33
/proc/26278/stat : 26278 (PBS4L) R 26276 26278 26233 0 -1 4194304 43050 0 0 0 130866 167 0 0 25 0 1 0 187775427 209928192 35013 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/26278/statm: 51252 35013 105 232 0 51017 0
Current children cumulated CPU time (s) 1310.33
Current children cumulated vsize (Kb) 205008

Child status: 0
Real time (s): 1315.95
CPU time (s): 1315.52
CPU user time (s): 1313.81
CPU system time (s): 1.70674
CPU usage (%): 99.9671
Max. virtual memory (cumulated for all children) (Kb): 205008

Launcher Data (download as text)

Begin job on node15 on Fri Jun  2 04:05:26 UTC 2006


FILE ID= 41015-1149221126

PBS_JOBID= 295358

BENCH NAME= ROOT/tmp/node15/41015-1149221126/instance-41015-1149221126.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node15/41015-1149221126/instance-41015-1149221126.opb 304640693
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-41015-1149221126 -o ROOT/results/node15/solver-41015-1149221126 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node15/41015-1149221126/instance-41015-1149221126.opb 304640693

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  df3a88f9ce76cdc5f93bc528741f3e95

RANDOM SEED= 304640693


/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.285
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.285
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:       1453464 kB
Buffers:         21780 kB
Cached:         520612 kB
SwapCached:       3308 kB
Active:          85104 kB
Inactive:       466040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1453464 kB
SwapTotal:     4192956 kB
SwapFree:      4181408 kB
Dirty:             168 kB
Writeback:           0 kB
Mapped:          14680 kB
Slab:            37312 kB
Committed_AS:   222056 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node15 on Fri Jun  2 04:27:22 UTC 2006