Trace number 4082144

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K126.opb
MD5SUM8617651a414bb8902c12959cc1c92372
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 variables14994
Total number of constraints15248
Number of constraints which are clauses15122
Number of constraints which are cardinality constraints (but not clauses)126
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint126
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 127
Number of bits of the biggest sum of numbers7
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.08/1800.40	c 
1800.08/1800.40	c *** TERMINATED *** by signal 15
1800.08/1800.40	s UNKNOWN
1800.08/1800.40	c _____________________________________________________________________________
1800.08/1800.40	c 
1800.08/1800.40	c std/band forms        : 124,0
1800.08/1800.40	c 2cl/3cl ITE-codings   : 14004,0
1800.08/1800.40	c BDD/srt/adr Max costs : 235,0,0
1800.08/1800.40	c BDDraw/bin/mul/srt/adr: 124,0,0,0,0
1800.08/1800.40	c BDD nodes             : 28256
1800.08/1800.40	c Es1/CC detections     : 0,0
1800.08/1800.40	c SAT/UNSAT calls       : 0,0
1800.08/1800.40	c restarts              : 0
1800.08/1800.40	c conflicts             : 0              (0 /sec)
1800.08/1800.40	c decisions             : 0              (0 /sec)
1800.08/1800.40	c propagations          : 0              (0 /sec)
1800.08/1800.40	c inspects              : 0              (0 /sec)
1800.08/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.08/1800.40	c Time for Opt-base     : 0 s
1800.08/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-4082144-1465274956/watcher-4082144-1465274956 -o /tmp/evaluation-result-4082144-1465274956/solver-4082144-1465274956 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465274956-21530 --watchdog 1960 naps-1.02 HOME/instance-4082144-1465274956.opb 

pid=21556
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: 1.23 1.30 1.63 3/176 21559
/proc/meminfo: memFree=31525128/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=6700 CPUtime=0 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 109430954 6860800 250 33554432000 4194304 5796924 140734780449632 140735578416728 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 1675 250 127 392 0 1274 0

[startup+0.100162 s]
/proc/loadavg: 1.23 1.30 1.63 3/176 21559
/proc/meminfo: memFree=31525128/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=10520 CPUtime=0.09 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 1328 0 0 0 9 0 0 0 20 0 1 0 109430954 10772480 1161 33554432000 4194304 5796924 140734780449632 140735578416728 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 2630 1161 127 392 0 2229 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10520

[startup+0.200305 s]
/proc/loadavg: 1.23 1.30 1.63 3/176 21559
/proc/meminfo: memFree=31525128/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=11208 CPUtime=0.19 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 1539 0 0 0 19 0 0 0 20 0 1 0 109430954 11476992 1353 33554432000 4194304 5796924 140734780449632 140734780448904 4564240 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 2802 1353 127 392 0 2401 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 11208

[startup+0.30026 s]
/proc/loadavg: 1.23 1.30 1.63 3/176 21559
/proc/meminfo: memFree=31525128/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=11648 CPUtime=0.29 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 1751 0 0 0 29 0 0 0 20 0 1 0 109430954 11927552 1541 33554432000 4194304 5796924 140734780449632 140734780448904 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 2912 1541 127 392 0 2511 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11648

[startup+0.700238 s]
/proc/loadavg: 1.23 1.30 1.63 3/176 21559
/proc/meminfo: memFree=31525128/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=17036 CPUtime=0.69 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 3209 0 0 0 69 0 0 0 20 0 1 0 109430954 17444864 3391 33554432000 4194304 5796924 140734780449632 140734780448904 5092509 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 4259 3391 140 392 0 3858 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17036

[startup+1.50026 s]
/proc/loadavg: 1.23 1.30 1.63 3/177 21560
/proc/meminfo: memFree=31475432/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=29320 CPUtime=1.49 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 6827 0 0 0 149 0 0 0 20 0 1 0 109430954 30023680 6146 33554432000 4194304 5796924 140734780449632 140734780446680 4607720 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 7330 6146 165 392 0 6929 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29320

[startup+3.10029 s]
/proc/loadavg: 1.23 1.30 1.63 3/177 21560
/proc/meminfo: memFree=31466116/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=28688 CPUtime=3.09 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 8571 0 0 0 308 1 0 0 20 0 1 0 109430954 29376512 6217 33554432000 4194304 5796924 140734780449632 140734780446744 4611179 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 7172 6217 166 392 0 6771 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28688

