Trace number 40977

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 549.362 549.514

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900554072.opb
MD5SUM6281627dc4c435fe3011d1036bb94900
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 benchmark82.7284
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 695
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/node35/40977-1149216639/instance-40977-1149216639.opb ......
549.49	c done parsing opb.
549.49	s UNSATISFIABLE
549.51	c Total Run Time					549.324

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/node35/watcher-40977-1149216639 -o ROOT/results/node35/solver-40977-1149216639 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node35/40977-1149216639/instance-40977-1149216639.opb 141862480 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.86 0.89 0.90 2/64 25298
/proc/meminfo: memFree=1422552/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=1400 CPUtime=0
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 156 0 0 0 0 0 0 0 18 0 1 0 187327759 1433600 139 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134617144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 350 139 100 232 0 115 0

[startup+10.0035 s]
/proc/loadavg: 0.88 0.89 0.90 2/64 25298
/proc/meminfo: memFree=1411552/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=13624 CPUtime=10
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 3216 0 0 0 994 6 0 0 25 0 1 0 187327759 13950976 2852 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552281 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 3406 2852 104 232 0 3171 0
Current children cumulated CPU time (s) 10
Current children cumulated vsize (Kb) 13624

[startup+20.0097 s]
/proc/loadavg: 0.90 0.89 0.90 2/64 25298
/proc/meminfo: memFree=1405160/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=24936 CPUtime=20
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 5189 0 0 0 1990 10 0 0 25 0 1 0 187327759 25534464 4440 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 6234 4440 104 232 0 5999 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 24936

[startup+30.0159 s]
/proc/loadavg: 0.92 0.90 0.90 2/64 25298
/proc/meminfo: memFree=1401000/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=26080 CPUtime=30
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 6226 0 0 0 2986 14 0 0 25 0 1 0 187327759 26705920 5477 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552196 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 6520 5477 104 232 0 6285 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 26080

[startup+40.0222 s]
/proc/loadavg: 0.93 0.90 0.90 2/64 25298
/proc/meminfo: memFree=1396456/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=43532 CPUtime=40
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 7371 0 0 0 3983 17 0 0 25 0 1 0 187327759 44576768 6622 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 10883 6622 104 232 0 10648 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 43532

[startup+50.0284 s]
/proc/loadavg: 0.94 0.90 0.90 2/64 25298
/proc/meminfo: memFree=1392872/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=47772 CPUtime=50
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 9027 0 0 0 4980 20 0 0 25 0 1 0 187327759 48918528 7509 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 11943 7509 104 232 0 11708 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 47772

[startup+60.0346 s]
/proc/loadavg: 0.95 0.91 0.90 2/64 25298
/proc/meminfo: memFree=1389608/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=48684 CPUtime=60.01
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 9839 0 0 0 5978 23 0 0 25 0 1 0 187327759 49852416 8321 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 12171 8321 105 232 0 11936 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 48684

[startup+70.0418 s]
/proc/loadavg: 0.95 0.91 0.90 2/64 25298
/proc/meminfo: memFree=1386280/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=49656 CPUtime=70.01
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 10660 0 0 0 6976 25 0 0 25 0 1 0 187327759 50847744 9142 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551990 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 12414 9142 105 232 0 12179 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 49656

[startup+80.048 s]
/proc/loadavg: 0.96 0.91 0.90 2/64 25298
/proc/meminfo: memFree=1383208/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=50184 CPUtime=80.01
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 11430 0 0 0 7975 26 0 0 25 0 1 0 187327759 51388416 9912 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552202 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 12546 9912 105 232 0 12311 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 50184

[startup+90.0542 s]
/proc/loadavg: 0.97 0.91 0.91 2/64 25298
/proc/meminfo: memFree=1380200/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=51300 CPUtime=90.02
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 12188 0 0 0 8973 29 0 0 25 0 1 0 187327759 52531200 10670 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 12825 10670 105 232 0 12590 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 51300

[startup+100.06 s]
/proc/loadavg: 0.97 0.92 0.91 2/64 25298
/proc/meminfo: memFree=1377384/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=51828 CPUtime=100.03
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 12895 0 0 0 9971 32 0 0 25 0 1 0 187327759 53071872 11377 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 12957 11377 105 232 0 12722 0
Current children cumulated CPU time (s) 100.03
Current children cumulated vsize (Kb) 51828

