Trace number 4082147

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_K131.opb
MD5SUMe9be7f2de41339e64a2918d1bf7ead92
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 variables15589
Total number of constraints15853
Number of constraints which are clauses15722
Number of constraints which are cardinality constraints (but not clauses)131
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint131
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 132
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.01/1800.30	c 
1800.01/1800.30	c *** TERMINATED *** by signal 15
1800.01/1800.30	s UNKNOWN
1800.01/1800.30	c _____________________________________________________________________________
1800.01/1800.30	c 
1800.01/1800.30	c std/band forms        : 129,0
1800.01/1800.30	c 2cl/3cl ITE-codings   : 14589,0
1800.01/1800.30	c BDD/srt/adr Max costs : 235,0,0
1800.01/1800.30	c BDDraw/bin/mul/srt/adr: 129,0,0,0,0
1800.01/1800.30	c BDD nodes             : 29436
1800.01/1800.30	c Es1/CC detections     : 0,0
1800.01/1800.30	c SAT/UNSAT calls       : 0,0
1800.01/1800.30	c restarts              : 0
1800.01/1800.30	c conflicts             : 0              (0 /sec)
1800.01/1800.30	c decisions             : 0              (0 /sec)
1800.01/1800.30	c propagations          : 0              (0 /sec)
1800.01/1800.30	c inspects              : 0              (0 /sec)
1800.01/1800.30	c CPU time (solving tm) : 1799 s        (0 s)
1800.01/1800.30	c Time for Opt-base     : 0 s
1800.01/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-4082147-1465275586/watcher-4082147-1465275586 -o /tmp/evaluation-result-4082147-1465275586/solver-4082147-1465275586 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465266890-22981 --watchdog 1960 naps-1.02 HOME/instance-4082147-1465275586.opb 

pid=23911
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.29 2.31 2.24 3/178 23914
/proc/meminfo: memFree=30105968/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=6696 CPUtime=0 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 373 0 0 0 0 0 0 0 20 0 1 0 109491380 6856704 247 33554432000 4194304 5796924 140736573707104 140736028139240 4364388 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 1674 247 127 392 0 1273 0

[startup+0.100161 s]
/proc/loadavg: 2.29 2.31 2.24 3/178 23914
/proc/meminfo: memFree=30105968/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=10556 CPUtime=0.09 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 1345 0 0 0 9 0 0 0 20 0 1 0 109491380 10809344 1174 33554432000 4194304 5796924 140736573707104 140736028139240 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 2639 1174 127 392 0 2238 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10556

[startup+0.200301 s]
/proc/loadavg: 2.29 2.31 2.24 3/178 23914
/proc/meminfo: memFree=30105968/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=11112 CPUtime=0.19 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 1551 0 0 0 19 0 0 0 20 0 1 0 109491380 11378688 1359 33554432000 4194304 5796924 140736573707104 140736028139240 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 2778 1359 127 392 0 2377 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 11112

[startup+0.300263 s]
/proc/loadavg: 2.29 2.31 2.24 3/178 23914
/proc/meminfo: memFree=30105968/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=11700 CPUtime=0.29 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 1768 0 0 0 29 0 0 0 20 0 1 0 109491380 11980800 1555 33554432000 4194304 5796924 140736573707104 140736028139240 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 2925 1555 127 392 0 2524 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11700

[startup+0.70029 s]
/proc/loadavg: 2.29 2.31 2.24 3/178 23914
/proc/meminfo: memFree=30105968/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=16772 CPUtime=0.69 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 3210 0 0 0 69 0 0 0 20 0 1 0 109491380 17174528 2871 33554432000 4194304 5796924 140736573707104 140736028139240 4805613 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 4193 2871 140 392 0 3792 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16772

[startup+1.50028 s]
/proc/loadavg: 2.27 2.30 2.24 3/179 23915
/proc/meminfo: memFree=30080760/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=29512 CPUtime=1.49 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 6668 0 0 0 148 1 0 0 20 0 1 0 109491380 30220288 6206 33554432000 4194304 5796924 140736573707104 140736573704952 4583226 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 7378 6206 164 392 0 6977 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29512

[startup+3.1003 s]
/proc/loadavg: 2.27 2.30 2.24 3/179 23915
/proc/meminfo: memFree=30075736/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=33412 CPUtime=3.09 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 7406 0 0 0 308 1 0 0 20 0 1 0 109491380 34213888 7452 33554432000 4194304 5796924 140736573707104 140736573704376 4592017 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 8353 7452 164 392 0 7952 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33412

