Trace number 430075

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
glpPB 0.2? (exit code) 1342.29 1342.74

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=127-P1=293-P2=269-P3=7-P4=157-B.opb
MD5SUM5afebeda0ba6ac0761acdbdcd52ef74a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.132979
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables108
Total number of constraints9
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints9
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)324
Sum of products size (including duplicates)648
Number of different products324
Sum of products size648

Solver Data (download as text)

0.00/0.00	c glpPB 0.2 (July 2006)
0.00/0.00	c An Application of GLPK 4.10 for PB Constraints
0.00/0.00	c Done @ University of Michigan, Ann Arbor, MI
0.00/0.00	c  by Hossein Sheini
1342.25/1342.72	c starting to Solve
1342.25/1342.72	Assertion failed: x >= lb; file glpmip2.c; line 230

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

Linearizing /tmp/evaluation/430075-1177991500/instance-430075-1177991500.opb

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node17/watcher-430075-1177991500 -o ROOT/results/node17/solver-430075-1177991500 -C 1800 -W 3600 -M 1800 --output-limit 1,15 glpPBv3 /tmp/evaluation/430075-1177991500/instance-430075-1177991500.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.79 0.97 0.98 3/77 10383
/proc/meminfo: memFree=1818200/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=2648 CPUtime=0
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 267 0 0 0 0 0 0 0 18 0 1 0 247067536 2711552 238 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 3325655 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 662 238 199 40 0 77 0

[startup+0.089585 s]
/proc/loadavg: 0.79 0.97 0.98 3/77 10383
/proc/meminfo: memFree=1818200/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=3528 CPUtime=0.08
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 520 0 0 0 8 0 0 0 18 0 1 0 247067536 3612672 490 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 882 490 227 40 0 297 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3528

[startup+0.101586 s]
/proc/loadavg: 0.79 0.97 0.98 3/77 10383
/proc/meminfo: memFree=1818200/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=3528 CPUtime=0.09
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 520 0 0 0 9 0 0 0 18 0 1 0 247067536 3612672 490 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134541542 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 882 490 227 40 0 297 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3528

[startup+0.301606 s]
/proc/loadavg: 0.79 0.97 0.98 3/77 10383
/proc/meminfo: memFree=1818200/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=3528 CPUtime=0.29
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 525 0 0 0 29 0 0 0 19 0 1 0 247067536 3612672 495 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134629283 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 882 495 227 40 0 297 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3528

[startup+0.701649 s]
/proc/loadavg: 0.79 0.97 0.98 3/77 10383
/proc/meminfo: memFree=1818200/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=3528 CPUtime=0.69
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 534 0 0 0 68 1 0 0 23 0 1 0 247067536 3612672 504 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 882 504 227 40 0 297 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3528

[startup+1.50173 s]
/proc/loadavg: 0.79 0.97 0.98 2/78 10384
/proc/meminfo: memFree=1816976/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=3556 CPUtime=1.49
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 934 0 0 0 148 1 0 0 25 0 1 0 247067536 3641344 513 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134569743 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 889 513 227 40 0 304 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3556

[startup+3.1019 s]
/proc/loadavg: 0.79 0.97 0.98 2/78 10384
/proc/meminfo: memFree=1816784/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=3664 CPUtime=3.09
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 2901 0 0 0 306 3 0 0 25 0 1 0 247067536 3751936 540 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134537548 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 916 540 227 40 0 331 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3664

[startup+6.30123 s]
/proc/loadavg: 0.81 0.97 0.98 2/78 10384
/proc/meminfo: memFree=1816528/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=3884 CPUtime=6.28
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 5550 0 0 0 623 5 0 0 25 0 1 0 247067536 3977216 595 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134570041 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 971 595 227 40 0 386 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 3884

[startup+12.7019 s]
/proc/loadavg: 0.82 0.97 0.98 2/78 10384
/proc/meminfo: memFree=1815896/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=4396 CPUtime=12.69
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 10000 0 0 0 1257 12 0 0 25 0 1 0 247067536 4501504 723 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134569956 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 1099 723 227 40 0 514 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4396

