Trace number 41024

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 1399.82 1400.22

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900558739.opb
MD5SUM23d2095f3ee13b7452c309e9137df723
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 benchmark240.165
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 649
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/node92/41024-1149221998/instance-41024-1149221998.opb ......
1400.19	c done parsing opb.
1400.19	s UNSATISFIABLE
1400.19	c Total Run Time					1399.78

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/node92/watcher-41024-1149221998 -o ROOT/results/node92/solver-41024-1149221998 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node92/41024-1149221998/instance-41024-1149221998.opb 702307226 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.67 0.92 0.92 2/67 19981
/proc/meminfo: memFree=1318584/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=1400 CPUtime=0
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 155 0 0 0 0 0 0 0 18 0 1 0 187838680 1433600 139 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134617144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 350 139 100 232 0 115 0

[startup+10.0026 s]
/proc/loadavg: 0.72 0.92 0.92 2/67 19981
/proc/meminfo: memFree=1304960/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=22288 CPUtime=9.99
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 3844 0 0 0 993 6 0 0 25 0 1 0 187838680 22822912 3481 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 5572 3481 104 232 0 5337 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 22288

[startup+20.0089 s]
/proc/loadavg: 0.76 0.92 0.92 2/67 19981
/proc/meminfo: memFree=1297792/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=25700 CPUtime=20
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 6025 0 0 0 1989 11 0 0 25 0 1 0 187838680 26316800 5277 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550821 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 6425 5277 105 232 0 6190 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 25700

[startup+30.0152 s]
/proc/loadavg: 0.80 0.92 0.92 2/67 19981
/proc/meminfo: memFree=1292288/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=43412 CPUtime=30
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 7396 0 0 0 2986 14 0 0 25 0 1 0 187838680 44453888 6648 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 10853 6648 105 232 0 10618 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 43412

[startup+40.0215 s]
/proc/loadavg: 0.83 0.93 0.92 2/67 19981
/proc/meminfo: memFree=1287808/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=44896 CPUtime=40.01
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 8533 0 0 0 3984 17 0 0 25 0 1 0 187838680 45973504 7785 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 11224 7785 105 232 0 10989 0
Current children cumulated CPU time (s) 40.01
Current children cumulated vsize (Kb) 44896

[startup+50.0278 s]
/proc/loadavg: 0.85 0.93 0.92 2/67 19981
/proc/meminfo: memFree=1284608/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=49212 CPUtime=50
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 10089 0 0 0 4981 19 0 0 25 0 1 0 187838680 50393088 8572 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 12303 8572 105 232 0 12068 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 49212

[startup+60.0341 s]
/proc/loadavg: 0.88 0.93 0.92 2/67 19981
/proc/meminfo: memFree=1281280/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=50092 CPUtime=60.01
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 10918 0 0 0 5980 21 0 0 25 0 1 0 187838680 51294208 9401 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 12523 9401 105 232 0 12288 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 50092

[startup+70.0404 s]
/proc/loadavg: 0.89 0.93 0.92 2/67 19981
/proc/meminfo: memFree=1277760/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=51148 CPUtime=70.02
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 11799 0 0 0 6978 24 0 0 25 0 1 0 187838680 52375552 10282 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546266 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 12787 10282 105 232 0 12552 0
Current children cumulated CPU time (s) 70.02
Current children cumulated vsize (Kb) 51148

[startup+80.0467 s]
/proc/loadavg: 0.91 0.93 0.92 2/67 19981
/proc/meminfo: memFree=1274944/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=51868 CPUtime=80.02
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 12507 0 0 0 7976 26 0 0 25 0 1 0 187838680 53112832 10990 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 12967 10990 105 232 0 12732 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 51868

[startup+90.053 s]
/proc/loadavg: 0.92 0.94 0.92 2/67 19981
/proc/meminfo: memFree=1271808/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=52768 CPUtime=90.02
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 13288 0 0 0 8974 28 0 0 25 0 1 0 187838680 54034432 11771 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 13192 11771 105 232 0 12957 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 52768

[startup+100.059 s]
/proc/loadavg: 0.93 0.94 0.92 2/67 19981
/proc/meminfo: memFree=1269312/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=85724 CPUtime=100.02
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 13921 0 0 0 9972 30 0 0 25 0 1 0 187838680 87781376 12404 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 21431 12404 105 232 0 21196 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 85724

[startup+110.066 s]
/proc/loadavg: 0.94 0.94 0.92 2/67 19981
/proc/meminfo: memFree=1266688/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=86252 CPUtime=110.03
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 14580 0 0 0 10971 32 0 0 25 0 1 0 187838680 88322048 13063 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552011 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 21563 13063 105 232 0 21328 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 86252

