Trace number 4082156

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS 1.02? (TO) 1800.08 1800.41

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K152.opb
MD5SUM6abb89533e60aa1ed19663db7c40a868
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 variables18088
Total number of constraints18394
Number of constraints which are clauses18242
Number of constraints which are cardinality constraints (but not clauses)152
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint152
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 153
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        : 150,0
1800.06/1800.40	c 2cl/3cl ITE-codings   : 17046,0
1800.06/1800.40	c BDD/srt/adr Max costs : 235,0,0
1800.06/1800.40	c BDDraw/bin/mul/srt/adr: 150,0,0,0,0
1800.06/1800.40	c BDD nodes             : 34392
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-4082156-1465276757/watcher-4082156-1465276757 -o /tmp/evaluation-result-4082156-1465276757/solver-4082156-1465276757 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465274956-21530 --watchdog 1960 naps-1.02 HOME/instance-4082156-1465276757.opb 

pid=21705
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.11 2.07 1.99 3/173 21711
/proc/meminfo: memFree=31529880/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=6688 CPUtime=0 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 370 0 0 0 0 0 0 0 20 0 1 0 109611053 6848512 244 33554432000 4194304 5796924 140736112036848 140735507110632 5151211 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 1672 245 127 392 0 1271 0

[startup+0.100161 s]
/proc/loadavg: 2.11 2.07 1.99 3/173 21711
/proc/meminfo: memFree=31529880/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=11360 CPUtime=0.09 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 1507 0 0 0 9 0 0 0 20 0 1 0 109611053 11632640 1339 33554432000 4194304 5796924 140736112036848 140735507110632 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 2840 1339 127 392 0 2439 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11360

[startup+0.200305 s]
/proc/loadavg: 2.11 2.07 1.99 3/173 21711
/proc/meminfo: memFree=31529880/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=11752 CPUtime=0.19 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 1672 0 0 0 19 0 0 0 20 0 1 0 109611053 12034048 1491 33554432000 4194304 5796924 140736112036848 140736112036072 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 2938 1491 127 392 0 2537 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 11752

[startup+0.30026 s]
/proc/loadavg: 2.11 2.07 1.99 3/173 21711
/proc/meminfo: memFree=31529880/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=12416 CPUtime=0.28 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 1886 0 0 0 28 0 0 0 20 0 1 0 109611053 12713984 1685 33554432000 4194304 5796924 140736112036848 140736112036072 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 3104 1685 127 392 0 2703 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12416

[startup+0.700236 s]
/proc/loadavg: 2.11 2.07 1.99 3/173 21711
/proc/meminfo: memFree=31529880/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=17384 CPUtime=0.69 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 3346 0 0 0 68 1 0 0 20 0 1 0 109611053 17801216 2984 33554432000 4194304 5796924 140736112036848 140736112036072 4425326 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 4346 2984 140 392 0 3945 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17384

[startup+1.50026 s]
/proc/loadavg: 2.11 2.07 1.99 3/177 21719
/proc/meminfo: memFree=31479596/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=29592 CPUtime=1.49 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 7709 0 0 0 148 1 0 0 20 0 1 0 109611053 30302208 6811 33554432000 4194304 5796924 140736112036848 140736112033896 4583109 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 7398 6811 163 392 0 6997 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29592

[startup+3.1003 s]
/proc/loadavg: 2.11 2.07 1.99 3/177 21719
/proc/meminfo: memFree=31473636/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=35044 CPUtime=3.08 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 8572 0 0 0 307 1 0 0 20 0 1 0 109611053 35885056 7668 33554432000 4194304 5796924 140736112036848 140736112033896 4583143 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 8761 7668 163 392 0 8360 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 35044

[startup+6.3003 s]
/proc/loadavg: 2.10 2.07 1.99 3/177 21719
/proc/meminfo: memFree=31458908/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=42752 CPUtime=6.29 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 10767 0 0 0 627 2 0 0 20 0 1 0 109611053 43778048 9046 33554432000 4194304 5796924 140736112036848 140736112034088 4606799 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 10688 9046 164 392 0 10287 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42752