[startup+110.067 s]
/proc/loadavg: 0.98 0.92 0.91 2/64 25298
/proc/meminfo: memFree=1374568/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=52416 CPUtime=110.02
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 13592 0 0 0 10969 33 0 0 25 0 1 0 187327759 53673984 12074 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 13104 12074 105 232 0 12869 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 52416

[startup+120.073 s]
/proc/loadavg: 0.98 0.92 0.91 2/64 25298
/proc/meminfo: memFree=1371944/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=85740 CPUtime=120.03
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 14247 0 0 0 11967 36 0 0 25 0 1 0 187327759 87797760 12729 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 21435 12729 105 232 0 21200 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 85740

[startup+130.079 s]
/proc/loadavg: 0.98 0.92 0.91 2/64 25298
/proc/meminfo: memFree=1370472/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=86984 CPUtime=130.04
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 14632 0 0 0 12966 38 0 0 25 0 1 0 187327759 89071616 13081 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552295 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 21746 13081 105 232 0 21511 0
Current children cumulated CPU time (s) 130.04
Current children cumulated vsize (Kb) 86984

[startup+140.084 s]
/proc/loadavg: 0.98 0.92 0.91 2/64 25298
/proc/meminfo: memFree=1369960/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=87536 CPUtime=140.04
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 14796 0 0 0 13964 40 0 0 25 0 1 0 187327759 89636864 13212 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 21884 13212 105 232 0 21649 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 87536

[startup+150.09 s]
/proc/loadavg: 0.99 0.93 0.91 2/64 25298
/proc/meminfo: memFree=1368424/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=87988 CPUtime=150.04
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 15189 0 0 0 14963 41 0 0 25 0 1 0 187327759 90099712 13605 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 21997 13605 105 232 0 21762 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 87988

[startup+160.097 s]
/proc/loadavg: 0.99 0.93 0.91 2/64 25298
/proc/meminfo: memFree=1366120/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=88952 CPUtime=160.04
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 15860 0 0 0 15962 42 0 0 25 0 1 0 187327759 91086848 14177 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 22238 14177 105 232 0 22003 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 88952

[startup+170.103 s]
/proc/loadavg: 0.99 0.93 0.91 2/64 25298
/proc/meminfo: memFree=1364392/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=89312 CPUtime=170.05
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 16296 0 0 0 16962 43 0 0 25 0 1 0 187327759 91455488 14613 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 22328 14613 105 232 0 22093 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 89312

[startup+180.109 s]
/proc/loadavg: 0.99 0.93 0.91 2/64 25298
/proc/meminfo: memFree=1363496/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=90392 CPUtime=180.05
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 16583 0 0 0 17961 44 0 0 25 0 1 0 187327759 92561408 14834 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552002 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 22598 14834 105 232 0 22363 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 90392

[startup+190.114 s]
/proc/loadavg: 0.99 0.93 0.91 2/64 25298
/proc/meminfo: memFree=1363048/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=96876 CPUtime=190.05
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 18219 0 0 0 18959 46 0 0 25 0 1 0 187327759 99201024 14933 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552279 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 24219 14933 105 232 0 23984 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 96876

[startup+200.121 s]
/proc/loadavg: 0.99 0.94 0.91 2/64 25298
/proc/meminfo: memFree=1362664/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=96876 CPUtime=200.06
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 18317 0 0 0 19959 47 0 0 25 0 1 0 187327759 99201024 15031 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 24219 15031 105 232 0 23984 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 96876

[startup+210.127 s]
/proc/loadavg: 0.99 0.94 0.91 2/64 25298
/proc/meminfo: memFree=1362152/2055920 swapFree=4180884/4192956

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

/proc/25298/statm: 25586 17767 105 232 0 25351 0
Current children cumulated CPU time (s) 330.11
Current children cumulated vsize (Kb) 102344

