Trace number 4082164

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 NameAnswerCPU timeWall clock time
NaPS 1.02? (TO) 1800.08 1800.41

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K176.opb
MD5SUM3f678424628fecb2a53891618f9bde8f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20944
Total number of constraints21298
Number of constraints which are clauses21122
Number of constraints which are cardinality constraints (but not clauses)176
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint176
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 177
Number of bits of the biggest sum of numbers8
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        : 174,0
1800.06/1800.40	c 2cl/3cl ITE-codings   : 19854,0
1800.06/1800.40	c BDD/srt/adr Max costs : 235,0,0
1800.06/1800.40	c BDDraw/bin/mul/srt/adr: 174,0,0,0,0
1800.06/1800.40	c BDD nodes             : 40056
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     : 0 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-4082164-1465275317/watcher-4082164-1465275317 -o /tmp/evaluation-result-4082164-1465275317/solver-4082164-1465275317 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1465273515-17902 --watchdog 1960 naps-1.02 HOME/instance-4082164-1465275317.opb 

pid=18066
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.10 2.07 2.17 3/176 18069
/proc/meminfo: memFree=31397728/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=6816 CPUtime=0 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 380 0 0 0 0 0 0 0 20 0 1 0 109466320 6979584 254 33554432000 4194304 5796924 140737383406288 140736821866248 5151211 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 1704 254 127 392 0 1303 0

[startup+0.100154 s]
/proc/loadavg: 2.10 2.07 2.17 3/176 18069
/proc/meminfo: memFree=31397728/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=12096 CPUtime=0.09 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 1625 0 0 0 9 0 0 0 20 0 1 0 109466320 12386304 1457 33554432000 4194304 5796924 140737383406288 140736821866248 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 3024 1457 127 392 0 2623 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12096

[startup+0.200277 s]
/proc/loadavg: 2.10 2.07 2.17 3/176 18069
/proc/meminfo: memFree=31397728/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=12548 CPUtime=0.19 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 1764 0 0 0 19 0 0 0 20 0 1 0 109466320 12849152 2102 33554432000 4194304 5796924 140737383406288 140736821866248 5092604 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 3137 2102 127 392 0 2736 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 12548

[startup+0.300391 s]
/proc/loadavg: 2.10 2.07 2.17 3/176 18069
/proc/meminfo: memFree=31397728/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=13216 CPUtime=0.29 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 1908 0 0 0 29 0 0 0 20 0 1 0 109466320 13533184 2233 33554432000 4194304 5796924 140737383406288 140736821866248 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 3304 2233 127 392 0 2903 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13216

[startup+0.700254 s]
/proc/loadavg: 2.10 2.07 2.17 3/176 18069
/proc/meminfo: memFree=31397728/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=18796 CPUtime=0.69 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 3553 0 0 0 69 0 0 0 20 0 1 0 109466320 19247104 3697 33554432000 4194304 5796924 140737383406288 140737383405512 5096576 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 4699 3697 140 392 0 4298 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18796

[startup+1.5003 s]
/proc/loadavg: 2.09 2.07 2.17 3/177 18070
/proc/meminfo: memFree=31367660/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=34824 CPUtime=1.49 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 8410 0 0 0 148 1 0 0 20 0 1 0 109466320 35659776 7666 33554432000 4194304 5796924 140737383406288 140737383403336 4569794 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 8706 7666 163 392 0 8305 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34824

[startup+3.10032 s]
/proc/loadavg: 2.09 2.07 2.17 3/177 18070
/proc/meminfo: memFree=31362268/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=40204 CPUtime=3.09 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 9127 0 0 0 308 1 0 0 20 0 1 0 109466320 41168896 8379 33554432000 4194304 5796924 140737383406288 140737383403336 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 10051 8379 164 392 0 9650 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40204

[startup+6.30033 s]
/proc/loadavg: 2.09 2.07 2.17 3/177 18070
/proc/meminfo: memFree=31352388/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=37412 CPUtime=6.29 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 11211 0 0 0 628 1 0 0 20 0 1 0 109466320 38309888 8333 33554432000 4194304 5796924 140737383406288 140737383403336 4583148 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 9353 8333 165 392 0 8952 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37412

[startup+12.7003 s]
/proc/loadavg: 2.15 2.08 2.17 3/177 18070
/proc/meminfo: memFree=31332948/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=67520 CPUtime=12.69 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 11716 0 0 0 1267 2 0 0 20 0 1 0 109466320 69140480 14457 33554432000 4194304 5796924 140737383406288 140737383403576 4607229 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 16880 14457 165 392 0 16479 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67520

