Trace number 40952

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.1L? (TO) 1800.74 1801.2

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900582300.opb
MD5SUMbe6efe3218879d0d0c6c419c0919396c
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 benchmark378.354
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 683
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/node4/40952-1149214052/instance-40952-1149214052.opb ......

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/node4/watcher-40952-1149214052 -o ROOT/results/node4/solver-40952-1149214052 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node4/40952-1149214052/instance-40952-1149214052.opb 963093756 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.98 0.93 3/64 32073
/proc/meminfo: memFree=1366440/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=1400 CPUtime=0
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 157 0 0 0 0 0 0 0 19 0 1 0 187067078 1433600 140 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134617144 0 0 4096 0 0 0 0 17 0 0 0
/proc/32073/statm: 350 140 100 232 0 115 0

[startup+10.0022 s]
/proc/loadavg: 0.93 0.98 0.93 2/64 32073
/proc/meminfo: memFree=1354216/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=13732 CPUtime=10
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 3546 0 0 0 991 9 0 0 25 0 1 0 187067078 14061568 3182 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 0 0 0
/proc/32073/statm: 3433 3182 104 232 0 3198 0
Current children cumulated CPU time (s) 10
Current children cumulated vsize (Kb) 13732

[startup+20.0082 s]
/proc/loadavg: 0.94 0.98 0.93 2/64 32073
/proc/meminfo: memFree=1348264/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=25284 CPUtime=19.99
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 5413 0 0 0 1987 12 0 0 25 0 1 0 187067078 25890816 4664 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 6321 4664 105 232 0 6086 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 25284

[startup+30.014 s]
/proc/loadavg: 0.95 0.98 0.93 2/64 32073
/proc/meminfo: memFree=1342824/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=26532 CPUtime=29.99
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 6770 0 0 0 2982 17 0 0 25 0 1 0 187067078 27168768 6021 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 6633 6021 105 232 0 6398 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 26532

[startup+40.0199 s]
/proc/loadavg: 0.95 0.98 0.93 2/64 32073
/proc/meminfo: memFree=1338984/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=43848 CPUtime=40
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 7728 0 0 0 3979 21 0 0 25 0 1 0 187067078 44900352 6979 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 10962 6979 105 232 0 10727 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 43848

[startup+50.0259 s]
/proc/loadavg: 0.96 0.98 0.93 2/64 32073
/proc/meminfo: memFree=1335400/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=48220 CPUtime=50
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 9385 0 0 0 4975 25 0 0 25 0 1 0 187067078 49377280 7867 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 12055 7867 105 232 0 11820 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 48220

[startup+60.0319 s]
/proc/loadavg: 0.97 0.98 0.93 2/64 32073
/proc/meminfo: memFree=1332008/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=49180 CPUtime=60.01
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 10233 0 0 0 5973 28 0 0 25 0 1 0 187067078 50360320 8715 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 12295 8715 105 232 0 12060 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 49180

[startup+70.0389 s]
/proc/loadavg: 0.97 0.98 0.93 2/64 32073
/proc/meminfo: memFree=1328296/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=50192 CPUtime=70.02
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 11156 0 0 0 6971 31 0 0 25 0 1 0 187067078 51396608 9638 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 12548 9638 105 232 0 12313 0
Current children cumulated CPU time (s) 70.02
Current children cumulated vsize (Kb) 50192

[startup+80.0459 s]
/proc/loadavg: 0.98 0.98 0.93 2/64 32073
/proc/meminfo: memFree=1325224/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=51104 CPUtime=80.02
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 11914 0 0 0 7969 33 0 0 25 0 1 0 187067078 52330496 10396 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 12776 10396 105 232 0 12541 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 51104

[startup+90.0518 s]
/proc/loadavg: 0.98 0.98 0.93 2/64 32073
/proc/meminfo: memFree=1322152/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=51884 CPUtime=90.02
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 12684 0 0 0 8968 34 0 0 25 0 1 0 187067078 53129216 11166 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 12971 11166 105 232 0 12736 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 51884

