Trace number 41040

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 638.019 638.284

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900554420.opb
MD5SUM30c4f9acafc0f3a30de05f75833db699
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 benchmark209.615
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 689
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/node65/41040-1149224117/instance-41040-1149224117.opb ......
638.26	c done parsing opb.
638.26	s UNSATISFIABLE
638.26	c Total Run Time					637.982

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/node65/watcher-41040-1149224117 -o ROOT/results/node65/solver-41040-1149224117 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node65/41040-1149224117/instance-41040-1149224117.opb 183274257 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.80 0.95 0.95 2/64 21941
/proc/meminfo: memFree=1600080/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=1400 CPUtime=0
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 156 0 0 0 0 0 0 0 18 0 1 0 188081023 1433600 139 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134536732 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 350 139 100 232 0 115 0

[startup+10.0022 s]
/proc/loadavg: 0.83 0.95 0.95 2/64 21941
/proc/meminfo: memFree=1588456/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=13636 CPUtime=10
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 3368 0 0 0 993 7 0 0 25 0 1 0 188081023 13963264 3004 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552002 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 3409 3004 104 232 0 3174 0
Current children cumulated CPU time (s) 10
Current children cumulated vsize (Kb) 13636

[startup+20.0078 s]
/proc/loadavg: 0.86 0.95 0.95 2/64 21941
/proc/meminfo: memFree=1582056/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=24856 CPUtime=20
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 5350 0 0 0 1987 13 0 0 25 0 1 0 188081023 25452544 4601 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551257 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 6214 4601 105 232 0 5979 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 24856

[startup+30.0135 s]
/proc/loadavg: 0.88 0.96 0.95 2/64 21941
/proc/meminfo: memFree=1576872/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=26236 CPUtime=30
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 6658 0 0 0 2983 17 0 0 25 0 1 0 188081023 26865664 5909 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550001 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 6559 5909 105 232 0 6324 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 26236

[startup+40.0191 s]
/proc/loadavg: 0.90 0.96 0.95 2/64 21941
/proc/meminfo: memFree=1572520/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=43840 CPUtime=40
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 7750 0 0 0 3980 20 0 0 25 0 1 0 188081023 44892160 7001 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 10960 7001 105 232 0 10725 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 43840

[startup+50.0248 s]
/proc/loadavg: 0.91 0.96 0.95 2/64 21941
/proc/meminfo: memFree=1568360/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=47784 CPUtime=50
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 9549 0 0 0 4977 23 0 0 25 0 1 0 188081023 48930816 8031 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 11946 8031 105 232 0 11711 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 47784

[startup+60.0304 s]
/proc/loadavg: 0.92 0.96 0.95 2/64 21941
/proc/meminfo: memFree=1564648/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=48604 CPUtime=60
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 10497 0 0 0 5975 25 0 0 25 0 1 0 188081023 49770496 8979 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551990 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 12151 8979 105 232 0 11916 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 48604

[startup+70.0361 s]
/proc/loadavg: 0.94 0.96 0.95 2/64 21941
/proc/meminfo: memFree=1561256/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=49600 CPUtime=70
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 11333 0 0 0 6973 27 0 0 25 0 1 0 188081023 50790400 9815 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 12400 9815 105 232 0 12165 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 49600

[startup+80.0417 s]
/proc/loadavg: 0.95 0.96 0.95 2/64 21941
/proc/meminfo: memFree=1558696/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=50392 CPUtime=80.01
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 11971 0 0 0 7972 29 0 0 25 0 1 0 188081023 51601408 10453 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550001 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 12598 10453 105 232 0 12363 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 50392

[startup+90.0474 s]
/proc/loadavg: 0.95 0.96 0.95 2/64 21941
/proc/meminfo: memFree=1555624/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=51128 CPUtime=90.01
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 12749 0 0 0 8970 31 0 0 25 0 1 0 188081023 52355072 11231 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 12782 11231 105 232 0 12547 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 51128

[startup+100.053 s]
/proc/loadavg: 0.96 0.96 0.95 2/64 21941
/proc/meminfo: memFree=1552744/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=51848 CPUtime=100.01
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 13469 0 0 0 9969 32 0 0 25 0 1 0 188081023 53092352 11951 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552002 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 12962 11951 105 232 0 12727 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 51848