[startup+25.5004 s]
/proc/loadavg: 2.12 2.08 2.17 3/177 18070
/proc/meminfo: memFree=31302076/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=64136 CPUtime=25.49 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 12942 0 0 0 2547 2 0 0 20 0 1 0 109466320 65675264 14969 33554432000 4194304 5796924 140737383406288 140737383403352 4606771 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 16034 14969 165 392 0 15633 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64136

[startup+51.1004 s]
/proc/loadavg: 2.15 2.09 2.17 3/177 18070
/proc/meminfo: memFree=31350592/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=90524 CPUtime=51.09 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 13289 0 0 0 5106 3 0 0 20 0 1 0 109466320 92696576 21426 33554432000 4194304 5796924 140737383406288 140737383403528 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 22631 21426 165 392 0 22230 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 90524

[startup+102.3 s]
/proc/loadavg: 2.06 2.07 2.16 3/177 18071
/proc/meminfo: memFree=31228252/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=139844 CPUtime=102.28 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 13980 0 0 0 10224 4 0 0 20 0 1 0 109466320 143200256 31497 33554432000 4194304 5796924 140737383406288 140737383403576 4592031 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 34961 31497 165 392 0 34560 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 139844

[startup+162.3 s]
/proc/loadavg: 2.02 2.06 2.15 3/177 18072
/proc/meminfo: memFree=31228544/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=170664 CPUtime=162.26 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 16012 0 0 0 16218 8 0 0 20 0 1 0 109466320 174759936 35812 33554432000 4194304 5796924 140737383406288 140737383403928 4591895 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 42666 35812 165 392 0 42265 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 170664

[startup+222.307 s]
/proc/loadavg: 2.07 2.06 2.14 3/177 18073
/proc/meminfo: memFree=31274440/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=139844 CPUtime=222.26 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 16944 0 0 0 22215 11 0 0 20 0 1 0 109466320 143200256 33185 33554432000 4194304 5796924 140737383406288 140737383403576 4607232 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 34961 33185 165 392 0 34560 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 139844

[startup+282.3 s]
/proc/loadavg: 2.08 2.06 2.14 4/177 18120
/proc/meminfo: memFree=31379896/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=192272 CPUtime=282.24 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 19255 0 0 0 28209 15 0 0 20 0 1 0 109466320 196886528 41575 33554432000 4194304 5796924 140737383406288 140737383403928 4606779 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 48068 41575 165 392 0 47667 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 192272

[startup+342.3 s]
/proc/loadavg: 2.07 2.06 2.13 3/178 18125
/proc/meminfo: memFree=31335524/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=242360 CPUtime=342.22 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 21669 0 0 0 34203 19 0 0 20 0 1 0 109466320 248176640 47508 33554432000 4194304 5796924 140737383406288 140737383403928 4583352 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 60590 47508 165 392 0 60189 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 242360

[startup+402.3 s]
/proc/loadavg: 2.06 2.06 2.12 3/178 18148
/proc/meminfo: memFree=31279552/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=242360 CPUtime=402.21 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 23261 0 0 0 40199 22 0 0 20 0 1 0 109466320 248176640 49556 33554432000 4194304 5796924 140737383406288 140737383403928 4607198 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 60590 49556 165 392 0 60189 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 242360

[startup+462.3 s]
/proc/loadavg: 2.02 2.05 2.11 3/177 18149
/proc/meminfo: memFree=31271796/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=242360 CPUtime=462.21 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 24855 0 0 0 46195 26 0 0 20 0 1 0 109466320 248176640 51092 33554432000 4194304 5796924 140737383406288 140737383403928 4592061 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 60590 51092 165 392 0 60189 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 242360

[startup+522.3 s]
/proc/loadavg: 2.08 2.06 2.11 3/177 18150
/proc/meminfo: memFree=31219824/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=242360 CPUtime=522.2 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 26448 0 0 0 52191 29 0 0 20 0 1 0 109466320 248176640 51604 33554432000 4194304 5796924 140737383406288 140737383403928 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 60590 51604 165 392 0 60189 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 242360