[startup+6.30028 s]
/proc/loadavg: 2.25 2.29 2.24 3/179 23915
/proc/meminfo: memFree=30062560/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=40644 CPUtime=6.29 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 8530 0 0 0 627 2 0 0 20 0 1 0 109491380 41619456 8936 33554432000 4194304 5796924 140736573707104 140736573704344 4569788 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 10161 8936 165 392 0 9760 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40644

[startup+12.7003 s]
/proc/loadavg: 2.23 2.29 2.24 3/179 23961
/proc/meminfo: memFree=30224152/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=48028 CPUtime=12.69 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 9661 0 0 0 1267 2 0 0 20 0 1 0 109491380 49180672 10626 33554432000 4194304 5796924 140736573707104 140736573704456 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 12007 10626 165 392 0 11606 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48028

[startup+25.5004 s]
/proc/loadavg: 2.32 2.31 2.25 3/180 23964
/proc/meminfo: memFree=30200992/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=52472 CPUtime=25.48 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 11791 0 0 0 2545 3 0 0 20 0 1 0 109491380 53731328 12541 33554432000 4194304 5796924 140736573707104 140736573704568 4606531 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 13118 12541 165 392 0 12717 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 52472

[startup+51.1004 s]
/proc/loadavg: 2.35 2.31 2.25 3/180 23964
/proc/meminfo: memFree=30129704/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=95848 CPUtime=51.08 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 12505 0 0 0 5104 4 0 0 20 0 1 0 109491380 98148352 22448 33554432000 4194304 5796924 140736573707104 140736573704344 4592071 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 23962 22448 165 392 0 23561 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 95848

[startup+102.3 s]
/proc/loadavg: 2.38 2.32 2.26 3/180 23988
/proc/meminfo: memFree=30072136/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=95848 CPUtime=102.28 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 14930 0 0 0 10221 7 0 0 20 0 1 0 109491380 98148352 23357 33554432000 4194304 5796924 140736573707104 140736573704568 4596172 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 23962 23357 165 392 0 23561 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 95848

[startup+162.3 s]
/proc/loadavg: 2.27 2.31 2.25 3/179 23989
/proc/meminfo: memFree=30009028/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=145168 CPUtime=162.26 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 17556 0 0 0 16215 11 0 0 20 0 1 0 109491380 148652032 33548 33554432000 4194304 5796924 140736573707104 140736573704392 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 36292 33548 165 392 0 35891 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 145168

[startup+222.308 s]
/proc/loadavg: 2.27 2.29 2.25 3/179 23990
/proc/meminfo: memFree=30047588/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=95848 CPUtime=222.26 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 19511 0 0 0 22210 16 0 0 20 0 1 0 109491380 98148352 23359 33554432000 4194304 5796924 140736573707104 140736573704568 4591871 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 23962 23359 165 392 0 23561 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 95848

[startup+282.3 s]
/proc/loadavg: 2.23 2.28 2.25 3/179 23991
/proc/meminfo: memFree=30056648/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=175988 CPUtime=282.24 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 21965 0 0 0 28204 20 0 0 20 0 1 0 109491380 180211712 37711 33554432000 4194304 5796924 140736573707104 140736573704744 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 43997 37711 165 392 0 43596 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 175988

[startup+342.3 s]
/proc/loadavg: 2.33 2.30 2.26 4/179 23993
/proc/meminfo: memFree=29984144/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=175988 CPUtime=342.23 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 23368 0 0 0 34200 23 0 0 20 0 1 0 109491380 180211712 42831 33554432000 4194304 5796924 140736573707104 140736573704744 4593939 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 43997 42831 165 392 0 43596 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 175988

[startup+402.3 s]
/proc/loadavg: 2.21 2.27 2.25 3/179 23994
/proc/meminfo: memFree=29956356/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=226076 CPUtime=402.22 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 25068 0 0 0 40195 27 0 0 20 0 1 0 109491380 231501824 46204 33554432000 4194304 5796924 140736573707104 140736573704744 4607198 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 56519 46204 165 392 0 56118 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 226076

[startup+462.3 s]
/proc/loadavg: 2.12 2.24 2.24 3/179 23995
/proc/meminfo: memFree=29948120/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=226076 CPUtime=462.21 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 26469 0 0 0 46191 30 0 0 20 0 1 0 109491380 231501824 47741 33554432000 4194304 5796924 140736573707104 140736573704744 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 56519 47741 165 392 0 56118 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 226076

[startup+522.3 s]
/proc/loadavg: 2.26 2.26 2.25 3/179 23996
/proc/meminfo: memFree=29960484/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=226076 CPUtime=522.2 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 27868 0 0 0 52186 34 0 0 20 0 1 0 109491380 231501824 45693 33554432000 4194304 5796924 140736573707104 140736573704744 4607599 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 56519 45693 165 392 0 56118 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 226076

