Trace number 4099915

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.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-n370a.opb
MD5SUMd7a28c2ec06d645af4379f015212128c
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 653755
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262143
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 653755
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.07/1800.40	c 
1800.07/1800.40	c *** TERMINATED *** by signal 15
1800.07/1800.40	s UNKNOWN
1800.07/1800.40	c _____________________________________________________________________________
1800.07/1800.40	c 
1800.07/1800.40	c std/band forms        : 5020,130
1800.07/1800.40	c 2cl/3cl ITE-codings   : 792129,963486
1800.07/1800.40	c BDD/srt/adr Max costs : 38374,0,0
1800.07/1800.40	c BDDraw/bin/mul/srt/adr: 150,0,5000,0,0
1800.07/1800.40	c BDD nodes             : 2224846
1800.07/1800.40	c Es1/CC detections     : 0,0
1800.07/1800.40	c SAT/UNSAT calls       : 0,0
1800.07/1800.40	c restarts              : 0
1800.07/1800.40	c conflicts             : 0              (0 /sec)
1800.07/1800.40	c decisions             : 0              (0 /sec)
1800.07/1800.40	c propagations          : 0              (0 /sec)
1800.07/1800.40	c inspects              : 0              (0 /sec)
1800.07/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.07/1800.40	c Time for Opt-base     : 16.56 s
1800.07/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-4099915-1466209852/watcher-4099915-1466209852 -o /tmp/evaluation-result-4099915-1466209852/solver-4099915-1466209852 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466206079-967 --watchdog 1960 naps-1.02 HOME/instance-4099915-1466209852.opb 

pid=2777
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.25 2.22 2.16 3/177 2780
/proc/meminfo: memFree=30171516/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=8364 CPUtime=0 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 742 0 0 0 0 0 0 0 20 0 1 0 23032076 8564736 616 33554432000 4194304 5796924 140735170627040 140735170625976 4621249 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 2091 616 114 392 0 1690 0

[startup+0.100124 s]
/proc/loadavg: 2.25 2.22 2.16 3/177 2780
/proc/meminfo: memFree=30171516/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=41336 CPUtime=0.09 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 8834 0 0 0 7 2 0 0 20 0 1 0 23032076 42328064 8035 33554432000 4194304 5796924 140735170627040 140735170625976 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 10334 8038 114 392 0 9933 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41336

[startup+0.200324 s]
/proc/loadavg: 2.25 2.22 2.16 3/177 2780
/proc/meminfo: memFree=30171516/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=55736 CPUtime=0.19 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 11928 0 0 0 16 3 0 0 20 0 1 0 23032076 57073664 11090 33554432000 4194304 5796924 140735170627040 140735170625976 5092450 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 13934 11090 116 392 0 13533 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 55736

[startup+0.300328 s]
/proc/loadavg: 2.25 2.22 2.16 3/177 2780
/proc/meminfo: memFree=30171516/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=65700 CPUtime=0.29 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 14808 0 0 0 26 3 0 0 20 0 1 0 23032076 67276800 13667 33554432000 4194304 5796924 140735170627040 140735170625976 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 16425 13667 118 392 0 16024 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65700

[startup+0.700225 s]
/proc/loadavg: 2.25 2.22 2.16 3/177 2780
/proc/meminfo: memFree=30171516/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=70336 CPUtime=0.69 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 15461 0 0 0 66 3 0 0 20 0 1 0 23032076 72024064 14320 33554432000 4194304 5796924 140735170627040 140735170625976 4805658 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 17584 14320 128 392 0 17183 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 70336

[startup+1.50021 s]
/proc/loadavg: 2.23 2.22 2.16 3/178 2781
/proc/meminfo: memFree=30112600/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=81056 CPUtime=1.49 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 17293 0 0 0 146 3 0 0 20 0 1 0 23032076 83001344 16152 33554432000 4194304 5796924 140735170627040 140735170624456 4805600 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 20264 16152 129 392 0 19863 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81056

[startup+3.1002 s]
/proc/loadavg: 2.23 2.22 2.16 3/178 2781
/proc/meminfo: memFree=30092140/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=118652 CPUtime=3.09 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 26684 0 0 0 304 5 0 0 20 0 1 0 23032076 121499648 25543 33554432000 4194304 5796924 140735170627040 140735170624536 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 29663 25543 129 392 0 29262 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 118652

[startup+6.30027 s]
/proc/loadavg: 2.29 2.23 2.16 3/178 2781
/proc/meminfo: memFree=30032196/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=157440 CPUtime=6.29 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 36113 0 0 0 622 7 0 0 20 0 1 0 23032076 161218560 35294 33554432000 4194304 5796924 140735170627040 140735168904408 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 39360 35297 140 392 0 38959 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 157440

