Trace number 41035

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 1164.91 1165.31

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900552288.opb
MD5SUMd36c8f083b4352ee7b6379767e1c28ad
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 benchmark113.471
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 727
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/node41/41035-1149223527/instance-41035-1149223527.opb ......
1165.28	c done parsing opb.
1165.28	s UNSATISFIABLE
1165.28	c Total Run Time					1164.86

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node41/watcher-41035-1149223527 -o ROOT/results/node41/solver-41035-1149223527 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node41/41035-1149223527/instance-41035-1149223527.opb 852156168 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.95 0.98 0.91 2/64 19598
/proc/meminfo: memFree=1279040/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=1400 CPUtime=0
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 152 0 0 0 0 0 0 0 19 0 1 0 188019266 1433600 135 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134617263 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 350 135 100 232 0 115 0

[startup+10.0019 s]
/proc/loadavg: 0.96 0.98 0.91 2/64 19598
/proc/meminfo: memFree=1267520/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=13740 CPUtime=10.01
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 3331 0 0 0 993 8 0 0 25 0 1 0 188019266 14069760 2967 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550847 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 3435 2967 104 232 0 3200 0
Current children cumulated CPU time (s) 10.01
Current children cumulated vsize (Kb) 13740

[startup+20.0295 s]
/proc/loadavg: 0.96 0.98 0.91 2/64 19598
/proc/meminfo: memFree=1260992/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=25020 CPUtime=20.01
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 5362 0 0 0 1988 13 0 0 25 0 1 0 188019266 25620480 4613 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 6255 4613 105 232 0 6020 0
Current children cumulated CPU time (s) 20.01
Current children cumulated vsize (Kb) 25020

[startup+30.0352 s]
/proc/loadavg: 0.97 0.98 0.91 2/64 19598
/proc/meminfo: memFree=1256064/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=26552 CPUtime=30.01
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 6604 0 0 0 2985 16 0 0 25 0 1 0 188019266 27189248 5855 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 6638 5855 105 232 0 6403 0
Current children cumulated CPU time (s) 30.01
Current children cumulated vsize (Kb) 26552

[startup+40.0409 s]
/proc/loadavg: 0.97 0.98 0.91 2/64 19598
/proc/meminfo: memFree=1251968/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=44092 CPUtime=40.02
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 7629 0 0 0 3982 20 0 0 25 0 1 0 188019266 45150208 6880 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552002 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 11023 6880 105 232 0 10788 0
Current children cumulated CPU time (s) 40.02
Current children cumulated vsize (Kb) 44092

[startup+50.0476 s]
/proc/loadavg: 0.98 0.98 0.91 2/64 19598
/proc/meminfo: memFree=1248320/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=48144 CPUtime=50.02
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 9306 0 0 0 4980 22 0 0 25 0 1 0 188019266 49299456 7788 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 12036 7788 105 232 0 11801 0
Current children cumulated CPU time (s) 50.02
Current children cumulated vsize (Kb) 48144

[startup+60.0543 s]
/proc/loadavg: 0.98 0.98 0.91 2/64 19598
/proc/meminfo: memFree=1244928/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=49252 CPUtime=60.02
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 10160 0 0 0 5978 24 0 0 25 0 1 0 188019266 50434048 8642 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550061 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 12313 8642 105 232 0 12078 0
Current children cumulated CPU time (s) 60.02
Current children cumulated vsize (Kb) 49252

[startup+70.0609 s]
/proc/loadavg: 0.98 0.98 0.91 2/64 19598
/proc/meminfo: memFree=1241408/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=50288 CPUtime=70.03
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 11032 0 0 0 6976 27 0 0 25 0 1 0 188019266 51494912 9514 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 12572 9514 105 232 0 12337 0
Current children cumulated CPU time (s) 70.03
Current children cumulated vsize (Kb) 50288

[startup+80.0676 s]
/proc/loadavg: 0.98 0.98 0.91 2/64 19598
/proc/meminfo: memFree=1240128/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=51132 CPUtime=80.04
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 11354 0 0 0 7975 29 0 0 25 0 1 0 188019266 52359168 9836 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 12783 9836 105 232 0 12548 0
Current children cumulated CPU time (s) 80.04
Current children cumulated vsize (Kb) 51132