[startup+340.208 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 25298
/proc/meminfo: memFree=1350824/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=102968 CPUtime=340.11
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 21805 0 0 0 33946 65 0 0 25 0 1 0 187327759 105439232 17958 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 25742 17958 105 232 0 25507 0
Current children cumulated CPU time (s) 340.11
Current children cumulated vsize (Kb) 102968

[startup+350.214 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 25298
/proc/meminfo: memFree=1350568/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=103100 CPUtime=350.11
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 21883 0 0 0 34946 65 0 0 25 0 1 0 187327759 105574400 18036 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552002 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 25775 18036 105 232 0 25540 0
Current children cumulated CPU time (s) 350.11
Current children cumulated vsize (Kb) 103100

[startup+360.22 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 25298
/proc/meminfo: memFree=1350376/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=103372 CPUtime=360.11
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 21933 0 0 0 35945 66 0 0 25 0 1 0 187327759 105852928 18086 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550022 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 25843 18086 105 232 0 25608 0
Current children cumulated CPU time (s) 360.11
Current children cumulated vsize (Kb) 103372

[startup+370.225 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 25298
/proc/meminfo: memFree=1350056/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=103692 CPUtime=370.11
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 22049 0 0 0 36944 67 0 0 25 0 1 0 187327759 106180608 18169 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 25923 18169 105 232 0 25688 0
Current children cumulated CPU time (s) 370.11
Current children cumulated vsize (Kb) 103692

[startup+380.231 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 25298
/proc/meminfo: memFree=1349800/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=103692 CPUtime=380.12
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 22118 0 0 0 37944 68 0 0 25 0 1 0 187327759 106180608 18238 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552218 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 25923 18238 105 232 0 25688 0
Current children cumulated CPU time (s) 380.12
Current children cumulated vsize (Kb) 103692

[startup+390.238 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 25298
/proc/meminfo: memFree=1349224/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=104112 CPUtime=390.12
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 22257 0 0 0 38943 69 0 0 25 0 1 0 187327759 106610688 18377 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552002 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 26028 18377 105 232 0 25793 0
Current children cumulated CPU time (s) 390.12
Current children cumulated vsize (Kb) 104112

[startup+400.244 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 25298
/proc/meminfo: memFree=1348968/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=104112 CPUtime=400.13
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 22320 0 0 0 39942 71 0 0 25 0 1 0 187327759 106610688 18440 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552002 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 26028 18440 105 232 0 25793 0
Current children cumulated CPU time (s) 400.13
Current children cumulated vsize (Kb) 104112

[startup+410.25 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 25298
/proc/meminfo: memFree=1348776/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=104240 CPUtime=410.13
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 22405 0 0 0 40941 72 0 0 25 0 1 0 187327759 106741760 18492 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550014 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 26060 18492 105 232 0 25825 0
Current children cumulated CPU time (s) 410.13
Current children cumulated vsize (Kb) 104240

[startup+420.257 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 25298
/proc/meminfo: memFree=1348648/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=104240 CPUtime=420.14
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 22438 0 0 0 41941 73 0 0 25 0 1 0 187327759 106741760 18525 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 26060 18525 105 232 0 25825 0
Current children cumulated CPU time (s) 420.14
Current children cumulated vsize (Kb) 104240

[startup+430.262 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 25298
/proc/meminfo: memFree=1347816/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=104240 CPUtime=430.14
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 22640 0 0 0 42940 74 0 0 25 0 1 0 187327759 106741760 18727 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552011 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 26060 18727 105 232 0 25825 0
Current children cumulated CPU time (s) 430.14
Current children cumulated vsize (Kb) 104240

[startup+440.269 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 25298
/proc/meminfo: memFree=1346344/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=104500 CPUtime=440.14
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 23035 0 0 0 43940 74 0 0 25 0 1 0 187327759 107008000 19089 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 26125 19089 105 232 0 25890 0
Current children cumulated CPU time (s) 440.14
Current children cumulated vsize (Kb) 104500

[startup+450.275 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 25298
/proc/meminfo: memFree=1344680/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=105000 CPUtime=450.14
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 23455 0 0 0 44938 76 0 0 25 0 1 0 187327759 107520000 19509 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 26250 19509 105 232 0 26015 0
Current children cumulated CPU time (s) 450.14
Current children cumulated vsize (Kb) 105000

[startup+460.281 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 25298
/proc/meminfo: memFree=1344296/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=105000 CPUtime=460.15
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 23551 0 0 0 45937 78 0 0 25 0 1 0 187327759 107520000 19605 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 26250 19605 105 232 0 26015 0
Current children cumulated CPU time (s) 460.15
Current children cumulated vsize (Kb) 105000

[startup+470.287 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25298
/proc/meminfo: memFree=1343784/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=105128 CPUtime=470.15
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 23683 0 0 0 46936 79 0 0 25 0 1 0 187327759 107651072 19704 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 26282 19704 105 232 0 26047 0
Current children cumulated CPU time (s) 470.15
Current children cumulated vsize (Kb) 105128

[startup+480.294 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25298
/proc/meminfo: memFree=1343656/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=105584 CPUtime=480.16
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 23735 0 0 0 47936 80 0 0 25 0 1 0 187327759 108118016 19756 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 26396 19756 105 232 0 26161 0
Current children cumulated CPU time (s) 480.16
Current children cumulated vsize (Kb) 105584

[startup+490.299 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25298
/proc/meminfo: memFree=1342632/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=106296 CPUtime=490.16
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 24003 0 0 0 48935 81 0 0 25 0 1 0 187327759 108847104 20024 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552051 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 26574 20024 105 232 0 26339 0
Current children cumulated CPU time (s) 490.16
Current children cumulated vsize (Kb) 106296

[startup+500.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25298
/proc/meminfo: memFree=1342056/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=106684 CPUtime=500.17
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 24137 0 0 0 49935 82 0 0 25 0 1 0 187327759 109244416 20158 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 26671 20158 105 232 0 26436 0
Current children cumulated CPU time (s) 500.17
Current children cumulated vsize (Kb) 106684

[startup+510.311 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25298
/proc/meminfo: memFree=1341800/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=107100 CPUtime=510.17
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 24200 0 0 0 50934 83 0 0 25 0 1 0 187327759 109670400 20221 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552196 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 26775 20221 105 232 0 26540 0
Current children cumulated CPU time (s) 510.17
Current children cumulated vsize (Kb) 107100

[startup+520.317 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25298
/proc/meminfo: memFree=1340968/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=107540 CPUtime=520.16
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 24411 0 0 0 51932 84 0 0 25 0 1 0 187327759 110120960 20432 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 26885 20432 105 232 0 26650 0
Current children cumulated CPU time (s) 520.16
Current children cumulated vsize (Kb) 107540

[startup+530.324 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25298
/proc/meminfo: memFree=1340584/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=108008 CPUtime=530.17
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 24513 0 0 0 52932 85 0 0 25 0 1 0 187327759 110600192 20534 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 27002 20534 105 232 0 26767 0
Current children cumulated CPU time (s) 530.17
Current children cumulated vsize (Kb) 108008

[startup+540.33 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25298
/proc/meminfo: memFree=1339752/2055920 swapFree=4180884/4192956
[pid=25298] ppid=25296 vsize=108504 CPUtime=540.18
/proc/25298/stat : 25298 (PBS4L) R 25296 25298 25253 0 -1 4194304 24720 0 0 0 53931 87 0 0 25 0 1 0 187327759 111108096 20741 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25298/statm: 27126 20741 105 232 0 26891 0
Current children cumulated CPU time (s) 540.18
Current children cumulated vsize (Kb) 108504

Child status: 0
Real time (s): 549.514
CPU time (s): 549.362
CPU user time (s): 548.462
CPU system time (s): 0.900863
CPU usage (%): 99.9724
Max. virtual memory (cumulated for all children) (Kb): 108504

Launcher Data (download as text)

Begin job on node35 on Fri Jun  2 02:50:39 UTC 2006


FILE ID= 40977-1149216639

PBS_JOBID= 294859

BENCH NAME= ROOT/tmp/node35/40977-1149216639/instance-40977-1149216639.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node35/40977-1149216639/instance-40977-1149216639.opb 141862480
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-40977-1149216639 -o ROOT/results/node35/solver-40977-1149216639 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node35/40977-1149216639/instance-40977-1149216639.opb 141862480

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  6281627dc4c435fe3011d1036bb94900

RANDOM SEED= 141862480


/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.210
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.210
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:       1422760 kB
Buffers:         20984 kB
Cached:         543156 kB
SwapCached:       4000 kB
Active:          80444 kB
Inactive:       492664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1422760 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:             184 kB
Writeback:           0 kB
Mapped:          14924 kB
Slab:            46032 kB
Committed_AS:   202952 kB
PageTables:       1432 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node35 on Fri Jun  2 02:59:48 UTC 2006