[startup+12.7003 s]
/proc/loadavg: 2.26 2.23 2.16 3/177 2781
/proc/meminfo: memFree=29983780/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=189892 CPUtime=12.69 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 40416 0 0 0 1261 8 0 0 20 0 1 0 23032076 194449408 43389 33554432000 4194304 5796924 140735170627040 140735167882328 5096706 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 47473 43389 140 392 0 47072 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 189892

[startup+25.5002 s]
/proc/loadavg: 2.30 2.24 2.17 3/177 2781
/proc/meminfo: memFree=28890200/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=231780 CPUtime=25.48 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 42326 0 0 0 2539 9 0 0 20 0 1 0 23032076 237342720 53742 33554432000 4194304 5796924 140735170627040 140735170623256 4839552 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 57945 53742 144 392 0 57544 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 231780

[startup+51.1003 s]
/proc/loadavg: 2.37 2.26 2.18 3/177 2781
/proc/meminfo: memFree=27855440/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=1357328 CPUtime=51.08 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 123207 0 0 0 5073 35 0 0 20 0 1 0 23032076 1389903872 318345 33554432000 4194304 5796924 140735170627040 140735170624360 4636151 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 339332 318345 152 392 0 338931 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1357328

[startup+102.3 s]
/proc/loadavg: 2.22 2.23 2.17 3/177 2782
/proc/meminfo: memFree=27730940/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=1530712 CPUtime=102.28 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 134742 0 0 0 10185 43 0 0 20 0 1 0 23032076 1567449088 328498 33554432000 4194304 5796924 140735170627040 140735170624152 4606768 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 382678 328498 167 392 0 382277 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1530712

[startup+162.3 s]
/proc/loadavg: 2.20 2.22 2.17 4/177 2783
/proc/meminfo: memFree=27701648/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=1533408 CPUtime=162.26 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 135407 0 0 0 16183 43 0 0 20 0 1 0 23032076 1570209792 329163 33554432000 4194304 5796924 140735170627040 140735170624152 4607258 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 383352 329163 167 392 0 382951 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1533408

[startup+222.307 s]
/proc/loadavg: 2.24 2.22 2.18 3/177 2784
/proc/meminfo: memFree=27689444/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=1534760 CPUtime=222.26 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 135747 0 0 0 22183 43 0 0 20 0 1 0 23032076 1571594240 330014 33554432000 4194304 5796924 140735170627040 140735170624152 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 383690 330014 167 392 0 383289 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1534760

[startup+282.3 s]
/proc/loadavg: 2.26 2.22 2.18 3/177 2786
/proc/meminfo: memFree=27608056/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=1494936 CPUtime=282.24 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 141302 0 0 0 28177 47 0 0 20 0 1 0 23032076 1530814464 337466 33554432000 4194304 5796924 140735170627040 140735170624504 4606816 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 373734 337466 170 392 0 373333 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1494936

[startup+342.3 s]
/proc/loadavg: 2.29 2.24 2.18 3/177 2787
/proc/meminfo: memFree=27567544/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=1595364 CPUtime=342.24 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 143054 0 0 0 34175 49 0 0 20 0 1 0 23032076 1633652736 349403 33554432000 4194304 5796924 140735170627040 140735170624088 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 398841 349403 170 392 0 398440 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1595364

[startup+402.3 s]
/proc/loadavg: 2.26 2.24 2.18 4/177 2788
/proc/meminfo: memFree=27580464/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=1607216 CPUtime=402.22 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 143943 0 0 0 40170 52 0 0 20 0 1 0 23032076 1645789184 348625 33554432000 4194304 5796924 140735170627040 140735170624088 4591992 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 401804 348625 170 392 0 401403 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 1607216

[startup+462.3 s]
/proc/loadavg: 2.22 2.22 2.18 3/177 2789
/proc/meminfo: memFree=27507256/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=1614068 CPUtime=462.22 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 144981 0 0 0 46169 53 0 0 20 0 1 0 23032076 1652805632 358861 33554432000 4194304 5796924 140735170627040 140735170624088 4606534 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 403517 358861 170 392 0 403116 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1614068

[startup+522.3 s]
/proc/loadavg: 2.25 2.23 2.18 3/177 2790
/proc/meminfo: memFree=27468484/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=1626600 CPUtime=522.2 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 146123 0 0 0 52164 56 0 0 20 0 1 0 23032076 1665638400 359147 33554432000 4194304 5796924 140735170627040 140735170624088 4583148 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 406650 359147 170 392 0 406249 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 1626600

