Trace number 2668561

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
PB/CT 0.1? (TO) 1800.2 1800.8

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-grow22.opb
MD5SUM459c1d0101a0e61c9c386c9d02f149df
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables25124
Total number of constraints1320
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 constraints1320
Minimum length of a constraint22
Maximum length of a constraint491
Number of terms in the objective function 1958
Biggest coefficient in the objective function 3758096384
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 234612588283
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 878188741787648
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4550739094651140
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PB/CT 0.1 http://www.residual.se/pbct
0.00/0.00	c Based on OpenSMT/CT 20091015
0.59/0.60	c constraints 1320/0 clauses 0/0 units 0
0.59/0.60	c vars 25124
0.59/0.60	c objective 1958 + -234612588283
1800.10/1800.71	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2668561-1276549484/watcher-2668561-1276549484 -o /tmp/evaluation-result-2668561-1276549484/solver-2668561-1276549484 -C 1800 -W 2000 -M 1800 HOME/pbct --model HOME/instance-2668561-1276549484.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.95 1.62 3/106 1470
/proc/meminfo: memFree=1815980/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=2352 CPUtime=0
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 275 0 0 0 0 0 0 0 19 0 1 0 30549985 2408448 198 1992294400 134512640 136485738 4290222080 18446744073709551615 135332318 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1470/statm: 588 198 151 482 0 104 0

[startup+0.0220679 s]
/proc/loadavg: 1.91 1.95 1.62 3/106 1470
/proc/meminfo: memFree=1815980/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=2616 CPUtime=0.01
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 353 0 0 0 1 0 0 0 21 0 1 0 30549985 2678784 276 1992294400 134512640 136485738 4290222080 18446744073709551615 135180915 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1470/statm: 654 277 156 482 0 170 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2616

[startup+0.101082 s]
/proc/loadavg: 1.91 1.95 1.62 3/106 1470
/proc/meminfo: memFree=1815980/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=4200 CPUtime=0.09
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 762 0 0 0 9 0 0 0 21 0 1 0 30549985 4300800 685 1992294400 134512640 136485738 4290222080 18446744073709551615 135857086 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1470/statm: 1050 687 156 482 0 566 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4200

[startup+0.301118 s]
/proc/loadavg: 1.91 1.95 1.62 3/106 1470
/proc/meminfo: memFree=1815980/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=8440 CPUtime=0.29
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 1827 0 0 0 29 0 0 0 21 0 1 0 30549985 8642560 1750 1992294400 134512640 136485738 4290222080 18446744073709551615 134524916 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1470/statm: 2110 1752 156 482 0 1626 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8440

[startup+0.701189 s]
/proc/loadavg: 1.91 1.95 1.62 3/106 1470
/proc/meminfo: memFree=1815980/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=23988 CPUtime=0.69
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 5655 0 0 0 67 2 0 0 22 0 1 0 30549985 24563712 5578 1992294400 134512640 136485738 4290222080 18446744073709551615 135850441 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 5997 5579 197 482 0 5513 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23988

[startup+1.50133 s]
/proc/loadavg: 1.91 1.95 1.62 2/107 1471
/proc/meminfo: memFree=1769720/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=91468 CPUtime=1.49
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 23220 0 0 0 139 10 0 0 25 0 1 0 30549985 93663232 21963 1992294400 134512640 136485738 4290222080 18446744073709551615 135850441 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 22867 21964 197 482 0 22383 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91468

[startup+3.10062 s]
/proc/loadavg: 1.91 1.95 1.62 2/107 1473
/proc/meminfo: memFree=1680936/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=187416 CPUtime=3.09
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 48577 0 0 0 287 22 0 0 25 0 1 0 30549985 191913984 45843 1992294400 134512640 136485738 4290222080 18446744073709551615 134616736 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 46854 45844 197 482 0 46370 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 187416

[startup+6.30119 s]
/proc/loadavg: 1.83 1.94 1.62 2/107 1473
/proc/meminfo: memFree=1532012/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=325664 CPUtime=6.29
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 86423 0 0 0 593 36 0 0 25 0 1 0 30549985 333479936 79971 1992294400 134512640 136485738 4290222080 18446744073709551615 135839831 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 81449 79972 197 482 0 80965 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 325664

