Trace number 429403

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) 927.091 927.477

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=9-P0=263-P1=409-P2=29-P3=379-B.opb
MD5SUM947e947c586d02edcb816b66608818b9
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.159974
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 variables81
Total number of constraints7
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 constraints7
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)243
Sum of products size (including duplicates)486
Number of different products243
Sum of products size486

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
927.01/927.46	c starting to Solve
927.01/927.46	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/429403-1177984446/instance-429403-1177984446.opb

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node11/watcher-429403-1177984446 -o ROOT/results/node11/solver-429403-1177984446 -C 1800 -W 3600 -M 1800 --output-limit 1,15 glpPBv3 /tmp/evaluation/429403-1177984446/instance-429403-1177984446.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.91 0.95 0.90 3/77 17763
/proc/meminfo: memFree=1831208/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=2648 CPUtime=0
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 267 0 0 0 0 0 0 0 18 0 1 0 239493610 2711552 238 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 8445655 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 662 238 199 40 0 77 0

[startup+0.101392 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 17763
/proc/meminfo: memFree=1831208/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=3288 CPUtime=0.09
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 473 0 0 0 9 0 0 0 18 0 1 0 239493610 3366912 443 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 822 443 227 40 0 237 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3288

[startup+0.201403 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 17763
/proc/meminfo: memFree=1831208/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=3288 CPUtime=0.19
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 475 0 0 0 19 0 0 0 18 0 1 0 239493610 3366912 445 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 822 445 227 40 0 237 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 3288

[startup+0.301415 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 17763
/proc/meminfo: memFree=1831208/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=3288 CPUtime=0.29
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 476 0 0 0 29 0 0 0 19 0 1 0 239493610 3366912 446 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 822 446 227 40 0 237 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3288

[startup+0.701461 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 17763
/proc/meminfo: memFree=1831208/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=3356 CPUtime=0.69
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 482 0 0 0 69 0 0 0 23 0 1 0 239493610 3436544 452 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134541766 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 839 452 227 40 0 254 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3356

[startup+1.50156 s]
/proc/loadavg: 0.91 0.95 0.90 2/78 17764
/proc/meminfo: memFree=1830176/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=3396 CPUtime=1.49
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 501 0 0 0 148 1 0 0 25 0 1 0 239493610 3477504 471 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 849 471 227 40 0 264 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3396

[startup+3.10174 s]
/proc/loadavg: 0.92 0.95 0.90 2/78 17764
/proc/meminfo: memFree=1829856/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=3528 CPUtime=3.09
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 533 0 0 0 307 2 0 0 25 0 1 0 239493610 3612672 503 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 882 503 227 40 0 297 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3528

[startup+6.30112 s]
/proc/loadavg: 0.92 0.95 0.90 2/78 17764
/proc/meminfo: memFree=1829600/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=3808 CPUtime=6.29
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 601 0 0 0 626 3 0 0 25 0 1 0 239493610 3899392 571 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134543236 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 952 571 227 40 0 367 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3808

[startup+12.7019 s]
/proc/loadavg: 0.93 0.96 0.91 2/78 17764
/proc/meminfo: memFree=1829088/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=4336 CPUtime=12.69
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 732 0 0 0 1262 7 0 0 25 0 1 0 239493610 4440064 702 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134543284 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 1084 702 227 40 0 499 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4336

[startup+25.5014 s]
/proc/loadavg: 0.94 0.96 0.91 2/78 17764
/proc/meminfo: memFree=1828064/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=5340 CPUtime=25.49
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 983 0 0 0 2535 14 0 0 25 0 1 0 239493610 5468160 953 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134543250 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 1335 953 227 40 0 750 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5340

[startup+51.1014 s]
/proc/loadavg: 0.96 0.96 0.91 2/78 17764
/proc/meminfo: memFree=1826016/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=7344 CPUtime=51.07
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 1523 0 0 0 5082 25 0 0 25 0 1 0 239493610 7520256 1452 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 1836 1452 227 40 0 1251 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7344

[startup+102.301 s]
/proc/loadavg: 0.98 0.96 0.91 2/78 17764
/proc/meminfo: memFree=1822112/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=11188 CPUtime=102.27
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 2566 0 0 0 10177 50 0 0 25 0 1 0 239493610 11456512 2414 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 2797 2414 227 40 0 2212 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 11188

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 17764
/proc/meminfo: memFree=1816864/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=16468 CPUtime=162.25
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 4051 0 0 0 16149 76 0 0 25 0 1 0 239493610 16863232 3738 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 4117 3738 227 40 0 3532 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 16468

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 17764
/proc/meminfo: memFree=1813024/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=20176 CPUtime=222.24
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 4973 0 0 0 22123 101 0 0 25 0 1 0 239493610 20660224 4660 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 5044 4660 227 40 0 4459 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 20176

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 17764
/proc/meminfo: memFree=1809376/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=23812 CPUtime=282.22
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 5881 0 0 0 28097 125 0 0 25 0 1 0 239493610 24383488 5568 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134578239 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 5953 5568 227 40 0 5368 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 23812

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 17764
/proc/meminfo: memFree=1803872/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=29252 CPUtime=342.2
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 7568 0 0 0 34071 149 0 0 25 0 1 0 239493610 29954048 6934 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134556871 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 7313 6934 227 40 0 6728 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 29252

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 17764
/proc/meminfo: memFree=1800160/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=33028 CPUtime=402.19
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 8510 0 0 0 40048 171 0 0 25 0 1 0 239493610 33820672 7876 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 8257 7876 227 40 0 7672 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 33028

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/84 17938
/proc/meminfo: memFree=1795880/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=35996 CPUtime=462.07
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 9255 0 0 0 46019 188 0 0 25 0 1 0 239493610 36859904 8621 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 8999 8621 227 40 0 8414 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 35996

[startup+522.301 s]
/proc/loadavg: 1.08 1.00 0.92 2/78 18438
/proc/meminfo: memFree=1792152/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=38844 CPUtime=522.02
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 9964 0 0 0 51990 212 0 0 25 0 1 0 239493610 39776256 9330 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134578239 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 9711 9330 227 40 0 9126 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 38844

[startup+582.301 s]
/proc/loadavg: 1.02 1.00 0.92 2/78 18438
/proc/meminfo: memFree=1789592/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=41428 CPUtime=582
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 10604 0 0 0 57969 231 0 0 25 0 1 0 239493610 42422272 9970 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134632405 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 10357 9970 227 40 0 9772 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 41428

[startup+642.301 s]
/proc/loadavg: 1.01 1.00 0.92 2/78 18438
/proc/meminfo: memFree=1787160/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=43840 CPUtime=641.99
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 11213 0 0 0 63944 255 0 0 25 0 1 0 239493610 44892160 10579 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134578239 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 10960 10579 227 40 0 10375 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 43840

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 18438
/proc/meminfo: memFree=1784408/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=46528 CPUtime=701.97
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 11889 0 0 0 69923 274 0 0 25 0 1 0 239493610 47644672 11255 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 11632 11255 227 40 0 11047 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 46528

[startup+762.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 18438
/proc/meminfo: memFree=1778840/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=51996 CPUtime=761.95
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 13897 0 0 0 75899 296 0 0 25 0 1 0 239493610 53243904 12622 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134578246 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 12999 12622 227 40 0 12414 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 51996

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 18438
/proc/meminfo: memFree=1775776/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=55076 CPUtime=821.94
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 14657 0 0 0 81879 315 0 0 25 0 1 0 239493610 56397824 13382 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134578239 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 13769 13382 227 40 0 13184 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 55076

[startup+882.306 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 18438
/proc/meminfo: memFree=1772960/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=57992 CPUtime=881.93
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 15390 0 0 0 87863 330 0 0 25 0 1 0 239493610 59383808 14115 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 14498 14115 227 40 0 13913 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 57992

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

[startup+896.001 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 18438
/proc/meminfo: memFree=1772384/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=58588 CPUtime=895.62
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 15539 0 0 0 89229 333 0 0 25 0 1 0 239493610 59994112 14264 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134578239 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 14647 14264 227 40 0 14062 0
Current children cumulated CPU time (s) 895.62
Current children cumulated vsize (KiB) 58588

[startup+908.802 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 18438
/proc/meminfo: memFree=1771552/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=59376 CPUtime=908.41
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 15735 0 0 0 90505 336 0 0 25 0 1 0 239493610 60801024 14460 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 14844 14460 227 40 0 14259 0
Current children cumulated CPU time (s) 908.41
Current children cumulated vsize (KiB) 59376

[startup+915.201 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 18438
/proc/meminfo: memFree=1771168/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=59748 CPUtime=914.81
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 15831 0 0 0 91144 337 0 0 25 0 1 0 239493610 61181952 14556 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134569751 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 14937 14556 227 40 0 14352 0
Current children cumulated CPU time (s) 914.81
Current children cumulated vsize (KiB) 59748

[startup+921.601 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 18438
/proc/meminfo: memFree=1770784/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=60160 CPUtime=921.21
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 15937 0 0 0 91782 339 0 0 25 0 1 0 239493610 61603840 14662 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134578239 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 15040 14662 227 40 0 14455 0
Current children cumulated CPU time (s) 921.21
Current children cumulated vsize (KiB) 60160

[startup+924.802 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 18438
/proc/meminfo: memFree=1770592/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=60304 CPUtime=924.41
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 15974 0 0 0 92101 340 0 0 25 0 1 0 239493610 61751296 14699 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134578253 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 15076 14699 227 40 0 14491 0
Current children cumulated CPU time (s) 924.41
Current children cumulated vsize (KiB) 60304

[startup+926.402 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 18438
/proc/meminfo: memFree=1770528/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=60396 CPUtime=926.01
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 15991 0 0 0 92261 340 0 0 25 0 1 0 239493610 61845504 14716 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134643288 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 15099 14716 227 40 0 14514 0
Current children cumulated CPU time (s) 926.01
Current children cumulated vsize (KiB) 60396

[startup+927.202 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 18438
/proc/meminfo: memFree=1770528/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=60396 CPUtime=926.81
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 15995 0 0 0 92341 340 0 0 25 0 1 0 239493610 61845504 14720 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134578239 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 15099 14720 227 40 0 14514 0
Current children cumulated CPU time (s) 926.81
Current children cumulated vsize (KiB) 60396

[startup+927.406 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 18438
/proc/meminfo: memFree=1770464/2055920 swapFree=4147120/4192956
[pid=17763] ppid=17761 vsize=60428 CPUtime=927.01
/proc/17763/stat : 17763 (glpPBv3) R 17761 17763 17100 0 -1 0 15999 0 0 0 92361 340 0 0 25 0 1 0 239493610 61878272 14724 18446744073709551615 134512640 134678228 4294956704 18446744073709551615 134578239 0 0 4096 0 0 0 0 17 1 0 0
/proc/17763/statm: 15107 14724 227 40 0 14522 0
Current children cumulated CPU time (s) 927.01
Current children cumulated vsize (KiB) 60428

Child status: 1
Real time (s): 927.477
CPU time (s): 927.091
CPU user time (s): 923.677
CPU system time (s): 3.41448
CPU usage (%): 99.9584
Max. virtual memory (cumulated for all children) (KiB): 60512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 923.677
system time used= 3.41448
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16003
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= 20061

runsolver used 0.709892 second user time and 2.02669 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Tue May  1 01:54:07 UTC 2007

IDJOB= 429403
IDBENCH= 47906
IDSOLVER= 166
FILE ID= node11/429403-1177984446

PBS_JOBID= 4728098

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=263-P1=409-P2=29-P3=379-B.opb
COMMAND LINE= glpPBv3 /tmp/evaluation/429403-1177984446/instance-429403-1177984446.opb
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node11/convwatcher-429403-1177984446 -o ROOT/results/node11/conversion-429403-1177984446 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/429403-1177984446/instance-429403-1177984446.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 9ebec3e8d890fdeefad01654ad9b68b7
MD5SUM BENCH=  947e947c586d02edcb816b66608818b9

RANDOM SEED= 387037386

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.235
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.235
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:       1831680 kB
Buffers:         33604 kB
Cached:         100848 kB
SwapCached:      14128 kB
Active:          74436 kB
Inactive:        83468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1831680 kB
SwapTotal:     4192956 kB
SwapFree:      4147120 kB
Dirty:            2288 kB
Writeback:           0 kB
Mapped:          30460 kB
Slab:            51896 kB
Committed_AS:  6481296 kB
PageTables:       1852 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 node11 on Tue May  1 02:09:34 UTC 2007