Trace number 4082154

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.07 1800.4

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K143.opb
MD5SUM8f58618b79e9d2a9b56b6a791eca5768
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 variables17017
Total number of constraints17305
Number of constraints which are clauses17162
Number of constraints which are cardinality constraints (but not clauses)143
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint143
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 144
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        : 141,0
1800.06/1800.40	c 2cl/3cl ITE-codings   : 15993,0
1800.06/1800.40	c BDD/srt/adr Max costs : 235,0,0
1800.06/1800.40	c BDDraw/bin/mul/srt/adr: 141,0,0,0,0
1800.06/1800.40	c BDD nodes             : 32268
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-4082154-1465277117/watcher-4082154-1465277117 -o /tmp/evaluation-result-4082154-1465277117/solver-4082154-1465277117 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1465273515-17902 --watchdog 1960 naps-1.02 HOME/instance-4082154-1465277117.opb 

pid=18223
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.04 2.03 2.03 3/176 18226
/proc/meminfo: memFree=31273576/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=6684 CPUtime=0 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 373 0 0 0 0 0 0 0 20 0 1 0 109646416 6844416 248 33554432000 4194304 5796924 140733965929216 140737109234856 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 1671 248 127 392 0 1270 0

[startup+0.100174 s]
/proc/loadavg: 2.04 2.03 2.03 3/176 18226
/proc/meminfo: memFree=31273576/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=11268 CPUtime=0.09 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 1468 0 0 0 9 0 0 0 20 0 1 0 109646416 11538432 1300 33554432000 4194304 5796924 140733965929216 140737109234856 5087766 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 2817 1300 127 392 0 2416 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11268

[startup+0.200336 s]
/proc/loadavg: 2.04 2.03 2.03 3/176 18226
/proc/meminfo: memFree=31273576/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=11744 CPUtime=0.19 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 1654 0 0 0 19 0 0 0 20 0 1 0 109646416 12025856 1467 33554432000 4194304 5796924 140733965929216 140737109234856 5096591 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 2936 1467 127 392 0 2535 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 11744

[startup+0.30027 s]
/proc/loadavg: 2.04 2.03 2.03 3/176 18226
/proc/meminfo: memFree=31273576/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=12324 CPUtime=0.29 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 1811 0 0 0 29 0 0 0 20 0 1 0 109646416 12619776 2123 33554432000 4194304 5796924 140733965929216 140737109234856 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 3081 2123 127 392 0 2680 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12324

[startup+0.700243 s]
/proc/loadavg: 2.04 2.03 2.03 3/176 18226
/proc/meminfo: memFree=31273576/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=17064 CPUtime=0.69 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 3130 0 0 0 69 0 0 0 20 0 1 0 109646416 17473536 3302 33554432000 4194304 5796924 140733965929216 140733965927528 4433703 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 4266 3302 140 392 0 3865 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17064

[startup+1.50027 s]
/proc/loadavg: 2.04 2.03 2.03 3/177 18227
/proc/meminfo: memFree=31246564/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=30508 CPUtime=1.49 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 7443 0 0 0 148 1 0 0 20 0 1 0 109646416 31240192 6634 33554432000 4194304 5796924 140733965929216 140733965927528 4592160 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 7627 6634 164 392 0 7226 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30508

[startup+3.1003 s]
/proc/loadavg: 2.04 2.03 2.03 3/177 18227
/proc/meminfo: memFree=31241416/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=34440 CPUtime=3.09 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 8353 0 0 0 308 1 0 0 20 0 1 0 109646416 35266560 7541 33554432000 4194304 5796924 140733965929216 140733965926264 4606433 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 8610 7541 164 392 0 8209 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34440

[startup+6.30034 s]
/proc/loadavg: 2.11 2.04 2.03 3/177 18227
/proc/meminfo: memFree=31228252/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=41976 CPUtime=6.29 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 10407 0 0 0 628 1 0 0 20 0 1 0 109646416 42983424 9308 33554432000 4194304 5796924 140733965929216 140733965926456 4592148 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 10494 9308 165 392 0 10093 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41976

