Trace number 4082151

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS 1.02? (TO) 1800.1 1800.4

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K139.opb
MD5SUM76516381ba4bc043f2da87444e256707
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 variables16541
Total number of constraints16821
Number of constraints which are clauses16682
Number of constraints which are cardinality constraints (but not clauses)139
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint139
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 140
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.08/1800.40	c 
1800.08/1800.40	c *** TERMINATED *** by signal 15
1800.08/1800.40	s UNKNOWN
1800.08/1800.40	c _____________________________________________________________________________
1800.08/1800.40	c 
1800.08/1800.40	c std/band forms        : 137,0
1800.08/1800.40	c 2cl/3cl ITE-codings   : 15525,0
1800.08/1800.40	c BDD/srt/adr Max costs : 235,0,0
1800.08/1800.40	c BDDraw/bin/mul/srt/adr: 137,0,0,0,0
1800.08/1800.40	c BDD nodes             : 31324
1800.08/1800.40	c Es1/CC detections     : 0,0
1800.08/1800.40	c SAT/UNSAT calls       : 0,0
1800.08/1800.40	c restarts              : 0
1800.08/1800.40	c conflicts             : 0              (0 /sec)
1800.08/1800.40	c decisions             : 0              (0 /sec)
1800.08/1800.40	c propagations          : 0              (0 /sec)
1800.08/1800.40	c inspects              : 0              (0 /sec)
1800.08/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.08/1800.40	c Time for Opt-base     : 0 s
1800.08/1800.40	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4082151-1465275593/watcher-4082151-1465275593 -o /tmp/evaluation-result-4082151-1465275593/solver-4082151-1465275593 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465266890-22980 --watchdog 1960 naps-1.02 HOME/instance-4082151-1465275593.opb 

pid=23957
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.25 2.29 2.24 3/178 23960
/proc/meminfo: memFree=30264680/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=6700 CPUtime=0 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 373 0 0 0 0 0 0 0 20 0 1 0 109492045 6860800 247 33554432000 4194304 5796924 140735873229120 140734620601448 4623737 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 1675 248 127 392 0 1274 0

[startup+0.100206 s]
/proc/loadavg: 2.25 2.29 2.24 3/178 23960
/proc/meminfo: memFree=30264680/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=11268 CPUtime=0.09 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 1457 0 0 0 9 0 0 0 20 0 1 0 109492045 11538432 1289 33554432000 4194304 5796924 140735873229120 140734620601448 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 2817 1289 127 392 0 2416 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11268

[startup+0.200301 s]
/proc/loadavg: 2.25 2.29 2.24 3/178 23960
/proc/meminfo: memFree=30264680/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=11788 CPUtime=0.19 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 1635 0 0 0 19 0 0 0 20 0 1 0 109492045 12070912 1448 33554432000 4194304 5796924 140735873229120 140734620601448 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 2947 1448 127 392 0 2546 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 11788

[startup+0.300236 s]
/proc/loadavg: 2.25 2.29 2.24 3/178 23960
/proc/meminfo: memFree=30264680/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=12308 CPUtime=0.29 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 1848 0 0 0 29 0 0 0 20 0 1 0 109492045 12603392 1638 33554432000 4194304 5796924 140735873229120 140735873228344 5092622 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 3077 1638 127 392 0 2676 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12308

[startup+0.700221 s]
/proc/loadavg: 2.25 2.29 2.24 3/178 23960
/proc/meminfo: memFree=30264680/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=17544 CPUtime=0.69 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 3323 0 0 0 69 0 0 0 20 0 1 0 109492045 17965056 2974 33554432000 4194304 5796924 140735873229120 140735873228344 5077807 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 4386 2974 140 392 0 3985 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17544

[startup+1.50025 s]
/proc/loadavg: 2.25 2.29 2.24 3/179 23961
/proc/meminfo: memFree=30236964/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=30392 CPUtime=1.49 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 7380 0 0 0 148 1 0 0 20 0 1 0 109492045 31121408 6512 33554432000 4194304 5796924 140735873229120 140735873226168 4592148 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 7598 6512 165 392 0 7197 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30392

[startup+3.10024 s]
/proc/loadavg: 2.25 2.29 2.24 3/179 23961
/proc/meminfo: memFree=30232872/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=34412 CPUtime=3.09 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 8556 0 0 0 308 1 0 0 20 0 1 0 109492045 35237888 7684 33554432000 4194304 5796924 140735873229120 140735873226168 4593510 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 8603 7684 165 392 0 8202 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34412

