Trace number 40987

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 351.212 351.317

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900584106.opb
MD5SUM4a96a2353b6045ef15a9bfabac06d14b
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 benchmark93.1108
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 737
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/node40/40987-1149218018/instance-40987-1149218018.opb ......
351.30	c done parsing opb.
351.30	s UNSATISFIABLE
351.30	c Total Run Time					351.18

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/node40/watcher-40987-1149218018 -o ROOT/results/node40/solver-40987-1149218018 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node40/40987-1149218018/instance-40987-1149218018.opb 321678764 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.90 3/64 5281
/proc/meminfo: memFree=1362184/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=1400 CPUtime=0
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 149 0 0 0 0 0 0 0 18 0 1 0 187468329 1433600 132 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135084712 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 350 132 100 232 0 115 0

[startup+10.0022 s]
/proc/loadavg: 0.93 0.95 0.90 2/64 5281
/proc/meminfo: memFree=1350816/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=13748 CPUtime=9.99
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 3316 0 0 0 992 7 0 0 25 0 1 0 187468329 14077952 2952 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552295 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 3437 2952 104 232 0 3202 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 13748

[startup+20.0085 s]
/proc/loadavg: 0.94 0.96 0.91 2/64 5281
/proc/meminfo: memFree=1345056/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=25020 CPUtime=19.99
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 5125 0 0 0 1987 12 0 0 25 0 1 0 187468329 25620480 4376 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 6255 4376 104 232 0 6020 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 25020

[startup+30.0148 s]
/proc/loadavg: 0.95 0.96 0.91 2/64 5281
/proc/meminfo: memFree=1340128/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=26416 CPUtime=30
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 6365 0 0 0 2983 17 0 0 25 0 1 0 187468329 27049984 5616 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 6604 5616 104 232 0 6369 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 26416

[startup+40.0201 s]
/proc/loadavg: 0.95 0.96 0.91 2/64 5281
/proc/meminfo: memFree=1336288/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=43792 CPUtime=39.99
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 7319 0 0 0 3980 19 0 0 25 0 1 0 187468329 44843008 6570 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 10948 6570 104 232 0 10713 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 43792

[startup+50.0264 s]
/proc/loadavg: 0.96 0.96 0.91 2/64 5281
/proc/meminfo: memFree=1332640/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=44740 CPUtime=50
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 8230 0 0 0 4978 22 0 0 25 0 1 0 187468329 45813760 7481 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 11185 7481 104 232 0 10950 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 44740

[startup+60.0327 s]
/proc/loadavg: 0.97 0.96 0.91 2/64 5281
/proc/meminfo: memFree=1329440/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=48664 CPUtime=60
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 9796 0 0 0 5975 25 0 0 25 0 1 0 187468329 49831936 8278 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 12166 8278 104 232 0 11931 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 48664

[startup+70.039 s]
/proc/loadavg: 0.97 0.96 0.91 2/64 5281
/proc/meminfo: memFree=1326560/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=49252 CPUtime=70.01
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 10524 0 0 0 6974 27 0 0 25 0 1 0 187468329 50434048 9006 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 12313 9006 104 232 0 12078 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 49252