[startup+110.059 s]
/proc/loadavg: 0.97 0.96 0.95 2/64 21941
/proc/meminfo: memFree=1550120/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=85336 CPUtime=110.02
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 14120 0 0 0 10967 35 0 0 25 0 1 0 188081023 87384064 12602 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 21334 12602 105 232 0 21099 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 85336

[startup+120.064 s]
/proc/loadavg: 0.97 0.96 0.95 2/64 21941
/proc/meminfo: memFree=1548008/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=86116 CPUtime=120.02
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 14646 0 0 0 11965 37 0 0 25 0 1 0 188081023 88182784 13128 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552002 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 21529 13128 105 232 0 21294 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 86116

[startup+130.07 s]
/proc/loadavg: 0.97 0.97 0.95 2/64 21941
/proc/meminfo: memFree=1545320/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=87428 CPUtime=130.02
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 15343 0 0 0 12964 38 0 0 25 0 1 0 188081023 89526272 13792 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 21857 13792 105 232 0 21622 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 87428

[startup+140.076 s]
/proc/loadavg: 0.98 0.97 0.95 2/64 21941
/proc/meminfo: memFree=1544680/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=88096 CPUtime=140.02
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 15514 0 0 0 13962 40 0 0 25 0 1 0 188081023 90210304 13963 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550853 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 22024 13963 105 232 0 21789 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 88096

[startup+150.081 s]
/proc/loadavg: 0.98 0.97 0.95 2/64 21941
/proc/meminfo: memFree=1544104/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=88604 CPUtime=150.02
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 15661 0 0 0 14961 41 0 0 25 0 1 0 188081023 90730496 14110 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 22151 14110 105 232 0 21916 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 88604

[startup+160.088 s]
/proc/loadavg: 0.98 0.97 0.95 2/64 21941
/proc/meminfo: memFree=1543848/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=88604 CPUtime=160.03
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 15724 0 0 0 15961 42 0 0 25 0 1 0 188081023 90730496 14173 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552266 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 22151 14173 105 232 0 21916 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 88604

