Trace number 4103711

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
NaPS 1.02? (TO) 1800.09 1800.4

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-greenbea.opb
MD5SUMfed9726f7ff3b53e29a48b8849ad3d9b
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables155427
Total number of constraints2674
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 constraints2674
Minimum length of a constraint11
Maximum length of a constraint7267
Number of terms in the objective function 15205
Biggest coefficient in the objective function 536870912000000
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 11303756896327816
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 24454743822989865
Number of bits of the biggest sum of numbers55
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 NaPS 1.02b.
1800.08/1800.40	c 
1800.08/1800.40	c *** TERMINATED *** by signal 15
1800.08/1800.40	s UNKNOWN
1800.08/1800.40	c _____________________________________________________________________________
1800.08/1800.40	c 
1800.08/1800.40	c std/band forms        : 263,132
1800.08/1800.40	c 2cl/3cl ITE-codings   : 0,0
1800.08/1800.40	c BDD/srt/adr Max costs : 81553,0,120
1800.08/1800.40	c BDDraw/bin/mul/srt/adr: 48,0,341,0,5
1800.08/1800.40	c BDD nodes             : 2471602
1800.08/1800.40	c Es1/CC detections     : 0,0
1800.08/1800.40	c SAT/UNSAT calls       : 0,0
1800.08/1800.40	c restarts              : 0
1800.08/1800.40	c conflicts             : 0              (0 /sec)
1800.08/1800.40	c decisions             : 0              (0 /sec)
1800.08/1800.40	c propagations          : 0              (0 /sec)
1800.08/1800.40	c inspects              : 0              (0 /sec)
1800.08/1800.40	c CPU time (solving tm) : 1800 s        (0 s)
1800.08/1800.40	c Time for Opt-base     : 1744 s
1800.08/1800.40	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4103711-1466265298/watcher-4103711-1466265298 -o /tmp/evaluation-result-4103711-1466265298/solver-4103711-1466265298 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466241673-16673 --watchdog 1960 naps-1.02 HOME/instance-4103711-1466265298.opb 

pid=19309
running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 19312
/proc/meminfo: memFree=30844952/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=7152 CPUtime=0 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 461 0 0 0 0 0 0 0 20 0 1 0 28580309 7323648 335 33554432000 4194304 5796924 140735064640592 140734668881240 5151641 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 1824 339 114 392 0 1423 0