[startup+6.30025 s]
/proc/loadavg: 2.23 2.29 2.24 3/179 23961
/proc/meminfo: memFree=30224152/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=41636 CPUtime=6.29 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 10078 0 0 0 627 2 0 0 20 0 1 0 109492045 42635264 8869 33554432000 4194304 5796924 140735873229120 140735873226360 4596172 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 10409 8869 166 392 0 10008 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41636

[startup+12.7003 s]
/proc/loadavg: 2.29 2.30 2.24 3/180 23964
/proc/meminfo: memFree=30197176/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=63060 CPUtime=12.69 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 11390 0 0 0 1267 2 0 0 20 0 1 0 109492045 64573440 13670 33554432000 4194304 5796924 140735873229120 140735873226408 4591861 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 15765 13670 166 392 0 15364 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63060

[startup+25.5003 s]
/proc/loadavg: 2.30 2.30 2.24 3/180 23964
/proc/meminfo: memFree=30176680/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=53608 CPUtime=25.49 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 11815 0 0 0 2546 3 0 0 20 0 1 0 109492045 54894592 12657 33554432000 4194304 5796924 140735873229120 140735873226584 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 13402 12657 166 392 0 13001 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53608

[startup+51.1003 s]
/proc/loadavg: 2.32 2.31 2.25 3/180 23964
/proc/meminfo: memFree=30125192/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=84068 CPUtime=51.08 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 12521 0 0 0 5105 3 0 0 20 0 1 0 109492045 86085632 20244 33554432000 4194304 5796924 140735873229120 140735873226584 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 21017 20244 166 392 0 20616 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 84068

[startup+102.3 s]
/proc/loadavg: 2.43 2.33 2.26 3/180 23988
/proc/meminfo: memFree=30073456/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=96900 CPUtime=102.28 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 14602 0 0 0 10221 7 0 0 20 0 1 0 109492045 99225600 23666 33554432000 4194304 5796924 140735873229120 140735873226584 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 24225 23666 166 392 0 23824 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 96900

[startup+162.3 s]
/proc/loadavg: 2.25 2.30 2.25 3/179 23989
/proc/meminfo: memFree=30061484/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=96900 CPUtime=162.26 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 16339 0 0 0 16216 10 0 0 20 0 1 0 109492045 99225600 23667 33554432000 4194304 5796924 140735873229120 140735873226584 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 24225 23667 166 392 0 23824 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 96900

[startup+222.307 s]
/proc/loadavg: 2.25 2.29 2.25 3/179 23990
/proc/meminfo: memFree=30005016/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=177040 CPUtime=222.26 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 18082 0 0 0 22213 13 0 0 20 0 1 0 109492045 181288960 42424 33554432000 4194304 5796924 140735873229120 140735873226760 4594180 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 44260 42424 166 392 0 43859 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 177040

[startup+282.3 s]
/proc/loadavg: 2.29 2.29 2.26 4/178 23991
/proc/meminfo: memFree=30004952/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=146220 CPUtime=282.24 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 19841 0 0 0 28206 18 0 0 20 0 1 0 109492045 149729280 33653 33554432000 4194304 5796924 140735873229120 140735873226408 4592040 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 36555 33653 166 392 0 36154 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 146220

[startup+342.3 s]
/proc/loadavg: 2.30 2.30 2.26 4/179 23993
/proc/meminfo: memFree=29962300/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=177040 CPUtime=342.23 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 21617 0 0 0 34202 21 0 0 20 0 1 0 109492045 181288960 39354 33554432000 4194304 5796924 140735873229120 140735873226760 4591861 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 44260 39354 166 392 0 43859 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 177040

[startup+402.3 s]
/proc/loadavg: 2.19 2.27 2.25 3/179 23994
/proc/meminfo: memFree=29935752/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=177040 CPUtime=402.22 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 22822 0 0 0 40198 24 0 0 20 0 1 0 109492045 181288960 42938 33554432000 4194304 5796924 140735873229120 140735873226760 4606799 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 44260 42938 166 392 0 43859 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 177040

[startup+462.3 s]
/proc/loadavg: 2.19 2.25 2.25 3/179 23995
/proc/meminfo: memFree=29927516/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=177040 CPUtime=462.22 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 24094 0 0 0 46194 28 0 0 20 0 1 0 109492045 181288960 43524 33554432000 4194304 5796924 140735873229120 140735873226760 4606771 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 44260 43524 166 392 0 43859 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 177040