[startup+12.7003 s]
/proc/loadavg: 1.77 1.92 1.61 2/107 1473
/proc/meminfo: memFree=1191384/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=655524 CPUtime=12.68
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 171391 0 0 0 1197 71 0 0 25 0 1 0 30549985 671256576 155959 1992294400 134512640 136485738 4290222080 18446744073709551615 135044434 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 163881 155959 228 482 0 163397 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 655524

[startup+25.5016 s]
/proc/loadavg: 1.60 1.88 1.60 2/107 1473
/proc/meminfo: memFree=1188408/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=658032 CPUtime=25.49
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 172097 0 0 0 2427 122 0 0 25 0 1 0 30549985 673824768 156665 1992294400 134512640 136485738 4290222080 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 164508 156665 228 482 0 164024 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 658032

[startup+51.1012 s]
/proc/loadavg: 1.39 1.81 1.59 2/107 1473
/proc/meminfo: memFree=1187044/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=659604 CPUtime=51.07
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 172440 0 0 0 4900 207 0 0 25 0 1 0 30549985 675434496 157008 1992294400 134512640 136485738 4290222080 18446744073709551615 135024568 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 164901 157008 228 482 0 164417 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 659604

[startup+102.308 s]
/proc/loadavg: 1.17 1.68 1.55 2/107 1475
/proc/meminfo: memFree=1182828/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=663752 CPUtime=102.26
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 173481 0 0 0 9849 377 0 0 25 0 1 0 30549985 679682048 158049 1992294400 134512640 136485738 4290222080 18446744073709551615 135260262 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 165938 158049 228 482 0 165454 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 663752

[startup+162.301 s]
/proc/loadavg: 1.06 1.55 1.52 2/107 1477
/proc/meminfo: memFree=1176132/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=670920 CPUtime=162.24
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 175256 0 0 0 15647 577 0 0 25 0 1 0 30549985 687022080 159824 1992294400 134512640 136485738 4290222080 18446744073709551615 134638729 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 167730 159824 228 482 0 167246 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 670920

[startup+222.301 s]
/proc/loadavg: 1.02 1.45 1.48 2/107 1477
/proc/meminfo: memFree=1170428/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=676080 CPUtime=222.21
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 176563 0 0 0 21489 732 0 0 25 0 1 0 30549985 692305920 161131 1992294400 134512640 136485738 4290222080 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 169020 161131 228 482 0 168536 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 676080

[startup+282.301 s]
/proc/loadavg: 1.01 1.36 1.45 2/107 1479
/proc/meminfo: memFree=1161748/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=684924 CPUtime=282.19
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 178760 0 0 0 27308 911 0 0 25 0 1 0 30549985 701362176 163328 1992294400 134512640 136485738 4290222080 18446744073709551615 135025159 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 171231 163328 228 482 0 170747 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 684924

[startup+342.301 s]
/proc/loadavg: 1.00 1.30 1.42 2/107 1481
/proc/meminfo: memFree=1155300/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=691132 CPUtime=342.18
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 180328 0 0 0 33155 1063 0 0 25 0 1 0 30549985 707719168 164896 1992294400 134512640 136485738 4290222080 18446744073709551615 135260277 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 172783 164896 228 482 0 172299 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 691132

[startup+402.301 s]
/proc/loadavg: 1.00 1.24 1.39 2/107 1483
/proc/meminfo: memFree=1149224/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=697484 CPUtime=402.15
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 181861 0 0 0 38975 1240 0 0 25 0 1 0 30549985 714223616 166429 1992294400 134512640 136485738 4290222080 18446744073709551615 135024568 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 174371 166429 228 482 0 173887 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 697484

[startup+462.301 s]
/proc/loadavg: 1.00 1.19 1.36 2/107 1485
/proc/meminfo: memFree=1143024/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=703568 CPUtime=462.13
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 183408 0 0 0 44812 1401 0 0 25 0 1 0 30549985 720453632 167976 1992294400 134512640 136485738 4290222080 18446744073709551615 135839892 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 175892 167976 228 482 0 175408 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 703568

[startup+522.301 s]
/proc/loadavg: 1.00 1.16 1.34 2/107 1485
/proc/meminfo: memFree=1136824/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=709652 CPUtime=522.12
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 184934 0 0 0 50644 1568 0 0 25 0 1 0 30549985 726683648 169502 1992294400 134512640 136485738 4290222080 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 177413 169502 228 482 0 176929 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 709652