[startup+582.3 s]
/proc/loadavg: 2.34 2.26 2.19 4/178 2795
/proc/meminfo: memFree=27432476/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=1646676 CPUtime=582.2 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 148679 0 0 0 58162 58 0 0 20 0 1 0 23032076 1686196224 371412 33554432000 4194304 5796924 140735170627040 140735170624088 4583348 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 411669 371412 170 392 0 411268 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1646676


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


[startup+882.307 s]
/proc/loadavg: 2.26 2.24 2.19 3/177 2801
/proc/meminfo: memFree=27307868/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=1692040 CPUtime=882.16 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 153463 0 0 0 88144 72 0 0 20 0 1 0 23032076 1732648960 381722 33554432000 4194304 5796924 140735170627040 140735170624088 4607277 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 423010 381722 170 392 0 422609 0
Current children cumulated CPU time (s) 882.16
Current children cumulated vsize (KiB) 1692040

[startup+942.3 s]
/proc/loadavg: 2.35 2.27 2.20 4/177 2802
/proc/meminfo: memFree=27248364/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=1830216 CPUtime=942.14 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 154045 0 0 0 94140 74 0 0 20 0 1 0 23032076 1874141184 390974 33554432000 4194304 5796924 140735170627040 140735170624680 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 457554 390974 170 392 0 457153 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 1830216

[startup+1002.3 s]
/proc/loadavg: 2.19 2.23 2.18 3/177 2803
/proc/meminfo: memFree=27321520/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=1704008 CPUtime=1002.13 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 154381 0 0 0 100135 78 0 0 20 0 1 0 23032076 1744904192 382463 33554432000 4194304 5796924 140735170627040 140735170624504 4583148 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 426002 382463 170 392 0 425601 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 1704008

[startup+1062.3 s]
/proc/loadavg: 2.27 2.25 2.19 3/177 2804
/proc/meminfo: memFree=27272560/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=1709712 CPUtime=1062.12 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 154819 0 0 0 106133 79 0 0 20 0 1 0 23032076 1750745088 390561 33554432000 4194304 5796924 140735170627040 140735170624088 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 427428 390561 170 392 0 427027 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 1709712

[startup+1122.3 s]
/proc/loadavg: 2.22 2.23 2.18 4/177 2805
/proc/meminfo: memFree=27250020/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=1722364 CPUtime=1122.11 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 156856 0 0 0 112127 84 0 0 20 0 1 0 23032076 1763700736 388842 33554432000 4194304 5796924 140735170627040 140735170624504 4607232 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 430591 388842 170 392 0 430190 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 1722364

[startup+1182.3 s]
/proc/loadavg: 2.30 2.25 2.19 3/178 2810
/proc/meminfo: memFree=27242596/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=1854624 CPUtime=1182.1 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 157430 0 0 0 118124 86 0 0 20 0 1 0 23032076 1899134976 396057 33554432000 4194304 5796924 140735170627040 140735170624680 4622895 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 463656 396057 170 392 0 463255 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1854624

[startup+1242.3 s]
/proc/loadavg: 2.27 2.25 2.19 3/177 2811
/proc/meminfo: memFree=27169260/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=1860808 CPUtime=1242.09 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 157864 0 0 0 124122 87 0 0 20 0 1 0 23032076 1905467392 404151 33554432000 4194304 5796924 140735170627040 140735170624088 4592031 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 465202 404151 170 392 0 464801 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 1860808

[startup+1302.3 s]
/proc/loadavg: 2.22 2.23 2.18 4/177 2812
/proc/meminfo: memFree=27179208/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=1728548 CPUtime=1302.08 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 158107 0 0 0 130116 92 0 0 20 0 1 0 23032076 1770033152 397576 33554432000 4194304 5796924 140735170627040 140735170624504 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 432137 397576 170 392 0 431736 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1728548

[startup+1362.3 s]
/proc/loadavg: 2.25 2.23 2.18 4/177 2813
/proc/meminfo: memFree=27124984/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=1866772 CPUtime=1362.06 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 158700 0 0 0 136112 94 0 0 20 0 1 0 23032076 1911574528 404813 33554432000 4194304 5796924 140735170627040 140735170624088 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 466693 404813 170 392 0 466292 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 1866772

[startup+1422.3 s]
/proc/loadavg: 2.18 2.22 2.18 3/177 2814
/proc/meminfo: memFree=27124328/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=1874592 CPUtime=1422.05 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 159732 0 0 0 142110 95 0 0 20 0 1 0 23032076 1919582208 413551 33554432000 4194304 5796924 140735170627040 140735170624088 4594601 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 468648 413551 170 392 0 468247 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 1874592

[startup+1482.3 s]
/proc/loadavg: 2.22 2.22 2.18 4/176 2815
/proc/meminfo: memFree=27136668/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=1874592 CPUtime=1482.03 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 160424 0 0 0 148101 102 0 0 20 0 1 0 23032076 1919582208 406384 33554432000 4194304 5796924 140735170627040 140735170624680 4593581 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 468648 406384 170 392 0 468247 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 1874592