[startup+12.7003 s]
/proc/loadavg: 2.10 2.04 2.03 3/177 18227
/proc/meminfo: memFree=31217436/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=44720 CPUtime=12.69 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 10572 0 0 0 1268 1 0 0 20 0 1 0 109646416 45793280 10487 33554432000 4194304 5796924 140733965929216 140733965926280 4583342 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 11180 10487 165 392 0 10779 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44720

[startup+25.5004 s]
/proc/loadavg: 2.08 2.04 2.03 3/177 18227
/proc/meminfo: memFree=31193504/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=54024 CPUtime=25.49 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 12964 0 0 0 2546 3 0 0 20 0 1 0 109646416 55320576 12840 33554432000 4194304 5796924 140733965929216 140733965926680 4569247 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 13506 12840 165 392 0 13105 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 54024

[startup+51.1004 s]
/proc/loadavg: 2.12 2.05 2.03 3/177 18228
/proc/meminfo: memFree=31318600/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=84480 CPUtime=51.09 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 13496 0 0 0 5105 4 0 0 20 0 1 0 109646416 86507520 20427 33554432000 4194304 5796924 140733965929216 140733965926680 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 21120 20427 165 392 0 20719 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 84480

[startup+102.3 s]
/proc/loadavg: 2.11 2.06 2.03 3/177 18229
/proc/meminfo: memFree=31181280/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=146508 CPUtime=102.28 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 14543 0 0 0 10222 6 0 0 20 0 1 0 109646416 150024192 35572 33554432000 4194304 5796924 140733965929216 140733965926504 4611179 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 36627 35572 165 392 0 36226 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 146508

[startup+162.3 s]
/proc/loadavg: 2.04 2.04 2.03 3/177 18230
/proc/meminfo: memFree=31086900/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=177328 CPUtime=162.26 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 16407 0 0 0 16216 10 0 0 20 0 1 0 109646416 181583872 40651 33554432000 4194304 5796924 140733965929216 140733965926856 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 44332 40651 165 392 0 43931 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 177328

[startup+222.307 s]
/proc/loadavg: 2.01 2.03 2.02 3/177 18231
/proc/meminfo: memFree=31208824/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=177328 CPUtime=222.26 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 17808 0 0 0 22212 14 0 0 20 0 1 0 109646416 181583872 38231 33554432000 4194304 5796924 140733965929216 140733965926856 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 44332 38231 165 392 0 43931 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 177328

[startup+282.3 s]
/proc/loadavg: 2.06 2.04 2.02 3/177 18278
/proc/meminfo: memFree=31374380/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=227416 CPUtime=282.23 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 20160 0 0 0 28206 17 0 0 20 0 1 0 109646416 232873984 45701 33554432000 4194304 5796924 140733965929216 140733965926856 4606779 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 56854 45701 165 392 0 56453 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 227416

[startup+342.3 s]
/proc/loadavg: 2.02 2.03 2.01 3/178 18283
/proc/meminfo: memFree=31380516/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=146508 CPUtime=342.22 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 21789 0 0 0 34201 21 0 0 20 0 1 0 109646416 150024192 32533 33554432000 4194304 5796924 140733965929216 140733965926504 4607198 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 36627 32533 165 392 0 36226 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 146508

[startup+402.3 s]
/proc/loadavg: 2.10 2.05 2.02 3/177 18284
/proc/meminfo: memFree=31316216/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=177328 CPUtime=402.21 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 23895 0 0 0 40197 24 0 0 20 0 1 0 109646416 181583872 36175 33554432000 4194304 5796924 140733965929216 140733965926504 4611179 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 44332 36175 165 392 0 43931 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 177328

[startup+462.3 s]
/proc/loadavg: 2.10 2.06 2.02 3/177 18285
/proc/meminfo: memFree=31312816/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=146508 CPUtime=462.2 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 25196 0 0 0 46193 27 0 0 20 0 1 0 109646416 150024192 35940 33554432000 4194304 5796924 140733965929216 140733965926504 4611179 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 36627 35940 165 392 0 36226 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 146508

