Trace number 41006

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 1321.49 1321.91

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900552735.opb
MD5SUM2e08c1ce998ee58627c81926b9e65d57
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 benchmark62.8794
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 739
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/node56/41006-1149220236/instance-41006-1149220236.opb ......
1321.88	c done parsing opb.
1321.88	s UNSATISFIABLE
1321.88	c Total Run Time					1321.44

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/node56/watcher-41006-1149220236 -o ROOT/results/node56/solver-41006-1149220236 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node56/41006-1149220236/instance-41006-1149220236.opb 65249878 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.91 2/64 7575
/proc/meminfo: memFree=1220672/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=1368 CPUtime=0
/proc/7575/stat : 7575 (PBS4L) D 7573 7575 7530 0 -1 4194304 111 0 0 0 0 0 0 0 19 0 1 0 187691211 1400832 95 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135137645 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/7575/statm: 350 101 87 232 0 115 0

[startup+10.0026 s]
/proc/loadavg: 0.93 0.98 0.91 2/64 7575
/proc/meminfo: memFree=1209352/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=13600 CPUtime=9.99
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 3301 0 0 0 992 7 0 0 25 0 1 0 187691211 13926400 2937 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549062 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 3400 2937 104 232 0 3165 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 13600

[startup+20.0096 s]
/proc/loadavg: 0.94 0.98 0.91 2/64 7575
/proc/meminfo: memFree=1203600/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=25024 CPUtime=19.99
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 5117 0 0 0 1989 10 0 0 25 0 1 0 187691211 25624576 4368 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 6256 4368 104 232 0 6021 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 25024

[startup+30.0156 s]
/proc/loadavg: 0.95 0.98 0.91 2/64 7575
/proc/meminfo: memFree=1198864/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=26160 CPUtime=29.99
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 6296 0 0 0 2987 12 0 0 25 0 1 0 187691211 26787840 5547 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 6540 5547 104 232 0 6305 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 26160

[startup+40.0216 s]
/proc/loadavg: 0.96 0.98 0.91 2/64 7575
/proc/meminfo: memFree=1194960/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=43564 CPUtime=40
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 7270 0 0 0 3985 15 0 0 25 0 1 0 187691211 44609536 6521 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 10891 6521 104 232 0 10656 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 43564

[startup+50.0276 s]
/proc/loadavg: 1.04 1.00 0.92 2/64 7575
/proc/meminfo: memFree=1191120/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=47808 CPUtime=50
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 8985 0 0 0 4982 18 0 0 25 0 1 0 187691211 48955392 7467 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552182 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 11952 7467 104 232 0 11717 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 47808

[startup+60.0336 s]
/proc/loadavg: 1.03 1.00 0.92 2/64 7575
/proc/meminfo: memFree=1187472/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=48960 CPUtime=60
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 9903 0 0 0 5980 20 0 0 25 0 1 0 187691211 50135040 8385 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550847 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 12240 8385 104 232 0 12005 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 48960

[startup+70.0395 s]
/proc/loadavg: 1.03 1.00 0.92 2/64 7575
/proc/meminfo: memFree=1184272/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=50076 CPUtime=70.01
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 10705 0 0 0 6979 22 0 0 25 0 1 0 187691211 51277824 9187 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 12519 9187 105 232 0 12284 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 50076

[startup+80.0455 s]
/proc/loadavg: 1.02 1.00 0.92 2/64 7575
/proc/meminfo: memFree=1181392/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=50732 CPUtime=80.01
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 11418 0 0 0 7976 25 0 0 25 0 1 0 187691211 51949568 9900 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550844 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 12683 9900 105 232 0 12448 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 50732

[startup+90.0515 s]
/proc/loadavg: 1.02 1.00 0.92 2/64 7575
/proc/meminfo: memFree=1178896/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=51540 CPUtime=90.01
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 12050 0 0 0 8974 27 0 0 25 0 1 0 187691211 52776960 10532 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 12885 10532 105 232 0 12650 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 51540

[startup+100.058 s]
/proc/loadavg: 1.01 1.00 0.92 2/64 7575
/proc/meminfo: memFree=1177360/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=52336 CPUtime=100.02
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 12426 0 0 0 9973 29 0 0 25 0 1 0 187691211 53592064 10908 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549257 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 13084 10908 105 232 0 12849 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 52336

