Trace number 4082153

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.02 1800.31

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K141.opb
MD5SUMe981076bb5354ded6cb9b093a6d1a03e
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 variables16779
Total number of constraints17063
Number of constraints which are clauses16922
Number of constraints which are cardinality constraints (but not clauses)141
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint141
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 142
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.00/1800.30	c 
1800.00/1800.30	c *** TERMINATED *** by signal 15
1800.00/1800.30	s UNKNOWN
1800.00/1800.30	c _____________________________________________________________________________
1800.00/1800.30	c 
1800.00/1800.30	c std/band forms        : 139,0
1800.00/1800.30	c 2cl/3cl ITE-codings   : 15759,0
1800.00/1800.30	c BDD/srt/adr Max costs : 235,0,0
1800.00/1800.30	c BDDraw/bin/mul/srt/adr: 139,0,0,0,0
1800.00/1800.30	c BDD nodes             : 31796
1800.00/1800.30	c Es1/CC detections     : 0,0
1800.00/1800.30	c SAT/UNSAT calls       : 0,0
1800.00/1800.30	c restarts              : 0
1800.00/1800.30	c conflicts             : 0              (0 /sec)
1800.00/1800.30	c decisions             : 0              (0 /sec)
1800.00/1800.30	c propagations          : 0              (0 /sec)
1800.00/1800.30	c inspects              : 0              (0 /sec)
1800.00/1800.30	c CPU time (solving tm) : 1799 s        (0 s)
1800.00/1800.30	c Time for Opt-base     : 0 s
1800.00/1800.30	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-4082153-1465277387/watcher-4082153-1465277387 -o /tmp/evaluation-result-4082153-1465277387/solver-4082153-1465277387 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465266890-22981 --watchdog 1960 naps-1.02 HOME/instance-4082153-1465277387.opb 

pid=24069
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.14 2.25 2.26 3/178 24072
/proc/meminfo: memFree=30140580/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=6820 CPUtime=0 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 380 0 0 0 0 0 0 0 20 0 1 0 109671459 6983680 253 33554432000 4194304 5796924 140735256159072 140734404582456 5087499 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 1705 253 127 392 0 1304 0

[startup+0.100114 s]
/proc/loadavg: 2.14 2.25 2.26 3/178 24072
/proc/meminfo: memFree=30140580/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=11356 CPUtime=0.09 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 1482 0 0 0 9 0 0 0 20 0 1 0 109671459 11628544 1311 33554432000 4194304 5796924 140735256159072 140734404582456 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 2839 1312 127 392 0 2438 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11356

[startup+0.200379 s]
/proc/loadavg: 2.14 2.25 2.26 3/178 24072
/proc/meminfo: memFree=30140580/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=11756 CPUtime=0.19 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 1639 0 0 0 19 0 0 0 20 0 1 0 109671459 12038144 1959 33554432000 4194304 5796924 140735256159072 140735256158296 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 2939 1959 127 392 0 2538 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 11756

[startup+0.300265 s]
/proc/loadavg: 2.14 2.25 2.26 3/178 24072
/proc/meminfo: memFree=30140580/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=12304 CPUtime=0.29 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 1792 0 0 0 29 0 0 0 20 0 1 0 109671459 12599296 2100 33554432000 4194304 5796924 140735256159072 140735256158296 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 3076 2100 127 392 0 2675 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12304

[startup+0.700232 s]
/proc/loadavg: 2.14 2.25 2.26 3/178 24072
/proc/meminfo: memFree=30140580/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=17636 CPUtime=0.69 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 3255 0 0 0 69 0 0 0 20 0 1 0 109671459 18059264 3425 33554432000 4194304 5796924 140735256159072 140735256158296 5092431 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 4409 3425 140 392 0 4008 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17636

[startup+1.50028 s]
/proc/loadavg: 2.14 2.25 2.26 3/179 24073
/proc/meminfo: memFree=30113848/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=30440 CPUtime=1.48 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 7381 0 0 0 148 0 0 0 20 0 1 0 109671459 31170560 6577 33554432000 4194304 5796924 140735256159072 140735256156120 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 7610 6577 164 392 0 7209 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 30440

[startup+3.10029 s]
/proc/loadavg: 2.14 2.25 2.26 3/179 24073
/proc/meminfo: memFree=30106652/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=34260 CPUtime=3.09 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 8435 0 0 0 308 1 0 0 20 0 1 0 109671459 35082240 7631 33554432000 4194304 5796924 140735256159072 140735256156120 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 8565 7631 164 392 0 8164 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34260