[startup+522.3 s]
/proc/loadavg: 2.24 2.26 2.25 3/179 23996
/proc/meminfo: memFree=29937956/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=177040 CPUtime=522.2 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 25215 0 0 0 52190 30 0 0 20 0 1 0 109492045 181288960 42938 33554432000 4194304 5796924 140735873229120 140735873226760 4592632 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 44260 42938 166 392 0 43859 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 177040

[startup+582.3 s]
/proc/loadavg: 2.31 2.27 2.25 3/179 23997
/proc/meminfo: memFree=29963672/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=196504 CPUtime=582.19 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 27121 0 0 0 58186 33 0 0 20 0 1 0 109492045 201220096 39550 33554432000 4194304 5796924 140735873229120 140735873226760 4606768 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 49126 39550 166 392 0 48725 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 196504


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


[startup+882.307 s]
/proc/loadavg: 2.26 2.27 2.26 3/179 24006
/proc/meminfo: memFree=29778932/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=327980 CPUtime=882.15 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 33222 0 0 0 88168 47 0 0 20 0 1 0 109492045 335851520 62441 33554432000 4194304 5796924 140735873229120 140735873226760 4606755 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 81995 62441 166 392 0 81594 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 327980

[startup+942.3 s]
/proc/loadavg: 2.18 2.25 2.25 3/179 24008
/proc/meminfo: memFree=29873432/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=246592 CPUtime=942.14 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 34421 0 0 0 94164 50 0 0 20 0 1 0 109492045 252510208 49129 33554432000 4194304 5796924 140735873229120 140735873226760 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 61648 49129 166 392 0 61247 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 246592

[startup+1002.3 s]
/proc/loadavg: 2.21 2.24 2.25 4/179 24009
/proc/meminfo: memFree=29847888/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=327980 CPUtime=1002.13 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 34976 0 0 0 100162 51 0 0 20 0 1 0 109492045 335851520 70633 33554432000 4194304 5796924 140735873229120 140735873226760 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 81995 70633 166 392 0 81594 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 327980

[startup+1062.3 s]
/proc/loadavg: 2.17 2.23 2.24 4/179 24010
/proc/meminfo: memFree=29809764/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=246592 CPUtime=1062.12 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 36176 0 0 0 106158 54 0 0 20 0 1 0 109492045 252510208 56297 33554432000 4194304 5796924 140735873229120 140735873226760 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 61648 56297 166 392 0 61247 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 246592

[startup+1122.3 s]
/proc/loadavg: 2.28 2.26 2.25 3/179 24011
/proc/meminfo: memFree=29819256/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=116364 CPUtime=1122.11 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 36731 0 0 0 112155 56 0 0 20 0 1 0 109492045 119156736 28025 33554432000 4194304 5796924 140735873229120 140735873226584 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 29091 28025 166 392 0 28690 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 116364

[startup+1182.3 s]
/proc/loadavg: 2.45 2.31 2.27 4/179 24012
/proc/meminfo: memFree=29772696/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=246592 CPUtime=1182.11 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 38039 0 0 0 118152 59 0 0 20 0 1 0 109492045 252510208 60500 33554432000 4194304 5796924 140735873229120 140735873226760 4606718 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 61648 60500 166 392 0 61247 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 246592

[startup+1242.3 s]
/proc/loadavg: 2.31 2.30 2.27 3/180 24017
/proc/meminfo: memFree=29770172/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=327980 CPUtime=1242.1 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 38482 0 0 0 124150 60 0 0 20 0 1 0 109492045 335851520 80361 33554432000 4194304 5796924 140735873229120 140735873226760 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 81995 80361 166 392 0 81594 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 327980

[startup+1302.3 s]
/proc/loadavg: 2.31 2.30 2.27 3/179 24018
/proc/meminfo: memFree=29750956/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=327980 CPUtime=1302.08 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 40202 0 0 0 130145 63 0 0 20 0 1 0 109492045 335851520 62953 33554432000 4194304 5796924 140735873229120 140735873226760 4592148 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 81995 62953 166 392 0 81594 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 327980

[startup+1362.3 s]
/proc/loadavg: 2.27 2.29 2.27 4/179 24019
/proc/meminfo: memFree=29752952/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=460240 CPUtime=1362.05 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 40744 0 0 0 136139 66 0 0 20 0 1 0 109492045 471285760 84410 33554432000 4194304 5796924 140735873229120 140735873226760 4606768 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 115060 84410 166 392 0 114659 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 460240