[startup+6.30031 s]
/proc/loadavg: 1.29 1.31 1.64 3/177 21560
/proc/meminfo: memFree=31453480/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=40180 CPUtime=6.29 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 9427 0 0 0 628 1 0 0 20 0 1 0 109430954 41144320 9115 33554432000 4194304 5796924 140734780449632 140734780446872 4593577 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 10045 9115 166 392 0 9644 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40180

[startup+12.7003 s]
/proc/loadavg: 1.34 1.33 1.64 3/177 21560
/proc/meminfo: memFree=31446584/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=40636 CPUtime=12.69 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 11788 0 0 0 1267 2 0 0 20 0 1 0 109430954 41611264 9114 33554432000 4194304 5796924 140734780449632 140734780446872 4606552 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 10159 9114 166 392 0 9758 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40636

[startup+25.5004 s]
/proc/loadavg: 1.49 1.36 1.64 3/177 21560
/proc/meminfo: memFree=31400448/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=52128 CPUtime=25.49 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 12960 0 0 0 2546 3 0 0 20 0 1 0 109430954 53379072 12169 33554432000 4194304 5796924 140734780449632 140734780447096 4606799 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 13032 12169 166 392 0 12631 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52128

[startup+51.1004 s]
/proc/loadavg: 1.66 1.41 1.65 3/178 21563
/proc/meminfo: memFree=31347100/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=95228 CPUtime=51.08 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 13511 0 0 0 5105 3 0 0 20 0 1 0 109430954 97513472 22937 33554432000 4194304 5796924 140734780449632 140734780446872 4592645 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 23807 22937 166 392 0 23406 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 95228

[startup+102.3 s]
/proc/loadavg: 1.92 1.51 1.67 3/178 21564
/proc/meminfo: memFree=31332176/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=95228 CPUtime=102.28 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 14989 0 0 0 10222 6 0 0 20 0 1 0 109430954 97513472 22937 33554432000 4194304 5796924 140734780449632 140734780447096 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 23807 22937 166 392 0 23406 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 95228

[startup+162.3 s]
/proc/loadavg: 2.02 1.61 1.69 3/177 21565
/proc/meminfo: memFree=31254128/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=144548 CPUtime=162.26 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 17066 0 0 0 16216 10 0 0 20 0 1 0 109430954 148017152 34479 33554432000 4194304 5796924 140734780449632 140734780446920 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 36137 34479 166 392 0 35736 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 144548

[startup+222.307 s]
/proc/loadavg: 2.01 1.68 1.71 3/177 21567
/proc/meminfo: memFree=31280132/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=95228 CPUtime=222.26 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 18776 0 0 0 22212 14 0 0 20 0 1 0 109430954 97513472 23043 33554432000 4194304 5796924 140734780449632 140734780447096 4606645 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 23807 23043 166 392 0 23406 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 95228

[startup+282.3 s]
/proc/loadavg: 2.04 1.75 1.73 3/177 21568
/proc/meminfo: memFree=31212500/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=175368 CPUtime=282.24 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 20871 0 0 0 28206 18 0 0 20 0 1 0 109430954 179576832 38236 33554432000 4194304 5796924 140734780449632 140734780447272 4607232 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 43842 38236 166 392 0 43441 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 175368

[startup+342.3 s]
/proc/loadavg: 2.06 1.81 1.75 3/177 21569
/proc/meminfo: memFree=31195132/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=225456 CPUtime=342.23 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 22388 0 0 0 34200 23 0 0 20 0 1 0 109430954 230866944 44169 33554432000 4194304 5796924 140734780449632 140734780447272 4606526 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 56364 44169 166 392 0 55963 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 225456

[startup+402.3 s]
/proc/loadavg: 2.12 1.87 1.77 3/177 21570
/proc/meminfo: memFree=31212744/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=225456 CPUtime=402.22 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 23603 0 0 0 40196 26 0 0 20 0 1 0 109430954 230866944 47753 33554432000 4194304 5796924 140734780449632 140734780447272 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 56364 47753 166 392 0 55963 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 225456

[startup+462.3 s]
/proc/loadavg: 2.08 1.91 1.79 3/177 21571
/proc/meminfo: memFree=31121828/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=225456 CPUtime=462.21 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 24819 0 0 0 46192 29 0 0 20 0 1 0 109430954 230866944 48265 33554432000 4194304 5796924 140734780449632 140734780447272 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 56364 48265 166 392 0 55963 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 225456

[startup+522.3 s]
/proc/loadavg: 2.03 1.92 1.80 3/177 21573
/proc/meminfo: memFree=31168820/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=225456 CPUtime=522.2 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 26041 0 0 0 52187 33 0 0 20 0 1 0 109430954 230866944 47753 33554432000 4194304 5796924 140734780449632 140734780447272 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 56364 47753 166 392 0 55963 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 225456

