Trace number 37793

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 NameAnswerObjective functionCPU timeWall clock time
Pueblo 1.3SAT-3 1783.22 1783.72

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos19.opb
MD5SUM1ef5c8e94b66b7ed63dffc6923ecd901
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-3
Best CPU time to get the best result obtained on this benchmark1783.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -3
Optimality of the best value was proved NO
Number of variables1041679
Total number of constraints127860
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints127780
Minimum length of a constraint2
Maximum length of a constraint275
Number of terms in the objective function 1611
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1611
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24576
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 98256
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

Sorry, but this trace is too large and cannot be obtained.

Verifier Data (download as text)

OK	-3

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/node14/watcher-37793-1149365840 -o ROOT/results/node14/solver-37793-1149365840 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node14/37793-1149365840/instance-37793-1149365840.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.98 2/64 4970
/proc/meminfo: memFree=1775384/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=964 CPUtime=0
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 51 0 0 0 0 0 0 0 18 0 1 0 202246888 987136 35 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 6926907 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 276 39 30 16 0 8 0

[startup+10.0021 s]
/proc/loadavg: 0.93 0.98 0.98 2/64 4970
/proc/meminfo: memFree=1629112/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=148704 CPUtime=9.98
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 36811 0 0 0 983 15 0 0 25 0 1 0 202246888 152272896 36782 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134546705 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 37176 36782 199 16 0 36617 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 148704

[startup+20.0081 s]
/proc/loadavg: 0.94 0.98 0.98 2/64 4970
/proc/meminfo: memFree=1522568/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=257576 CPUtime=19.99
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 1295954 0 0 0 1488 511 0 0 25 0 1 0 202246888 263757824 63871 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 63376 62853 204 16 0 62817 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 257576

[startup+30.014 s]
/proc/loadavg: 0.95 0.98 0.98 2/64 4970
/proc/meminfo: memFree=1522504/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=257576 CPUtime=30
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 2973628 0 0 0 1836 1164 0 0 25 0 1 0 202246888 263757824 62864 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 64394 62874 204 16 0 63835 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 257576

[startup+40.02 s]
/proc/loadavg: 0.96 0.98 0.98 2/64 4970
/proc/meminfo: memFree=1524040/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=257576 CPUtime=40
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 4635960 0 0 0 2179 1821 0 0 25 0 1 0 202246888 263757824 63819 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 64394 63825 204 16 0 63835 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 257576

[startup+50.0269 s]
/proc/loadavg: 0.96 0.98 0.98 2/64 4970
/proc/meminfo: memFree=1521672/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=257576 CPUtime=50
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 6298729 0 0 0 2521 2479 0 0 25 0 1 0 202246888 263757824 63176 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 64394 63186 204 16 0 63835 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 257576

[startup+60.0329 s]
/proc/loadavg: 0.97 0.98 0.98 2/64 4970
/proc/meminfo: memFree=1522568/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=257576 CPUtime=60.01
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 7947607 0 0 0 2867 3134 0 0 25 0 1 0 202246888 263757824 62895 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 64394 62905 204 16 0 63835 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 257576

[startup+70.0388 s]
/proc/loadavg: 0.97 0.98 0.98 2/64 4970
/proc/meminfo: memFree=1520904/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=257576 CPUtime=70.01
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 9601330 0 0 0 3210 3791 0 0 25 0 1 0 202246888 263757824 63385 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 64394 63392 204 16 0 63835 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 257576

[startup+80.0448 s]
/proc/loadavg: 0.98 0.98 0.98 2/64 4970
/proc/meminfo: memFree=1521992/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=257576 CPUtime=80.01
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 11246119 0 0 0 3552 4449 0 0 25 0 1 0 202246888 263757824 63086 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 64394 63096 204 16 0 63835 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 257576

[startup+90.0507 s]
/proc/loadavg: 0.98 0.98 0.98 2/64 4970
/proc/meminfo: memFree=1520392/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=259160 CPUtime=90.02
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 12849825 0 0 0 3885 5117 0 0 25 0 1 0 202246888 265379840 63443 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 64790 63450 204 16 0 64231 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 259160