[startup+1422.3 s]
/proc/loadavg: 2.35 2.31 2.27 4/179 24020
/proc/meminfo: memFree=29753232/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=327980 CPUtime=1422.05 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 42484 0 0 0 142134 71 0 0 20 0 1 0 109492045 335851520 61954 33554432000 4194304 5796924 140735873229120 140735873226760 4606514 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 81995 61954 166 392 0 81594 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 327980

[startup+1482.3 s]
/proc/loadavg: 2.30 2.31 2.27 3/179 24021
/proc/meminfo: memFree=29773548/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=460240 CPUtime=1482.04 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 42989 0 0 0 148130 74 0 0 20 0 1 0 109492045 471285760 82387 33554432000 4194304 5796924 140735873229120 140735873226760 4593716 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 115060 82387 166 392 0 114659 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 460240

[startup+1542.31 s]
/proc/loadavg: 2.26 2.29 2.27 4/179 24023
/proc/meminfo: memFree=29783388/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=249280 CPUtime=1542.03 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 44830 0 0 0 154125 78 0 0 20 0 1 0 109492045 255262720 56964 33554432000 4194304 5796924 140735873229120 140735873226760 4606708 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 62320 56964 166 392 0 61919 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 249280

[startup+1602.3 s]
/proc/loadavg: 2.31 2.30 2.27 3/179 24024
/proc/meminfo: memFree=29828292/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=330668 CPUtime=1602.02 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 45386 0 0 0 160122 80 0 0 20 0 1 0 109492045 338604032 78468 33554432000 4194304 5796924 140735873229120 140735873226760 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 82667 78468 166 392 0 82266 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 330668

[startup+1662.3 s]
/proc/loadavg: 2.28 2.29 2.27 3/179 24025
/proc/meminfo: memFree=29840604/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=203236 CPUtime=1662.01 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 47246 0 0 0 166117 84 0 0 20 0 1 0 109492045 208113664 48458 33554432000 4194304 5796924 140735873229120 140735873226760 4569014 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 50809 48458 166 392 0 50408 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 203236

[startup+1722.3 s]
/proc/loadavg: 2.30 2.29 2.27 4/179 24026
/proc/meminfo: memFree=29660924/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=334712 CPUtime=1722 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 48104 0 0 0 172114 86 0 0 20 0 1 0 109492045 342745088 72311 33554432000 4194304 5796924 140735873229120 140735873226760 4607232 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 83678 72311 166 392 0 83277 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 334712

[startup+1782.3 s]
/proc/loadavg: 2.18 2.27 2.26 3/179 24027
/proc/meminfo: memFree=29700672/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=466972 CPUtime=1781.99 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 48606 0 0 0 178110 89 0 0 20 0 1 0 109492045 478179328 91720 33554432000 4194304 5796924 140735873229120 140735873226760 4591895 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 116743 91720 166 392 0 116342 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 466972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.13 2.25 2.26 3/179 24073
/proc/meminfo: memFree=30091920/32872528 swapFree=15540/1663004
[pid=23960] ppid=23957 vsize=204148 CPUtime=1800.08 cores=0,2,4,6
/proc/23960/stat : 23960 (naps-1.02) R 23957 23960 22964 0 -1 4202496 49467 0 0 0 179917 91 0 0 20 0 1 0 109492045 209047552 42820 33554432000 4194304 5796924 140735873229120 140735873226408 4609047 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 51037 42820 166 392 0 50636 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 204148

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

Child status: 0
Real time (s): 1800.4
CPU time (s): 1800.1
CPU user time (s): 1799.18
CPU system time (s): 0.922859
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 467884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.18
system time used= 0.922859
maximum resident set size= 379172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49479
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= 54
involuntary context switches= 1978

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.34434 second user time and 7.11492 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 76516381ba4bc043f2da87444e256707
RANDOM SEED=1681100314

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:        30265208 kB
Buffers:           79320 kB
Cached:            91028 kB
SwapCached:         1900 kB
Active:            95016 kB
Inactive:         113752 kB
Active(anon):      38484 kB
Inactive(anon):     1904 kB
Active(file):      56532 kB
Inactive(file):   111848 kB
Unevictable:     1663004 kB
Mlocked:           15540 kB
SwapTotal:      67108856 kB
SwapFree:       67098500 kB
Dirty:             10224 kB
Writeback:             0 kB
AnonPages:       1818900 kB
Mapped:             9104 kB
Shmem:                 0 kB
Slab:             599868 kB
SReclaimable:      43520 kB
SUnreclaim:       556348 kB
KernelStack:        1488 kB
PageTables:         7136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1821796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1775616 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:53