[startup+582.301 s]
/proc/loadavg: 1.00 1.12 1.31 2/107 1490
/proc/meminfo: memFree=1128516/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=717780 CPUtime=582.1
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 186928 0 0 0 56467 1743 0 0 25 0 1 0 30549985 735006720 171496 1992294400 134512640 136485738 4290222080 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 179445 171496 228 482 0 178961 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 717780

[startup+642.301 s]
/proc/loadavg: 1.00 1.10 1.29 2/107 1492
/proc/meminfo: memFree=1124548/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=721740 CPUtime=642.08
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 187927 0 0 0 62327 1881 0 0 25 0 1 0 30549985 739061760 172495 1992294400 134512640 136485738 4290222080 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 180435 172495 228 482 0 179951 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 721740

[startup+702.302 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.04 1.21 2/107 1498
/proc/meminfo: memFree=1097392/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=748876 CPUtime=882
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 194671 0 0 0 85596 2604 0 0 25 0 1 0 30549985 766849024 179239 1992294400 134512640 136485738 4290222080 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 187219 179239 228 482 0 186735 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 748876

[startup+942.301 s]
/proc/loadavg: 1.00 1.03 1.20 2/107 1500
/proc/meminfo: memFree=1093920/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=752464 CPUtime=941.98
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 195580 0 0 0 91415 2783 0 0 25 0 1 0 30549985 770523136 180148 1992294400 134512640 136485738 4290222080 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 188116 180148 228 482 0 187632 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 752464

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.18 2/107 1502
/proc/meminfo: memFree=1088216/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=757904 CPUtime=1001.96
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 196940 0 0 0 97246 2950 0 0 25 0 1 0 30549985 776093696 181508 1992294400 134512640 136485738 4290222080 18446744073709551615 135047552 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 189476 181508 228 482 0 188992 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 757904

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.17 2/107 1504
/proc/meminfo: memFree=1083504/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=762540 CPUtime=1061.93
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 198110 0 0 0 103066 3127 0 0 25 0 1 0 30549985 780840960 182678 1992294400 134512640 136485738 4290222080 18446744073709551615 134992432 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 190635 182678 228 482 0 190151 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 762540

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.16 2/107 1504
/proc/meminfo: memFree=1078048/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=767824 CPUtime=1121.92
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 199475 0 0 0 108886 3306 0 0 25 0 1 0 30549985 786251776 184043 1992294400 134512640 136485738 4290222080 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 191956 184043 228 482 0 191472 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 767824

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/107 1506
/proc/meminfo: memFree=1073336/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=772444 CPUtime=1181.9
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 200643 0 0 0 114718 3472 0 0 25 0 1 0 30549985 790982656 185211 1992294400 134512640 136485738 4290222080 18446744073709551615 135047545 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 193111 185211 228 482 0 192627 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 772444

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/107 1508
/proc/meminfo: memFree=1066392/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=779792 CPUtime=1241.88
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 202346 0 0 0 120557 3631 0 0 25 0 1 0 30549985 798507008 186914 1992294400 134512640 136485738 4290222080 18446744073709551615 135293340 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 194948 186914 228 482 0 194464 0
Current children cumulated CPU time (s) 1241.88
Current children cumulated vsize (KiB) 779792

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 1510
/proc/meminfo: memFree=1062672/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=783448 CPUtime=1301.86
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 203250 0 0 0 126394 3792 0 0 25 0 1 0 30549985 802250752 187818 1992294400 134512640 136485738 4290222080 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 195862 187818 228 482 0 195378 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 783448

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 1512
/proc/meminfo: memFree=1058084/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=787964 CPUtime=1361.84
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 204394 0 0 0 132221 3963 0 0 25 0 1 0 30549985 806875136 188962 1992294400 134512640 136485738 4290222080 18446744073709551615 134880510 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 196991 188962 228 482 0 196507 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 787964

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 1512
/proc/meminfo: memFree=1052256/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=793644 CPUtime=1421.83
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 205816 0 0 0 138055 4128 0 0 25 0 1 0 30549985 812691456 190384 1992294400 134512640 136485738 4290222080 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 198411 190384 228 482 0 197927 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 793644

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 1514
/proc/meminfo: memFree=1047172/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=798660 CPUtime=1481.79
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 207084 0 0 0 143887 4292 0 0 25 0 1 0 30549985 817827840 191652 1992294400 134512640 136485738 4290222080 18446744073709551615 135183781 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 199665 191652 228 482 0 199181 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 798660

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 1516
/proc/meminfo: memFree=1043452/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=802400 CPUtime=1541.78
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 208030 0 0 0 149720 4458 0 0 25 0 1 0 30549985 821657600 192598 1992294400 134512640 136485738 4290222080 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 200600 192598 228 482 0 200116 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 802400

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 1518
/proc/meminfo: memFree=1038120/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=807564 CPUtime=1601.76
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 209340 0 0 0 155536 4640 0 0 25 0 1 0 30549985 826945536 193908 1992294400 134512640 136485738 4290222080 18446744073709551615 134880510 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 201891 193908 228 482 0 201407 0
Current children cumulated CPU time (s) 1601.76
Current children cumulated vsize (KiB) 807564

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 1520
/proc/meminfo: memFree=1026588/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=818992 CPUtime=1661.74
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 212208 0 0 0 161382 4792 0 0 25 0 1 0 30549985 838647808 196776 1992294400 134512640 136485738 4290222080 18446744073709551615 135044309 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 204748 196776 228 482 0 204264 0
Current children cumulated CPU time (s) 1661.74
Current children cumulated vsize (KiB) 818992

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 1520
/proc/meminfo: memFree=1019272/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=827032 CPUtime=1721.72
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 214035 0 0 0 167204 4968 0 0 25 0 1 0 30549985 846880768 198603 1992294400 134512640 136485738 4290222080 18446744073709551615 135260271 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 206758 198603 228 482 0 206274 0
Current children cumulated CPU time (s) 1721.72
Current children cumulated vsize (KiB) 827032

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 1522
/proc/meminfo: memFree=1013940/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=832332 CPUtime=1781.7
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 215357 0 0 0 173037 5133 0 0 25 0 1 0 30549985 852307968 199925 1992294400 134512640 136485738 4290222080 18446744073709551615 135046960 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 208083 199925 228 482 0 207599 0
Current children cumulated CPU time (s) 1781.7
Current children cumulated vsize (KiB) 832332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 1522
/proc/meminfo: memFree=1012452/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=833652 CPUtime=1800.1
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 215695 0 0 0 174825 5185 0 0 25 0 1 0 30549985 853659648 200263 1992294400 134512640 136485738 4290222080 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 208413 200263 228 482 0 207929 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 833652

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 1522
/proc/meminfo: memFree=1012452/2059040 swapFree=4136716/4192956
[pid=1470] ppid=1468 vsize=833652 CPUtime=1800.1
/proc/1470/stat : 1470 (pbct) R 1468 1470 349 0 -1 4202496 215695 0 0 0 174825 5185 0 0 25 0 1 0 30549985 853659648 200263 1992294400 134512640 136485738 4290222080 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1470/statm: 208413 200263 228 482 0 207929 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 833652

Child status: 0
Real time (s): 1800.8
CPU time (s): 1800.2
CPU user time (s): 1748.26
CPU system time (s): 51.9341
CPU usage (%): 99.9666
Max. virtual memory (cumulated for all children) (KiB): 833652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1748.26
system time used= 51.9341
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215695
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= 1
involuntary context switches= 3458

runsolver used 2.86656 second user time and 8.61169 second system time

The end

Launcher Data

Begin job on node012 at 2010-06-14 23:04:44
IDJOB=2668561
IDBENCH=2415
IDSOLVER=1170
FILE ID=node012/2668561-1276549484
PBS_JOBID= 11173474
Free space on /tmp= 62500 MiB

SOLVER NAME= PB/CT 0.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-grow22.opb
COMMAND LINE= HOME/pbct --model BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2668561-1276549484/watcher-2668561-1276549484 -o /tmp/evaluation-result-2668561-1276549484/solver-2668561-1276549484 -C 1800 -W 2000 -M 1800  HOME/pbct --model HOME/instance-2668561-1276549484.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 459c1d0101a0e61c9c386c9d02f149df
RANDOM SEED=1694350554

node012.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.258
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.51
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.258
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1816508 kB
Buffers:         42728 kB
Cached:         120460 kB
SwapCached:       9652 kB
Active:          76916 kB
Inactive:        99108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1816508 kB
SwapTotal:     4192956 kB
SwapFree:      4136716 kB
Dirty:            4444 kB
Writeback:           0 kB
AnonPages:       11132 kB
Mapped:           9380 kB
Slab:            44764 kB
PageTables:       4064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180576 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62500 MiB
End job on node012 at 2010-06-14 23:34:47