[startup+522.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/177 18286
/proc/meminfo: memFree=31376884/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=146508 CPUtime=522.19 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 26406 0 0 0 52189 30 0 0 20 0 1 0 109646416 150024192 33559 33554432000 4194304 5796924 140733965929216 140733965926504 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 36627 33559 165 392 0 36226 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 146508

[startup+582.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/177 18287
/proc/meminfo: memFree=31223592/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=308804 CPUtime=582.18 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 28359 0 0 0 58185 33 0 0 20 0 1 0 109646416 316215296 57479 33554432000 4194304 5796924 140733965929216 140733965926856 4606531 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 77201 57479 165 392 0 76800 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 308804


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


[startup+882.307 s]
/proc/loadavg: 2.08 2.06 2.01 3/177 18293
/proc/meminfo: memFree=31237888/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=247096 CPUtime=882.14 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 36149 0 0 0 88165 49 0 0 20 0 1 0 109646416 253026304 53932 33554432000 4194304 5796924 140733965929216 140733965926856 4607232 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 61774 53932 165 392 0 61373 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 247096

[startup+942.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/178 18297
/proc/meminfo: memFree=31355912/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=166188 CPUtime=942.12 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 37181 0 0 0 94160 52 0 0 20 0 1 0 109646416 170176512 38577 33554432000 4194304 5796924 140733965929216 140733965926504 4606837 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 41547 38577 165 392 0 41146 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 166188

[startup+1002.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/177 18299
/proc/meminfo: memFree=31125376/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=328484 CPUtime=1002.11 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 38759 0 0 0 100156 55 0 0 20 0 1 0 109646416 336367616 63660 33554432000 4194304 5796924 140733965929216 140733965926856 4606480 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 82121 63660 165 392 0 81720 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 328484

[startup+1062.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 18300
/proc/meminfo: memFree=31216736/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=247096 CPUtime=1062.1 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 40295 0 0 0 106152 58 0 0 20 0 1 0 109646416 253026304 48300 33554432000 4194304 5796924 140733965929216 140733965926856 4606771 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 61774 48300 165 392 0 61373 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 247096

[startup+1122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 18301
/proc/meminfo: memFree=31171256/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=328484 CPUtime=1122.09 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 40854 0 0 0 112149 60 0 0 20 0 1 0 109646416 336367616 72364 33554432000 4194304 5796924 140733965929216 140733965926856 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 82121 72364 165 392 0 81720 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 328484

[startup+1182.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 18302
/proc/meminfo: memFree=31142924/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=247096 CPUtime=1182.08 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 42397 0 0 0 118145 63 0 0 20 0 1 0 109646416 253026304 54444 33554432000 4194304 5796924 140733965929216 140733965926856 4606446 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 61774 54444 165 392 0 61373 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 247096

[startup+1242.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 18303
/proc/meminfo: memFree=31104980/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=328484 CPUtime=1242.05 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 42982 0 0 0 124140 65 0 0 20 0 1 0 109646416 336367616 75436 33554432000 4194304 5796924 140733965929216 140733965926856 4607229 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 82121 75436 165 392 0 81720 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 328484

[startup+1302.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/177 18305
/proc/meminfo: memFree=31095452/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=247096 CPUtime=1302.04 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 44529 0 0 0 130136 68 0 0 20 0 1 0 109646416 253026304 56492 33554432000 4194304 5796924 140733965929216 140733965926856 4607212 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 61774 56492 165 392 0 61373 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 247096

[startup+1362.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 18306
/proc/meminfo: memFree=31060088/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=328484 CPUtime=1362.03 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 45082 0 0 0 136134 69 0 0 20 0 1 0 109646416 336367616 77996 33554432000 4194304 5796924 140733965929216 140733965926856 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 82121 77996 165 392 0 81720 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 328484

[startup+1422.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 18307
/proc/meminfo: memFree=31235652/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=247096 CPUtime=1422.03 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 47198 0 0 0 142128 75 0 0 20 0 1 0 109646416 253026304 54553 33554432000 4194304 5796924 140733965929216 140733965926856 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 61774 54553 165 392 0 61373 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 247096

[startup+1482.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/177 18308
/proc/meminfo: memFree=31045232/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=328484 CPUtime=1482.01 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 47753 0 0 0 148124 77 0 0 20 0 1 0 109646416 336367616 76057 33554432000 4194304 5796924 140733965929216 140733965926856 4606779 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 82121 76057 165 392 0 81720 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 328484

[startup+1542.31 s]
/proc/loadavg: 2.09 2.05 2.00 3/178 18312
/proc/meminfo: memFree=31229396/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=250384 CPUtime=1542.01 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 50234 0 0 0 154119 82 0 0 20 0 1 0 109646416 256393216 51953 33554432000 4194304 5796924 140733965929216 140733965926856 4592059 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 62596 51953 165 392 0 62195 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 250384

[startup+1602.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 18314
/proc/meminfo: memFree=31037356/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=331772 CPUtime=1601.99 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 50793 0 0 0 160116 83 0 0 20 0 1 0 109646416 339734528 75505 33554432000 4194304 5796924 140733965929216 140733965926856 4593716 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 82943 75505 165 392 0 82542 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 331772

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 18315
/proc/meminfo: memFree=31264116/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=201380 CPUtime=1661.99 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 52247 0 0 0 166111 88 0 0 20 0 1 0 109646416 206213120 42707 33554432000 4194304 5796924 140733965929216 140733965926856 4606518 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 50345 42707 165 392 0 49944 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 201380

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 18316
/proc/meminfo: memFree=31062712/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=332856 CPUtime=1721.98 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 53622 0 0 0 172107 91 0 0 20 0 1 0 109646416 340844544 69120 33554432000 4194304 5796924 140733965929216 140733965926856 4607232 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 83214 69120 165 392 0 82813 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 332856

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 18317
/proc/meminfo: memFree=31096424/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=465116 CPUtime=1781.96 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 54126 0 0 0 178103 93 0 0 20 0 1 0 109646416 476278784 89041 33554432000 4194304 5796924 140733965929216 140733965926856 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 116279 89041 165 392 0 115878 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 465116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 18317
/proc/meminfo: memFree=31259976/32872528 swapFree=11372/178980
[pid=18226] ppid=18223 vsize=172736 CPUtime=1800.06 cores=0,2,4,6
/proc/18226/stat : 18226 (naps-1.02) R 18223 18226 8839 0 -1 4202496 54784 0 0 0 179911 95 0 0 20 0 1 0 109646416 176881664 39600 33554432000 4194304 5796924 140733965929216 140733965926504 4606565 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18226/statm: 43184 39600 165 392 0 42783 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 172736

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

Child status: 0
Real time (s): 1800.4
CPU time (s): 1800.07
CPU user time (s): 1799.12
CPU system time (s): 0.957854
CPU usage (%): 99.9817
Max. virtual memory (cumulated for all children) (KiB): 465116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 0.957854
maximum resident set size= 372916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54796
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= 1857

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.24105 second user time and 10.5664 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-07 07:25:18
IDJOB=4082154
IDBENCH=90199
IDSOLVER=2544
FILE ID=node105/4082154-1465277117
RUNJOBID= node105-1465273515-17902
PBS_JOBID= 19843277
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= 8f58618b79e9d2a9b56b6a791eca5768
RANDOM SEED=1678071772

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:        31274328 kB
Buffers:          124040 kB
Cached:           230116 kB
SwapCached:         1752 kB
Active:           438744 kB
Inactive:         236636 kB
Active(anon):     321608 kB
Inactive(anon):     1592 kB
Active(file):     117136 kB
Inactive(file):   235044 kB
Unevictable:      178980 kB
Mlocked:           11372 kB
SwapTotal:      67108856 kB
SwapFree:       67098556 kB
Dirty:              5056 kB
Writeback:             4 kB
AnonPages:        509292 kB
Mapped:             7792 kB
Shmem:                 0 kB
Slab:             601872 kB
SReclaimable:      45468 kB
SUnreclaim:       556404 kB
KernelStack:        1456 kB
PageTables:         5164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     649744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    401408 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= 71740 MiB
End job on node105 at 2016-06-07 07:55:18