Trace number 40999

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 451.544 451.701

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900544484.opb
MD5SUM6f786d0e248f798e90612aee65004e7e
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 benchmark53.9638
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 741
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/node67/40999-1149219541/instance-40999-1149219541.opb ......
451.68	c done parsing opb.
451.68	s UNSATISFIABLE
451.68	c Total Run Time					451.509

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/node67/watcher-40999-1149219541 -o ROOT/results/node67/solver-40999-1149219541 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node67/40999-1149219541/instance-40999-1149219541.opb 828612811 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.91 2/64 10871
/proc/meminfo: memFree=1604600/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=1400 CPUtime=0
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 152 0 0 0 0 0 0 0 19 0 1 0 187623507 1433600 135 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134536706 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 350 135 100 232 0 115 0

[startup+10.0019 s]
/proc/loadavg: 0.92 0.95 0.91 2/64 10871
/proc/meminfo: memFree=1593160/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=13724 CPUtime=9.99
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 3335 0 0 0 993 6 0 0 25 0 1 0 187623507 14053376 2971 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552179 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 3431 2971 105 232 0 3196 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 13724

[startup+20.0078 s]
/proc/loadavg: 0.93 0.96 0.91 2/64 10871
/proc/meminfo: memFree=1586952/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=24920 CPUtime=19.99
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 5270 0 0 0 1989 10 0 0 25 0 1 0 187623507 25518080 4521 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 6230 4521 105 232 0 5995 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 24920

[startup+30.0137 s]
/proc/loadavg: 0.94 0.96 0.91 2/64 10871
/proc/meminfo: memFree=1582216/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=26276 CPUtime=29.99
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 6453 0 0 0 2986 13 0 0 25 0 1 0 187623507 26906624 5704 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 6569 5704 105 232 0 6334 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 26276

[startup+40.0195 s]
/proc/loadavg: 0.95 0.96 0.91 2/64 10871
/proc/meminfo: memFree=1578888/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=43488 CPUtime=40
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 7282 0 0 0 3984 16 0 0 25 0 1 0 187623507 44531712 6533 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 10872 6533 105 232 0 10637 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 43488

[startup+50.0254 s]
/proc/loadavg: 0.96 0.96 0.91 2/64 10871
/proc/meminfo: memFree=1575496/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=44256 CPUtime=50
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 8129 0 0 0 4981 19 0 0 25 0 1 0 187623507 45318144 7380 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 11064 7380 105 232 0 10829 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 44256

[startup+60.0313 s]
/proc/loadavg: 0.96 0.96 0.91 2/64 10871
/proc/meminfo: memFree=1572296/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=48012 CPUtime=60
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 9698 0 0 0 5979 21 0 0 25 0 1 0 187623507 49164288 8180 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134611888 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 12003 8180 105 232 0 11768 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 48012

[startup+70.0372 s]
/proc/loadavg: 0.97 0.96 0.91 2/64 10871
/proc/meminfo: memFree=1569416/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=49232 CPUtime=70
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 10403 0 0 0 6977 23 0 0 25 0 1 0 187623507 50413568 8885 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551971 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 12308 8885 105 232 0 12073 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 49232

[startup+80.043 s]
/proc/loadavg: 0.97 0.96 0.91 2/64 10871
/proc/meminfo: memFree=1566664/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=49676 CPUtime=80
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 11102 0 0 0 7975 25 0 0 25 0 1 0 187623507 50868224 9584 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 12419 9584 105 232 0 12184 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 49676