[startup+582.3 s]
/proc/loadavg: 2.01 1.93 1.81 3/177 21574
/proc/meminfo: memFree=31102288/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=225456 CPUtime=582.18 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 27775 0 0 0 58182 36 0 0 20 0 1 0 109430954 230866944 44681 33554432000 4194304 5796924 140734780449632 140734780447272 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 56364 44681 166 392 0 55963 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 225456


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


[startup+882.307 s]
/proc/loadavg: 2.08 2.04 1.89 3/177 21606
/proc/meminfo: memFree=31125876/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=326188 CPUtime=882.13 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 33591 0 0 0 88163 50 0 0 20 0 1 0 109430954 334016512 65674 33554432000 4194304 5796924 140734780449632 140734780447272 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 81547 65674 166 392 0 81146 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 326188

[startup+942.3 s]
/proc/loadavg: 2.07 2.05 1.90 3/177 21607
/proc/meminfo: memFree=31078336/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=244800 CPUtime=942.11 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 34818 0 0 0 94158 53 0 0 20 0 1 0 109430954 250675200 55434 33554432000 4194304 5796924 140734780449632 140734780447272 4607168 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 61200 55434 166 392 0 60799 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 244800

[startup+1002.3 s]
/proc/loadavg: 2.09 2.05 1.91 3/177 21608
/proc/meminfo: memFree=31076844/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=163892 CPUtime=1002.1 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 35664 0 0 0 100154 56 0 0 20 0 1 0 109430954 167825408 37146 33554432000 4194304 5796924 140734780449632 140734780446920 4592061 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 40973 37146 166 392 0 40572 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 163892

[startup+1062.3 s]
/proc/loadavg: 2.03 2.04 1.91 3/177 21609
/proc/meminfo: memFree=31095284/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=326188 CPUtime=1062.09 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 37106 0 0 0 106151 58 0 0 20 0 1 0 109430954 334016512 62602 33554432000 4194304 5796924 140734780449632 140734780447272 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 81547 62602 166 392 0 81146 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 326188

[startup+1122.3 s]
/proc/loadavg: 2.10 2.06 1.92 3/177 21610
/proc/meminfo: memFree=31087776/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=194712 CPUtime=1122.08 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 38021 0 0 0 112147 61 0 0 20 0 1 0 109430954 199385088 43357 33554432000 4194304 5796924 140734780449632 140734780447272 4592593 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 48678 43357 166 392 0 48277 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 194712

[startup+1182.3 s]
/proc/loadavg: 2.14 2.08 1.93 3/177 21612
/proc/meminfo: memFree=30927796/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=326188 CPUtime=1182.07 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 38879 0 0 0 118144 63 0 0 20 0 1 0 109430954 334016512 66698 33554432000 4194304 5796924 140734780449632 140734780447272 4606768 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 81547 66698 166 392 0 81146 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 326188

[startup+1242.3 s]
/proc/loadavg: 2.05 2.06 1.93 3/177 21613
/proc/meminfo: memFree=31148472/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=194712 CPUtime=1242.07 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 39793 0 0 0 124141 66 0 0 20 0 1 0 109430954 199385088 45917 33554432000 4194304 5796924 140734780449632 140734780447272 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 48678 45917 166 392 0 48277 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 194712

[startup+1302.3 s]
/proc/loadavg: 2.12 2.09 1.95 3/178 21617
/proc/meminfo: memFree=30980268/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=326188 CPUtime=1302.06 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 40650 0 0 0 130138 68 0 0 20 0 1 0 109430954 334016512 68234 33554432000 4194304 5796924 140734780449632 140734780447272 4606771 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 81547 68234 166 392 0 81146 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 326188

[startup+1362.3 s]
/proc/loadavg: 2.04 2.07 1.95 3/177 21618
/proc/meminfo: memFree=31012132/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=194712 CPUtime=1362.05 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 41865 0 0 0 136132 73 0 0 20 0 1 0 109430954 199385088 42845 33554432000 4194304 5796924 140734780449632 140734780447272 4607198 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 48678 42845 166 392 0 48277 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 194712

[startup+1422.3 s]
/proc/loadavg: 2.07 2.07 1.95 3/177 21619
/proc/meminfo: memFree=31079448/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=326188 CPUtime=1422.04 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 42728 0 0 0 142129 75 0 0 20 0 1 0 109430954 334016512 66698 33554432000 4194304 5796924 140734780449632 140734780447272 4606771 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 81547 66698 166 392 0 81146 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 326188