[startup+120.072 s]
/proc/loadavg: 0.95 0.94 0.92 2/67 19981
/proc/meminfo: memFree=1264320/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=86644 CPUtime=120.03
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 15197 0 0 0 11968 35 0 0 25 0 1 0 187838680 88723456 13647 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549939 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 21661 13647 105 232 0 21426 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 86644

[startup+130.078 s]
/proc/loadavg: 0.96 0.94 0.92 2/67 19981
/proc/meminfo: memFree=1261824/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=87420 CPUtime=130.03
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 15856 0 0 0 12967 36 0 0 25 0 1 0 187838680 89518080 14273 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 21855 14273 105 232 0 21620 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 87420

[startup+140.083 s]
/proc/loadavg: 0.96 0.94 0.92 2/67 19981
/proc/meminfo: memFree=1259456/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=88648 CPUtime=140.04
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 16610 0 0 0 13966 38 0 0 25 0 1 0 187838680 90775552 14862 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550022 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 22162 14862 105 232 0 21927 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 88648

[startup+150.09 s]
/proc/loadavg: 1.05 0.96 0.93 2/67 19981
/proc/meminfo: memFree=1257344/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=89040 CPUtime=150.04
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 17130 0 0 0 14965 39 0 0 25 0 1 0 187838680 91176960 15382 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134611560 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 22260 15382 105 232 0 22025 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 89040

[startup+160.096 s]
/proc/loadavg: 1.04 0.96 0.93 2/67 19981
/proc/meminfo: memFree=1255104/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=89200 CPUtime=160.05
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 17691 0 0 0 15963 42 0 0 25 0 1 0 187838680 91340800 15943 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 22300 15943 105 232 0 22065 0
Current children cumulated CPU time (s) 160.05
Current children cumulated vsize (Kb) 89200

[startup+170.102 s]
/proc/loadavg: 1.03 0.96 0.93 2/67 19981
/proc/meminfo: memFree=1252672/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=90316 CPUtime=170.04
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 18404 0 0 0 16961 43 0 0 25 0 1 0 187838680 92483584 16557 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552202 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 22579 16557 105 232 0 22344 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 90316

[startup+180.109 s]
/proc/loadavg: 1.03 0.96 0.93 2/67 19981
/proc/meminfo: memFree=1250688/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=97316 CPUtime=180.05
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 20563 0 0 0 17960 45 0 0 25 0 1 0 187838680 99651584 17047 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 24329 17047 105 232 0 24094 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 97316

[startup+190.115 s]
/proc/loadavg: 1.02 0.97 0.93 2/67 19981
/proc/meminfo: memFree=1248320/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=98088 CPUtime=190.06
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 21185 0 0 0 18959 47 0 0 25 0 1 0 187838680 100442112 17603 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 24522 17603 105 232 0 24287 0
Current children cumulated CPU time (s) 190.06
Current children cumulated vsize (Kb) 98088

[startup+200.12 s]
/proc/loadavg: 1.02 0.97 0.93 2/67 19981
/proc/meminfo: memFree=1246592/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=98668 CPUtime=200.06
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 21703 0 0 0 19958 48 0 0 25 0 1 0 187838680 101036032 18055 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 24667 18055 105 232 0 24432 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 98668

[startup+210.127 s]
/proc/loadavg: 1.02 0.97 0.93 2/67 19981
/proc/meminfo: memFree=1244864/2055892 swapFree=4084900/4096564

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

/proc/19981/statm: 51752 35959 105 232 0 51517 0
Current children cumulated CPU time (s) 1180.38
Current children cumulated vsize (Kb) 207008

[startup+1190.73 s]
/proc/loadavg: 1.00 0.97 0.93 2/67 19981
/proc/meminfo: memFree=1174592/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=207008 CPUtime=1190.4
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 45643 0 0 0 118891 149 0 0 25 0 1 0 187838680 211976192 35984 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 51752 35984 105 232 0 51517 0
Current children cumulated CPU time (s) 1190.4
Current children cumulated vsize (Kb) 207008

[startup+1200.74 s]
/proc/loadavg: 1.00 0.97 0.93 2/67 19981
/proc/meminfo: memFree=1174464/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=207008 CPUtime=1200.4
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 45675 0 0 0 119891 149 0 0 25 0 1 0 187838680 211976192 36016 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 51752 36016 105 232 0 51517 0
Current children cumulated CPU time (s) 1200.4
Current children cumulated vsize (Kb) 207008

[startup+1210.75 s]
/proc/loadavg: 1.00 0.97 0.93 2/67 19981
/proc/meminfo: memFree=1174336/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=207008 CPUtime=1210.39
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 45708 0 0 0 120890 149 0 0 25 0 1 0 187838680 211976192 36049 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 51752 36049 105 232 0 51517 0
Current children cumulated CPU time (s) 1210.39
Current children cumulated vsize (Kb) 207008