[startup+582.3 s]
/proc/loadavg: 2.25 2.26 2.25 3/179 23997
/proc/meminfo: memFree=29988120/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=175988 CPUtime=582.2 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 29476 0 0 0 58182 38 0 0 20 0 1 0 109491380 180211712 41808 33554432000 4194304 5796924 140736573707104 140736573704744 4606768 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 43997 41808 165 392 0 43596 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 175988


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


[startup+942.3 s]
/proc/loadavg: 2.19 2.25 2.25 3/179 24008
/proc/meminfo: memFree=29894716/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=248052 CPUtime=942.14 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 37647 0 0 0 94157 57 0 0 20 0 1 0 109491380 254005248 56045 33554432000 4194304 5796924 140736573707104 140736573704744 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 62013 56045 165 392 0 61612 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 248052

[startup+1002.3 s]
/proc/loadavg: 2.15 2.23 2.25 3/179 24009
/proc/meminfo: memFree=29870416/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=197964 CPUtime=1002.13 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 39254 0 0 0 100153 60 0 0 20 0 1 0 109491380 202715136 38848 33554432000 4194304 5796924 140736573707104 140736573704744 4593920 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 49491 38848 165 392 0 49090 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 197964

[startup+1062.3 s]
/proc/loadavg: 2.19 2.23 2.24 3/179 24010
/proc/meminfo: memFree=29830244/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=329440 CPUtime=1062.12 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 40116 0 0 0 106150 62 0 0 20 0 1 0 109491380 337346560 64237 33554432000 4194304 5796924 140736573707104 140736573704744 4606771 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 82360 64237 165 392 0 81959 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 329440

[startup+1122.3 s]
/proc/loadavg: 2.30 2.26 2.25 3/179 24011
/proc/meminfo: memFree=29812024/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=248052 CPUtime=1122.11 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 41519 0 0 0 112146 65 0 0 20 0 1 0 109491380 254005248 46829 33554432000 4194304 5796924 140736573707104 140736573704744 4606771 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 62013 46829 165 392 0 61612 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 248052

[startup+1182.3 s]
/proc/loadavg: 2.41 2.30 2.27 3/179 24012
/proc/meminfo: memFree=29791128/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=329440 CPUtime=1182.1 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 42077 0 0 0 118143 67 0 0 20 0 1 0 109491380 337346560 69357 33554432000 4194304 5796924 140736573707104 140736573704744 4606708 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 82360 69357 165 392 0 81959 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 329440

[startup+1242.3 s]
/proc/loadavg: 2.34 2.30 2.27 4/180 24017
/proc/meminfo: memFree=29790652/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=248052 CPUtime=1242.09 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 43482 0 0 0 124139 70 0 0 20 0 1 0 109491380 254005248 49389 33554432000 4194304 5796924 140736573707104 140736573704744 4606704 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 62013 49389 165 392 0 61612 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 248052

[startup+1302.3 s]
/proc/loadavg: 2.34 2.31 2.27 3/179 24018
/proc/meminfo: memFree=29771372/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=329440 CPUtime=1302.08 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 44043 0 0 0 130136 72 0 0 20 0 1 0 109491380 337346560 72429 33554432000 4194304 5796924 140736573707104 140736573704744 4569041 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 82360 72429 165 392 0 81959 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 329440

[startup+1362.3 s]
/proc/loadavg: 2.20 2.28 2.26 3/179 24019
/proc/meminfo: memFree=29773928/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=248052 CPUtime=1362.08 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 45912 0 0 0 136130 78 0 0 20 0 1 0 109491380 254005248 49901 33554432000 4194304 5796924 140736573707104 140736573704744 4607194 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 62013 49901 165 392 0 61612 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 248052

[startup+1422.3 s]
/proc/loadavg: 2.38 2.31 2.28 3/179 24020
/proc/meminfo: memFree=29771848/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=329440 CPUtime=1422.08 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 46470 0 0 0 142129 79 0 0 20 0 1 0 109491380 337346560 72429 33554432000 4194304 5796924 140736573707104 140736573704744 4591691 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 82360 72429 165 392 0 81959 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 329440

[startup+1482.3 s]
/proc/loadavg: 2.33 2.31 2.27 3/179 24021
/proc/meminfo: memFree=29795576/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=197964 CPUtime=1482.06 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 48034 0 0 0 148122 84 0 0 20 0 1 0 109491380 202715136 46016 33554432000 4194304 5796924 140736573707104 140736573704744 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 49491 46016 165 392 0 49090 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 197964