[startup+12.7003 s]
/proc/loadavg: 2.09 2.07 1.99 3/177 21719
/proc/meminfo: memFree=31445244/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=42752 CPUtime=12.68 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 11062 0 0 0 1266 2 0 0 20 0 1 0 109611053 43778048 10262 33554432000 4194304 5796924 140736112036848 140736112034312 4592061 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 10688 10262 164 392 0 10287 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 42752

[startup+25.5004 s]
/proc/loadavg: 2.07 2.07 1.99 3/177 21719
/proc/meminfo: memFree=31410844/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=69368 CPUtime=25.47 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 12142 0 0 0 2544 3 0 0 20 0 1 0 109611053 71032832 16911 33554432000 4194304 5796924 140736112036848 140736112034312 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 17342 16911 164 392 0 16941 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 69368

[startup+51.1004 s]
/proc/loadavg: 2.12 2.08 2.00 3/178 21722
/proc/meminfo: memFree=31389772/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=99716 CPUtime=51.07 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 12801 0 0 0 5103 4 0 0 20 0 1 0 109611053 102109184 19924 33554432000 4194304 5796924 140736112036848 140736112034312 4591910 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 24929 19924 164 392 0 24528 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 99716

[startup+102.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/178 21723
/proc/meminfo: memFree=31275488/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=149036 CPUtime=102.27 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 13399 0 0 0 10221 6 0 0 20 0 1 0 109611053 152612864 30343 33554432000 4194304 5796924 140736112036848 140736112034136 4592059 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 37259 30343 164 392 0 36858 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 149036

[startup+162.3 s]
/proc/loadavg: 2.07 2.06 2.00 3/177 21724
/proc/meminfo: memFree=31308348/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=179856 CPUtime=162.26 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 15563 0 0 0 16215 11 0 0 20 0 1 0 109611053 184172544 35018 33554432000 4194304 5796924 140736112036848 140736112034488 4606495 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 44964 35018 164 392 0 44563 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 179856

[startup+222.307 s]
/proc/loadavg: 2.06 2.06 2.00 3/177 21725
/proc/meminfo: memFree=31244884/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=149036 CPUtime=222.25 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 17002 0 0 0 22211 14 0 0 20 0 1 0 109611053 152612864 32472 33554432000 4194304 5796924 140736112036848 140736112034136 4611179 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 37259 32472 164 392 0 36858 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 149036

[startup+282.3 s]
/proc/loadavg: 2.07 2.06 2.00 3/177 21727
/proc/meminfo: memFree=31204452/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=193656 CPUtime=282.24 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 20194 0 0 0 28205 19 0 0 20 0 1 0 109611053 198303744 47842 33554432000 4194304 5796924 140736112036848 140736112034488 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 48414 47842 164 392 0 48013 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 193656

[startup+342.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/177 21728
/proc/meminfo: memFree=31153644/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=243744 CPUtime=342.21 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 22466 0 0 0 34199 22 0 0 20 0 1 0 109611053 249593856 53071 33554432000 4194304 5796924 140736112036848 140736112034488 4592148 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 60936 53071 164 392 0 60535 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 243744

[startup+402.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/177 21729
/proc/meminfo: memFree=31243884/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=113516 CPUtime=402.2 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 24093 0 0 0 40195 25 0 0 20 0 1 0 109611053 116240384 27948 33554432000 4194304 5796924 140736112036848 140736112034312 4607229 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 28379 27948 164 392 0 27978 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 113516

[startup+462.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/177 21730
/proc/meminfo: memFree=31123100/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=243744 CPUtime=462.2 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 25724 0 0 0 46191 29 0 0 20 0 1 0 109611053 249593856 58191 33554432000 4194304 5796924 140736112036848 140736112034488 4606704 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 60936 58191 164 392 0 60535 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 243744

[startup+522.3 s]
/proc/loadavg: 2.09 2.07 2.00 3/177 21731
/proc/meminfo: memFree=31137164/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=243744 CPUtime=522.19 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 27353 0 0 0 52187 32 0 0 20 0 1 0 109611053 249593856 57167 33554432000 4194304 5796924 140736112036848 140736112034488 4594641 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 60936 57167 164 392 0 60535 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 243744

[startup+582.3 s]
/proc/loadavg: 2.07 2.07 2.00 3/177 21733
/proc/meminfo: memFree=31168168/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=243744 CPUtime=582.18 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 28983 0 0 0 58183 35 0 0 20 0 1 0 109611053 249593856 55119 33554432000 4194304 5796924 140736112036848 140736112034488 4583301 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 60936 55119 164 392 0 60535 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 243744


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


[startup+882.307 s]
/proc/loadavg: 2.08 2.10 2.02 3/177 21742
/proc/meminfo: memFree=31150496/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=162836 CPUtime=882.13 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 36220 0 0 0 88164 49 0 0 20 0 1 0 109611053 166744064 38880 33554432000 4194304 5796924 140736112036848 140736112034136 4592031 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 40709 38880 164 392 0 40308 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 162836

[startup+942.3 s]
/proc/loadavg: 2.14 2.11 2.03 3/177 21743
/proc/meminfo: memFree=31118180/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=325132 CPUtime=942.11 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 38176 0 0 0 94159 52 0 0 20 0 1 0 109611053 332935168 63824 33554432000 4194304 5796924 140736112036848 140736112034488 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 81283 63824 164 392 0 80882 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 325132

[startup+1002.3 s]
/proc/loadavg: 2.05 2.09 2.02 3/177 21744
/proc/meminfo: memFree=31084620/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=193656 CPUtime=1002.11 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 38992 0 0 0 100156 55 0 0 20 0 1 0 109611053 198303744 46627 33554432000 4194304 5796924 140736112036848 140736112034488 4606531 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 48414 46627 164 392 0 48013 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 193656

[startup+1062.3 s]
/proc/loadavg: 2.07 2.08 2.02 3/176 21745
/proc/meminfo: memFree=31061668/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=325132 CPUtime=1062.09 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 40361 0 0 0 106153 56 0 0 20 0 1 0 109611053 332935168 68432 33554432000 4194304 5796924 140736112036848 140736112034488 4606483 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 81283 68432 164 392 0 80882 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 325132

[startup+1122.3 s]
/proc/loadavg: 2.06 2.08 2.02 3/177 21747
/proc/meminfo: memFree=31033876/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=246208 CPUtime=1122.09 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 42614 0 0 0 112149 60 0 0 20 0 1 0 109611053 252116992 53175 33554432000 4194304 5796924 140736112036848 140736112034488 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 61552 53175 164 392 0 61151 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 246208

[startup+1182.3 s]
/proc/loadavg: 2.02 2.06 2.02 3/177 21749
/proc/meminfo: memFree=31017916/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=327596 CPUtime=1182.08 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 43166 0 0 0 118147 61 0 0 20 0 1 0 109611053 335458304 74167 33554432000 4194304 5796924 140736112036848 140736112034488 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 81899 74167 164 392 0 81498 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 327596

[startup+1242.3 s]
/proc/loadavg: 2.06 2.06 2.02 3/177 21750
/proc/meminfo: memFree=31007056/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=248112 CPUtime=1242.06 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 45288 0 0 0 124141 65 0 0 20 0 1 0 109611053 254066688 54675 33554432000 4194304 5796924 140736112036848 140736112034488 4606480 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 62028 54675 164 392 0 61627 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 248112

[startup+1302.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/178 21754
/proc/meminfo: memFree=31003100/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=329500 CPUtime=1302.05 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 45840 0 0 0 130139 66 0 0 20 0 1 0 109611053 337408000 75155 33554432000 4194304 5796924 140736112036848 140736112034488 4606768 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 82375 75155 164 392 0 81974 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 329500

[startup+1362.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/177 21755
/proc/meminfo: memFree=31003840/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=250912 CPUtime=1362.04 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 48123 0 0 0 136132 72 0 0 20 0 1 0 109611053 256933888 51279 33554432000 4194304 5796924 140736112036848 140736112034488 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 62728 51279 164 392 0 62327 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 250912

[startup+1422.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/177 21756
/proc/meminfo: memFree=31006252/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=332300 CPUtime=1422.04 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 48677 0 0 0 142131 73 0 0 20 0 1 0 109611053 340275200 73295 33554432000 4194304 5796924 140736112036848 140736112034488 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 83075 73295 164 392 0 82674 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 332300

[startup+1482.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/177 21758
/proc/meminfo: memFree=31028572/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=204584 CPUtime=1482.02 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 50394 0 0 0 148124 78 0 0 20 0 1 0 109611053 209494016 47310 33554432000 4194304 5796924 140736112036848 140736112034488 4606771 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 51146 47310 164 392 0 50745 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 204584

[startup+1542.31 s]
/proc/loadavg: 2.12 2.08 2.02 3/177 21759
/proc/meminfo: memFree=31039056/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=336060 CPUtime=1542.01 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 51764 0 0 0 154121 80 0 0 20 0 1 0 109611053 344125440 71163 33554432000 4194304 5796924 140736112036848 140736112034488 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 84015 71163 164 392 0 83614 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 336060

[startup+1602.3 s]
/proc/loadavg: 2.10 2.08 2.02 3/177 21760
/proc/meminfo: memFree=30872976/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=468320 CPUtime=1601.99 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 52279 0 0 0 160116 83 0 0 20 0 1 0 109611053 479559680 89548 33554432000 4194304 5796924 140736112036848 140736112034488 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 117080 89548 164 392 0 116679 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 468320

[startup+1662.3 s]
/proc/loadavg: 2.11 2.09 2.02 3/177 21761
/proc/meminfo: memFree=31106496/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=256572 CPUtime=1661.99 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 54396 0 0 0 166111 88 0 0 20 0 1 0 109611053 262729728 63446 33554432000 4194304 5796924 140736112036848 140736112034488 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 64143 63446 164 392 0 63742 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 256572

[startup+1722.3 s]
/proc/loadavg: 2.14 2.10 2.03 3/177 21762
/proc/meminfo: memFree=30920384/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=337960 CPUtime=1721.97 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 54950 0 0 0 172108 89 0 0 20 0 1 0 109611053 346071040 83926 33554432000 4194304 5796924 140736112036848 140736112034488 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 84490 83926 164 392 0 84089 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 337960

[startup+1782.3 s]
/proc/loadavg: 2.10 2.09 2.03 3/177 21764
/proc/meminfo: memFree=30965612/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=209288 CPUtime=1781.97 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 56611 0 0 0 178103 94 0 0 20 0 1 0 109611053 214310912 51747 33554432000 4194304 5796924 140736112036848 140736112034488 4606799 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 52322 51747 164 392 0 51921 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 209288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.07 2.08 2.02 3/177 21764
/proc/meminfo: memFree=30913236/32872528 swapFree=10608/190480
[pid=21711] ppid=21705 vsize=259376 CPUtime=1800.06 cores=1,3,5,7
/proc/21711/stat : 21711 (naps-1.02) R 21705 21711 21513 0 -1 4202496 57251 0 0 0 179912 94 0 0 20 0 1 0 109611053 265601024 59539 33554432000 4194304 5796924 140736112036848 140736112034488 4607229 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21711/statm: 64844 59539 164 392 0 64443 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 259376

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1799.12
CPU system time (s): 0.954854
CPU usage (%): 99.9818
Max. virtual memory (cumulated for all children) (KiB): 473024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 0.954854
maximum resident set size= 376920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57263
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= 68
involuntary context switches= 1857

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.34234 second user time and 7.12092 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-07 07:19:17
IDJOB=4082156
IDBENCH=90193
IDSOLVER=2544
FILE ID=node102/4082156-1465276757
RUNJOBID= node102-1465274956-21530
PBS_JOBID= 19843304
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= 6abb89533e60aa1ed19663db7c40a868
RANDOM SEED=1530423095

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:        31532120 kB
Buffers:          121348 kB
Cached:           275760 kB
SwapCached:         2720 kB
Active:            84716 kB
Inactive:         317176 kB
Active(anon):       4368 kB
Inactive(anon):     2248 kB
Active(file):      80348 kB
Inactive(file):   314928 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098700 kB
Dirty:              8556 kB
Writeback:             0 kB
AnonPages:        275180 kB
Mapped:             7512 kB
Shmem:                 0 kB
Slab:             616420 kB
SReclaimable:      60588 kB
SUnreclaim:       555832 kB
KernelStack:        1472 kB
PageTables:         4248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     287852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 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:49:18