[startup+1542.31 s]
/proc/loadavg: 2.28 2.24 2.19 3/177 2817
/proc/meminfo: memFree=27073224/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=1884940 CPUtime=1542.03 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 161462 0 0 0 154100 103 0 0 20 0 1 0 23032076 1930178560 415087 33554432000 4194304 5796924 140735170627040 140735170624088 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 471235 415087 170 392 0 470834 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 1884940

[startup+1602.3 s]
/proc/loadavg: 2.15 2.21 2.18 3/177 2818
/proc/meminfo: memFree=27078328/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=1899036 CPUtime=1602.01 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 162947 0 0 0 160093 108 0 0 20 0 1 0 23032076 1944612864 408145 33554432000 4194304 5796924 140735170627040 140735170624504 4606847 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 474759 408145 170 392 0 474358 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 1899036

[startup+1662.3 s]
/proc/loadavg: 2.17 2.20 2.18 4/177 2819
/proc/meminfo: memFree=27096308/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=1899036 CPUtime=1662 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 162960 0 0 0 166091 109 0 0 20 0 1 0 23032076 1944612864 414289 33554432000 4194304 5796924 140735170627040 140735170624504 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 474759 414289 170 392 0 474358 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 1899036

[startup+1722.3 s]
/proc/loadavg: 2.18 2.19 2.18 3/177 2820
/proc/meminfo: memFree=27048636/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=1905104 CPUtime=1721.99 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 163111 0 0 0 172090 109 0 0 20 0 1 0 23032076 1950826496 421078 33554432000 4194304 5796924 140735170627040 140735170624088 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 476276 421078 170 392 0 475875 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 1905104

[startup+1782.3 s]
/proc/loadavg: 2.11 2.17 2.17 4/177 2870
/proc/meminfo: memFree=28292252/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=1905104 CPUtime=1781.98 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 163504 0 0 0 178087 111 0 0 20 0 1 0 23032076 1950826496 427601 33554432000 4194304 5796924 140735170627040 140735170624088 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 476276 427601 170 392 0 475875 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 1905104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.17 2.18 2.17 3/178 2871
/proc/meminfo: memFree=28254984/32872528 swapFree=1497824/1644992
[pid=2780] ppid=2777 vsize=1905104 CPUtime=1800.07 cores=1,3,5,7
/proc/2780/stat : 2780 (naps-1.02) R 2777 2780 950 0 -1 4202496 163513 0 0 0 179896 111 0 0 20 0 1 0 23032076 1950826496 429650 33554432000 4194304 5796924 140735170627040 140735170624088 4583132 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2780/statm: 476276 429650 170 392 0 475875 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1905104

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 2780 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.09
CPU user time (s): 1798.97
CPU system time (s): 1.12083
CPU usage (%): 99.9823
Max. virtual memory (cumulated for all children) (KiB): 2242912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.97
system time used= 1.12083
maximum resident set size= 1909216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163525
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= 112
involuntary context switches= 2063

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.37333 second user time and 7.08792 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-18 02:30:52
IDJOB=4099915
IDBENCH=1550
IDSOLVER=2544
FILE ID=node124/4099915-1466209852
RUNJOBID= node124-1466206079-967
PBS_JOBID= 19918153
Free space on /tmp= 71708 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-n370a.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099915-1466209852/watcher-4099915-1466209852 -o /tmp/evaluation-result-4099915-1466209852/solver-4099915-1466209852 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466206079-967 --watchdog 1960  naps-1.02 HOME/instance-4099915-1466209852.opb

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

MD5SUM BENCH= d7a28c2ec06d645af4379f015212128c
RANDOM SEED=836688581

node124.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.791
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.58
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.791
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		: 2666.791
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		: 2666.791
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.791
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.791
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.791
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.54
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.791
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30172276 kB
Buffers:           39052 kB
Cached:            78420 kB
SwapCached:         2428 kB
Active:           286104 kB
Inactive:          61932 kB
Active(anon):     231064 kB
Inactive(anon):     2012 kB
Active(file):      55040 kB
Inactive(file):    59920 kB
Unevictable:     1644992 kB
Mlocked:         1497824 kB
SwapTotal:      67108856 kB
SwapFree:       67099580 kB
Dirty:             10524 kB
Writeback:            28 kB
AnonPages:       1878624 kB
Mapped:             7696 kB
Shmem:                 0 kB
Slab:             570468 kB
SReclaimable:      14128 kB
SUnreclaim:       556340 kB
KernelStack:        1472 kB
PageTables:         7628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2006416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 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= 71688 MiB
End job on node124 at 2016-06-18 03:00:53