[startup+1220.75 s]
/proc/loadavg: 1.00 0.97 0.93 2/67 19981
/proc/meminfo: memFree=1173952/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=207008 CPUtime=1220.4
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 45808 0 0 0 121890 150 0 0 25 0 1 0 187838680 211976192 36149 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 51752 36149 105 232 0 51517 0
Current children cumulated CPU time (s) 1220.4
Current children cumulated vsize (Kb) 207008

[startup+1230.76 s]
/proc/loadavg: 1.00 0.97 0.93 2/67 19983
/proc/meminfo: memFree=1173696/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=207008 CPUtime=1230.41
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 45838 0 0 0 122890 151 0 0 25 0 1 0 187838680 211976192 36179 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 51752 36179 105 232 0 51517 0
Current children cumulated CPU time (s) 1230.41
Current children cumulated vsize (Kb) 207008

[startup+1240.77 s]
/proc/loadavg: 1.00 0.97 0.93 2/67 19983
/proc/meminfo: memFree=1173632/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=207140 CPUtime=1240.4
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 45878 0 0 0 123889 151 0 0 25 0 1 0 187838680 212111360 36219 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 51785 36219 105 232 0 51550 0
Current children cumulated CPU time (s) 1240.4
Current children cumulated vsize (Kb) 207140

[startup+1250.77 s]
/proc/loadavg: 1.00 0.97 0.93 2/67 19983
/proc/meminfo: memFree=1173376/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=207396 CPUtime=1250.41
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 45976 0 0 0 124889 152 0 0 25 0 1 0 187838680 212373504 36252 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552226 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 51849 36252 105 232 0 51614 0
Current children cumulated CPU time (s) 1250.41
Current children cumulated vsize (Kb) 207396

[startup+1260.78 s]
/proc/loadavg: 1.00 0.97 0.93 2/67 19983
/proc/meminfo: memFree=1173376/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=207396 CPUtime=1260.42
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 46005 0 0 0 125889 153 0 0 25 0 1 0 187838680 212373504 36281 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 51849 36281 105 232 0 51614 0
Current children cumulated CPU time (s) 1260.42
Current children cumulated vsize (Kb) 207396

[startup+1270.78 s]
/proc/loadavg: 1.00 0.97 0.93 2/67 19983
/proc/meminfo: memFree=1172672/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=208068 CPUtime=1270.42
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 46189 0 0 0 126888 154 0 0 25 0 1 0 187838680 213061632 36465 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 52017 36465 105 232 0 51782 0
Current children cumulated CPU time (s) 1270.42
Current children cumulated vsize (Kb) 208068

[startup+1280.79 s]
/proc/loadavg: 1.00 0.97 0.93 2/67 19983
/proc/meminfo: memFree=1172544/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=208068 CPUtime=1280.42
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 46211 0 0 0 127887 155 0 0 25 0 1 0 187838680 213061632 36487 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 52017 36487 105 232 0 51782 0
Current children cumulated CPU time (s) 1280.42
Current children cumulated vsize (Kb) 208068

[startup+1290.8 s]
/proc/loadavg: 1.00 0.97 0.93 2/67 19983
/proc/meminfo: memFree=1172480/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=208068 CPUtime=1290.42
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 46234 0 0 0 128886 156 0 0 25 0 1 0 187838680 213061632 36510 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 52017 36510 105 232 0 51782 0
Current children cumulated CPU time (s) 1290.42
Current children cumulated vsize (Kb) 208068

[startup+1300.8 s]
/proc/loadavg: 1.00 0.97 0.93 2/67 19983
/proc/meminfo: memFree=1171904/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=208780 CPUtime=1300.43
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 46367 0 0 0 129886 157 0 0 25 0 1 0 187838680 213790720 36643 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 52195 36643 105 232 0 51960 0
Current children cumulated CPU time (s) 1300.43
Current children cumulated vsize (Kb) 208780

[startup+1310.81 s]
/proc/loadavg: 1.00 0.97 0.93 2/67 19983
/proc/meminfo: memFree=1171456/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=208780 CPUtime=1310.43
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 46479 0 0 0 130886 157 0 0 25 0 1 0 187838680 213790720 36755 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 52195 36755 105 232 0 51960 0
Current children cumulated CPU time (s) 1310.43
Current children cumulated vsize (Kb) 208780

[startup+1320.81 s]
/proc/loadavg: 1.00 0.97 0.93 2/67 19983
/proc/meminfo: memFree=1171328/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=209536 CPUtime=1320.43
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 46516 0 0 0 131885 158 0 0 25 0 1 0 187838680 214564864 36792 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552226 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 52384 36792 105 232 0 52149 0
Current children cumulated CPU time (s) 1320.43
Current children cumulated vsize (Kb) 209536