[startup+90.0733 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19598
/proc/meminfo: memFree=1237568/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=51908 CPUtime=90.03
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 11987 0 0 0 8973 30 0 0 25 0 1 0 188019266 53153792 10469 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550046 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 12977 10469 105 232 0 12742 0
Current children cumulated CPU time (s) 90.03
Current children cumulated vsize (Kb) 51908

[startup+100.079 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19598
/proc/meminfo: memFree=1235328/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=52424 CPUtime=100.04
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 12552 0 0 0 9971 33 0 0 25 0 1 0 188019266 53682176 11034 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 13106 11034 105 232 0 12871 0
Current children cumulated CPU time (s) 100.04
Current children cumulated vsize (Kb) 52424

[startup+110.086 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19598
/proc/meminfo: memFree=1233088/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=52584 CPUtime=110.04
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 13118 0 0 0 10969 35 0 0 25 0 1 0 188019266 53846016 11600 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552011 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 13146 11600 105 232 0 12911 0
Current children cumulated CPU time (s) 110.04
Current children cumulated vsize (Kb) 52584

[startup+120.092 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19598
/proc/meminfo: memFree=1231168/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=53176 CPUtime=120.04
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 13597 0 0 0 11968 36 0 0 25 0 1 0 188019266 54452224 12079 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550821 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 13294 12079 105 232 0 13059 0
Current children cumulated CPU time (s) 120.04
Current children cumulated vsize (Kb) 53176

[startup+130.098 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19598
/proc/meminfo: memFree=1228928/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=86468 CPUtime=130.04
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 14146 0 0 0 12966 38 0 0 25 0 1 0 188019266 88543232 12628 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 21617 12628 105 232 0 21382 0
Current children cumulated CPU time (s) 130.04
Current children cumulated vsize (Kb) 86468

[startup+140.104 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19598
/proc/meminfo: memFree=1226304/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=87468 CPUtime=140.05
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 14812 0 0 0 13965 40 0 0 25 0 1 0 188019266 89567232 13294 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 21867 13294 105 232 0 21632 0
Current children cumulated CPU time (s) 140.05
Current children cumulated vsize (Kb) 87468

[startup+150.11 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19598
/proc/meminfo: memFree=1224128/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=87600 CPUtime=150.06
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 15346 0 0 0 14964 42 0 0 25 0 1 0 188019266 89702400 13828 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 21900 13828 105 232 0 21665 0
Current children cumulated CPU time (s) 150.06
Current children cumulated vsize (Kb) 87600

[startup+160.116 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19598
/proc/meminfo: memFree=1221888/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=87992 CPUtime=160.06
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 15904 0 0 0 15962 44 0 0 25 0 1 0 188019266 90103808 14386 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550057 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 21998 14386 105 232 0 21763 0
Current children cumulated CPU time (s) 160.06
Current children cumulated vsize (Kb) 87992

[startup+170.122 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19598
/proc/meminfo: memFree=1219648/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=88728 CPUtime=170.06
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 16499 0 0 0 16959 47 0 0 25 0 1 0 188019266 90857472 14948 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 22182 14948 105 232 0 21947 0
Current children cumulated CPU time (s) 170.06
Current children cumulated vsize (Kb) 88728

[startup+180.127 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19598
/proc/meminfo: memFree=1217408/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=95396 CPUtime=180.06
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 18619 0 0 0 17957 49 0 0 25 0 1 0 188019266 97685504 15498 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 23849 15498 105 232 0 23614 0
Current children cumulated CPU time (s) 180.06
Current children cumulated vsize (Kb) 95396

[startup+190.133 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19598
/proc/meminfo: memFree=1215168/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=96048 CPUtime=190.06
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 19242 0 0 0 18955 51 0 0 25 0 1 0 188019266 98353152 16055 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 24012 16055 105 232 0 23777 0
Current children cumulated CPU time (s) 190.06
Current children cumulated vsize (Kb) 96048

[startup+200.139 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19598
/proc/meminfo: memFree=1213248/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=96572 CPUtime=200.07
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 19764 0 0 0 19954 53 0 0 25 0 1 0 188019266 98889728 16544 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550014 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 24143 16544 105 232 0 23908 0
Current children cumulated CPU time (s) 200.07
Current children cumulated vsize (Kb) 96572

[startup+210.144 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19598
/proc/meminfo: memFree=1211456/2055920 swapFree=4180940/4192956

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

/proc/19598/statm: 49415 30771 105 232 0 49180 0
Current children cumulated CPU time (s) 950.25
Current children cumulated vsize (Kb) 197660

[startup+960.595 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19793
/proc/meminfo: memFree=1155648/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=197920 CPUtime=960.25
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 39315 0 0 0 95869 156 0 0 25 0 1 0 188019266 202670080 30825 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 49480 30825 105 232 0 49245 0
Current children cumulated CPU time (s) 960.25
Current children cumulated vsize (Kb) 197920

[startup+970.6 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19793
/proc/meminfo: memFree=1155264/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=197920 CPUtime=970.26
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 39429 0 0 0 96869 157 0 0 25 0 1 0 188019266 202670080 30939 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 49480 30939 105 232 0 49245 0
Current children cumulated CPU time (s) 970.26
Current children cumulated vsize (Kb) 197920

[startup+980.606 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19793
/proc/meminfo: memFree=1155200/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=197920 CPUtime=980.26
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 39458 0 0 0 97868 158 0 0 25 0 1 0 188019266 202670080 30968 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552187 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 49480 30968 105 232 0 49245 0
Current children cumulated CPU time (s) 980.26
Current children cumulated vsize (Kb) 197920

[startup+990.611 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19793
/proc/meminfo: memFree=1155072/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=197920 CPUtime=990.26
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 39485 0 0 0 98867 159 0 0 25 0 1 0 188019266 202670080 30995 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552026 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 49480 30995 105 232 0 49245 0
Current children cumulated CPU time (s) 990.26
Current children cumulated vsize (Kb) 197920

[startup+1000.62 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19793
/proc/meminfo: memFree=1154560/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=198448 CPUtime=1000.27
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 39612 0 0 0 99867 160 0 0 25 0 1 0 188019266 203210752 31122 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558947 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 49612 31122 105 232 0 49377 0
Current children cumulated CPU time (s) 1000.27
Current children cumulated vsize (Kb) 198448

[startup+1010.62 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19793
/proc/meminfo: memFree=1153792/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=199140 CPUtime=1010.26
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 39803 0 0 0 100866 160 0 0 25 0 1 0 188019266 203919360 31313 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550057 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 49785 31313 105 232 0 49550 0
Current children cumulated CPU time (s) 1010.26
Current children cumulated vsize (Kb) 199140

[startup+1020.63 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19793
/proc/meminfo: memFree=1153536/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=199272 CPUtime=1020.27
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 39863 0 0 0 101866 161 0 0 25 0 1 0 188019266 204054528 31373 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552002 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 49818 31373 105 232 0 49583 0
Current children cumulated CPU time (s) 1020.27
Current children cumulated vsize (Kb) 199272

[startup+1030.63 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19793
/proc/meminfo: memFree=1153408/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=199272 CPUtime=1030.27
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 39893 0 0 0 102865 162 0 0 25 0 1 0 188019266 204054528 31403 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552275 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 49818 31403 105 232 0 49583 0
Current children cumulated CPU time (s) 1030.27
Current children cumulated vsize (Kb) 199272

[startup+1040.64 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19793
/proc/meminfo: memFree=1152896/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=199868 CPUtime=1040.28
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 40028 0 0 0 103865 163 0 0 25 0 1 0 188019266 204664832 31538 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 49967 31538 105 232 0 49732 0
Current children cumulated CPU time (s) 1040.28
Current children cumulated vsize (Kb) 199868

[startup+1050.65 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19793
/proc/meminfo: memFree=1152768/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=199868 CPUtime=1050.28
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 40058 0 0 0 104864 164 0 0 25 0 1 0 188019266 204664832 31568 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552266 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 49967 31568 105 232 0 49732 0
Current children cumulated CPU time (s) 1050.28
Current children cumulated vsize (Kb) 199868

[startup+1060.65 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19793
/proc/meminfo: memFree=1152576/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=199868 CPUtime=1060.28
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 40099 0 0 0 105864 164 0 0 25 0 1 0 188019266 204664832 31609 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 49967 31609 105 232 0 49732 0
Current children cumulated CPU time (s) 1060.28
Current children cumulated vsize (Kb) 199868

[startup+1070.66 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19793
/proc/meminfo: memFree=1152192/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=200500 CPUtime=1070.29
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 40206 0 0 0 106864 165 0 0 25 0 1 0 188019266 205312000 31716 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 50125 31716 105 232 0 49890 0
Current children cumulated CPU time (s) 1070.29
Current children cumulated vsize (Kb) 200500

[startup+1080.67 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19793
/proc/meminfo: memFree=1151808/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=200500 CPUtime=1080.29
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 40299 0 0 0 107863 166 0 0 25 0 1 0 188019266 205312000 31809 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 50125 31809 105 232 0 49890 0
Current children cumulated CPU time (s) 1080.29
Current children cumulated vsize (Kb) 200500

[startup+1090.67 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19793
/proc/meminfo: memFree=1151680/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=200500 CPUtime=1090.29
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 40327 0 0 0 108863 166 0 0 25 0 1 0 188019266 205312000 31837 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550830 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 50125 31837 105 232 0 49890 0
Current children cumulated CPU time (s) 1090.29
Current children cumulated vsize (Kb) 200500

[startup+1100.68 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19793
/proc/meminfo: memFree=1151424/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=201172 CPUtime=1100.3
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 40389 0 0 0 109863 167 0 0 25 0 1 0 188019266 206000128 31899 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 50293 31899 105 232 0 50058 0
Current children cumulated CPU time (s) 1100.3
Current children cumulated vsize (Kb) 201172

[startup+1110.69 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19793
/proc/meminfo: memFree=1151296/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=201172 CPUtime=1110.3
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 40422 0 0 0 110862 168 0 0 25 0 1 0 188019266 206000128 31932 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550091 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 50293 31932 105 232 0 50058 0
Current children cumulated CPU time (s) 1110.3
Current children cumulated vsize (Kb) 201172

[startup+1120.69 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19793
/proc/meminfo: memFree=1151232/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=201172 CPUtime=1120.3
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 40444 0 0 0 111862 168 0 0 25 0 1 0 188019266 206000128 31954 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552226 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 50293 31954 105 232 0 50058 0
Current children cumulated CPU time (s) 1120.3
Current children cumulated vsize (Kb) 201172

[startup+1130.7 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19793
/proc/meminfo: memFree=1150528/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=201172 CPUtime=1130.3
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 40608 0 0 0 112861 169 0 0 25 0 1 0 188019266 206000128 32118 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551990 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 50293 32118 105 232 0 50058 0
Current children cumulated CPU time (s) 1130.3
Current children cumulated vsize (Kb) 201172

[startup+1140.7 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19793
/proc/meminfo: memFree=1149760/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=201884 CPUtime=1140.31
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 40813 0 0 0 113860 171 0 0 25 0 1 0 188019266 206729216 32323 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 50471 32323 105 232 0 50236 0
Current children cumulated CPU time (s) 1140.31
Current children cumulated vsize (Kb) 201884

[startup+1150.71 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19793
/proc/meminfo: memFree=1149440/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=202640 CPUtime=1150.31
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 40884 0 0 0 114859 172 0 0 25 0 1 0 188019266 207503360 32394 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 50660 32394 105 232 0 50425 0
Current children cumulated CPU time (s) 1150.31
Current children cumulated vsize (Kb) 202640

[startup+1160.72 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 19793
/proc/meminfo: memFree=1148352/2055920 swapFree=4180940/4192956
[pid=19598] ppid=19596 vsize=203444 CPUtime=1160.32
/proc/19598/stat : 19598 (PBS4L) R 19596 19598 19553 0 -1 4194304 41151 0 0 0 115859 173 0 0 25 0 1 0 188019266 208326656 32661 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19598/statm: 50861 32661 105 232 0 50626 0
Current children cumulated CPU time (s) 1160.32
Current children cumulated vsize (Kb) 203444

Child status: 0
Real time (s): 1165.31
CPU time (s): 1164.91
CPU user time (s): 1163.15
CPU system time (s): 1.75873
CPU usage (%): 99.9658
Max. virtual memory (cumulated for all children) (Kb): 203444

Launcher Data (download as text)

Begin job on node41 on Fri Jun  2 04:45:27 UTC 2006


FILE ID= 41035-1149223527

PBS_JOBID= 295616

BENCH NAME= ROOT/tmp/node41/41035-1149223527/instance-41035-1149223527.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node41/41035-1149223527/instance-41035-1149223527.opb 852156168
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-41035-1149223527 -o ROOT/results/node41/solver-41035-1149223527 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node41/41035-1149223527/instance-41035-1149223527.opb 852156168

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  d36c8f083b4352ee7b6379767e1c28ad

RANDOM SEED= 852156168


/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.265
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.265
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:       1279248 kB
Buffers:         31548 kB
Cached:         672460 kB
SwapCached:       4008 kB
Active:         140568 kB
Inactive:       572464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1279248 kB
SwapTotal:     4192956 kB
SwapFree:      4180940 kB
Dirty:             196 kB
Writeback:           0 kB
Mapped:          14924 kB
Slab:            49672 kB
Committed_AS:   223532 kB
PageTables:       1496 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node41 on Fri Jun  2 05:04:52 UTC 2006