[startup+6.30031 s]
/proc/loadavg: 2.13 2.25 2.26 3/179 24073
/proc/meminfo: memFree=30091920/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=41728 CPUtime=6.29 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 10372 0 0 0 628 1 0 0 20 0 1 0 109671459 42729472 9219 33554432000 4194304 5796924 140735256159072 140735256156312 4592023 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 10432 9219 165 392 0 10031 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41728

[startup+12.7003 s]
/proc/loadavg: 2.12 2.24 2.26 3/179 24119
/proc/meminfo: memFree=30219800/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=63152 CPUtime=12.69 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 10637 0 0 0 1268 1 0 0 20 0 1 0 109671459 64667648 13566 33554432000 4194304 5796924 140735256159072 140735256156136 4595297 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 15788 13566 165 392 0 15387 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63152

[startup+25.5004 s]
/proc/loadavg: 2.17 2.25 2.26 3/180 24123
/proc/meminfo: memFree=30196148/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=54032 CPUtime=25.48 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 11476 0 0 0 2547 1 0 0 20 0 1 0 109671459 55328768 12817 33554432000 4194304 5796924 140735256159072 140735256156536 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 13508 12817 165 392 0 13107 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 54032

[startup+51.1004 s]
/proc/loadavg: 2.11 2.22 2.25 3/180 24123
/proc/meminfo: memFree=30133408/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=85624 CPUtime=51.09 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 12606 0 0 0 5106 3 0 0 20 0 1 0 109671459 87678976 20495 33554432000 4194304 5796924 140735256159072 140735256156312 4611179 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 21406 20495 165 392 0 21005 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 85624

[startup+102.3 s]
/proc/loadavg: 2.09 2.20 2.24 4/179 24124
/proc/meminfo: memFree=30028152/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=196112 CPUtime=102.29 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 13984 0 0 0 10223 6 0 0 20 0 1 0 109671459 200818688 37010 33554432000 4194304 5796924 140735256159072 140735256156712 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 49028 37010 165 392 0 48627 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 196112

[startup+162.3 s]
/proc/loadavg: 2.26 2.24 2.25 3/179 24125
/proc/meminfo: memFree=30056364/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=115972 CPUtime=162.26 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 15358 0 0 0 16217 9 0 0 20 0 1 0 109671459 118755328 24068 33554432000 4194304 5796924 140735256159072 140735256156536 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 28993 24068 165 392 0 28592 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 115972

[startup+222.308 s]
/proc/loadavg: 2.22 2.23 2.25 3/179 24126
/proc/meminfo: memFree=29999236/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=196112 CPUtime=222.27 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 16736 0 0 0 22214 13 0 0 20 0 1 0 109671459 200818688 40082 33554432000 4194304 5796924 140735256159072 140735256156712 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 49028 40082 165 392 0 48627 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 196112

[startup+282.3 s]
/proc/loadavg: 2.30 2.26 2.26 3/179 24127
/proc/meminfo: memFree=30010564/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=115972 CPUtime=282.25 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 19072 0 0 0 28208 17 0 0 20 0 1 0 109671459 118755328 24068 33554432000 4194304 5796924 140735256159072 140735256156536 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 28993 24068 165 392 0 28592 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 115972

[startup+342.3 s]
/proc/loadavg: 2.31 2.27 2.26 3/179 24129
/proc/meminfo: memFree=30046436/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=165292 CPUtime=342.24 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 20685 0 0 0 34204 20 0 0 20 0 1 0 109671459 169259008 33871 33554432000 4194304 5796924 140735256159072 140735256156360 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 41323 33871 165 392 0 40922 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 165292

[startup+402.3 s]
/proc/loadavg: 2.44 2.31 2.28 3/179 24130
/proc/meminfo: memFree=30003076/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=165292 CPUtime=402.23 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 22215 0 0 0 40199 24 0 0 20 0 1 0 109671459 169259008 35919 33554432000 4194304 5796924 140735256159072 140735256156360 4922678 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 41323 35919 165 392 0 40922 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 165292

[startup+462.3 s]
/proc/loadavg: 2.27 2.29 2.27 3/179 24131
/proc/meminfo: memFree=30040216/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=165292 CPUtime=462.22 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 23737 0 0 0 46195 27 0 0 20 0 1 0 109671459 169259008 34383 33554432000 4194304 5796924 140735256159072 140735256156360 4606771 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 41323 34383 165 392 0 40922 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 165292

[startup+522.3 s]
/proc/loadavg: 2.24 2.28 2.27 4/179 24132
/proc/meminfo: memFree=29960508/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=115972 CPUtime=522.21 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 25172 0 0 0 52191 30 0 0 20 0 1 0 109671459 118755328 24068 33554432000 4194304 5796924 140735256159072 140735256156536 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 28993 24068 165 392 0 28592 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 115972