[startup+110.064 s]
/proc/loadavg: 1.01 1.00 0.92 2/64 7575
/proc/meminfo: memFree=1176912/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=52468 CPUtime=110.02
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 12540 0 0 0 10971 31 0 0 25 0 1 0 187691211 53727232 11022 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 13117 11022 105 232 0 12882 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 52468

[startup+120.069 s]
/proc/loadavg: 1.01 1.00 0.92 2/64 7575
/proc/meminfo: memFree=1176272/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=52808 CPUtime=120.03
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 12705 0 0 0 11971 32 0 0 25 0 1 0 187691211 54075392 11187 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 13202 11187 105 232 0 12967 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 52808

[startup+130.075 s]
/proc/loadavg: 1.01 1.00 0.92 2/64 7575
/proc/meminfo: memFree=1173904/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=53132 CPUtime=130.04
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 13296 0 0 0 12970 34 0 0 25 0 1 0 187691211 54407168 11778 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 13283 11778 105 232 0 13048 0
Current children cumulated CPU time (s) 130.04
Current children cumulated vsize (Kb) 53132

[startup+140.081 s]
/proc/loadavg: 1.01 1.00 0.92 2/64 7575
/proc/meminfo: memFree=1171600/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=54064 CPUtime=140.03
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 13868 0 0 0 13967 36 0 0 25 0 1 0 187691211 55361536 12350 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 13516 12350 105 232 0 13281 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 54064