[startup+1330.82 s]
/proc/loadavg: 1.00 0.97 0.93 2/67 19983
/proc/meminfo: memFree=1170944/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=209536 CPUtime=1330.44
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 46605 0 0 0 132885 159 0 0 25 0 1 0 187838680 214564864 36881 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 52384 36881 105 232 0 52149 0
Current children cumulated CPU time (s) 1330.44
Current children cumulated vsize (Kb) 209536

[startup+1340.83 s]
/proc/loadavg: 1.00 0.97 0.93 2/67 19983
/proc/meminfo: memFree=1170560/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=209668 CPUtime=1340.44
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 46710 0 0 0 133884 160 0 0 25 0 1 0 187838680 214700032 36986 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134856436 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 52417 36986 105 232 0 52182 0
Current children cumulated CPU time (s) 1340.44
Current children cumulated vsize (Kb) 209668

[startup+1350.83 s]
/proc/loadavg: 1.00 0.97 0.93 2/67 19983
/proc/meminfo: memFree=1169664/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=210472 CPUtime=1350.45
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 46918 0 0 0 134884 161 0 0 25 0 1 0 187838680 215523328 37194 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 52618 37194 105 232 0 52383 0
Current children cumulated CPU time (s) 1350.45
Current children cumulated vsize (Kb) 210472

[startup+1360.84 s]
/proc/loadavg: 1.00 0.97 0.93 2/67 19983
/proc/meminfo: memFree=1169152/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=211328 CPUtime=1360.44
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 47044 0 0 0 135883 161 0 0 25 0 1 0 187838680 216399872 37320 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552324 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 52832 37320 105 232 0 52597 0
Current children cumulated CPU time (s) 1360.44
Current children cumulated vsize (Kb) 211328

[startup+1370.85 s]
/proc/loadavg: 1.00 0.97 0.93 2/67 19983
/proc/meminfo: memFree=1169088/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=211328 CPUtime=1370.45
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 47064 0 0 0 136883 162 0 0 25 0 1 0 187838680 216399872 37340 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 52832 37340 105 232 0 52597 0
Current children cumulated CPU time (s) 1370.45
Current children cumulated vsize (Kb) 211328

[startup+1380.85 s]
/proc/loadavg: 1.00 0.97 0.93 2/67 19983
/proc/meminfo: memFree=1168704/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=211328 CPUtime=1380.46
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 47153 0 0 0 137883 163 0 0 25 0 1 0 187838680 216399872 37429 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552218 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 52832 37429 105 232 0 52597 0
Current children cumulated CPU time (s) 1380.46
Current children cumulated vsize (Kb) 211328

[startup+1390.86 s]
/proc/loadavg: 1.00 0.97 0.93 2/67 19983
/proc/meminfo: memFree=1168384/2055892 swapFree=4084900/4096564
[pid=19981] ppid=19979 vsize=211328 CPUtime=1390.46
/proc/19981/stat : 19981 (PBS4L) R 19979 19981 19936 0 -1 4194304 47236 0 0 0 138882 164 0 0 25 0 1 0 187838680 216399872 37512 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/19981/statm: 52832 37512 105 232 0 52597 0
Current children cumulated CPU time (s) 1390.46
Current children cumulated vsize (Kb) 211328

Child status: 0
Real time (s): 1400.22
CPU time (s): 1399.82
CPU user time (s): 1398.15
CPU system time (s): 1.67474
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (Kb): 211328

Launcher Data (download as text)

Begin job on node92 on Fri Jun  2 04:19:58 UTC 2006


FILE ID= 41024-1149221998

PBS_JOBID= 295473

BENCH NAME= ROOT/tmp/node92/41024-1149221998/instance-41024-1149221998.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node92/41024-1149221998/instance-41024-1149221998.opb 702307226
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node92/watcher-41024-1149221998 -o ROOT/results/node92/solver-41024-1149221998 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node92/41024-1149221998/instance-41024-1149221998.opb 702307226

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  23d2095f3ee13b7452c309e9137df723

RANDOM SEED= 702307226


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6006.19
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1318792 kB
Buffers:         40632 kB
Cached:         620384 kB
SwapCached:       3004 kB
Active:         164400 kB
Inactive:       505364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1318792 kB
SwapTotal:     4096564 kB
SwapFree:      4084900 kB
Dirty:             256 kB
Writeback:           0 kB
Mapped:          15188 kB
Slab:            54116 kB
Committed_AS:   232732 kB
PageTables:       1256 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node92 on Fri Jun  2 04:43:18 UTC 2006