[startup+0.100163 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 19312
/proc/meminfo: memFree=30844952/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=13440 CPUtime=0.09 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 2024 0 0 0 9 0 0 0 20 0 1 0 28580309 13762560 1856 33554432000 4194304 5796924 140735064640592 140734668881240 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 3360 1856 128 392 0 2959 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13440

[startup+0.200233 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 19312
/proc/meminfo: memFree=30844952/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=17692 CPUtime=0.19 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 3081 0 0 0 19 0 0 0 20 0 1 0 28580309 18116608 2830 33554432000 4194304 5796924 140735064640592 140734668881240 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 4423 2830 128 392 0 4022 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 17692

[startup+0.300291 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 19312
/proc/meminfo: memFree=30844952/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=21828 CPUtime=0.29 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 4131 0 0 0 29 0 0 0 20 0 1 0 28580309 22351872 3880 33554432000 4194304 5796924 140735064640592 140734668881240 5087606 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 5457 3880 128 392 0 5056 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21828

[startup+0.700254 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 19312
/proc/meminfo: memFree=30844952/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=41652 CPUtime=0.69 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 8735 0 0 0 68 1 0 0 20 0 1 0 28580309 42651648 8291 33554432000 4194304 5796924 140735064640592 140735064639752 5183584 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 10413 8291 128 392 0 10012 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41652

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19313
/proc/meminfo: memFree=30798708/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=70364 CPUtime=1.49 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 15724 0 0 0 147 2 0 0 20 0 1 0 28580309 72052736 14925 33554432000 4194304 5796924 140735064640592 140735064639752 4802771 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 17591 14925 128 392 0 17190 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70364

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 19313
/proc/meminfo: memFree=30763988/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=118176 CPUtime=3.09 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 27898 0 0 0 306 3 0 0 20 0 1 0 28580309 121012224 27060 33554432000 4194304 5796924 140735064640592 140735064638120 4659057 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 29544 27060 128 392 0 29143 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 118176

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19313
/proc/meminfo: memFree=30676436/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=198004 CPUtime=6.29 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 47072 0 0 0 623 6 0 0 20 0 1 0 28580309 202756096 46234 33554432000 4194304 5796924 140735064640592 140735064639816 4621249 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 49501 46235 128 392 0 49100 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 198004

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19313
/proc/meminfo: memFree=30627336/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=225876 CPUtime=12.69 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 54753 0 0 0 1261 8 0 0 20 0 1 0 28580309 231297024 53211 33554432000 4194304 5796924 140735064640592 140735064636808 4863673 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 56469 53211 140 392 0 56068 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 225876

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 19313
/proc/meminfo: memFree=30632004/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=226004 CPUtime=25.49 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 54805 0 0 0 2541 8 0 0 20 0 1 0 28580309 231428096 53263 33554432000 4194304 5796924 140735064640592 140735064636808 4865437 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 56501 53263 144 392 0 56100 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 226004

[startup+51.1003 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 19313
/proc/meminfo: memFree=30631336/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=226016 CPUtime=51.09 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 54808 0 0 0 5101 8 0 0 20 0 1 0 28580309 231440384 53266 33554432000 4194304 5796924 140735064640592 140735064636808 4313072 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 56504 53266 144 392 0 56103 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 226016

[startup+102.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 19315
/proc/meminfo: memFree=30632012/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=226024 CPUtime=102.28 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 54810 0 0 0 10220 8 0 0 20 0 1 0 28580309 231448576 53268 33554432000 4194304 5796924 140735064640592 140735064636808 5087504 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 56506 53268 144 392 0 56105 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 226024

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 19316
/proc/meminfo: memFree=30624652/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=233752 CPUtime=162.27 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 56171 0 0 0 16219 8 0 0 20 0 1 0 28580309 239362048 55140 33554432000 4194304 5796924 140735064640592 140735064636808 4809123 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 58438 55140 144 392 0 58037 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 233752

[startup+222.307 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 19317
/proc/meminfo: memFree=30613168/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=244904 CPUtime=222.26 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 59046 0 0 0 22218 8 0 0 20 0 1 0 28580309 250781696 58015 33554432000 4194304 5796924 140735064640592 140735064636808 4865437 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 61226 58015 144 392 0 60825 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 244904

[startup+282.3 s]
/proc/loadavg: 2.02 2.02 2.00 4/177 19318
/proc/meminfo: memFree=30608328/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=250648 CPUtime=282.24 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 59274 0 0 0 28216 8 0 0 20 0 1 0 28580309 256663552 59265 33554432000 4194304 5796924 140735064640592 140735064636808 5092450 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 62662 59265 191 392 0 62261 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 250648

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 19322
/proc/meminfo: memFree=30602512/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=255920 CPUtime=342.23 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 59866 0 0 0 34215 8 0 0 20 0 1 0 28580309 262062080 60583 33554432000 4194304 5796924 140735064640592 140735064636808 5087606 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 63980 60583 191 392 0 63579 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 255920

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 19347
/proc/meminfo: memFree=30600444/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=255920 CPUtime=402.22 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 59869 0 0 0 40214 8 0 0 20 0 1 0 28580309 262062080 60609 33554432000 4194304 5796924 140735064640592 140735064636808 5087494 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 63980 60609 191 392 0 63579 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 255920

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 19348
/proc/meminfo: memFree=30598276/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=255920 CPUtime=462.2 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 59886 0 0 0 46212 8 0 0 20 0 1 0 28580309 262062080 61126 33554432000 4194304 5796924 140735064640592 140735064636808 5100101 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 63980 61126 191 392 0 63579 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 255920

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19349
/proc/meminfo: memFree=30597180/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=255920 CPUtime=522.17 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 59913 0 0 0 52209 8 0 0 20 0 1 0 28580309 262062080 61369 33554432000 4194304 5796924 140735064640592 140735064636808 5092526 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 63980 61369 191 392 0 63579 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 255920

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19350
/proc/meminfo: memFree=30502620/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=350524 CPUtime=582.17 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 83124 0 0 0 58205 12 0 0 20 0 1 0 28580309 358936576 84912 33554432000 4194304 5796924 140735064640592 140735064636808 5087643 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 87631 84912 191 392 0 87230 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 350524


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


[startup+882.307 s]
/proc/loadavg: 2.10 2.06 2.01 3/177 19404
/proc/meminfo: memFree=31102512/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=368300 CPUtime=882.13 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 85625 0 0 0 88200 13 0 0 20 0 1 0 28580309 377139200 89887 33554432000 4194304 5796924 140735064640592 140735064636808 4199767 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 92075 89887 191 392 0 91674 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 368300

[startup+942.3 s]
/proc/loadavg: 2.03 2.05 2.01 4/178 19408
/proc/meminfo: memFree=31096040/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=374512 CPUtime=942.12 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 85800 0 0 0 94199 13 0 0 20 0 1 0 28580309 383500288 90573 33554432000 4194304 5796924 140735064640592 140735064636808 4299717 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 93628 90573 191 392 0 93227 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 374512

[startup+1002.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 19410
/proc/meminfo: memFree=31085664/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=374512 CPUtime=1002.1 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 85808 0 0 0 100197 13 0 0 20 0 1 0 28580309 383500288 90573 33554432000 4194304 5796924 140735064640592 140735064636808 5100093 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 93628 90573 191 392 0 93227 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 374512

[startup+1062.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 19411
/proc/meminfo: memFree=31078984/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=374512 CPUtime=1062.09 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 85811 0 0 0 106196 13 0 0 20 0 1 0 28580309 383500288 91085 33554432000 4194304 5796924 140735064640592 140735064636808 5092526 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 93628 91085 191 392 0 93227 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 374512

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 19412
/proc/meminfo: memFree=31058060/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=395600 CPUtime=1122.08 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 86136 0 0 0 112195 13 0 0 20 0 1 0 28580309 405094400 96357 33554432000 4194304 5796924 140735064640592 140735064636808 4806764 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 98900 96357 191 392 0 98499 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 395600

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 19413
/proc/meminfo: memFree=31050676/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=404828 CPUtime=1182.07 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 87056 0 0 0 118193 14 0 0 20 0 1 0 28580309 414543872 97788 33554432000 4194304 5796924 140735064640592 140735064636808 5087516 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 101207 97788 191 392 0 100806 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 404828

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 19414
/proc/meminfo: memFree=31050804/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=404828 CPUtime=1242.06 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 87056 0 0 0 124192 14 0 0 20 0 1 0 28580309 414543872 97788 33554432000 4194304 5796924 140735064640592 140735064636808 5100093 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 101207 97788 191 392 0 100806 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 404828

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19416
/proc/meminfo: memFree=31050296/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=404828 CPUtime=1302.05 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 87056 0 0 0 130191 14 0 0 20 0 1 0 28580309 414543872 97788 33554432000 4194304 5796924 140735064640592 140735064636808 5092467 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 101207 97788 191 392 0 100806 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 404828

[startup+1362.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 19417
/proc/meminfo: memFree=31045784/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=405152 CPUtime=1362.04 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 87087 0 0 0 136190 14 0 0 20 0 1 0 28580309 414875648 98330 33554432000 4194304 5796924 140735064640592 140735064634392 5100101 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 101288 98330 191 392 0 100887 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 405152

[startup+1422.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 19418
/proc/meminfo: memFree=31044708/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=405524 CPUtime=1422.04 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 87181 0 0 0 142190 14 0 0 20 0 1 0 28580309 415256576 98424 33554432000 4194304 5796924 140735064640592 140735064636808 4865421 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 101381 98424 191 392 0 100980 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 405524

[startup+1482.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 19419
/proc/meminfo: memFree=31041408/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=405524 CPUtime=1482.03 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 87182 0 0 0 148189 14 0 0 20 0 1 0 28580309 415256576 98936 33554432000 4194304 5796924 140735064640592 140735064636808 5100093 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 101381 98936 191 392 0 100980 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 405524

[startup+1542.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 19423
/proc/meminfo: memFree=31042844/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=405524 CPUtime=1542.02 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 87182 0 0 0 154188 14 0 0 20 0 1 0 28580309 415256576 98936 33554432000 4194304 5796924 140735064640592 140735064636808 5087488 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 101381 98936 191 392 0 100980 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 405524

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/177 19425
/proc/meminfo: memFree=31041364/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=405524 CPUtime=1602.01 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 87182 0 0 0 160187 14 0 0 20 0 1 0 28580309 415256576 98936 33554432000 4194304 5796924 140735064640592 140735064636808 5087780 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 101381 98936 191 392 0 100980 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 405524

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19426
/proc/meminfo: memFree=31041248/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=405524 CPUtime=1662 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 87208 0 0 0 166186 14 0 0 20 0 1 0 28580309 415256576 98962 33554432000 4194304 5796924 140735064640592 140735064636808 5096706 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 101381 98962 191 392 0 100980 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 405524

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 4/177 19427
/proc/meminfo: memFree=31040872/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=405524 CPUtime=1721.99 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 87367 0 0 0 172185 14 0 0 20 0 1 0 28580309 415256576 99121 33554432000 4194304 5796924 140735064640592 140735064636808 4865443 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 101381 99121 191 392 0 100980 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 405524

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 19428
/proc/meminfo: memFree=31040008/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=419364 CPUtime=1781.98 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 87561 0 0 0 178184 14 0 0 20 0 1 0 28580309 429428736 99315 33554432000 4194304 5796924 140735064640592 140735064636808 5096658 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 104841 99315 191 392 0 104440 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 419364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 4/177 19428
/proc/meminfo: memFree=31039520/32872528 swapFree=249320/249320
[pid=19312] ppid=19309 vsize=419364 CPUtime=1800.08 cores=0,2,4,6
/proc/19312/stat : 19312 (naps-1.02) R 19309 19312 16657 0 -1 4202496 87683 0 0 0 179994 14 0 0 20 0 1 0 28580309 429428736 99437 33554432000 4194304 5796924 140735064640592 140735064636808 4865570 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19312/statm: 104841 99437 191 392 0 104440 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 419364

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 19312 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 0
Real time (s): 1800.4
CPU time (s): 1800.09
CPU user time (s): 1799.94
CPU system time (s): 0.147977
CPU usage (%): 99.9825
Max. virtual memory (cumulated for all children) (KiB): 419364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 0.147977
maximum resident set size= 406520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87695
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= 62
involuntary context switches= 1872

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.74713 second user time and 9.39957 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-18 17:54:59
IDJOB=4103711
IDBENCH=2438
IDSOLVER=2544
FILE ID=node103/4103711-1466265298
RUNJOBID= node103-1466241673-16673
PBS_JOBID= 19918212
Free space on /tmp= 71716 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-greenbea.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103711-1466265298/watcher-4103711-1466265298 -o /tmp/evaluation-result-4103711-1466265298/solver-4103711-1466265298 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466241673-16673 --watchdog 1960  naps-1.02 HOME/instance-4103711-1466265298.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= fed9726f7ff3b53e29a48b8849ad3d9b
RANDOM SEED=1141227150

node103.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30845620 kB
Buffers:          154600 kB
Cached:           229708 kB
SwapCached:         2488 kB
Active:           752140 kB
Inactive:         277252 kB
Active(anon):     644252 kB
Inactive(anon):     3308 kB
Active(file):     107888 kB
Inactive(file):   273944 kB
Unevictable:      249320 kB
Mlocked:          249320 kB
SwapTotal:      67108856 kB
SwapFree:       67099548 kB
Dirty:             18296 kB
Writeback:             0 kB
AnonPages:        893544 kB
Mapped:             9056 kB
Shmem:                 0 kB
Slab:             615560 kB
SReclaimable:      58648 kB
SUnreclaim:       556912 kB
KernelStack:        1440 kB
PageTables:         5736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1015440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71712 MiB
End job on node103 at 2016-06-18 18:24:59