[startup+80.0453 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 5281
/proc/meminfo: memFree=1323552/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=49956 CPUtime=80.01
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 11276 0 0 0 7972 29 0 0 25 0 1 0 187468329 51154944 9758 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 12489 9758 104 232 0 12254 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 49956

[startup+90.0516 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 5281
/proc/meminfo: memFree=1321760/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=51124 CPUtime=90.02
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 11729 0 0 0 8970 32 0 0 25 0 1 0 187468329 52350976 10211 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 12781 10211 104 232 0 12546 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 51124

[startup+100.057 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 5281
/proc/meminfo: memFree=1320992/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=51784 CPUtime=100.02
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 11913 0 0 0 9969 33 0 0 25 0 1 0 187468329 53026816 10395 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 12946 10395 104 232 0 12711 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 51784

[startup+110.063 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 5281
/proc/meminfo: memFree=1318688/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=52444 CPUtime=110.02
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 12487 0 0 0 10967 35 0 0 25 0 1 0 187468329 53702656 10969 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552515 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 13111 10969 104 232 0 12876 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 52444

[startup+120.07 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5281
/proc/meminfo: memFree=1315744/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=53676 CPUtime=120.02
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 13262 0 0 0 11965 37 0 0 25 0 1 0 187468329 54964224 11711 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 13419 11711 104 232 0 13184 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 53676

[startup+130.076 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5281
/proc/meminfo: memFree=1315232/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=54140 CPUtime=130.03
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 13386 0 0 0 12964 39 0 0 25 0 1 0 187468329 55439360 11835 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 13535 11835 104 232 0 13300 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 54140

[startup+140.082 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5281
/proc/meminfo: memFree=1314656/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=54524 CPUtime=140.03
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 13526 0 0 0 13963 40 0 0 25 0 1 0 187468329 55832576 11975 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 13631 11975 104 232 0 13396 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 54524

[startup+150.089 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5281
/proc/meminfo: memFree=1313376/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=54656 CPUtime=150.04
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 13848 0 0 0 14963 41 0 0 25 0 1 0 187468329 55967744 12297 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550377 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 13664 12297 104 232 0 13429 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 54656

[startup+160.095 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5281
/proc/meminfo: memFree=1311392/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=55052 CPUtime=160.04
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 14341 0 0 0 15961 43 0 0 25 0 1 0 187468329 56373248 12790 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 13763 12790 104 232 0 13528 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 55052

[startup+170.101 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5281
/proc/meminfo: memFree=1309344/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=88472 CPUtime=170.04
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 14912 0 0 0 16959 45 0 0 25 0 1 0 187468329 90595328 13295 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 22118 13295 104 232 0 21883 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 88472

[startup+180.107 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5281
/proc/meminfo: memFree=1307552/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=88836 CPUtime=180.04
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 15387 0 0 0 17957 47 0 0 25 0 1 0 187468329 90968064 13737 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 22209 13737 104 232 0 21974 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 88836

[startup+190.114 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5281
/proc/meminfo: memFree=1305824/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=89360 CPUtime=190.05
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 15828 0 0 0 18956 49 0 0 25 0 1 0 187468329 91504640 14178 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550377 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 22340 14178 105 232 0 22105 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 89360

[startup+200.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5281
/proc/meminfo: memFree=1305120/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=89552 CPUtime=200.05
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 15995 0 0 0 19955 50 0 0 25 0 1 0 187468329 91701248 14345 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 22388 14345 105 232 0 22153 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 89552

[startup+210.126 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5281
/proc/meminfo: memFree=1304224/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=90424 CPUtime=210.06
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 16279 0 0 0 20955 51 0 0 25 0 1 0 187468329 92594176 14563 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134553155 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 22606 14563 105 232 0 22371 0
Current children cumulated CPU time (s) 210.06
Current children cumulated vsize (Kb) 90424

[startup+220.133 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5281
/proc/meminfo: memFree=1303840/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=96828 CPUtime=220.06
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 17923 0 0 0 21953 53 0 0 25 0 1 0 187468329 99151872 14637 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550014 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 24207 14637 105 232 0 23972 0
Current children cumulated CPU time (s) 220.06
Current children cumulated vsize (Kb) 96828

[startup+230.139 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5281
/proc/meminfo: memFree=1303584/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=97020 CPUtime=230.06
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 18001 0 0 0 22953 53 0 0 25 0 1 0 187468329 99348480 14715 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 24255 14715 105 232 0 24020 0
Current children cumulated CPU time (s) 230.06
Current children cumulated vsize (Kb) 97020

[startup+240.145 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5281
/proc/meminfo: memFree=1303264/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=97464 CPUtime=240.07
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 18095 0 0 0 23952 55 0 0 25 0 1 0 187468329 99803136 14809 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 24366 14809 105 232 0 24131 0
Current children cumulated CPU time (s) 240.07
Current children cumulated vsize (Kb) 97464

[startup+250.152 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5281
/proc/meminfo: memFree=1302304/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=98248 CPUtime=250.07
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 18322 0 0 0 24951 56 0 0 25 0 1 0 187468329 100605952 15036 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552226 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 24562 15036 105 232 0 24327 0
Current children cumulated CPU time (s) 250.07
Current children cumulated vsize (Kb) 98248

[startup+260.158 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5281
/proc/meminfo: memFree=1301536/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=98944 CPUtime=260.08
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 18583 0 0 0 25951 57 0 0 25 0 1 0 187468329 101318656 15231 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550802 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 24736 15231 105 232 0 24501 0
Current children cumulated CPU time (s) 260.08
Current children cumulated vsize (Kb) 98944

[startup+270.164 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5281
/proc/meminfo: memFree=1301152/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=99204 CPUtime=270.08
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 18679 0 0 0 26950 58 0 0 25 0 1 0 187468329 101584896 15294 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552281 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 24801 15294 105 232 0 24566 0
Current children cumulated CPU time (s) 270.08
Current children cumulated vsize (Kb) 99204

[startup+280.17 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5281
/proc/meminfo: memFree=1301024/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=99204 CPUtime=280.08
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 18736 0 0 0 27949 59 0 0 25 0 1 0 187468329 101584896 15351 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 24801 15351 105 232 0 24566 0
Current children cumulated CPU time (s) 280.08
Current children cumulated vsize (Kb) 99204

[startup+290.177 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5281
/proc/meminfo: memFree=1300512/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=99700 CPUtime=290.09
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 18863 0 0 0 28949 60 0 0 25 0 1 0 187468329 102092800 15478 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 24925 15478 105 232 0 24690 0
Current children cumulated CPU time (s) 290.09
Current children cumulated vsize (Kb) 99700

[startup+300.183 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5281
/proc/meminfo: memFree=1299936/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=100260 CPUtime=300.09
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 19013 0 0 0 29947 62 0 0 25 0 1 0 187468329 102666240 15628 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 25065 15628 105 232 0 24830 0
Current children cumulated CPU time (s) 300.09
Current children cumulated vsize (Kb) 100260

[startup+310.189 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5281
/proc/meminfo: memFree=1299360/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=100568 CPUtime=310.09
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 19152 0 0 0 30946 63 0 0 25 0 1 0 187468329 102981632 15767 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 25142 15767 105 232 0 24907 0
Current children cumulated CPU time (s) 310.09
Current children cumulated vsize (Kb) 100568

[startup+320.196 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5281
/proc/meminfo: memFree=1299232/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=100568 CPUtime=320.1
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 19194 0 0 0 31945 65 0 0 25 0 1 0 187468329 102981632 15809 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 25142 15809 105 232 0 24907 0
Current children cumulated CPU time (s) 320.1
Current children cumulated vsize (Kb) 100568

[startup+330.202 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5281
/proc/meminfo: memFree=1298720/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=100892 CPUtime=330.1
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 19320 0 0 0 32944 66 0 0 25 0 1 0 187468329 103313408 15935 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552281 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 25223 15935 105 232 0 24988 0
Current children cumulated CPU time (s) 330.1
Current children cumulated vsize (Kb) 100892

[startup+340.207 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5281
/proc/meminfo: memFree=1298400/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=101236 CPUtime=340.1
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 19395 0 0 0 33943 67 0 0 25 0 1 0 187468329 103665664 16010 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 25309 16010 105 232 0 25074 0
Current children cumulated CPU time (s) 340.1
Current children cumulated vsize (Kb) 101236

[startup+350.214 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5281
/proc/meminfo: memFree=1296928/2055920 swapFree=4181324/4192956
[pid=5281] ppid=5279 vsize=102408 CPUtime=350.11
/proc/5281/stat : 5281 (PBS4L) R 5279 5281 5236 0 -1 4194304 19767 0 0 0 34943 68 0 0 25 0 1 0 187468329 104865792 16382 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/5281/statm: 25602 16382 105 232 0 25367 0
Current children cumulated CPU time (s) 350.11
Current children cumulated vsize (Kb) 102408

Child status: 0
Real time (s): 351.317
CPU time (s): 351.212
CPU user time (s): 350.52
CPU system time (s): 0.691894
CPU usage (%): 99.97
Max. virtual memory (cumulated for all children) (Kb): 102408

Launcher Data (download as text)

Begin job on node40 on Fri Jun  2 03:13:38 UTC 2006


FILE ID= 40987-1149218018

PBS_JOBID= 294990

BENCH NAME= ROOT/tmp/node40/40987-1149218018/instance-40987-1149218018.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node40/40987-1149218018/instance-40987-1149218018.opb 321678764
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-40987-1149218018 -o ROOT/results/node40/solver-40987-1149218018 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node40/40987-1149218018/instance-40987-1149218018.opb 321678764

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  4a96a2353b6045ef15a9bfabac06d14b

RANDOM SEED= 321678764


/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.245
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.245
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:       1362392 kB
Buffers:         39652 kB
Cached:         577368 kB
SwapCached:       3752 kB
Active:         266760 kB
Inactive:       359324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1362392 kB
SwapTotal:     4192956 kB
SwapFree:      4181324 kB
Dirty:             204 kB
Writeback:           0 kB
Mapped:          14948 kB
Slab:            53496 kB
Committed_AS:   209468 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node40 on Fri Jun  2 03:19:30 UTC 2006