[startup+170.095 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 21941
/proc/meminfo: memFree=1542888/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=89192 CPUtime=170.03
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 15949 0 0 0 16959 44 0 0 25 0 1 0 188081023 91332608 14398 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 22298 14398 105 232 0 22063 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 89192

[startup+180.101 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 21941
/proc/meminfo: memFree=1542056/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=95880 CPUtime=180.04
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 17667 0 0 0 17958 46 0 0 25 0 1 0 188081023 98181120 14579 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 23970 14579 105 232 0 23735 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 95880

[startup+190.107 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 21941
/proc/meminfo: memFree=1541544/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=96276 CPUtime=190.04
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 17818 0 0 0 18957 47 0 0 25 0 1 0 188081023 98586624 14730 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 24069 14730 105 232 0 23834 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 96276

[startup+200.113 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 21941
/proc/meminfo: memFree=1541224/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=96568 CPUtime=200.04
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 17906 0 0 0 19956 48 0 0 25 0 1 0 188081023 98885632 14818 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 24142 14818 105 232 0 23907 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 96568

[startup+210.119 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 21941
/proc/meminfo: memFree=1540840/2055920 swapFree=4181844/4192956

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

/proc/21941/statm: 25829 19252 105 232 0 25594 0
Current children cumulated CPU time (s) 420.04
Current children cumulated vsize (Kb) 103316

[startup+430.248 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 22136
/proc/meminfo: memFree=1522856/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=103572 CPUtime=430.04
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 22624 0 0 0 42924 80 0 0 25 0 1 0 188081023 106057728 19305 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552011 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 25893 19305 105 232 0 25658 0
Current children cumulated CPU time (s) 430.04
Current children cumulated vsize (Kb) 103572

[startup+440.253 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 22136
/proc/meminfo: memFree=1522280/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=103940 CPUtime=440.05
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 22795 0 0 0 43923 82 0 0 25 0 1 0 188081023 106434560 19476 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552226 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 25985 19476 105 232 0 25750 0
Current children cumulated CPU time (s) 440.05
Current children cumulated vsize (Kb) 103940

[startup+450.259 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 22136
/proc/meminfo: memFree=1521768/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=104328 CPUtime=450.05
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 22927 0 0 0 44922 83 0 0 25 0 1 0 188081023 106831872 19608 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 26082 19608 105 232 0 25847 0
Current children cumulated CPU time (s) 450.05
Current children cumulated vsize (Kb) 104328

[startup+460.265 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 22136
/proc/meminfo: memFree=1521576/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=104328 CPUtime=460.05
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 22973 0 0 0 45921 84 0 0 25 0 1 0 188081023 106831872 19654 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550022 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 26082 19654 105 232 0 25847 0
Current children cumulated CPU time (s) 460.05
Current children cumulated vsize (Kb) 104328

[startup+470.27 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 22136
/proc/meminfo: memFree=1521384/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=104328 CPUtime=470.05
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 23017 0 0 0 46920 85 0 0 25 0 1 0 188081023 106831872 19698 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552026 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 26082 19698 105 232 0 25847 0
Current children cumulated CPU time (s) 470.05
Current children cumulated vsize (Kb) 104328

[startup+480.277 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 22136
/proc/meminfo: memFree=1521128/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=104936 CPUtime=480.06
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 23075 0 0 0 47920 86 0 0 25 0 1 0 188081023 107454464 19756 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 26234 19756 105 232 0 25999 0
Current children cumulated CPU time (s) 480.06
Current children cumulated vsize (Kb) 104936

[startup+490.284 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 22136
/proc/meminfo: memFree=1520936/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=104936 CPUtime=490.06
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 23130 0 0 0 48919 87 0 0 25 0 1 0 188081023 107454464 19811 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552002 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 26234 19811 105 232 0 25999 0
Current children cumulated CPU time (s) 490.06
Current children cumulated vsize (Kb) 104936

[startup+500.29 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 22136
/proc/meminfo: memFree=1520616/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=105068 CPUtime=500.06
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 23204 0 0 0 49917 89 0 0 25 0 1 0 188081023 107589632 19885 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552331 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 26267 19885 105 232 0 26032 0
Current children cumulated CPU time (s) 500.06
Current children cumulated vsize (Kb) 105068

[startup+510.297 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 22136
/proc/meminfo: memFree=1519976/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=105508 CPUtime=510.06
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 23363 0 0 0 50916 90 0 0 25 0 1 0 188081023 108040192 20044 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 26377 20044 105 232 0 26142 0
Current children cumulated CPU time (s) 510.06
Current children cumulated vsize (Kb) 105508

[startup+520.303 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 22136
/proc/meminfo: memFree=1519656/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=105640 CPUtime=520.07
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 23445 0 0 0 51916 91 0 0 25 0 1 0 188081023 108175360 20126 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549282 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 26410 20126 105 232 0 26175 0
Current children cumulated CPU time (s) 520.07
Current children cumulated vsize (Kb) 105640

[startup+530.31 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 22136
/proc/meminfo: memFree=1519464/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=105832 CPUtime=530.08
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 23502 0 0 0 52915 93 0 0 25 0 1 0 188081023 108371968 20183 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 26458 20183 105 232 0 26223 0
Current children cumulated CPU time (s) 530.08
Current children cumulated vsize (Kb) 105832

[startup+540.316 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 22136
/proc/meminfo: memFree=1519144/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=105832 CPUtime=540.08
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 23582 0 0 0 53914 94 0 0 25 0 1 0 188081023 108371968 20263 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134611572 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 26458 20263 105 232 0 26223 0
Current children cumulated CPU time (s) 540.08
Current children cumulated vsize (Kb) 105832

[startup+550.322 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 22136
/proc/meminfo: memFree=1518760/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=105960 CPUtime=550.08
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 23697 0 0 0 54914 94 0 0 25 0 1 0 188081023 108503040 20345 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552324 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 26490 20345 105 232 0 26255 0
Current children cumulated CPU time (s) 550.08
Current children cumulated vsize (Kb) 105960

[startup+560.329 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 22136
/proc/meminfo: memFree=1518632/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=105960 CPUtime=560.08
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 23739 0 0 0 55913 95 0 0 25 0 1 0 188081023 108503040 20387 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 26490 20387 105 232 0 26255 0
Current children cumulated CPU time (s) 560.08
Current children cumulated vsize (Kb) 105960

[startup+570.335 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 22136
/proc/meminfo: memFree=1517928/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=106748 CPUtime=570.09
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 23941 0 0 0 56913 96 0 0 25 0 1 0 188081023 109309952 20556 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552771 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 26687 20556 105 232 0 26452 0
Current children cumulated CPU time (s) 570.09
Current children cumulated vsize (Kb) 106748

[startup+580.34 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 22136
/proc/meminfo: memFree=1517608/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=106940 CPUtime=580.09
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 24032 0 0 0 57912 97 0 0 25 0 1 0 188081023 109506560 20647 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552345 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 26735 20647 105 232 0 26500 0
Current children cumulated CPU time (s) 580.09
Current children cumulated vsize (Kb) 106940

[startup+590.346 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 22136
/proc/meminfo: memFree=1516456/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=120116 CPUtime=590.09
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 27328 0 0 0 58911 98 0 0 25 0 1 0 188081023 122998784 20870 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 30029 20870 105 232 0 29794 0
Current children cumulated CPU time (s) 590.09
Current children cumulated vsize (Kb) 120116

[startup+600.352 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 22136
/proc/meminfo: memFree=1515560/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=121204 CPUtime=600.09
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 27598 0 0 0 59909 100 0 0 25 0 1 0 188081023 124112896 21140 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552266 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 30301 21140 105 232 0 30066 0
Current children cumulated CPU time (s) 600.09
Current children cumulated vsize (Kb) 121204

[startup+610.357 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 22136
/proc/meminfo: memFree=1515112/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=121800 CPUtime=610.09
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 27720 0 0 0 60908 101 0 0 25 0 1 0 188081023 124723200 21262 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 30450 21262 105 232 0 30215 0
Current children cumulated CPU time (s) 610.09
Current children cumulated vsize (Kb) 121800

[startup+620.363 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 22136
/proc/meminfo: memFree=1514664/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=121800 CPUtime=620.09
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 27828 0 0 0 61907 102 0 0 25 0 1 0 188081023 124723200 21370 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 30450 21370 105 232 0 30215 0
Current children cumulated CPU time (s) 620.09
Current children cumulated vsize (Kb) 121800

[startup+630.369 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 22136
/proc/meminfo: memFree=1513832/2055920 swapFree=4181844/4192956
[pid=21941] ppid=21939 vsize=122432 CPUtime=630.1
/proc/21941/stat : 21941 (PBS4L) R 21939 21941 21896 0 -1 4194304 28039 0 0 0 62906 104 0 0 25 0 1 0 188081023 125370368 21581 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/21941/statm: 30608 21581 105 232 0 30373 0
Current children cumulated CPU time (s) 630.1
Current children cumulated vsize (Kb) 122432

Child status: 0
Real time (s): 638.284
CPU time (s): 638.019
CPU user time (s): 636.952
CPU system time (s): 1.06684
CPU usage (%): 99.9585
Max. virtual memory (cumulated for all children) (Kb): 122432

Launcher Data (download as text)

Begin job on node65 on Fri Jun  2 04:55:17 UTC 2006


FILE ID= 41040-1149224117

PBS_JOBID= 295676

BENCH NAME= ROOT/tmp/node65/41040-1149224117/instance-41040-1149224117.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node65/41040-1149224117/instance-41040-1149224117.opb 183274257
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-41040-1149224117 -o ROOT/results/node65/solver-41040-1149224117 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node65/41040-1149224117/instance-41040-1149224117.opb 183274257

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  30c4f9acafc0f3a30de05f75833db699

RANDOM SEED= 183274257


/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.283
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.283
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:       1600288 kB
Buffers:         35568 kB
Cached:         344252 kB
SwapCached:       2952 kB
Active:         109632 kB
Inactive:       278960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1600288 kB
SwapTotal:     4192956 kB
SwapFree:      4181844 kB
Dirty:             280 kB
Writeback:           0 kB
Mapped:          14736 kB
Slab:            53024 kB
Committed_AS:   185468 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node65 on Fri Jun  2 05:05:55 UTC 2006