[startup+1542.31 s]
/proc/loadavg: 2.20 2.28 2.27 3/179 24023
/proc/meminfo: memFree=29801820/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=329440 CPUtime=1542.05 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 48892 0 0 0 154119 86 0 0 20 0 1 0 109491380 337346560 69869 33554432000 4194304 5796924 140736573707104 140736573704744 4606708 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 82360 69869 165 392 0 81959 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 329440

[startup+1602.3 s]
/proc/loadavg: 2.34 2.30 2.27 3/179 24024
/proc/meminfo: memFree=29883028/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=117824 CPUtime=1602.04 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 49394 0 0 0 160114 90 0 0 20 0 1 0 109491380 120651776 28592 33554432000 4194304 5796924 140736573707104 140736573704568 4607258 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 29456 28592 165 392 0 29055 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 117824

[startup+1662.3 s]
/proc/loadavg: 2.22 2.28 2.27 3/179 24025
/proc/meminfo: memFree=29863132/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=329440 CPUtime=1662.03 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 51317 0 0 0 166110 93 0 0 20 0 1 0 109491380 337346560 64237 33554432000 4194304 5796924 140736573707104 140736573704744 4606624 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 82360 64237 165 392 0 81959 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 329440

[startup+1722.3 s]
/proc/loadavg: 2.33 2.30 2.27 3/179 24026
/proc/meminfo: memFree=29679356/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=461700 CPUtime=1722.02 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 51822 0 0 0 172107 95 0 0 20 0 1 0 109491380 472780800 85182 33554432000 4194304 5796924 140736573707104 140736573704744 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 115425 85182 165 392 0 115024 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 461700

[startup+1782.3 s]
/proc/loadavg: 2.20 2.27 2.26 3/179 24027
/proc/meminfo: memFree=29719104/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=248052 CPUtime=1782.01 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 53308 0 0 0 178103 98 0 0 20 0 1 0 109491380 254005248 55099 33554432000 4194304 5796924 140736573707104 140736573704744 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 62013 55099 165 392 0 61612 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 248052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.16 2.26 2.26 3/179 24027
/proc/meminfo: memFree=29896516/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=329440 CPUtime=1800.01 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 53834 0 0 0 179902 99 0 0 20 0 1 0 109491380 337346560 61755 33554432000 4194304 5796924 140736573707104 140736573704744 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 82360 61755 165 392 0 81959 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 329440

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

[startup+1800.3 s]
/proc/loadavg: 2.16 2.26 2.26 3/179 24027
/proc/meminfo: memFree=29896516/32872528 swapFree=15540/1663004
[pid=23914] ppid=23911 vsize=329440 CPUtime=1800.01 cores=1,3,5,7
/proc/23914/stat : 23914 (naps-1.02) R 23911 23914 22964 0 -1 4202496 53834 0 0 0 179902 99 0 0 20 0 1 0 109491380 337346560 61755 33554432000 4194304 5796924 140736573707104 140736573704744 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23914/statm: 82360 61755 165 392 0 81959 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 329440

Child status: 0
Real time (s): 1800.31
CPU time (s): 1800.02
CPU user time (s): 1799.03
CPU system time (s): 0.997848
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 461700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 0.997848
maximum resident set size= 365308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53846
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= 15
involuntary context switches= 1858

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.56131 second user time and 6.90195 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-07 06:59:46
IDJOB=4082147
IDBENCH=90158
IDSOLVER=2544
FILE ID=node134/4082147-1465275586
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_K131.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082147-1465275586/watcher-4082147-1465275586 -o /tmp/evaluation-result-4082147-1465275586/solver-4082147-1465275586 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465266890-22981 --watchdog 1960  naps-1.02 HOME/instance-4082147-1465275586.opb

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

MD5SUM BENCH= e9be7f2de41339e64a2918d1bf7ead92
RANDOM SEED=979793311

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:        30106960 kB
Buffers:           79264 kB
Cached:            90364 kB
SwapCached:         1900 kB
Active:           247444 kB
Inactive:         113812 kB
Active(anon):     191928 kB
Inactive(anon):     1904 kB
Active(file):      55516 kB
Inactive(file):   111908 kB
Unevictable:     1663004 kB
Mlocked:           15540 kB
SwapTotal:      67108856 kB
SwapFree:       67098500 kB
Dirty:              5060 kB
Writeback:             0 kB
AnonPages:       1864200 kB
Mapped:             8692 kB
Shmem:                 0 kB
Slab:             599428 kB
SReclaimable:      43352 kB
SUnreclaim:       556076 kB
KernelStack:        1440 kB
PageTables:         7664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2019632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1759232 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:29:47