[startup+100.058 s]
/proc/loadavg: 0.98 0.98 0.93 2/64 32073
/proc/meminfo: memFree=1318888/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=52720 CPUtime=100.02
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 13493 0 0 0 9966 36 0 0 25 0 1 0 187067078 53985280 11975 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 13180 11975 105 232 0 12945 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 52720

[startup+110.064 s]
/proc/loadavg: 0.98 0.98 0.93 2/64 32073
/proc/meminfo: memFree=1316584/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=86236 CPUtime=110.03
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 14077 0 0 0 10964 39 0 0 25 0 1 0 187067078 88305664 12559 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 21559 12559 105 232 0 21324 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 86236

[startup+120.07 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32073
/proc/meminfo: memFree=1314664/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=86504 CPUtime=120.03
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 14550 0 0 0 11962 41 0 0 25 0 1 0 187067078 88580096 13032 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 21626 13032 105 232 0 21391 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 86504

[startup+130.075 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32073
/proc/meminfo: memFree=1312104/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=87296 CPUtime=130.03
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 15191 0 0 0 12961 42 0 0 25 0 1 0 187067078 89391104 13673 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 21824 13673 105 232 0 21589 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 87296

[startup+140.081 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32073
/proc/meminfo: memFree=1309800/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=87616 CPUtime=140.03
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 15793 0 0 0 13958 45 0 0 25 0 1 0 187067078 89718784 14242 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552324 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 21904 14242 105 232 0 21669 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 87616

[startup+150.087 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32073
/proc/meminfo: memFree=1307560/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=88316 CPUtime=150.04
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 16376 0 0 0 14957 47 0 0 25 0 1 0 187067078 90435584 14792 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 22079 14792 105 232 0 21844 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 88316

[startup+160.093 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32073
/proc/meminfo: memFree=1305192/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=88968 CPUtime=160.04
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 17004 0 0 0 15955 49 0 0 25 0 1 0 187067078 91103232 15354 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 22242 15354 105 232 0 22007 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 88968

[startup+170.099 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32073
/proc/meminfo: memFree=1303272/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=95896 CPUtime=170.05
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 19109 0 0 0 16953 52 0 0 25 0 1 0 187067078 98197504 15856 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 23974 15856 105 232 0 23739 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 95896

[startup+180.105 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32073
/proc/meminfo: memFree=1301160/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=96952 CPUtime=180.05
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 19679 0 0 0 17952 53 0 0 25 0 1 0 187067078 99278848 16393 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 24238 16393 105 232 0 24003 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 96952

[startup+190.11 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32073
/proc/meminfo: memFree=1299304/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=97212 CPUtime=190.06
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 20161 0 0 0 18950 56 0 0 25 0 1 0 187067078 99545088 16842 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552324 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 24303 16842 105 232 0 24068 0
Current children cumulated CPU time (s) 190.06
Current children cumulated vsize (Kb) 97212

[startup+200.116 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32073
/proc/meminfo: memFree=1297320/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=98080 CPUtime=200.06
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 20759 0 0 0 19949 57 0 0 25 0 1 0 187067078 100433920 17341 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 24520 17341 105 232 0 24285 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 98080

[startup+210.122 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32073
/proc/meminfo: memFree=1296296/2055920 swapFree=4181448/4192956

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

/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 52236 0 0 0 177940 221 0 0 25 0 1 0 187067078 221687808 42284 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 54123 42284 105 232 0 53888 0
Current children cumulated CPU time (s) 1781.61
Current children cumulated vsize (Kb) 216492

[startup+1783.07 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32075
/proc/meminfo: memFree=1196968/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=216492 CPUtime=1782.61
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 52238 0 0 0 178040 221 0 0 25 0 1 0 187067078 221687808 42286 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 54123 42286 105 232 0 53888 0
Current children cumulated CPU time (s) 1782.61
Current children cumulated vsize (Kb) 216492

[startup+1784.08 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32075
/proc/meminfo: memFree=1196968/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=216492 CPUtime=1783.63
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 52240 0 0 0 178141 222 0 0 25 0 1 0 187067078 221687808 42288 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 54123 42288 105 232 0 53888 0
Current children cumulated CPU time (s) 1783.63
Current children cumulated vsize (Kb) 216492

[startup+1785.08 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32075
/proc/meminfo: memFree=1196904/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=216492 CPUtime=1784.63
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 52242 0 0 0 178241 222 0 0 25 0 1 0 187067078 221687808 42290 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 54123 42290 105 232 0 53888 0
Current children cumulated CPU time (s) 1784.63
Current children cumulated vsize (Kb) 216492

[startup+1786.09 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32075
/proc/meminfo: memFree=1196904/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=216492 CPUtime=1785.63
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 52244 0 0 0 178341 222 0 0 25 0 1 0 187067078 221687808 42292 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 54123 42292 105 232 0 53888 0
Current children cumulated CPU time (s) 1785.63
Current children cumulated vsize (Kb) 216492

[startup+1787.09 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32075
/proc/meminfo: memFree=1196904/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=216492 CPUtime=1786.64
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 52246 0 0 0 178442 222 0 0 25 0 1 0 187067078 221687808 42294 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552226 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 54123 42294 105 232 0 53888 0
Current children cumulated CPU time (s) 1786.64
Current children cumulated vsize (Kb) 216492

[startup+1788.1 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32075
/proc/meminfo: memFree=1196904/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=216492 CPUtime=1787.64
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 52248 0 0 0 178542 222 0 0 25 0 1 0 187067078 221687808 42296 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 54123 42296 105 232 0 53888 0
Current children cumulated CPU time (s) 1787.64
Current children cumulated vsize (Kb) 216492

[startup+1789.1 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32075
/proc/meminfo: memFree=1196904/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=216492 CPUtime=1788.65
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 52249 0 0 0 178643 222 0 0 25 0 1 0 187067078 221687808 42297 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 54123 42297 105 232 0 53888 0
Current children cumulated CPU time (s) 1788.65
Current children cumulated vsize (Kb) 216492

[startup+1790.11 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32075
/proc/meminfo: memFree=1196904/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=216492 CPUtime=1789.65
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 52251 0 0 0 178743 222 0 0 25 0 1 0 187067078 221687808 42299 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134630300 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 54123 42299 105 232 0 53888 0
Current children cumulated CPU time (s) 1789.65
Current children cumulated vsize (Kb) 216492

[startup+1791.11 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32075
/proc/meminfo: memFree=1196840/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=216492 CPUtime=1790.66
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 52258 0 0 0 178844 222 0 0 25 0 1 0 187067078 221687808 42306 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550377 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 54123 42306 105 232 0 53888 0
Current children cumulated CPU time (s) 1790.66
Current children cumulated vsize (Kb) 216492

[startup+1792.12 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32075
/proc/meminfo: memFree=1196840/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=216492 CPUtime=1791.66
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 52261 0 0 0 178944 222 0 0 25 0 1 0 187067078 221687808 42309 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 54123 42309 105 232 0 53888 0
Current children cumulated CPU time (s) 1791.66
Current children cumulated vsize (Kb) 216492

[startup+1793.12 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32075
/proc/meminfo: memFree=1196840/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=216492 CPUtime=1792.66
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 52263 0 0 0 179044 222 0 0 25 0 1 0 187067078 221687808 42311 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549521 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 54123 42311 105 232 0 53888 0
Current children cumulated CPU time (s) 1792.66
Current children cumulated vsize (Kb) 216492

[startup+1794.13 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32075
/proc/meminfo: memFree=1196840/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=216492 CPUtime=1793.67
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 52264 0 0 0 179145 222 0 0 25 0 1 0 187067078 221687808 42312 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 54123 42312 105 232 0 53888 0
Current children cumulated CPU time (s) 1793.67
Current children cumulated vsize (Kb) 216492

[startup+1795.13 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32075
/proc/meminfo: memFree=1196840/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=216492 CPUtime=1794.67
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 52266 0 0 0 179245 222 0 0 25 0 1 0 187067078 221687808 42314 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 54123 42314 105 232 0 53888 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (Kb) 216492

[startup+1796.14 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32075
/proc/meminfo: memFree=1196840/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=216492 CPUtime=1795.68
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 52267 0 0 0 179346 222 0 0 25 0 1 0 187067078 221687808 42315 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 54123 42315 105 232 0 53888 0
Current children cumulated CPU time (s) 1795.68
Current children cumulated vsize (Kb) 216492

[startup+1797.14 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32075
/proc/meminfo: memFree=1196840/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=216492 CPUtime=1796.68
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 52269 0 0 0 179446 222 0 0 25 0 1 0 187067078 221687808 42317 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 54123 42317 105 232 0 53888 0
Current children cumulated CPU time (s) 1796.68
Current children cumulated vsize (Kb) 216492

[startup+1798.15 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32075
/proc/meminfo: memFree=1196776/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=216492 CPUtime=1797.68
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 52271 0 0 0 179546 222 0 0 25 0 1 0 187067078 221687808 42319 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 54123 42319 105 232 0 53888 0
Current children cumulated CPU time (s) 1797.68
Current children cumulated vsize (Kb) 216492

[startup+1799.15 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32075
/proc/meminfo: memFree=1196776/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=216492 CPUtime=1798.69
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 52273 0 0 0 179647 222 0 0 25 0 1 0 187067078 221687808 42321 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 54123 42321 105 232 0 53888 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (Kb) 216492

[startup+1800.16 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32075
/proc/meminfo: memFree=1196776/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=216492 CPUtime=1799.7
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 52275 0 0 0 179747 223 0 0 25 0 1 0 187067078 221687808 42323 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 54123 42323 105 232 0 53888 0
Current children cumulated CPU time (s) 1799.7
Current children cumulated vsize (Kb) 216492

[startup+1801.16 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32075
/proc/meminfo: memFree=1196776/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=216492 CPUtime=1800.7
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 52277 0 0 0 179847 223 0 0 25 0 1 0 187067078 221687808 42325 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 54123 42325 105 232 0 53888 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 216492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.16 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 32075
/proc/meminfo: memFree=1196776/2055920 swapFree=4181448/4192956
[pid=32073] ppid=32071 vsize=216492 CPUtime=1800.71
/proc/32073/stat : 32073 (PBS4L) R 32071 32073 32028 0 -1 4194304 52277 0 0 0 179848 223 0 0 25 0 1 0 187067078 221687808 42325 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/32073/statm: 54123 42325 105 232 0 53888 0
Current children cumulated CPU time (s) 1800.71
Current children cumulated vsize (Kb) 216492

Sending SIGTERM to -32073
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.2
CPU time (s): 1800.74
CPU user time (s): 1798.48
CPU system time (s): 2.26066
CPU usage (%): 99.9747
Max. virtual memory (cumulated for all children) (Kb): 216492
The end

Launcher Data (download as text)

Begin job on node4 on Fri Jun  2 02:07:32 UTC 2006


FILE ID= 40952-1149214052

PBS_JOBID= 294537

BENCH NAME= ROOT/tmp/node4/40952-1149214052/instance-40952-1149214052.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node4/40952-1149214052/instance-40952-1149214052.opb 963093756
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-40952-1149214052 -o ROOT/results/node4/solver-40952-1149214052 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node4/40952-1149214052/instance-40952-1149214052.opb 963093756

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  be6efe3218879d0d0c6c419c0919396c

RANDOM SEED= 963093756


/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.236
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.236
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:       1366648 kB
Buffers:         16864 kB
Cached:         602560 kB
SwapCached:       3388 kB
Active:          65440 kB
Inactive:       562832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1366648 kB
SwapTotal:     4192956 kB
SwapFree:      4181448 kB
Dirty:             160 kB
Writeback:           0 kB
Mapped:          14804 kB
Slab:            46928 kB
Committed_AS:   201700 kB
PageTables:       1500 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node4 on Fri Jun  2 02:37:33 UTC 2006