[startup+582.3 s]
/proc/loadavg: 2.37 2.31 2.27 3/179 24133
/proc/meminfo: memFree=29836708/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=246200 CPUtime=582.2 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 26706 0 0 0 58187 33 0 0 20 0 1 0 109671459 252108800 55379 33554432000 4194304 5796924 140735256159072 140735256156712 4606744 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 61550 55379 165 392 0 61149 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 246200


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


[startup+942.3 s]
/proc/loadavg: 2.29 2.27 2.27 3/179 24144
/proc/meminfo: memFree=29897152/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=165292 CPUtime=942.12 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 35594 0 0 0 94161 51 0 0 20 0 1 0 109671459 169259008 35043 33554432000 4194304 5796924 140735256159072 140735256156360 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 41323 35043 165 392 0 40922 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 165292

[startup+1002.3 s]
/proc/loadavg: 2.31 2.29 2.27 3/179 24145
/proc/meminfo: memFree=29844384/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=327588 CPUtime=1002.11 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 37551 0 0 0 100157 54 0 0 20 0 1 0 109671459 335450112 61011 33554432000 4194304 5796924 140735256159072 140735256156712 4606771 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 81897 61011 165 392 0 81496 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 327588

[startup+1062.3 s]
/proc/loadavg: 2.31 2.30 2.27 3/179 24146
/proc/meminfo: memFree=29831560/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=196112 CPUtime=1062.11 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 38265 0 0 0 106154 57 0 0 20 0 1 0 109671459 200818688 44838 33554432000 4194304 5796924 140735256159072 140735256156712 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 49028 44838 165 392 0 48627 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 196112

[startup+1122.3 s]
/proc/loadavg: 2.38 2.32 2.28 3/179 24147
/proc/meminfo: memFree=29801056/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=327588 CPUtime=1122.1 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 39636 0 0 0 112151 59 0 0 20 0 1 0 109671459 335450112 68179 33554432000 4194304 5796924 140735256159072 140735256156712 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 81897 68179 165 392 0 81496 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 327588

[startup+1182.3 s]
/proc/loadavg: 2.47 2.36 2.29 3/179 24148
/proc/meminfo: memFree=29794532/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=246200 CPUtime=1182.09 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 41164 0 0 0 118147 62 0 0 20 0 1 0 109671459 252108800 50259 33554432000 4194304 5796924 140735256159072 140735256156712 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 61550 50259 165 392 0 61149 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 246200

[startup+1242.3 s]
/proc/loadavg: 2.48 2.38 2.30 3/180 24153
/proc/meminfo: memFree=29779304/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=327588 CPUtime=1242.08 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 41720 0 0 0 124144 64 0 0 20 0 1 0 109671459 335450112 71763 33554432000 4194304 5796924 140735256159072 140735256156712 4607258 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 81897 71763 165 392 0 81496 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 327588

[startup+1302.3 s]
/proc/loadavg: 2.49 2.40 2.31 3/179 24154
/proc/meminfo: memFree=29779276/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=246200 CPUtime=1302.07 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 43250 0 0 0 130140 67 0 0 20 0 1 0 109671459 252108800 51795 33554432000 4194304 5796924 140735256159072 140735256156712 4607198 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 61550 51795 165 392 0 61149 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 246200

[startup+1362.3 s]
/proc/loadavg: 2.42 2.40 2.31 3/179 24155
/proc/meminfo: memFree=29769508/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=327588 CPUtime=1362.06 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 43805 0 0 0 136138 68 0 0 20 0 1 0 109671459 335450112 73811 33554432000 4194304 5796924 140735256159072 140735256156712 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 81897 73811 165 392 0 81496 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 327588

[startup+1422.3 s]
/proc/loadavg: 2.37 2.38 2.31 3/178 24156
/proc/meminfo: memFree=29774324/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=246200 CPUtime=1422.06 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 45803 0 0 0 142134 72 0 0 20 0 1 0 109671459 252108800 51283 33554432000 4194304 5796924 140735256159072 140735256156712 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 61550 51283 165 392 0 61149 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 246200

[startup+1482.3 s]
/proc/loadavg: 2.35 2.39 2.31 3/179 24158
/proc/meminfo: memFree=29779256/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=327588 CPUtime=1482.04 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 46361 0 0 0 148130 74 0 0 20 0 1 0 109671459 335450112 74323 33554432000 4194304 5796924 140735256159072 140735256156712 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 81897 74323 165 392 0 81496 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 327588