[startup+90.0489 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 10871
/proc/meminfo: memFree=1563528/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=50456 CPUtime=90
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 11876 0 0 0 8973 27 0 0 25 0 1 0 187623507 51666944 10358 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 12614 10358 105 232 0 12379 0
Current children cumulated CPU time (s) 90
Current children cumulated vsize (Kb) 50456

[startup+100.055 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 10871
/proc/meminfo: memFree=1561928/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=51500 CPUtime=100.01
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 12285 0 0 0 9972 29 0 0 25 0 1 0 187623507 52736000 10767 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 12875 10767 105 232 0 12640 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 51500

[startup+110.061 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 10871
/proc/meminfo: memFree=1560008/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=51960 CPUtime=110.02
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 12764 0 0 0 10971 31 0 0 25 0 1 0 187623507 53207040 11246 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 12990 11246 105 232 0 12755 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 51960

[startup+120.067 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1557512/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=52920 CPUtime=120.01
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 13379 0 0 0 11969 32 0 0 25 0 1 0 187623507 54190080 11861 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134617144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 13230 11861 105 232 0 12995 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 52920

[startup+130.072 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1555848/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=53404 CPUtime=130.02
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 13803 0 0 0 12968 34 0 0 25 0 1 0 187623507 54685696 12285 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 13351 12285 105 232 0 13116 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 53404

[startup+140.079 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1555336/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=53768 CPUtime=140.02
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 13920 0 0 0 13966 36 0 0 25 0 1 0 187623507 55058432 12402 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550821 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 13442 12402 105 232 0 13207 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 53768

[startup+150.086 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1554248/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=54164 CPUtime=150.03
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 14197 0 0 0 14965 38 0 0 25 0 1 0 187623507 55463936 12679 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 13541 12679 105 232 0 13306 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 54164

[startup+160.093 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1552136/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=87092 CPUtime=160.03
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 14730 0 0 0 15963 40 0 0 25 0 1 0 187623507 89182208 13212 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 21773 13212 105 232 0 21538 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 87092

[startup+170.099 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1550280/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=87460 CPUtime=170.03
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 15180 0 0 0 16962 41 0 0 25 0 1 0 187623507 89559040 13662 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552002 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 21865 13662 105 232 0 21630 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 87460

[startup+180.106 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1548232/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=87916 CPUtime=180.04
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 15696 0 0 0 17961 43 0 0 25 0 1 0 187623507 90025984 14178 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552218 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 21979 14178 105 232 0 21744 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 87916

[startup+190.112 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1546824/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=88708 CPUtime=190.04
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 16046 0 0 0 18959 45 0 0 25 0 1 0 187623507 90836992 14528 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 22177 14528 105 232 0 21942 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 88708

[startup+200.117 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1546440/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=95012 CPUtime=200.04
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 17672 0 0 0 19958 46 0 0 25 0 1 0 187623507 97292288 14617 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 23753 14617 105 232 0 23518 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 95012

[startup+210.124 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1545672/2055920 swapFree=4181736/4192956

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

/proc/10871/statm: 24373 15310 105 232 0 24138 0
Current children cumulated CPU time (s) 240.05
Current children cumulated vsize (Kb) 97492

[startup+250.148 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1543432/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=97624 CPUtime=250.06
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 18497 0 0 0 24953 53 0 0 25 0 1 0 187623507 99966976 15376 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550061 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 24406 15376 105 232 0 24171 0
Current children cumulated CPU time (s) 250.06
Current children cumulated vsize (Kb) 97624

[startup+260.154 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1543240/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=97624 CPUtime=260.06
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 18543 0 0 0 25952 54 0 0 25 0 1 0 187623507 99966976 15422 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 24406 15422 105 232 0 24171 0
Current children cumulated CPU time (s) 260.06
Current children cumulated vsize (Kb) 97624

[startup+270.159 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1542984/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=97756 CPUtime=270.06
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 18612 0 0 0 26951 55 0 0 25 0 1 0 187623507 100102144 15491 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 24439 15491 105 232 0 24204 0
Current children cumulated CPU time (s) 270.06
Current children cumulated vsize (Kb) 97756

[startup+280.165 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1542152/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=97756 CPUtime=280.06
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 18817 0 0 0 27950 56 0 0 25 0 1 0 187623507 100102144 15696 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 24439 15696 105 232 0 24204 0
Current children cumulated CPU time (s) 280.06
Current children cumulated vsize (Kb) 97756

[startup+290.171 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1540680/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=97916 CPUtime=290.06
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 19174 0 0 0 28949 57 0 0 25 0 1 0 187623507 100265984 16053 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 24479 16053 105 232 0 24244 0
Current children cumulated CPU time (s) 290.06
Current children cumulated vsize (Kb) 97916

[startup+300.177 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1538952/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=98368 CPUtime=300.07
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 19651 0 0 0 29948 59 0 0 25 0 1 0 187623507 100728832 16497 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 24592 16497 105 232 0 24357 0
Current children cumulated CPU time (s) 300.07
Current children cumulated vsize (Kb) 98368

[startup+310.183 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1537032/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=99432 CPUtime=310.07
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 20178 0 0 0 30947 60 0 0 25 0 1 0 187623507 101818368 16991 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134856436 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 24858 16991 105 232 0 24623 0
Current children cumulated CPU time (s) 310.07
Current children cumulated vsize (Kb) 99432

[startup+320.189 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1536520/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=99692 CPUtime=320.08
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 20292 0 0 0 31946 62 0 0 25 0 1 0 187623507 102084608 17105 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 24923 17105 105 232 0 24688 0
Current children cumulated CPU time (s) 320.08
Current children cumulated vsize (Kb) 99692

[startup+330.195 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1536200/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=99824 CPUtime=330.07
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 20363 0 0 0 32945 62 0 0 25 0 1 0 187623507 102219776 17176 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552226 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 24956 17176 105 232 0 24721 0
Current children cumulated CPU time (s) 330.07
Current children cumulated vsize (Kb) 99824

[startup+340.201 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1535560/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=100384 CPUtime=340.08
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 20529 0 0 0 33944 64 0 0 25 0 1 0 187623507 102793216 17342 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 25096 17342 105 232 0 24861 0
Current children cumulated CPU time (s) 340.08
Current children cumulated vsize (Kb) 100384

[startup+350.206 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1535240/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=100576 CPUtime=350.08
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 20610 0 0 0 34943 65 0 0 25 0 1 0 187623507 102989824 17423 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549962 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 25144 17423 105 232 0 24909 0
Current children cumulated CPU time (s) 350.08
Current children cumulated vsize (Kb) 100576

[startup+360.212 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1534984/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=100704 CPUtime=360.08
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 20696 0 0 0 35941 67 0 0 25 0 1 0 187623507 103120896 17476 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 25176 17476 105 232 0 24941 0
Current children cumulated CPU time (s) 360.08
Current children cumulated vsize (Kb) 100704

[startup+370.218 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1534600/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=101012 CPUtime=370.09
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 20792 0 0 0 36941 68 0 0 25 0 1 0 187623507 103436288 17572 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 25253 17572 105 232 0 25018 0
Current children cumulated CPU time (s) 370.09
Current children cumulated vsize (Kb) 101012

[startup+380.224 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1534024/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=101336 CPUtime=380.08
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 20938 0 0 0 37939 69 0 0 25 0 1 0 187623507 103768064 17718 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549478 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 25334 17718 105 232 0 25099 0
Current children cumulated CPU time (s) 380.08
Current children cumulated vsize (Kb) 101336

[startup+390.23 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1533576/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=101680 CPUtime=390.09
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 21047 0 0 0 38939 70 0 0 25 0 1 0 187623507 104120320 17827 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 25420 17827 105 232 0 25185 0
Current children cumulated CPU time (s) 390.09
Current children cumulated vsize (Kb) 101680

[startup+400.236 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1533384/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=101812 CPUtime=400.09
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 21101 0 0 0 39938 71 0 0 25 0 1 0 187623507 104255488 17881 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 25453 17881 105 232 0 25218 0
Current children cumulated CPU time (s) 400.09
Current children cumulated vsize (Kb) 101812

[startup+410.242 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1532872/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=102180 CPUtime=410.1
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 21225 0 0 0 40938 72 0 0 25 0 1 0 187623507 104632320 18005 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 25545 18005 105 232 0 25310 0
Current children cumulated CPU time (s) 410.1
Current children cumulated vsize (Kb) 102180

[startup+420.247 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1531912/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=103176 CPUtime=420.09
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 21469 0 0 0 41936 73 0 0 25 0 1 0 187623507 105652224 18249 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552315 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 25794 18249 105 232 0 25559 0
Current children cumulated CPU time (s) 420.09
Current children cumulated vsize (Kb) 103176

[startup+430.253 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1531400/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=103616 CPUtime=430.1
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 21592 0 0 0 42935 75 0 0 25 0 1 0 187623507 106102784 18372 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 25904 18372 105 232 0 25669 0
Current children cumulated CPU time (s) 430.1
Current children cumulated vsize (Kb) 103616

[startup+440.259 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1530952/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=103616 CPUtime=440.11
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 21701 0 0 0 43935 76 0 0 25 0 1 0 187623507 106102784 18481 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 25904 18481 105 232 0 25669 0
Current children cumulated CPU time (s) 440.11
Current children cumulated vsize (Kb) 103616

[startup+450.265 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10871
/proc/meminfo: memFree=1529800/2055920 swapFree=4181736/4192956
[pid=10871] ppid=10869 vsize=105108 CPUtime=450.1
/proc/10871/stat : 10871 (PBS4L) R 10869 10871 10826 0 -1 4194304 21991 0 0 0 44934 76 0 0 25 0 1 0 187623507 107630592 18771 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10871/statm: 26277 18771 105 232 0 26042 0
Current children cumulated CPU time (s) 450.1
Current children cumulated vsize (Kb) 105108

Child status: 0
Real time (s): 451.701
CPU time (s): 451.544
CPU user time (s): 450.763
CPU system time (s): 0.780881
CPU usage (%): 99.9653
Max. virtual memory (cumulated for all children) (Kb): 105108

Launcher Data (download as text)

Begin job on node67 on Fri Jun  2 03:39:01 UTC 2006


FILE ID= 40999-1149219541

PBS_JOBID= 295142

BENCH NAME= ROOT/tmp/node67/40999-1149219541/instance-40999-1149219541.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node67/40999-1149219541/instance-40999-1149219541.opb 828612811
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-40999-1149219541 -o ROOT/results/node67/solver-40999-1149219541 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node67/40999-1149219541/instance-40999-1149219541.opb 828612811

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  6f786d0e248f798e90612aee65004e7e

RANDOM SEED= 828612811


/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.264
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	: 5931.00
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.264
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:       1604872 kB
Buffers:         35436 kB
Cached:         341912 kB
SwapCached:       2976 kB
Active:         106536 kB
Inactive:       279544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1604872 kB
SwapTotal:     4192956 kB
SwapFree:      4181736 kB
Dirty:             144 kB
Writeback:           0 kB
Mapped:          14688 kB
Slab:            50920 kB
Committed_AS:   205500 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node67 on Fri Jun  2 03:46:33 UTC 2006