Trace number 4099923

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.08 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n370b.opb
MD5SUMce5e0345d0e70478396f95e2ebabfc80
Bench CategoryOPT-SMALLINT (optimisation, small 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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 654768
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 654768
Number of bits of the biggest sum of numbers20
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.06/1800.40	c 
1800.06/1800.40	c *** TERMINATED *** by signal 15
1800.06/1800.40	s UNKNOWN
1800.06/1800.40	c _____________________________________________________________________________
1800.06/1800.40	c 
1800.06/1800.40	c std/band forms        : 5034,116
1800.06/1800.40	c 2cl/3cl ITE-codings   : 744077,942939
1800.06/1800.40	c BDD/srt/adr Max costs : 39432,0,0
1800.06/1800.40	c BDDraw/bin/mul/srt/adr: 350,0,4800,0,0
1800.06/1800.40	c BDD nodes             : 2130081
1800.06/1800.40	c Es1/CC detections     : 0,0
1800.06/1800.40	c SAT/UNSAT calls       : 0,0
1800.06/1800.40	c restarts              : 0
1800.06/1800.40	c conflicts             : 0              (0 /sec)
1800.06/1800.40	c decisions             : 0              (0 /sec)
1800.06/1800.40	c propagations          : 0              (0 /sec)
1800.06/1800.40	c inspects              : 0              (0 /sec)
1800.06/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.06/1800.40	c Time for Opt-base     : 15.67 s
1800.06/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-4099923-1466210016/watcher-4099923-1466210016 -o /tmp/evaluation-result-4099923-1466210016/solver-4099923-1466210016 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466206099-12165 --watchdog 1960 naps-1.02 HOME/instance-4099923-1466210016.opb 

pid=13600
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.16 2.14 2.07 3/176 13603
/proc/meminfo: memFree=28675660/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=8564 CPUtime=0 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 768 0 0 0 0 0 0 0 20 0 1 0 23050839 8769536 643 33554432000 4194304 5796924 140736506557936 140736764175080 4601168 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 2141 643 114 392 0 1740 0

[startup+0.100165 s]
/proc/loadavg: 2.16 2.14 2.07 3/176 13603
/proc/meminfo: memFree=28675660/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=41468 CPUtime=0.09 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 8415 0 0 0 8 1 0 0 20 0 1 0 23050839 42463232 8128 33554432000 4194304 5796924 140736506557936 140736764175080 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 10367 8129 114 392 0 9966 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41468

[startup+0.20036 s]
/proc/loadavg: 2.16 2.14 2.07 3/176 13603
/proc/meminfo: memFree=28675660/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=55736 CPUtime=0.19 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 11416 0 0 0 18 1 0 0 20 0 1 0 23050839 57073664 11090 33554432000 4194304 5796924 140736506557936 140736764175080 5087776 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 13934 11090 116 392 0 13533 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 55736

[startup+0.300334 s]
/proc/loadavg: 2.16 2.14 2.07 3/176 13603
/proc/meminfo: memFree=28675660/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=65700 CPUtime=0.29 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 14301 0 0 0 27 2 0 0 20 0 1 0 23050839 67276800 13672 33554432000 4194304 5796924 140736506557936 140736764175080 4808094 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 16425 13672 121 392 0 16024 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65700

[startup+0.700292 s]
/proc/loadavg: 2.16 2.14 2.07 3/176 13603
/proc/meminfo: memFree=28675660/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=69760 CPUtime=0.69 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 15097 0 0 0 67 2 0 0 20 0 1 0 23050839 71434240 14468 33554432000 4194304 5796924 140736506557936 140736506557160 5094594 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 17440 14468 129 392 0 17039 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69760

[startup+1.50026 s]
/proc/loadavg: 2.16 2.14 2.07 3/177 13604
/proc/meminfo: memFree=28614572/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=80100 CPUtime=1.49 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 17159 0 0 0 147 2 0 0 20 0 1 0 23050839 82022400 16530 33554432000 4194304 5796924 140736506557936 140736506557208 5087724 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 20025 16530 129 392 0 19624 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 80100

[startup+3.10025 s]
/proc/loadavg: 2.16 2.14 2.07 3/177 13604
/proc/meminfo: memFree=28594360/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=116384 CPUtime=3.09 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 26273 0 0 0 306 3 0 0 20 0 1 0 23050839 119177216 25644 33554432000 4194304 5796924 140736506557936 140736506557160 4404063 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 29096 25644 129 392 0 28695 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 116384

[startup+6.3003 s]
/proc/loadavg: 2.15 2.13 2.07 3/177 13604
/proc/meminfo: memFree=28538444/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=152916 CPUtime=6.29 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 36007 0 0 0 625 4 0 0 20 0 1 0 23050839 156585984 34678 33554432000 4194304 5796924 140736506557936 140736503886200 5092416 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 38229 34678 140 392 0 37828 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 152916

[startup+12.7003 s]
/proc/loadavg: 2.14 2.13 2.07 3/177 13604
/proc/meminfo: memFree=28500204/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=186104 CPUtime=12.69 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 41885 0 0 0 1264 5 0 0 20 0 1 0 23050839 190570496 42815 33554432000 4194304 5796924 140736506557936 140736505871240 4805636 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 46526 42815 140 392 0 46125 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 186104

[startup+25.5003 s]
/proc/loadavg: 2.17 2.14 2.07 3/177 13604
/proc/meminfo: memFree=28456164/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=229180 CPUtime=25.48 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 44134 0 0 0 2542 6 0 0 20 0 1 0 23050839 234680320 53507 33554432000 4194304 5796924 140736506557936 140736506554152 5184407 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 57295 53507 144 392 0 56894 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 229180

[startup+51.1004 s]
/proc/loadavg: 2.17 2.14 2.08 3/177 13604
/proc/meminfo: memFree=27385020/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=1365424 CPUtime=51.09 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 127376 0 0 0 5076 33 0 0 20 0 1 0 23050839 1398194176 320906 33554432000 4194304 5796924 140736506557936 140736506555128 4650745 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 341356 320906 152 392 0 340955 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1365424

[startup+102.3 s]
/proc/loadavg: 2.17 2.15 2.08 4/177 13605
/proc/meminfo: memFree=27325284/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=1448464 CPUtime=102.28 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 142256 0 0 0 10188 40 0 0 20 0 1 0 23050839 1483227136 331728 33554432000 4194304 5796924 140736506557936 140736506555048 4607258 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 362116 331728 170 392 0 361715 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1448464

[startup+162.3 s]
/proc/loadavg: 2.19 2.16 2.09 4/177 13606
/proc/meminfo: memFree=27306712/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=1462380 CPUtime=162.27 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 146148 0 0 0 16181 46 0 0 20 0 1 0 23050839 1497477120 334677 33554432000 4194304 5796924 140736506557936 140736506554920 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 365595 334677 170 392 0 365194 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1462380

[startup+222.307 s]
/proc/loadavg: 2.21 2.18 2.10 3/177 13608
/proc/meminfo: memFree=27282936/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=1476192 CPUtime=222.27 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 149756 0 0 0 22177 50 0 0 20 0 1 0 23050839 1511620608 336846 33554432000 4194304 5796924 140736506557936 140736506555048 4592061 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 369048 336846 170 392 0 368647 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 1476192

[startup+282.3 s]
/proc/loadavg: 2.18 2.17 2.09 3/177 13701
/proc/meminfo: memFree=29428144/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=1488200 CPUtime=282.25 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 152739 0 0 0 28174 51 0 0 20 0 1 0 23050839 1523916800 348003 33554432000 4194304 5796924 140736506557936 140736506555048 4583083 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 372050 348003 170 392 0 371649 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1488200

[startup+342.3 s]
/proc/loadavg: 2.17 2.17 2.09 4/177 13747
/proc/meminfo: memFree=29246568/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=1500924 CPUtime=342.24 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 154703 0 0 0 34169 55 0 0 20 0 1 0 23050839 1536946176 347300 33554432000 4194304 5796924 140736506557936 140736506555400 4592031 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 375231 347300 170 392 0 374830 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1500924

[startup+402.3 s]
/proc/loadavg: 2.20 2.18 2.10 3/178 13751
/proc/meminfo: memFree=28101208/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=1720008 CPUtime=402.22 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 155895 0 0 0 40165 57 0 0 20 0 1 0 23050839 1761288192 381685 33554432000 4194304 5796924 140736506557936 140736506554984 4627216 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 430002 381685 170 392 0 429601 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 1720008

[startup+462.3 s]
/proc/loadavg: 2.23 2.19 2.10 3/177 13752
/proc/meminfo: memFree=28081052/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=1509720 CPUtime=462.21 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 156345 0 0 0 46163 58 0 0 20 0 1 0 23050839 1545953280 355656 33554432000 4194304 5796924 140736506557936 140736506555048 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 377430 355656 170 392 0 377029 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 1509720

[startup+522.3 s]
/proc/loadavg: 2.18 2.18 2.10 3/177 13754
/proc/meminfo: memFree=28007692/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=1652920 CPUtime=522.2 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 158167 0 0 0 52159 61 0 0 20 0 1 0 23050839 1692590080 365648 33554432000 4194304 5796924 140736506557936 140736506555576 4591848 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 413230 365648 170 392 0 412829 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 1652920

[startup+582.3 s]
/proc/loadavg: 2.19 2.18 2.10 3/177 13755
/proc/meminfo: memFree=28035512/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=1521324 CPUtime=582.18 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 158723 0 0 0 58153 65 0 0 20 0 1 0 23050839 1557835776 359799 33554432000 4194304 5796924 140736506557936 140736506555048 4607232 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 380331 359799 170 392 0 379930 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 1521324


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


[startup+882.307 s]
/proc/loadavg: 2.12 2.14 2.09 3/177 13761
/proc/meminfo: memFree=27914784/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=1559548 CPUtime=882.11 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 168144 0 0 0 88130 81 0 0 20 0 1 0 23050839 1596977152 374842 33554432000 4194304 5796924 140736506557936 140736506555208 4592017 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 389887 374842 170 392 0 389486 0
Current children cumulated CPU time (s) 882.11
Current children cumulated vsize (KiB) 1559548

[startup+942.3 s]
/proc/loadavg: 2.08 2.13 2.09 3/177 13762
/proc/meminfo: memFree=27863172/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=1691808 CPUtime=942.1 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 168630 0 0 0 94127 83 0 0 20 0 1 0 23050839 1732411392 379915 33554432000 4194304 5796924 140736506557936 140736506555576 4583160 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 422952 379915 170 392 0 422551 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 1691808

[startup+1002.3 s]
/proc/loadavg: 2.12 2.13 2.09 3/178 13766
/proc/meminfo: memFree=27871824/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=1561148 CPUtime=1002.09 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 169256 0 0 0 100122 87 0 0 20 0 1 0 23050839 1598615552 373719 33554432000 4194304 5796924 140736506557936 140736506554920 4606847 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 390287 373719 170 392 0 389886 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 1561148

[startup+1062.3 s]
/proc/loadavg: 2.11 2.12 2.09 3/177 13767
/proc/meminfo: memFree=27816908/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=1696932 CPUtime=1062.07 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 170611 0 0 0 106118 89 0 0 20 0 1 0 23050839 1737658368 381272 33554432000 4194304 5796924 140736506557936 140736506554920 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 424233 381272 170 392 0 423832 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 1696932

[startup+1122.3 s]
/proc/loadavg: 2.21 2.14 2.10 3/177 13769
/proc/meminfo: memFree=27819552/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=1699752 CPUtime=1122.07 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 171344 0 0 0 112117 90 0 0 20 0 1 0 23050839 1740546048 387626 33554432000 4194304 5796924 140736506557936 140736506555048 4606480 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 424938 387626 170 392 0 424537 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 1699752

[startup+1182.3 s]
/proc/loadavg: 2.34 2.18 2.11 3/177 13770
/proc/meminfo: memFree=27845772/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=1571752 CPUtime=1182.06 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 172625 0 0 0 118111 95 0 0 20 0 1 0 23050839 1609474048 376459 33554432000 4194304 5796924 140736506557936 140736506555048 4606469 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 392938 376459 170 392 0 392537 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 1571752

[startup+1242.3 s]
/proc/loadavg: 2.31 2.20 2.12 3/177 13771
/proc/meminfo: memFree=27777760/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=1715696 CPUtime=1242.04 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 175110 0 0 0 124107 97 0 0 20 0 1 0 23050839 1756872704 384555 33554432000 4194304 5796924 140736506557936 140736506555576 4606565 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 428924 384555 170 392 0 428523 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 1715696

[startup+1302.3 s]
/proc/loadavg: 2.26 2.21 2.12 5/177 13772
/proc/meminfo: memFree=27715160/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=1721556 CPUtime=1302.03 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 175535 0 0 0 130106 97 0 0 20 0 1 0 23050839 1762873344 391623 33554432000 4194304 5796924 140736506557936 140736506554984 4606433 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 430389 391623 170 392 0 429988 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 1721556

[startup+1362.3 s]
/proc/loadavg: 2.28 2.22 2.13 3/177 13773
/proc/meminfo: memFree=27733264/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=1721556 CPUtime=1362.03 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 175645 0 0 0 136105 98 0 0 20 0 1 0 23050839 1762873344 397865 33554432000 4194304 5796924 140736506557936 140736506554984 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 430389 397865 170 392 0 429988 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 1721556

[startup+1422.3 s]
/proc/loadavg: 2.23 2.20 2.12 3/177 13775
/proc/meminfo: memFree=27672932/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=1727648 CPUtime=1422.02 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 175660 0 0 0 142104 98 0 0 20 0 1 0 23050839 1769111552 404523 33554432000 4194304 5796924 140736506557936 140736506554984 4606771 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 431912 404523 170 392 0 431511 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 1727648

[startup+1482.3 s]
/proc/loadavg: 2.28 2.23 2.13 3/177 13776
/proc/meminfo: memFree=27721972/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=1727648 CPUtime=1482 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 176356 0 0 0 148096 104 0 0 20 0 1 0 23050839 1769111552 387115 33554432000 4194304 5796924 140736506557936 140736506555576 4606534 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 431912 387115 170 392 0 431511 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 1727648

[startup+1542.31 s]
/proc/loadavg: 2.27 2.23 2.14 3/177 13777
/proc/meminfo: memFree=27721872/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=1727648 CPUtime=1542.01 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 176878 0 0 0 154096 105 0 0 20 0 1 0 23050839 1769111552 393769 33554432000 4194304 5796924 140736506557936 140736506555576 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 431912 393769 170 392 0 431511 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 1727648

[startup+1602.3 s]
/proc/loadavg: 2.28 2.23 2.14 3/178 13781
/proc/meminfo: memFree=27678512/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=1737832 CPUtime=1601.99 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 177826 0 0 0 160093 106 0 0 20 0 1 0 23050839 1779539968 400338 33554432000 4194304 5796924 140736506557936 140736506554984 4591861 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 434458 400338 170 392 0 434057 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 1737832

[startup+1662.3 s]
/proc/loadavg: 2.25 2.23 2.15 3/179 13805
/proc/meminfo: memFree=27642716/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=1737832 CPUtime=1661.98 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 177836 0 0 0 166092 106 0 0 20 0 1 0 23050839 1779539968 405458 33554432000 4194304 5796924 140736506557936 140736506554984 4592160 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 434458 405458 170 392 0 434057 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 1737832

[startup+1722.3 s]
/proc/loadavg: 2.15 2.20 2.14 3/178 13807
/proc/meminfo: memFree=27685464/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=1749944 CPUtime=1721.97 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 179794 0 0 0 172086 111 0 0 20 0 1 0 23050839 1791942656 392346 33554432000 4194304 5796924 140736506557936 140736506554984 4592031 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 437486 392346 170 392 0 437085 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 1749944

[startup+1782.3 s]
/proc/loadavg: 2.10 2.18 2.13 3/178 13808
/proc/meminfo: memFree=27643680/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=1749944 CPUtime=1781.96 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 179806 0 0 0 178084 112 0 0 20 0 1 0 23050839 1791942656 398490 33554432000 4194304 5796924 140736506557936 140736506554984 4606768 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 437486 398490 170 392 0 437085 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 1749944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.22 2.20 2.14 3/178 13808
/proc/meminfo: memFree=27631516/32872528 swapFree=1074772/1156532
[pid=13603] ppid=13600 vsize=1749944 CPUtime=1800.06 cores=0,2,4,6
/proc/13603/stat : 13603 (naps-1.02) R 13600 13603 12149 0 -1 4202496 179821 0 0 0 179894 112 0 0 20 0 1 0 23050839 1791942656 400038 33554432000 4194304 5796924 140736506557936 140736506554984 4583348 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/13603/statm: 437486 400038 170 392 0 437085 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1749944

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1798.94
CPU system time (s): 1.13483
CPU usage (%): 99.9816
Max. virtual memory (cumulated for all children) (KiB): 2084708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.94
system time used= 1.13483
maximum resident set size= 1866552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179833
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= 114
involuntary context switches= 1846

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.7702 second user time and 11.2623 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-18 02:33:36
IDJOB=4099923
IDBENCH=1551
IDSOLVER=2544
FILE ID=node114/4099923-1466210016
RUNJOBID= node114-1466206099-12165
PBS_JOBID= 19918162
Free space on /tmp= 71696 MiB

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

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

MD5SUM BENCH= ce5e0345d0e70478396f95e2ebabfc80
RANDOM SEED=1375701361

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:        28676304 kB
Buffers:           40932 kB
Cached:           129456 kB
SwapCached:          796 kB
Active:          2213824 kB
Inactive:          90932 kB
Active(anon):    2135824 kB
Inactive(anon):     1128 kB
Active(file):      78000 kB
Inactive(file):    89804 kB
Unevictable:     1156532 kB
Mlocked:         1074772 kB
SwapTotal:      67108856 kB
SwapFree:       67100472 kB
Dirty:             10556 kB
Writeback:             0 kB
AnonPages:       3316908 kB
Mapped:             8896 kB
Shmem:                 0 kB
Slab:             571944 kB
SReclaimable:      16252 kB
SUnreclaim:       555692 kB
KernelStack:        1456 kB
PageTables:        10764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3489800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    661504 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 node114 at 2016-06-18 03:03:37