[startup+582.3 s]
/proc/loadavg: 2.16 2.09 2.12 3/177 18151
/proc/meminfo: memFree=31202904/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=242360 CPUtime=582.19 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 28040 0 0 0 58186 33 0 0 20 0 1 0 109466320 248176640 48532 33554432000 4194304 5796924 140737383406288 140737383403928 4607241 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 60590 48532 165 392 0 60189 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 242360


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


[startup+882.307 s]
/proc/loadavg: 2.02 2.05 2.08 3/177 18157
/proc/meminfo: memFree=31104636/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=327956 CPUtime=882.14 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 36191 0 0 0 88167 47 0 0 20 0 1 0 109466320 335826944 68682 33554432000 4194304 5796924 140737383406288 140737383403928 4583348 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 81989 68682 165 392 0 81588 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 327956

[startup+942.3 s]
/proc/loadavg: 2.01 2.04 2.08 3/178 18162
/proc/meminfo: memFree=31180888/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=249648 CPUtime=942.12 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 38533 0 0 0 94162 50 0 0 20 0 1 0 109466320 255639552 57646 33554432000 4194304 5796924 140737383406288 140737383403928 4591861 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 62412 57646 165 392 0 62011 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 249648

[startup+1002.3 s]
/proc/loadavg: 2.00 2.03 2.07 3/177 18163
/proc/meminfo: memFree=31169548/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=171608 CPUtime=1002.11 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 39478 0 0 0 100158 53 0 0 20 0 1 0 109466320 175726592 40105 33554432000 4194304 5796924 140737383406288 140737383403576 4606624 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 42902 40105 165 392 0 42501 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 171608

[startup+1062.3 s]
/proc/loadavg: 2.05 2.04 2.07 3/177 18164
/proc/meminfo: memFree=31106724/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=333904 CPUtime=1062.1 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 41427 0 0 0 106155 55 0 0 20 0 1 0 109466320 341917696 63513 33554432000 4194304 5796924 140737383406288 140737383403928 4927014 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 83476 63513 165 392 0 83075 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 333904

[startup+1122.3 s]
/proc/loadavg: 2.02 2.03 2.07 3/177 18165
/proc/meminfo: memFree=31231220/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=205484 CPUtime=1122.09 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 42972 0 0 0 112151 58 0 0 20 0 1 0 109466320 210415616 45029 33554432000 4194304 5796924 140737383406288 140737383403928 4592160 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 51371 45029 165 392 0 50970 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 205484

[startup+1182.3 s]
/proc/loadavg: 2.06 2.04 2.06 4/177 18166
/proc/meminfo: memFree=31056184/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=336960 CPUtime=1182.08 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 44342 0 0 0 118147 61 0 0 20 0 1 0 109466320 345047040 67346 33554432000 4194304 5796924 140737383406288 140737383403928 4607232 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 84240 67346 165 392 0 83839 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 336960

[startup+1242.3 s]
/proc/loadavg: 2.07 2.04 2.06 3/177 18168
/proc/meminfo: memFree=31198548/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=210512 CPUtime=1242.04 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 45394 0 0 0 124141 63 0 0 20 0 1 0 109466320 215564288 46286 33554432000 4194304 5796924 140737383406288 140737383403928 4606523 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 52628 46286 165 392 0 52227 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 210512

[startup+1302.3 s]
/proc/loadavg: 2.02 2.03 2.06 3/177 18169
/proc/meminfo: memFree=31033128/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=341988 CPUtime=1302.04 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 46767 0 0 0 130138 66 0 0 20 0 1 0 109466320 350195712 69115 33554432000 4194304 5796924 140737383406288 140737383403928 4607258 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 85497 69115 165 392 0 85096 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 341988

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/177 18170
/proc/meminfo: memFree=31202140/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=181436 CPUtime=1362.03 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 47402 0 0 0 136135 68 0 0 20 0 1 0 109466320 185790464 43071 33554432000 4194304 5796924 140737383406288 140737383403576 4606847 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 45359 43071 165 392 0 44958 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 181436

