Trace number 4099727

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.04 1800.44

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/reduced/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-reduced-mps-v2-20-10-fome12.opb
MD5SUM489d5377e587a4ab41c94f06db936b0a
Bench CategoryOPT-MEDINT (optimisation, medium 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 variables1466812
Total number of constraints24336
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 constraints24336
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 748132
Biggest coefficient in the objective function 320
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 1253788
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 1253788
Number of bits of the biggest sum of numbers21
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.00/1800.40	c 
1800.00/1800.40	c *** TERMINATED *** by signal 15
1800.00/1800.40	s UNKNOWN
1800.00/1800.40	c _____________________________________________________________________________
1800.00/1800.40	c 
1800.00/1800.40	c std/band forms        : 376,2838
1800.00/1800.40	c 2cl/3cl ITE-codings   : 0,0
1800.00/1800.40	c BDD/srt/adr Max costs : 265485,211467,9692
1800.00/1800.40	c BDDraw/bin/mul/srt/adr: 2334,0,807,59,13
1800.00/1800.40	c BDD nodes             : 28004312
1800.00/1800.40	c Es1/CC detections     : 0,0
1800.00/1800.40	c SAT/UNSAT calls       : 0,0
1800.00/1800.40	c restarts              : 0
1800.00/1800.40	c conflicts             : 0              (0 /sec)
1800.00/1800.40	c decisions             : 0              (0 /sec)
1800.00/1800.40	c propagations          : 0              (0 /sec)
1800.00/1800.40	c inspects              : 0              (0 /sec)
1800.00/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.00/1800.40	c Time for Opt-base     : 1352 s
1800.00/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-4099727-1466206657/watcher-4099727-1466206657 -o /tmp/evaluation-result-4099727-1466206657/solver-4099727-1466206657 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466206099-12166 --watchdog 1960 naps-1.02 HOME/instance-4099727-1466206657.opb 

pid=13215
running on 4 cores: 1,3,5,7

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.10 1.79 0.97 3/176 13218
/proc/meminfo: memFree=30583796/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=8564 CPUtime=0 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 765 0 0 0 0 0 0 0 20 0 1 0 22715178 8769536 640 33554432000 4194304 5796924 140733853690416 140733352366728 5151552 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 2141 641 114 392 0 1740 0

[startup+0.100169 s]
/proc/loadavg: 2.10 1.79 0.97 3/176 13218
/proc/meminfo: memFree=30583796/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=41600 CPUtime=0.09 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 9027 0 0 0 8 1 0 0 20 0 1 0 22715178 42598400 8229 33554432000 4194304 5796924 140733853690416 140733352366728 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 10400 8231 114 392 0 9999 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41600

[startup+0.200383 s]
/proc/loadavg: 2.10 1.79 0.97 3/176 13218
/proc/meminfo: memFree=30583796/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=81160 CPUtime=0.18 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 17057 0 0 0 16 2 0 0 20 0 1 0 22715178 83107840 16524 33554432000 4194304 5796924 140733853690416 140733352366728 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 20290 16536 114 392 0 19889 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 81160

[startup+0.300361 s]
/proc/loadavg: 2.10 1.79 0.97 3/176 13218
/proc/meminfo: memFree=30583796/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=126044 CPUtime=0.29 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 25096 0 0 0 25 4 0 0 20 0 1 0 22715178 129069056 26518 33554432000 4194304 5796924 140733853690416 140733352366728 4350431 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 31511 26518 114 392 0 31110 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 126044

[startup+0.700281 s]
/proc/loadavg: 2.10 1.79 0.97 3/176 13218
/proc/meminfo: memFree=30583796/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=259820 CPUtime=0.68 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 48441 0 0 0 60 8 0 0 20 0 1 0 22715178 266055680 56304 33554432000 4194304 5796924 140733853690416 140733352366728 5096553 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 64955 56304 116 392 0 64554 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 259820

[startup+1.50028 s]
/proc/loadavg: 2.10 1.79 0.97 4/177 13219
/proc/meminfo: memFree=30355216/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=307228 CPUtime=1.49 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 60855 0 0 0 139 10 0 0 20 0 1 0 22715178 314601472 69300 33554432000 4194304 5796924 140733853690416 140733853689832 4802771 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 76807 69300 129 392 0 76406 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 307228

[startup+3.10031 s]
/proc/loadavg: 2.10 1.79 0.97 4/177 13219
/proc/meminfo: memFree=30291348/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=335816 CPUtime=3.09 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 67937 0 0 0 298 11 0 0 20 0 1 0 22715178 343875584 77404 33554432000 4194304 5796924 140733853690416 140733853689688 5096569 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 83954 77404 129 392 0 83553 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 335816

[startup+6.30029 s]
/proc/loadavg: 2.17 1.81 0.98 3/177 13219
/proc/meminfo: memFree=30219232/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=403764 CPUtime=6.29 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 85189 0 0 0 615 14 0 0 20 0 1 0 22715178 413454336 95167 33554432000 4194304 5796924 140733853690416 140733853687912 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 100941 95167 129 392 0 100540 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 403764

[startup+12.7003 s]
/proc/loadavg: 2.16 1.82 0.99 3/177 13219
/proc/meminfo: memFree=29996228/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=627668 CPUtime=12.69 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 133342 0 0 0 1247 22 0 0 20 0 1 0 22715178 642732032 148185 33554432000 4194304 5796924 140733853690416 140733853687832 4199810 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 156917 148187 129 392 0 156516 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 627668

[startup+25.5003 s]
/proc/loadavg: 2.20 1.84 1.01 3/177 13219
/proc/meminfo: memFree=29629680/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=1057668 CPUtime=25.48 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 231914 0 0 0 2508 40 0 0 20 0 1 0 22715178 1083052032 251355 33554432000 4194304 5796924 140733853690416 140733853687832 4362469 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 264417 251355 129 392 0 264016 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1057668

[startup+51.1004 s]
/proc/loadavg: 2.28 1.89 1.04 3/177 13219
/proc/meminfo: memFree=29006276/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=1645656 CPUtime=51.07 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 348580 0 0 0 5045 62 0 0 20 0 1 0 22715178 1685151744 393050 33554432000 4194304 5796924 140733853690416 140733853688280 4368440 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 411414 393050 131 392 0 411013 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1645656

[startup+102.3 s]
/proc/loadavg: 2.30 1.95 1.11 3/177 13220
/proc/meminfo: memFree=29003628/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=1657596 CPUtime=102.26 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 361246 0 0 0 10162 64 0 0 20 0 1 0 22715178 1697378304 395790 33554432000 4194304 5796924 140733853690416 140733853686632 5087747 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 414399 395790 152 392 0 413998 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1657596

[startup+162.3 s]
/proc/loadavg: 2.16 1.97 1.16 3/178 13224
/proc/meminfo: memFree=28965176/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=1697332 CPUtime=162.25 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 362336 0 0 0 16160 65 0 0 20 0 1 0 22715178 1738067968 406546 33554432000 4194304 5796924 140733853690416 140733853687400 5087772 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 424333 406546 152 392 0 423932 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 1697332

[startup+222.307 s]
/proc/loadavg: 2.16 2.00 1.22 4/177 13226
/proc/meminfo: memFree=28611584/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=2082600 CPUtime=222.25 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 439334 0 0 0 22147 78 0 0 20 0 1 0 22715178 2132582400 500899 33554432000 4194304 5796924 140733853690416 140733853686632 4865570 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 520650 500899 192 392 0 520249 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 2082600

[startup+282.3 s]
/proc/loadavg: 2.14 2.03 1.28 3/177 13227
/proc/meminfo: memFree=28529620/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=2082600 CPUtime=282.23 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 439631 0 0 0 28145 78 0 0 20 0 1 0 22715178 2132582400 502560 33554432000 4194304 5796924 140733853690416 140733853686632 5092431 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 520650 502560 192 392 0 520249 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 2082600

[startup+342.3 s]
/proc/loadavg: 2.19 2.07 1.34 3/177 13228
/proc/meminfo: memFree=28519952/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=2124784 CPUtime=342.22 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 440285 0 0 0 34142 80 0 0 20 0 1 0 22715178 2175778816 514984 33554432000 4194304 5796924 140733853690416 140733853686632 5096673 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 531196 514984 192 392 0 530795 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 2124784

[startup+402.3 s]
/proc/loadavg: 2.11 2.06 1.38 3/177 13229
/proc/meminfo: memFree=28454016/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=2145548 CPUtime=402.21 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 440801 0 0 0 40141 80 0 0 20 0 1 0 22715178 2197041152 518564 33554432000 4194304 5796924 140733853690416 140733853686632 4870732 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 536387 518564 192 392 0 535986 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 2145548

[startup+462.3 s]
/proc/loadavg: 2.15 2.08 1.43 3/177 13230
/proc/meminfo: memFree=28500284/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=2145548 CPUtime=462.21 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 440804 0 0 0 46140 81 0 0 20 0 1 0 22715178 2197041152 520998 33554432000 4194304 5796924 140733853690416 140733853686632 5092425 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 536387 520998 192 392 0 535986 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 2145548

[startup+522.3 s]
/proc/loadavg: 2.15 2.09 1.47 3/177 13232
/proc/meminfo: memFree=28335044/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=2261052 CPUtime=522.2 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 442112 0 0 0 52136 84 0 0 20 0 1 0 22715178 2315317248 545601 33554432000 4194304 5796924 140733853690416 140733853063352 5092526 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 565263 545601 192 392 0 564862 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 2261052

[startup+582.3 s]
/proc/loadavg: 2.21 2.12 1.52 4/177 13233
/proc/meminfo: memFree=28320356/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=2261052 CPUtime=582.19 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 442117 0 0 0 58135 84 0 0 20 0 1 0 22715178 2315317248 549290 33554432000 4194304 5796924 140733853690416 140733853687400 4806925 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 565263 549290 192 392 0 564862 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 2261052


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


[startup+882.307 s]
/proc/loadavg: 2.28 2.17 1.69 3/177 13242
/proc/meminfo: memFree=28201908/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=2307768 CPUtime=882.11 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 442699 0 0 0 88126 85 0 0 20 0 1 0 22715178 2363154432 562597 33554432000 4194304 5796924 140733853690416 140733853686632 5092622 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 576942 562597 192 392 0 576541 0
Current children cumulated CPU time (s) 882.11
Current children cumulated vsize (KiB) 2307768

[startup+942.3 s]
/proc/loadavg: 2.18 2.17 1.72 3/176 13243
/proc/meminfo: memFree=28245248/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=2307768 CPUtime=942.08 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 442724 0 0 0 94123 85 0 0 20 0 1 0 22715178 2363154432 564645 33554432000 4194304 5796924 140733853690416 140733853686632 5087724 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 576942 564645 192 392 0 576541 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 2307768

[startup+1002.3 s]
/proc/loadavg: 2.22 2.18 1.75 3/177 13245
/proc/meminfo: memFree=28180540/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=2307768 CPUtime=1002.04 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 442755 0 0 0 100119 85 0 0 20 0 1 0 22715178 2363154432 566181 33554432000 4194304 5796924 140733853690416 140733853686632 4805714 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 576942 566181 192 392 0 576541 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 2307768

[startup+1062.3 s]
/proc/loadavg: 2.17 2.17 1.77 3/177 13246
/proc/meminfo: memFree=28037220/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=2476492 CPUtime=1062.02 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 443863 0 0 0 106112 90 0 0 20 0 1 0 22715178 2535927808 610410 33554432000 4194304 5796924 140733853690416 140733853686632 4296026 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 619123 610410 192 392 0 618722 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 2476492

[startup+1122.3 s]
/proc/loadavg: 2.06 2.14 1.79 3/177 13248
/proc/meminfo: memFree=27964252/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=2561344 CPUtime=1122 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 447880 0 0 0 112109 91 0 0 20 0 1 0 22715178 2622816256 615949 33554432000 4194304 5796924 140733853690416 140733853686632 5100101 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 640336 615949 192 392 0 639935 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 2561344

[startup+1182.3 s]
/proc/loadavg: 2.22 2.16 1.81 3/177 13249
/proc/meminfo: memFree=27620456/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=2959588 CPUtime=1181.99 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 547668 0 0 0 118093 106 0 0 20 0 1 0 22715178 3030618112 719314 33554432000 4194304 5796924 140733853690416 140733853686632 5096706 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 739897 719314 192 392 0 739496 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 2959588

[startup+1242.3 s]
/proc/loadavg: 2.22 2.16 1.83 3/177 13250
/proc/meminfo: memFree=27573020/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=2959588 CPUtime=1241.98 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 547668 0 0 0 124092 106 0 0 20 0 1 0 22715178 3030618112 719314 33554432000 4194304 5796924 140733853690416 140733853686632 5087490 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 739897 719314 192 392 0 739496 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 2959588

[startup+1302.3 s]
/proc/loadavg: 2.17 2.16 1.85 4/177 13251
/proc/meminfo: memFree=27524168/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=2959588 CPUtime=1301.97 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 547671 0 0 0 130091 106 0 0 20 0 1 0 22715178 3030618112 720850 33554432000 4194304 5796924 140733853690416 140733853686632 5096666 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 739897 720850 192 392 0 739496 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 2959588

[startup+1362.3 s]
/proc/loadavg: 2.13 2.14 1.86 3/178 13347
/proc/meminfo: memFree=27920192/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=2959588 CPUtime=1361.97 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 547675 0 0 0 136090 107 0 0 20 0 1 0 22715178 3030618112 722898 33554432000 4194304 5796924 140733853690416 140733853686632 5096633 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 739897 722898 192 392 0 739496 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 2959588

[startup+1422.3 s]
/proc/loadavg: 2.22 2.16 1.88 3/178 13372
/proc/meminfo: memFree=27909932/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=2959588 CPUtime=1421.97 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 547680 0 0 0 142090 107 0 0 20 0 1 0 22715178 3030618112 725458 33554432000 4194304 5796924 140733853690416 140733853686632 5092509 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 739897 725458 192 392 0 739496 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 2959588

[startup+1482.3 s]
/proc/loadavg: 2.21 2.17 1.90 3/177 13373
/proc/meminfo: memFree=27902288/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=2959588 CPUtime=1481.95 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 547683 0 0 0 148088 107 0 0 20 0 1 0 22715178 3030618112 726994 33554432000 4194304 5796924 140733853690416 140733853686632 4809095 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 739897 726994 192 392 0 739496 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 2959588

[startup+1542.31 s]
/proc/loadavg: 2.17 2.17 1.92 3/177 13374
/proc/meminfo: memFree=27893636/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=2959588 CPUtime=1541.95 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 547687 0 0 0 154088 107 0 0 20 0 1 0 22715178 3030618112 729252 33554432000 4194304 5796924 140733853690416 140733853686632 4295954 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 739897 729252 192 392 0 739496 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 2959588

[startup+1602.3 s]
/proc/loadavg: 2.24 2.18 1.93 3/177 13420
/proc/meminfo: memFree=24461828/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=2959588 CPUtime=1601.93 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 547692 0 0 0 160086 107 0 0 20 0 1 0 22715178 3030618112 731812 33554432000 4194304 5796924 140733853690416 140733853686632 5077846 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 739897 731812 192 392 0 739496 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 2959588

[startup+1662.3 s]
/proc/loadavg: 2.20 2.18 1.94 3/177 13421
/proc/meminfo: memFree=24236328/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=3064696 CPUtime=1661.92 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 548100 0 0 0 166085 107 0 0 20 0 1 0 22715178 3138248704 733242 33554432000 4194304 5796924 140733853690416 140733853686632 4809377 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 766174 733242 192 392 0 765773 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 3064696

[startup+1722.3 s]
/proc/loadavg: 2.25 2.19 1.96 3/177 13423
/proc/meminfo: memFree=24222812/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=3064696 CPUtime=1721.91 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 548212 0 0 0 172084 107 0 0 20 0 1 0 22715178 3138248704 736420 33554432000 4194304 5796924 140733853690416 140733853686632 5092545 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 766174 736420 192 392 0 765773 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 3064696

[startup+1782.3 s]
/proc/loadavg: 2.09 2.15 1.96 3/177 13424
/proc/meminfo: memFree=24242904/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=3064696 CPUtime=1781.9 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 548217 0 0 0 178083 107 0 0 20 0 1 0 22715178 3138248704 738980 33554432000 4194304 5796924 140733853690416 140733853687400 5092545 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 766174 738980 192 392 0 765773 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 3064696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.13 2.16 1.97 3/177 13425
/proc/meminfo: memFree=24221840/32872528 swapFree=1074772/1156532
[pid=13218] ppid=13215 vsize=3064696 CPUtime=1800 cores=1,3,5,7
/proc/13218/stat : 13218 (naps-1.02) R 13215 13218 12149 0 -1 4202496 548217 0 0 0 179893 107 0 0 20 0 1 0 22715178 3138248704 738980 33554432000 4194304 5796924 140733853690416 140733853686632 4839574 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13218/statm: 766174 738980 192 392 0 765773 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 3064696

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 13218 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 0
Real time (s): 1800.44
CPU time (s): 1800.04
CPU user time (s): 1798.93
CPU system time (s): 1.11383
CPU usage (%): 99.9783
Max. virtual memory (cumulated for all children) (KiB): 3064696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.93
system time used= 1.11383
maximum resident set size= 2955968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 548229
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= 164
involuntary context switches= 1846

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.48001 second user time and 9.03862 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-18 01:37:39
IDJOB=4099727
IDBENCH=1502
IDSOLVER=2544
FILE ID=node114/4099727-1466206657
RUNJOBID= node114-1466206099-12166
PBS_JOBID= 19918162
Free space on /tmp= 71672 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/reduced/mps-v2-20-10/plato.asu.edu/pub/lptestset/fome/normalized-reduced-mps-v2-20-10-fome12.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099727-1466206657/watcher-4099727-1466206657 -o /tmp/evaluation-result-4099727-1466206657/solver-4099727-1466206657 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466206099-12166 --watchdog 1960  naps-1.02 HOME/instance-4099727-1466206657.opb

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

MD5SUM BENCH= 489d5377e587a4ab41c94f06db936b0a
RANDOM SEED=1148628409

node114.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		: 2666.761
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	: 5333.52
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		: 2666.761
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.56
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		: 2666.761
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.54
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		: 2666.761
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		: 2666.761
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		: 2666.761
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		: 2666.761
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		: 2666.761
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:        30584084 kB
Buffers:           38352 kB
Cached:           138404 kB
SwapCached:          492 kB
Active:           349296 kB
Inactive:          74004 kB
Active(anon):     248204 kB
Inactive(anon):      712 kB
Active(file):     101092 kB
Inactive(file):    73292 kB
Unevictable:     1156532 kB
Mlocked:         1074772 kB
SwapTotal:      67108856 kB
SwapFree:       67100360 kB
Dirty:             63436 kB
Writeback:             0 kB
AnonPages:       1402708 kB
Mapped:             7764 kB
Shmem:                 0 kB
Slab:             576756 kB
SReclaimable:      18044 kB
SUnreclaim:       558712 kB
KernelStack:        1432 kB
PageTables:         6824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1530648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 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= 71668 MiB
End job on node114 at 2016-06-18 02:07:40