[startup+1482.3 s]
/proc/loadavg: 2.06 2.07 1.96 3/177 21621
/proc/meminfo: memFree=31114684/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=163892 CPUtime=1482.02 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 43710 0 0 0 148123 79 0 0 20 0 1 0 109430954 167825408 36824 33554432000 4194304 5796924 140734780449632 140734780446920 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 40973 36824 166 392 0 40572 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 163892

[startup+1542.31 s]
/proc/loadavg: 2.09 2.07 1.96 3/177 21622
/proc/meminfo: memFree=30934104/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=326188 CPUtime=1542.02 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 45154 0 0 0 154120 82 0 0 20 0 1 0 109430954 334016512 62792 33554432000 4194304 5796924 140734780449632 140734780447272 4591992 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 81547 62792 166 392 0 81146 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 326188

[startup+1602.3 s]
/proc/loadavg: 2.09 2.07 1.97 3/177 21623
/proc/meminfo: memFree=30793488/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=458448 CPUtime=1602 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 45656 0 0 0 160116 84 0 0 20 0 1 0 109430954 469450752 81689 33554432000 4194304 5796924 140734780449632 140734780447272 4591992 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 114612 81689 166 392 0 114211 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 458448

[startup+1662.3 s]
/proc/loadavg: 2.12 2.08 1.98 3/177 21624
/proc/meminfo: memFree=31076412/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=246924 CPUtime=1662 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 47428 0 0 0 166112 88 0 0 20 0 1 0 109430954 252850176 55147 33554432000 4194304 5796924 140734780449632 140734780447272 4607198 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 61731 55147 166 392 0 61330 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 246924

[startup+1722.3 s]
/proc/loadavg: 2.11 2.08 1.98 3/177 21625
/proc/meminfo: memFree=30913132/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=328312 CPUtime=1721.99 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 47982 0 0 0 172109 90 0 0 20 0 1 0 109430954 336191488 76651 33554432000 4194304 5796924 140734780449632 140734780447272 4606565 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 82078 76651 166 392 0 81677 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 328312

[startup+1782.3 s]
/proc/loadavg: 2.04 2.06 1.98 3/177 21627
/proc/meminfo: memFree=30982864/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=198404 CPUtime=1781.99 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 49752 0 0 0 178104 95 0 0 20 0 1 0 109430954 203165696 42950 33554432000 4194304 5796924 140734780449632 140734780447272 4606480 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 49601 42950 166 392 0 49200 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 198404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.03 2.06 1.98 4/177 21627
/proc/meminfo: memFree=30929804/32872528 swapFree=10608/190480
[pid=21559] ppid=21556 vsize=248492 CPUtime=1800.08 cores=1,3,5,7
/proc/21559/stat : 21559 (naps-1.02) R 21556 21559 21513 0 -1 4202496 50068 0 0 0 179912 96 0 0 20 0 1 0 109430954 254455808 50931 33554432000 4194304 5796924 140734780449632 140734780447272 4592031 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21559/statm: 62123 50931 166 392 0 61722 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 248492

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 21559 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.1
CPU user time (s): 1799.13
CPU system time (s): 0.967852
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 462140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.13
system time used= 0.967852
maximum resident set size= 357620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50080
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= 47
involuntary context switches= 1859

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.36134 second user time and 7.09792 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-07 06:49:16
IDJOB=4082144
IDBENCH=90146
IDSOLVER=2544
FILE ID=node102/4082144-1465274956
RUNJOBID= node102-1465274956-21530
PBS_JOBID= 19843304
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 8617651a414bb8902c12959cc1c92372
RANDOM SEED=1215527232

node102.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.470
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	: 5332.94
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.470
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.470
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.470
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.56
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.470
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.56
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.470
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.470
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.470
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31526616 kB
Buffers:          120616 kB
Cached:           277080 kB
SwapCached:         2720 kB
Active:            92764 kB
Inactive:         312524 kB
Active(anon):       7620 kB
Inactive(anon):     2248 kB
Active(file):      85144 kB
Inactive(file):   310276 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098700 kB
Dirty:             10488 kB
Writeback:             0 kB
AnonPages:        197224 kB
Mapped:             8220 kB
Shmem:                 0 kB
Slab:             616576 kB
SReclaimable:      60588 kB
SUnreclaim:       555988 kB
KernelStack:        1336 kB
PageTables:         3972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     318340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 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= 71728 MiB
End job on node102 at 2016-06-07 07:19:17