[startup+100.057 s]
/proc/loadavg: 0.98 0.98 0.98 2/64 4970
/proc/meminfo: memFree=1518984/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=261932 CPUtime=100.02
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 14451607 0 0 0 4209 5793 0 0 25 0 1 0 202246888 268218368 64928 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532012 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 65483 64928 204 16 0 64924 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 261932

[startup+110.064 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4970
/proc/meminfo: memFree=1514888/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=264704 CPUtime=110.02
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 16107804 0 0 0 4545 6457 0 0 25 0 1 0 202246888 271056896 64840 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 66176 64849 204 16 0 65617 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 264704

[startup+120.07 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4970
/proc/meminfo: memFree=1511752/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=267524 CPUtime=120.03
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 17756695 0 0 0 4885 7118 0 0 25 0 1 0 202246888 273944576 65589 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 66881 65598 204 16 0 66322 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 267524

[startup+130.076 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4970
/proc/meminfo: memFree=1511880/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=270428 CPUtime=130.03
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 19412231 0 0 0 5225 7778 0 0 25 0 1 0 202246888 276918272 66875 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 67607 66881 204 16 0 67048 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 270428

[startup+140.082 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4970
/proc/meminfo: memFree=1507552/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=273200 CPUtime=140.04
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 21061246 0 0 0 5564 8440 0 0 25 0 1 0 202246888 279756800 67747 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 68300 67747 579 16 0 67741 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 273200

[startup+150.087 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4970
/proc/meminfo: memFree=1502792/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=275972 CPUtime=150.03
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 22717671 0 0 0 5898 9105 0 0 25 0 1 0 202246888 282595328 67886 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 68993 67893 204 16 0 68434 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 275972

[startup+160.093 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4970
/proc/meminfo: memFree=1500168/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=278876 CPUtime=160.04
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 24367507 0 0 0 6234 9770 0 0 25 0 1 0 202246888 285569024 68562 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 69719 68570 204 16 0 69160 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 278876

[startup+170.099 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4970
/proc/meminfo: memFree=1498824/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=281648 CPUtime=170.04
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 26023059 0 0 0 6570 10434 0 0 25 0 1 0 202246888 288407552 69864 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 70412 69864 818 16 0 69853 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 281648

[startup+180.105 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4970
/proc/meminfo: memFree=1494536/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=284420 CPUtime=180.04
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 27671301 0 0 0 6899 11105 0 0 25 0 1 0 202246888 291246080 69964 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 71105 69972 204 16 0 70546 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 284420

[startup+190.111 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4970
/proc/meminfo: memFree=1491080/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=287324 CPUtime=190.04
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 29325531 0 0 0 7241 11763 0 0 25 0 1 0 202246888 294219776 70963 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 71831 70969 204 16 0 71272 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 287324

[startup+200.117 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4970
/proc/meminfo: memFree=1490440/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=290096 CPUtime=200.05
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 30973669 0 0 0 7582 12423 0 0 25 0 1 0 202246888 297058304 71976 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 72524 71976 710 16 0 71965 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 290096

[startup+210.123 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4970
/proc/meminfo: memFree=1487560/2055920 swapFree=4181448/4192956

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

/proc/4970/statm: 129554 128844 206 16 0 128995 0
Current children cumulated CPU time (s) 1590.51
Current children cumulated vsize (Kb) 518216

[startup+1600.95 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4972
/proc/meminfo: memFree=1260104/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=518216 CPUtime=1600.51
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 164894483 0 0 0 93732 66319 0 0 25 0 1 0 202246888 530653184 128844 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134516725 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 129554 128844 206 16 0 128995 0
Current children cumulated CPU time (s) 1600.51
Current children cumulated vsize (Kb) 518216

[startup+1610.96 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4972
/proc/meminfo: memFree=1260104/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=518216 CPUtime=1610.51
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 164894483 0 0 0 94732 66319 0 0 25 0 1 0 202246888 530653184 128844 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134516720 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 129554 128844 206 16 0 128995 0
Current children cumulated CPU time (s) 1610.51
Current children cumulated vsize (Kb) 518216

[startup+1620.96 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4972
/proc/meminfo: memFree=1260104/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=518216 CPUtime=1620.51
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 164894483 0 0 0 95730 66321 0 0 25 0 1 0 202246888 530653184 128844 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 129554 128844 206 16 0 128995 0
Current children cumulated CPU time (s) 1620.51
Current children cumulated vsize (Kb) 518216

[startup+1630.97 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4972
/proc/meminfo: memFree=1260104/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=518216 CPUtime=1630.51
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 164894483 0 0 0 96729 66322 0 0 25 0 1 0 202246888 530653184 128844 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 129554 128844 206 16 0 128995 0
Current children cumulated CPU time (s) 1630.51
Current children cumulated vsize (Kb) 518216

[startup+1640.98 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4972
/proc/meminfo: memFree=1260104/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=518216 CPUtime=1640.51
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 164894483 0 0 0 97728 66323 0 0 25 0 1 0 202246888 530653184 128844 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 129554 128844 206 16 0 128995 0
Current children cumulated CPU time (s) 1640.51
Current children cumulated vsize (Kb) 518216

[startup+1650.98 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4972
/proc/meminfo: memFree=1260104/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=518216 CPUtime=1650.52
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 164894483 0 0 0 98728 66324 0 0 25 0 1 0 202246888 530653184 128844 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 129554 128844 206 16 0 128995 0
Current children cumulated CPU time (s) 1650.52
Current children cumulated vsize (Kb) 518216

[startup+1660.99 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4972
/proc/meminfo: memFree=1260040/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=518216 CPUtime=1660.53
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 164894483 0 0 0 99728 66325 0 0 25 0 1 0 202246888 530653184 128844 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519910 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 129554 128844 206 16 0 128995 0
Current children cumulated CPU time (s) 1660.53
Current children cumulated vsize (Kb) 518216

[startup+1670.99 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4972
/proc/meminfo: memFree=1260040/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=518216 CPUtime=1670.53
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 164894483 0 0 0 100728 66325 0 0 25 0 1 0 202246888 530653184 128844 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 129554 128844 206 16 0 128995 0
Current children cumulated CPU time (s) 1670.53
Current children cumulated vsize (Kb) 518216

[startup+1681 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4972
/proc/meminfo: memFree=1260040/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=518216 CPUtime=1680.53
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 164894483 0 0 0 101726 66327 0 0 25 0 1 0 202246888 530653184 128844 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 129554 128844 206 16 0 128995 0
Current children cumulated CPU time (s) 1680.53
Current children cumulated vsize (Kb) 518216

[startup+1691.01 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4972
/proc/meminfo: memFree=1260040/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=518216 CPUtime=1690.54
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 164894483 0 0 0 102726 66328 0 0 25 0 1 0 202246888 530653184 128844 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 129554 128844 206 16 0 128995 0
Current children cumulated CPU time (s) 1690.54
Current children cumulated vsize (Kb) 518216

[startup+1701.01 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4972
/proc/meminfo: memFree=1260040/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=518216 CPUtime=1700.53
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 164894483 0 0 0 103725 66328 0 0 25 0 1 0 202246888 530653184 128844 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 129554 128844 206 16 0 128995 0
Current children cumulated CPU time (s) 1700.53
Current children cumulated vsize (Kb) 518216

[startup+1711.02 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4972
/proc/meminfo: memFree=1260040/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=518216 CPUtime=1710.53
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 164894483 0 0 0 104725 66328 0 0 25 0 1 0 202246888 530653184 128844 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 129554 128844 206 16 0 128995 0
Current children cumulated CPU time (s) 1710.53
Current children cumulated vsize (Kb) 518216

[startup+1721.02 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4972
/proc/meminfo: memFree=1260040/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=518216 CPUtime=1720.54
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 164894483 0 0 0 105725 66329 0 0 25 0 1 0 202246888 530653184 128844 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 129554 128844 206 16 0 128995 0
Current children cumulated CPU time (s) 1720.54
Current children cumulated vsize (Kb) 518216

[startup+1731.03 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4972
/proc/meminfo: memFree=1260040/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=518216 CPUtime=1730.54
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 164894483 0 0 0 106725 66329 0 0 25 0 1 0 202246888 530653184 128844 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 129554 128844 206 16 0 128995 0
Current children cumulated CPU time (s) 1730.54
Current children cumulated vsize (Kb) 518216

[startup+1741.04 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4972
/proc/meminfo: memFree=1260040/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=518216 CPUtime=1740.55
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 164894483 0 0 0 107725 66330 0 0 25 0 1 0 202246888 530653184 128844 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519926 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 129554 128844 206 16 0 128995 0
Current children cumulated CPU time (s) 1740.55
Current children cumulated vsize (Kb) 518216

[startup+1751.04 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4972
/proc/meminfo: memFree=1260040/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=518216 CPUtime=1750.56
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 164894483 0 0 0 108725 66331 0 0 25 0 1 0 202246888 530653184 128844 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559550 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 129554 128844 206 16 0 128995 0
Current children cumulated CPU time (s) 1750.56
Current children cumulated vsize (Kb) 518216

[startup+1761.05 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4972
/proc/meminfo: memFree=1260040/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=518216 CPUtime=1760.56
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 164894483 0 0 0 109725 66331 0 0 25 0 1 0 202246888 530653184 128844 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 129554 128844 206 16 0 128995 0
Current children cumulated CPU time (s) 1760.56
Current children cumulated vsize (Kb) 518216

[startup+1771.05 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4972
/proc/meminfo: memFree=1260040/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=518216 CPUtime=1770.55
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 164894483 0 0 0 110724 66331 0 0 25 0 1 0 202246888 530653184 128844 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 129554 128844 206 16 0 128995 0
Current children cumulated CPU time (s) 1770.55
Current children cumulated vsize (Kb) 518216

[startup+1781.06 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4972
/proc/meminfo: memFree=1260040/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=518216 CPUtime=1780.56
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 164894483 0 0 0 111724 66332 0 0 25 0 1 0 202246888 530653184 128844 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 129554 128844 206 16 0 128995 0
Current children cumulated CPU time (s) 1780.56
Current children cumulated vsize (Kb) 518216

[startup+1782.06 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4972
/proc/meminfo: memFree=1260040/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=518216 CPUtime=1781.56
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 164894483 0 0 0 111824 66332 0 0 25 0 1 0 202246888 530653184 128844 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 129554 128844 206 16 0 128995 0
Current children cumulated CPU time (s) 1781.56
Current children cumulated vsize (Kb) 518216

[startup+1783.07 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 4972
/proc/meminfo: memFree=1260040/2055920 swapFree=4181448/4192956
[pid=4970] ppid=4968 vsize=518216 CPUtime=1782.57
/proc/4970/stat : 4970 (Pueblo13) R 4968 4970 4924 0 -1 4194304 164894483 0 0 0 111925 66332 0 0 25 0 1 0 202246888 530653184 128844 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/4970/statm: 129554 128844 206 16 0 128995 0
Current children cumulated CPU time (s) 1782.57
Current children cumulated vsize (Kb) 518216

Child status: 10
Real time (s): 1783.72
CPU time (s): 1783.22
CPU user time (s): 1119.72
CPU system time (s): 663.5
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (Kb): 518216

Launcher Data (download as text)

Begin job on node14 on Sat Jun  3 20:17:21 UTC 2006


FILE ID= 37793-1149365840

PBS_JOBID= 311817

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos19.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node14/37793-1149365840/instance-37793-1149365840.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-37793-1149365840 -o ROOT/results/node14/solver-37793-1149365840 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node14/37793-1149365840/instance-37793-1149365840.opb

MD5SUM SOLVER= b45add8200bccdf53727749bff226bd1
MD5SUM BENCH=  1ef5c8e94b66b7ed63dffc6923ecd901

RANDOM SEED= 142186693


/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.241
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.241
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:       1775592 kB
Buffers:         14572 kB
Cached:         203308 kB
SwapCached:       3188 kB
Active:          58048 kB
Inactive:       168564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1775592 kB
SwapTotal:     4192956 kB
SwapFree:      4181448 kB
Dirty:             160 kB
Writeback:           0 kB
Mapped:          14740 kB
Slab:            39672 kB
Committed_AS:   356072 kB
PageTables:       1484 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node14 on Sat Jun  3 20:47:06 UTC 2006