[startup+150.087 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7575
/proc/meminfo: memFree=1169296/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=87548 CPUtime=150.04
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 14473 0 0 0 14965 39 0 0 25 0 1 0 187691211 89649152 12922 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 21887 12922 105 232 0 21652 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 87548

[startup+160.093 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7575
/proc/meminfo: memFree=1167312/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=88092 CPUtime=160.04
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 14964 0 0 0 15962 42 0 0 25 0 1 0 187691211 90206208 13413 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 22023 13413 105 232 0 21788 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 88092

[startup+170.099 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7575
/proc/meminfo: memFree=1165008/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=88752 CPUtime=170.04
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 15547 0 0 0 16961 43 0 0 25 0 1 0 187691211 90882048 13996 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 22188 13996 105 232 0 21953 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 88752

[startup+180.105 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7575
/proc/meminfo: memFree=1162832/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=88884 CPUtime=180.04
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 16080 0 0 0 17959 45 0 0 25 0 1 0 187691211 91017216 14529 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550685 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 22221 14529 105 232 0 21986 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 88884

[startup+190.111 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7575
/proc/meminfo: memFree=1160720/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=95816 CPUtime=190.05
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 18184 0 0 0 18957 48 0 0 25 0 1 0 187691211 98115584 15063 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 23954 15063 105 232 0 23719 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 95816

[startup+200.116 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7575
/proc/meminfo: memFree=1158672/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=96340 CPUtime=200.05
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 18716 0 0 0 19955 50 0 0 25 0 1 0 187691211 98652160 15562 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 24085 15562 105 232 0 23850 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 96340

[startup+210.122 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7575
/proc/meminfo: memFree=1156944/2055920 swapFree=4181332/4192956

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

/proc/7575/statm: 49822 30709 105 232 0 49587 0
Current children cumulated CPU time (s) 1110.28
Current children cumulated vsize (Kb) 199288

[startup+1120.66 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7770
/proc/meminfo: memFree=1097296/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=199288 CPUtime=1120.27
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 39326 0 0 0 111871 156 0 0 25 0 1 0 187691211 204070912 30804 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 49822 30804 105 232 0 49587 0
Current children cumulated CPU time (s) 1120.27
Current children cumulated vsize (Kb) 199288

[startup+1130.66 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7770
/proc/meminfo: memFree=1096336/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=200704 CPUtime=1130.28
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 39576 0 0 0 112871 157 0 0 25 0 1 0 187691211 205520896 31054 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550377 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 50176 31054 105 232 0 49941 0
Current children cumulated CPU time (s) 1130.28
Current children cumulated vsize (Kb) 200704

[startup+1140.67 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7770
/proc/meminfo: memFree=1096208/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=200704 CPUtime=1140.28
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 39603 0 0 0 113870 158 0 0 25 0 1 0 187691211 205520896 31081 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 50176 31081 105 232 0 49941 0
Current children cumulated CPU time (s) 1140.28
Current children cumulated vsize (Kb) 200704

[startup+1150.68 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7770
/proc/meminfo: memFree=1095696/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=201336 CPUtime=1150.29
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 39736 0 0 0 114870 159 0 0 25 0 1 0 187691211 206168064 31214 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550821 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 50334 31214 105 232 0 50099 0
Current children cumulated CPU time (s) 1150.29
Current children cumulated vsize (Kb) 201336

[startup+1160.68 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7770
/proc/meminfo: memFree=1095568/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=201336 CPUtime=1160.29
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 39764 0 0 0 115869 160 0 0 25 0 1 0 187691211 206168064 31242 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 50334 31242 105 232 0 50099 0
Current children cumulated CPU time (s) 1160.29
Current children cumulated vsize (Kb) 201336

[startup+1170.69 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7770
/proc/meminfo: memFree=1095312/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=201336 CPUtime=1170.3
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 39825 0 0 0 116869 161 0 0 25 0 1 0 187691211 206168064 31303 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 50334 31303 105 232 0 50099 0
Current children cumulated CPU time (s) 1170.3
Current children cumulated vsize (Kb) 201336

[startup+1180.69 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7770
/proc/meminfo: memFree=1095184/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=201336 CPUtime=1180.29
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 39856 0 0 0 117868 161 0 0 25 0 1 0 187691211 206168064 31334 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 50334 31334 105 232 0 50099 0
Current children cumulated CPU time (s) 1180.29
Current children cumulated vsize (Kb) 201336

[startup+1190.7 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7770
/proc/meminfo: memFree=1095120/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=201336 CPUtime=1190.3
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 39883 0 0 0 118867 163 0 0 25 0 1 0 187691211 206168064 31361 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 50334 31361 105 232 0 50099 0
Current children cumulated CPU time (s) 1190.3
Current children cumulated vsize (Kb) 201336

[startup+1200.71 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7770
/proc/meminfo: memFree=1095056/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=201336 CPUtime=1200.3
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 39911 0 0 0 119866 164 0 0 25 0 1 0 187691211 206168064 31389 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 50334 31389 105 232 0 50099 0
Current children cumulated CPU time (s) 1200.3
Current children cumulated vsize (Kb) 201336

[startup+1210.71 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7770
/proc/meminfo: memFree=1094928/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=201336 CPUtime=1210.31
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 39932 0 0 0 120866 165 0 0 25 0 1 0 187691211 206168064 31410 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 50334 31410 105 232 0 50099 0
Current children cumulated CPU time (s) 1210.31
Current children cumulated vsize (Kb) 201336

[startup+1220.72 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7770
/proc/meminfo: memFree=1094800/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=201468 CPUtime=1220.31
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 39974 0 0 0 121865 166 0 0 25 0 1 0 187691211 206303232 31452 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 50367 31452 105 232 0 50132 0
Current children cumulated CPU time (s) 1220.31
Current children cumulated vsize (Kb) 201468

[startup+1230.72 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7770
/proc/meminfo: memFree=1094224/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=202140 CPUtime=1230.31
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 40111 0 0 0 122864 167 0 0 25 0 1 0 187691211 206991360 31589 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549273 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 50535 31589 105 232 0 50300 0
Current children cumulated CPU time (s) 1230.31
Current children cumulated vsize (Kb) 202140

[startup+1240.73 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7770
/proc/meminfo: memFree=1093840/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=202140 CPUtime=1240.32
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 40216 0 0 0 123864 168 0 0 25 0 1 0 187691211 206991360 31694 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 50535 31694 105 232 0 50300 0
Current children cumulated CPU time (s) 1240.32
Current children cumulated vsize (Kb) 202140

[startup+1250.74 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7770
/proc/meminfo: memFree=1093392/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=202980 CPUtime=1250.33
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 40371 0 0 0 124863 170 0 0 25 0 1 0 187691211 207851520 31816 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 50745 31816 105 232 0 50510 0
Current children cumulated CPU time (s) 1250.33
Current children cumulated vsize (Kb) 202980

[startup+1260.74 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7770
/proc/meminfo: memFree=1093328/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=202980 CPUtime=1260.33
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 40391 0 0 0 125862 171 0 0 25 0 1 0 187691211 207851520 31836 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 50745 31836 105 232 0 50510 0
Current children cumulated CPU time (s) 1260.33
Current children cumulated vsize (Kb) 202980

[startup+1270.75 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7770
/proc/meminfo: memFree=1093200/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=202980 CPUtime=1270.33
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 40412 0 0 0 126862 171 0 0 25 0 1 0 187691211 207851520 31857 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 50745 31857 105 232 0 50510 0
Current children cumulated CPU time (s) 1270.33
Current children cumulated vsize (Kb) 202980

[startup+1280.75 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7770
/proc/meminfo: memFree=1092432/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=203736 CPUtime=1280.33
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 40607 0 0 0 127861 172 0 0 25 0 1 0 187691211 208625664 32052 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 50934 32052 105 232 0 50699 0
Current children cumulated CPU time (s) 1280.33
Current children cumulated vsize (Kb) 203736

[startup+1290.76 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7770
/proc/meminfo: memFree=1092112/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=203736 CPUtime=1290.33
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 40688 0 0 0 128861 172 0 0 25 0 1 0 187691211 208625664 32133 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552226 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 50934 32133 105 232 0 50699 0
Current children cumulated CPU time (s) 1290.33
Current children cumulated vsize (Kb) 203736

[startup+1300.76 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7770
/proc/meminfo: memFree=1091664/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=204540 CPUtime=1300.34
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 40806 0 0 0 129861 173 0 0 25 0 1 0 187691211 209448960 32251 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 51135 32251 105 232 0 50900 0
Current children cumulated CPU time (s) 1300.34
Current children cumulated vsize (Kb) 204540

[startup+1310.77 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7770
/proc/meminfo: memFree=1091216/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=204540 CPUtime=1310.35
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 40919 0 0 0 130861 174 0 0 25 0 1 0 187691211 209448960 32364 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 51135 32364 105 232 0 50900 0
Current children cumulated CPU time (s) 1310.35
Current children cumulated vsize (Kb) 204540

[startup+1320.78 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7770
/proc/meminfo: memFree=1090832/2055920 swapFree=4181332/4192956
[pid=7575] ppid=7573 vsize=205396 CPUtime=1320.34
/proc/7575/stat : 7575 (PBS4L) R 7573 7575 7530 0 -1 4194304 41010 0 0 0 131860 174 0 0 25 0 1 0 187691211 210325504 32455 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/7575/statm: 51349 32455 105 232 0 51114 0
Current children cumulated CPU time (s) 1320.34
Current children cumulated vsize (Kb) 205396

Child status: 0
Real time (s): 1321.91
CPU time (s): 1321.49
CPU user time (s): 1319.72
CPU system time (s): 1.76973
CPU usage (%): 99.9678
Max. virtual memory (cumulated for all children) (Kb): 205396

Launcher Data (download as text)

Begin job on node56 on Fri Jun  2 03:50:36 UTC 2006


FILE ID= 41006-1149220236

PBS_JOBID= 295238

BENCH NAME= ROOT/tmp/node56/41006-1149220236/instance-41006-1149220236.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node56/41006-1149220236/instance-41006-1149220236.opb 65249878
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-41006-1149220236 -o ROOT/results/node56/solver-41006-1149220236 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node56/41006-1149220236/instance-41006-1149220236.opb 65249878

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  2e08c1ce998ee58627c81926b9e65d57

RANDOM SEED= 65249878


/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.232
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.232
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:       1220880 kB
Buffers:         40964 kB
Cached:         715696 kB
SwapCached:       3648 kB
Active:         301620 kB
Inactive:       464064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1220880 kB
SwapTotal:     4192956 kB
SwapFree:      4181332 kB
Dirty:             176 kB
Writeback:           0 kB
Mapped:          14900 kB
Slab:            55324 kB
Committed_AS:   182532 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 node56 on Fri Jun  2 04:12:38 UTC 2006