[startup+1422.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/177 18171
/proc/meminfo: memFree=31026548/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=343732 CPUtime=1422.03 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 49356 0 0 0 142132 71 0 0 20 0 1 0 109466320 351981568 66991 33554432000 4194304 5796924 140737383406288 140737383403928 4593581 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 85933 66991 165 392 0 85532 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 343732

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.04 4/177 18172
/proc/meminfo: memFree=31020116/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=343732 CPUtime=1482.01 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 49415 0 0 0 148129 72 0 0 20 0 1 0 109466320 351981568 84935 33554432000 4194304 5796924 140737383406288 140737383403928 4606645 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 85933 84935 165 392 0 85532 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 343732

[startup+1542.31 s]
/proc/loadavg: 2.05 2.02 2.04 3/178 18177
/proc/meminfo: memFree=31056384/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=264872 CPUtime=1542 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 52108 0 0 0 154122 78 0 0 20 0 1 0 109466320 271228928 56871 33554432000 4194304 5796924 140737383406288 140737383403928 4607192 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 66218 56871 165 392 0 65817 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 264872

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.03 3/177 18178
/proc/meminfo: memFree=31052432/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=346260 CPUtime=1601.99 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 52663 0 0 0 160119 80 0 0 20 0 1 0 109466320 354570240 77863 33554432000 4194304 5796924 140737383406288 140737383403928 4592645 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 86565 77863 165 392 0 86164 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 346260

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/177 18179
/proc/meminfo: memFree=31084900/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=214784 CPUtime=1661.98 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 53926 0 0 0 166113 85 0 0 20 0 1 0 109466320 219938816 48890 33554432000 4194304 5796924 140737383406288 140737383403928 4583113 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 53696 48890 165 392 0 53295 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 214784

[startup+1722.3 s]
/proc/loadavg: 2.04 2.02 2.03 3/177 18180
/proc/meminfo: memFree=31093796/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=346260 CPUtime=1721.97 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 55295 0 0 0 172111 86 0 0 20 0 1 0 109466320 354570240 71207 33554432000 4194304 5796924 140737383406288 140737383403928 4591861 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 86565 71207 165 392 0 86164 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 346260

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 2.03 3/177 18181
/proc/meminfo: memFree=30941600/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=478520 CPUtime=1781.96 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 55793 0 0 0 178107 89 0 0 20 0 1 0 109466320 490004480 88568 33554432000 4194304 5796924 140737383406288 140737383403928 4606718 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 119630 88568 165 392 0 119229 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 478520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.03 2.03 3/177 18181
/proc/meminfo: memFree=30900432/32872528 swapFree=11372/178980
[pid=18069] ppid=18066 vsize=478520 CPUtime=1800.06 cores=0,2,4,6
/proc/18069/stat : 18069 (naps-1.02) R 18066 18069 8839 0 -1 4202496 55802 0 0 0 179917 89 0 0 20 0 1 0 109466320 490004480 93176 33554432000 4194304 5796924 140737383406288 140737383403928 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18069/statm: 119630 93176 165 392 0 119229 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 478520

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 18069 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): 1799.17
CPU system time (s): 0.910861
CPU usage (%): 99.9816
Max. virtual memory (cumulated for all children) (KiB): 527840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.17
system time used= 0.910861
maximum resident set size= 395812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55814
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= 78
involuntary context switches= 1860

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.75052 second user time and 11.3803 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-07 06:55:17
IDJOB=4082164
IDBENCH=90147
IDSOLVER=2544
FILE ID=node105/4082164-1465275317
RUNJOBID= node105-1465273515-17902
PBS_JOBID= 19843277
Free space on /tmp= 71744 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K176.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082164-1465275317/watcher-4082164-1465275317 -o /tmp/evaluation-result-4082164-1465275317/solver-4082164-1465275317 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1465273515-17902 --watchdog 1960  naps-1.02 HOME/instance-4082164-1465275317.opb

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

MD5SUM BENCH= 3f678424628fecb2a53891618f9bde8f
RANDOM SEED=2097026948

node105.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.813
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.62
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.813
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.813
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.813
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.813
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.813
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.56
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.813
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.813
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31398644 kB
Buffers:          123240 kB
Cached:           228424 kB
SwapCached:         1752 kB
Active:           326468 kB
Inactive:         235172 kB
Active(anon):     210604 kB
Inactive(anon):     1592 kB
Active(file):     115864 kB
Inactive(file):   233580 kB
Unevictable:      178980 kB
Mlocked:           11372 kB
SwapTotal:      67108856 kB
SwapFree:       67098556 kB
Dirty:              5440 kB
Writeback:             0 kB
AnonPages:        406456 kB
Mapped:             7680 kB
Shmem:                 0 kB
Slab:             601788 kB
SReclaimable:      45436 kB
SUnreclaim:       556352 kB
KernelStack:        1472 kB
PageTables:         4764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     530316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    301056 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= 71736 MiB
End job on node105 at 2016-06-07 07:25:17