[startup+1542.31 s]
/proc/loadavg: 2.29 2.37 2.31 3/178 24159
/proc/meminfo: memFree=29807784/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=197340 CPUtime=1542.04 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 47955 0 0 0 154125 79 0 0 20 0 1 0 109671459 202076160 45255 33554432000 4194304 5796924 140735256159072 140735256156712 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 49335 45255 165 392 0 48934 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 197340

[startup+1602.3 s]
/proc/loadavg: 2.26 2.35 2.31 3/179 24161
/proc/meminfo: memFree=29836288/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=328816 CPUtime=1602.03 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 49325 0 0 0 160121 82 0 0 20 0 1 0 109671459 336707584 68596 33554432000 4194304 5796924 140735256159072 140735256156712 4606483 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 82204 68596 165 392 0 81803 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 328816

[startup+1662.3 s]
/proc/loadavg: 2.27 2.34 2.30 4/179 24162
/proc/meminfo: memFree=29669276/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=461076 CPUtime=1662.01 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 49827 0 0 0 166117 84 0 0 20 0 1 0 109671459 472141824 87493 33554432000 4194304 5796924 140735256159072 140735256156712 4606744 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 115269 87493 165 392 0 114868 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 461076

[startup+1722.3 s]
/proc/loadavg: 2.30 2.33 2.30 3/179 24163
/proc/meminfo: memFree=29698160/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=332916 CPUtime=1722.01 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 52393 0 0 0 172112 89 0 0 20 0 1 0 109671459 340905984 62965 33554432000 4194304 5796924 140735256159072 140735256156712 4596172 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 83229 62965 165 392 0 82828 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 332916

[startup+1782.3 s]
/proc/loadavg: 2.38 2.35 2.30 3/179 24164
/proc/meminfo: memFree=29725868/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=465176 CPUtime=1781.99 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 52901 0 0 0 178108 91 0 0 20 0 1 0 109671459 476340224 84934 33554432000 4194304 5796924 140735256159072 140735256156712 4606523 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 116294 84934 165 392 0 115893 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 465176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.43 2.36 2.31 3/179 24164
/proc/meminfo: memFree=29677092/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=465176 CPUtime=1800 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 52912 0 0 0 179908 92 0 0 20 0 1 0 109671459 476340224 90566 33554432000 4194304 5796924 140735256159072 140735256156712 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 116294 90566 165 392 0 115893 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 465176

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

[startup+1800.3 s]
/proc/loadavg: 2.43 2.36 2.31 3/179 24164
/proc/meminfo: memFree=29677092/32872528 swapFree=15540/1663004
[pid=24072] ppid=24069 vsize=465176 CPUtime=1800 cores=1,3,5,7
/proc/24072/stat : 24072 (naps-1.02) R 24069 24072 22964 0 -1 4202496 52912 0 0 0 179908 92 0 0 20 0 1 0 109671459 476340224 90566 33554432000 4194304 5796924 140735256159072 140735256156712 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/24072/statm: 116294 90566 165 392 0 115893 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 465176

Child status: 0
Real time (s): 1800.31
CPU time (s): 1800.02
CPU user time (s): 1799.08
CPU system time (s): 0.937857
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 465176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 0.937857
maximum resident set size= 362312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52924
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= 36
involuntary context switches= 1859

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.69529 second user time and 6.76697 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-07 07:29:47
IDJOB=4082153
IDBENCH=90203
IDSOLVER=2544
FILE ID=node134/4082153-1465277387
RUNJOBID= node134-1465266890-22981
PBS_JOBID= 19843300
Free space on /tmp= 71728 MiB

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

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

MD5SUM BENCH= e981076bb5354ded6cb9b093a6d1a03e
RANDOM SEED=469209960

node134.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.403
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.80
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.403
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.403
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.56
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.403
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.403
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.403
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.403
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.56
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.403
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:        30141240 kB
Buffers:           80216 kB
Cached:            92028 kB
SwapCached:         1900 kB
Active:           199036 kB
Inactive:         115348 kB
Active(anon):     142340 kB
Inactive(anon):     1904 kB
Active(file):      56696 kB
Inactive(file):   113444 kB
Unevictable:     1663004 kB
Mlocked:           15540 kB
SwapTotal:      67108856 kB
SwapFree:       67098500 kB
Dirty:              5060 kB
Writeback:             0 kB
AnonPages:       1978264 kB
Mapped:             8716 kB
Shmem:                 0 kB
Slab:             599244 kB
SReclaimable:      43352 kB
SUnreclaim:       555892 kB
KernelStack:        1488 kB
PageTables:         7836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1954428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1947648 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= 71724 MiB
End job on node134 at 2016-06-07 07:59:47