[startup+25.5012 s]
/proc/loadavg: 0.86 0.97 0.98 2/78 10384
/proc/meminfo: memFree=1815128/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=5176 CPUtime=25.48
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 19130 0 0 0 2525 23 0 0 25 0 1 0 247067536 5300224 918 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134629073 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 1294 918 227 40 0 709 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5176

[startup+51.1019 s]
/proc/loadavg: 0.97 0.99 0.99 2/78 10384
/proc/meminfo: memFree=1813720/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=6748 CPUtime=51.08
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 27269 0 0 0 5067 41 0 0 25 0 1 0 247067536 6909952 1311 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134542970 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 1687 1311 227 40 0 1102 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6748

[startup+102.305 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 10384
/proc/meminfo: memFree=1810776/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=9536 CPUtime=102.27
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 28911 0 0 0 10163 64 0 0 25 0 1 0 247067536 9764864 2008 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 2384 2008 227 40 0 1799 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 9536

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 10384
/proc/meminfo: memFree=1807192/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=13124 CPUtime=162.25
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 32201 0 0 0 16134 91 0 0 25 0 1 0 247067536 13438976 2905 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 3281 2905 227 40 0 2696 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 13124

[startup+222.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 10384
/proc/meminfo: memFree=1803416/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=16844 CPUtime=222.23
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 34333 0 0 0 22109 114 0 0 25 0 1 0 247067536 17248256 3835 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134578246 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 4211 3835 227 40 0 3626 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 16844

[startup+282.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 10384
/proc/meminfo: memFree=1800600/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=19632 CPUtime=282.22
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 36148 0 0 0 28087 135 0 0 25 0 1 0 247067536 20103168 4532 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 4908 4532 227 40 0 4323 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 19632

[startup+342.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 10384
/proc/meminfo: memFree=1797912/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=22276 CPUtime=342.2
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 38524 0 0 0 34064 156 0 0 25 0 1 0 247067536 22810624 5193 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134578288 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 5569 5193 227 40 0 4984 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 22276

[startup+402.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 10384
/proc/meminfo: memFree=1794904/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=25260 CPUtime=402.19
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 41683 0 0 0 40037 182 0 0 25 0 1 0 247067536 25866240 5939 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134632762 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 6315 5939 227 40 0 5730 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 25260

[startup+462.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 10384
/proc/meminfo: memFree=1790680/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=29488 CPUtime=462.17
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 45142 0 0 0 46012 205 0 0 25 0 1 0 247067536 30195712 6995 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134578239 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 7372 6995 227 40 0 6787 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 29488

[startup+522.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 10384
/proc/meminfo: memFree=1787736/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=32424 CPUtime=522.15
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 48146 0 0 0 51986 229 0 0 25 0 1 0 247067536 33202176 7730 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134569740 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 8106 7730 227 40 0 7521 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 32424

[startup+582.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/84 10506
/proc/meminfo: memFree=1783776/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=34964 CPUtime=582.08
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 51244 0 0 0 57954 254 0 0 25 0 1 0 247067536 35803136 8365 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134543006 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 8741 8365 227 40 0 8156 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 34964

[startup+642.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 10582
/proc/meminfo: memFree=1782360/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=37580 CPUtime=642.03
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 54015 0 0 0 63926 277 0 0 25 0 1 0 247067536 38481920 9019 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 9395 9019 227 40 0 8810 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 37580


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

/proc/meminfo: memFree=1780184/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=39784 CPUtime=702.01
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 55492 0 0 0 69907 294 0 0 25 0 1 0 247067536 40738816 9569 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134578246 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 9946 9569 227 40 0 9361 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 39784

[startup+762.305 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 10582
/proc/meminfo: memFree=1778072/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=41900 CPUtime=761.99
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 56791 0 0 0 75888 311 0 0 25 0 1 0 247067536 42905600 10098 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 10475 10098 227 40 0 9890 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 41900

[startup+822.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 10582
/proc/meminfo: memFree=1775768/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=44196 CPUtime=821.98
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 58941 0 0 0 81866 332 0 0 25 0 1 0 247067536 45256704 10672 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134534810 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 11049 10672 227 40 0 10464 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 44196

[startup+882.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 10582
/proc/meminfo: memFree=1773528/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=46436 CPUtime=881.96
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 60661 0 0 0 87848 348 0 0 25 0 1 0 247067536 47550464 11233 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 11609 11233 227 40 0 11024 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 46436

[startup+942.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 10582
/proc/meminfo: memFree=1771544/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=48372 CPUtime=941.94
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 62540 0 0 0 93827 367 0 0 25 0 1 0 247067536 49532928 11716 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134629267 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 12093 11716 227 40 0 11508 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 48372

[startup+1002.3 s]
/proc/loadavg: 1.04 1.00 0.99 2/78 10582
/proc/meminfo: memFree=1766744/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=53140 CPUtime=1001.93
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 66370 0 0 0 99805 388 0 0 25 0 1 0 247067536 54415360 12909 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134578239 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 13285 12909 227 40 0 12700 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 53140

[startup+1062.3 s]
/proc/loadavg: 1.01 1.00 0.99 2/78 10582
/proc/meminfo: memFree=1764504/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=55360 CPUtime=1061.92
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 69036 0 0 0 105782 410 0 0 25 0 1 0 247067536 56688640 13464 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134569956 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 13840 13464 227 40 0 13255 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 55360

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 10582
/proc/meminfo: memFree=1762328/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=57528 CPUtime=1121.9
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 71735 0 0 0 111760 430 0 0 25 0 1 0 247067536 58908672 14006 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134578239 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 14382 14006 227 40 0 13797 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 57528

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 10582
/proc/meminfo: memFree=1760280/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=59644 CPUtime=1181.89
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 74529 0 0 0 117738 451 0 0 25 0 1 0 247067536 61075456 14535 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134541542 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 14911 14535 227 40 0 14326 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 59644

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 10582
/proc/meminfo: memFree=1757912/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=61860 CPUtime=1241.87
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 77270 0 0 0 123717 470 0 0 25 0 1 0 247067536 63344640 15089 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134578266 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 15465 15089 227 40 0 14880 0
Current children cumulated CPU time (s) 1241.87
Current children cumulated vsize (KiB) 61860

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 10582
/proc/meminfo: memFree=1755928/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=63812 CPUtime=1301.86
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 79428 0 0 0 129698 488 0 0 25 0 1 0 247067536 65343488 15577 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134569187 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 15953 15577 227 40 0 15368 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 63812

Solver just ended. Dumping a history of the last processes samples

[startup+1305.5 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 10582
/proc/meminfo: memFree=1755864/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=63884 CPUtime=1305.06
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 79510 0 0 0 130017 489 0 0 25 0 1 0 247067536 65417216 15595 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134578266 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 15971 15595 227 40 0 15386 0
Current children cumulated CPU time (s) 1305.06
Current children cumulated vsize (KiB) 63884

[startup+1318.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 10582
/proc/meminfo: memFree=1755608/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=64152 CPUtime=1317.85
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 79594 0 0 0 131294 491 0 0 25 0 1 0 247067536 65691648 15661 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134578266 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 16038 15661 227 40 0 15453 0
Current children cumulated CPU time (s) 1317.85
Current children cumulated vsize (KiB) 64152

[startup+1331.1 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 10582
/proc/meminfo: memFree=1755224/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=64540 CPUtime=1330.65
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 80199 0 0 0 132569 496 0 0 25 0 1 0 247067536 66088960 15759 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134578253 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 16135 15759 227 40 0 15550 0
Current children cumulated CPU time (s) 1330.65
Current children cumulated vsize (KiB) 64540

[startup+1337.5 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 10582
/proc/meminfo: memFree=1754968/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=64728 CPUtime=1337.06
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 80467 0 0 0 133207 499 0 0 25 0 1 0 247067536 66281472 15806 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 16182 15806 227 40 0 15597 0
Current children cumulated CPU time (s) 1337.06
Current children cumulated vsize (KiB) 64728

[startup+1340.7 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 10582
/proc/meminfo: memFree=1754904/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=64832 CPUtime=1340.25
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 80537 0 0 0 133526 499 0 0 25 0 1 0 247067536 66387968 15832 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134541552 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 16208 15832 227 40 0 15623 0
Current children cumulated CPU time (s) 1340.25
Current children cumulated vsize (KiB) 64832

[startup+1341.5 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 10582
/proc/meminfo: memFree=1754904/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=64848 CPUtime=1341.04
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 80564 0 0 0 133605 499 0 0 25 0 1 0 247067536 66404352 15836 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 16212 15836 227 40 0 15627 0
Current children cumulated CPU time (s) 1341.04
Current children cumulated vsize (KiB) 64848

[startup+1342.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 10582
/proc/meminfo: memFree=1754840/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=64864 CPUtime=1341.85
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 80592 0 0 0 133685 500 0 0 25 0 1 0 247067536 66420736 15840 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134578246 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 16216 15840 227 40 0 15631 0
Current children cumulated CPU time (s) 1341.85
Current children cumulated vsize (KiB) 64864

[startup+1342.7 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 10582
/proc/meminfo: memFree=1754840/2055920 swapFree=4140032/4192956
[pid=10383] ppid=10381 vsize=64872 CPUtime=1342.25
/proc/10383/stat : 10383 (glpPBv3) R 10381 10383 10305 0 -1 0 80593 0 0 0 133725 500 0 0 25 0 1 0 247067536 66428928 15841 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134578253 0 0 4096 0 0 0 0 17 1 0 0
/proc/10383/statm: 16218 15841 227 40 0 15633 0
Current children cumulated CPU time (s) 1342.25
Current children cumulated vsize (KiB) 64872

Child status: 1
Real time (s): 1342.74
CPU time (s): 1342.29
CPU user time (s): 1337.28
CPU system time (s): 5.01424
CPU usage (%): 99.9669
Max. virtual memory (cumulated for all children) (KiB): 64944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1337.28
system time used= 5.01424
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80597
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11
involuntary context switches= 27134

runsolver used 1.08083 second user time and 2.87756 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Tue May  1 03:51:40 UTC 2007

IDJOB= 430075
IDBENCH= 47954
IDSOLVER= 166
FILE ID= node17/430075-1177991500

PBS_JOBID= 4728200

Free space on /tmp= 66562 MiB

SOLVER NAME= glpPB 0.2
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=127-P1=293-P2=269-P3=7-P4=157-B.opb
COMMAND LINE= glpPBv3 /tmp/evaluation/430075-1177991500/instance-430075-1177991500.opb
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node17/convwatcher-430075-1177991500 -o ROOT/results/node17/conversion-430075-1177991500 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/430075-1177991500/instance-430075-1177991500.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-430075-1177991500 -o ROOT/results/node17/solver-430075-1177991500 -C 1800 -W 3600 -M 1800 --output-limit 1,15  glpPBv3 /tmp/evaluation/430075-1177991500/instance-430075-1177991500.opb

META MD5SUM SOLVER= 9ebec3e8d890fdeefad01654ad9b68b7
MD5SUM BENCH=  5afebeda0ba6ac0761acdbdcd52ef74a

RANDOM SEED= 514402286

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.240
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.240
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:       1818672 kB
Buffers:         28608 kB
Cached:         127216 kB
SwapCached:      15196 kB
Active:         121864 kB
Inactive:        56708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1818672 kB
SwapTotal:     4192956 kB
SwapFree:      4140032 kB
Dirty:            2508 kB
Writeback:           0 kB
Mapped:          29596 kB
Slab:            44244 kB
Committed_AS:  7398676 kB
PageTables:       1796 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66562 MiB

End job on node17 on Tue May  1 04:14:03 UTC 2007