Trace number 4082146

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K129.opb
MD5SUM1a22ba01765c232fe0c8623cfb5d750f
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 variables15351
Total number of constraints15611
Number of constraints which are clauses15482
Number of constraints which are cardinality constraints (but not clauses)129
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint129
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 130
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        : 127,0
1800.08/1800.40	c 2cl/3cl ITE-codings   : 14355,0
1800.08/1800.40	c BDD/srt/adr Max costs : 235,0,0
1800.08/1800.40	c BDDraw/bin/mul/srt/adr: 127,0,0,0,0
1800.08/1800.40	c BDD nodes             : 28964
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-4082146-1465275757/watcher-4082146-1465275757 -o /tmp/evaluation-result-4082146-1465275757/solver-4082146-1465275757 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465273956-6603 --watchdog 1960 naps-1.02 HOME/instance-4082146-1465275757.opb 

pid=6778
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.02 2.05 2.00 3/172 6781
/proc/meminfo: memFree=31391872/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=6684 CPUtime=0 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 352 0 0 0 0 0 0 0 20 0 1 0 109507456 6844416 226 33554432000 4194304 5796924 140736507743584 140737399288232 5092431 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/6781/statm: 1671 226 127 392 0 1270 0

[startup+0.100113 s]
/proc/loadavg: 2.02 2.05 2.00 3/172 6781
/proc/meminfo: memFree=31391872/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=10536 CPUtime=0.09 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 1316 0 0 0 9 0 0 0 20 0 1 0 109507456 10788864 1148 33554432000 4194304 5796924 140736507743584 140737399288232 5183584 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/6781/statm: 2634 1148 127 392 0 2233 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10536

[startup+0.200246 s]
/proc/loadavg: 2.02 2.05 2.00 3/172 6781
/proc/meminfo: memFree=31391872/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=11008 CPUtime=0.19 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 1505 0 0 0 19 0 0 0 20 0 1 0 109507456 11272192 1318 33554432000 4194304 5796924 140736507743584 140736507742744 4806841 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/6781/statm: 2752 1318 127 392 0 2351 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 11008

[startup+0.300214 s]
/proc/loadavg: 2.02 2.05 2.00 3/172 6781
/proc/meminfo: memFree=31391872/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=11544 CPUtime=0.29 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 1703 0 0 0 29 0 0 0 20 0 1 0 109507456 11821056 1500 33554432000 4194304 5796924 140736507743584 140736507742744 4332339 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/6781/statm: 2886 1500 127 392 0 2485 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11544

[startup+0.700183 s]
/proc/loadavg: 2.02 2.05 2.00 3/172 6781
/proc/meminfo: memFree=31391872/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=16684 CPUtime=0.69 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 3155 0 0 0 69 0 0 0 20 0 1 0 109507456 17084416 2826 33554432000 4194304 5796924 140736507743584 140736507742744 5092509 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/6781/statm: 4171 2826 140 392 0 3770 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16684

[startup+1.5002 s]
/proc/loadavg: 2.02 2.05 2.00 3/177 6793
/proc/meminfo: memFree=31350572/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=29416 CPUtime=1.49 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 7198 0 0 0 149 0 0 0 20 0 1 0 109507456 30121984 6136 33554432000 4194304 5796924 140736507743584 140736507740632 4606516 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/6781/statm: 7354 6136 165 392 0 6953 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29416

[startup+3.10023 s]
/proc/loadavg: 2.02 2.05 2.00 3/177 6793
/proc/meminfo: memFree=31327508/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=33188 CPUtime=3.09 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 8243 0 0 0 308 1 0 0 20 0 1 0 109507456 33984512 7175 33554432000 4194304 5796924 140736507743584 140736507740568 4606847 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/6781/statm: 8297 7175 165 392 0 7896 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33188

[startup+6.30025 s]
/proc/loadavg: 2.02 2.05 2.00 3/177 6793
/proc/meminfo: memFree=31314516/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=40516 CPUtime=6.29 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 9819 0 0 0 627 2 0 0 20 0 1 0 109507456 41488384 8596 33554432000 4194304 5796924 140736507743584 140736507740824 4606768 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/6781/statm: 10129 8596 166 392 0 9728 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40516

[startup+12.7003 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 6793
/proc/meminfo: memFree=31299164/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=47916 CPUtime=12.68 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 10913 0 0 0 1266 2 0 0 20 0 1 0 109507456 49065984 10181 33554432000 4194304 5796924 140736507743584 140736507740936 4606480 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/6781/statm: 11979 10181 166 392 0 11578 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 47916

[startup+25.5004 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 6793
/proc/meminfo: memFree=31279116/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=52392 CPUtime=25.48 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 13140 0 0 0 2544 4 0 0 20 0 1 0 109507456 53649408 12377 33554432000 4194304 5796924 140736507743584 140736507741048 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 13098 12377 166 392 0 12697 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 52392

[startup+51.1004 s]
/proc/loadavg: 2.07 2.05 2.00 3/177 6793
/proc/meminfo: memFree=31224984/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=95628 CPUtime=51.07 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 14212 0 0 0 5102 5 0 0 20 0 1 0 109507456 97923072 22520 33554432000 4194304 5796924 140736507743584 140736507740824 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 23907 22520 166 392 0 23506 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 95628

[startup+102.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 6794
/proc/meminfo: memFree=31183536/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=144948 CPUtime=102.27 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 15410 0 0 0 10219 8 0 0 20 0 1 0 109507456 148426752 30941 33554432000 4194304 5796924 140736507743584 140736507740872 4592593 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 36237 30941 166 392 0 35836 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 144948

[startup+162.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/177 6795
/proc/meminfo: memFree=31147220/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=144948 CPUtime=162.25 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 16846 0 0 0 16213 12 0 0 20 0 1 0 109507456 148426752 35038 33554432000 4194304 5796924 140736507743584 140736507740872 4607209 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 36237 35038 166 392 0 35836 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 144948

[startup+222.307 s]
/proc/loadavg: 2.05 2.05 2.00 3/177 6797
/proc/meminfo: memFree=31093560/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=144948 CPUtime=222.25 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 18703 0 0 0 22209 16 0 0 20 0 1 0 109507456 148426752 31454 33554432000 4194304 5796924 140736507743584 140736507740872 4592981 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 36237 31454 166 392 0 35836 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 144948

[startup+282.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/177 6798
/proc/meminfo: memFree=31093808/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=175768 CPUtime=282.23 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 20845 0 0 0 28204 19 0 0 20 0 1 0 109507456 179986432 41249 33554432000 4194304 5796924 140736507743584 140736507741224 4591861 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 43942 41249 166 392 0 43541 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 175768

[startup+342.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 6799
/proc/meminfo: memFree=31049044/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=225856 CPUtime=342.22 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 23223 0 0 0 34199 23 0 0 20 0 1 0 109507456 231276544 46671 33554432000 4194304 5796924 140736507743584 140736507741224 4606779 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 56464 46671 166 392 0 56063 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 225856

[startup+402.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 6800
/proc/meminfo: memFree=31030468/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=225856 CPUtime=402.21 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 24776 0 0 0 40194 27 0 0 20 0 1 0 109507456 231276544 50767 33554432000 4194304 5796924 140736507743584 140736507741224 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 56464 50767 166 392 0 56063 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 225856

[startup+462.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/178 6804
/proc/meminfo: memFree=31014636/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=225856 CPUtime=462.2 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 26333 0 0 0 46190 30 0 0 20 0 1 0 109507456 231276544 53839 33554432000 4194304 5796924 140736507743584 140736507741224 4594672 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 56464 53839 166 392 0 56063 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 225856

[startup+522.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/178 6806
/proc/meminfo: memFree=31025656/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=225856 CPUtime=522.2 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 27893 0 0 0 52186 34 0 0 20 0 1 0 109507456 231276544 53839 33554432000 4194304 5796924 140736507743584 140736507741224 4592059 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 56464 53839 166 392 0 56063 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 225856

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 6807
/proc/meminfo: memFree=30943680/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=225856 CPUtime=582.18 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 29971 0 0 0 58181 37 0 0 20 0 1 0 109507456 231276544 52303 33554432000 4194304 5796924 140736507743584 140736507741224 4592148 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 56464 52303 166 392 0 56063 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 225856


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


[startup+882.307 s]
/proc/loadavg: 2.09 2.05 2.00 3/177 6813
/proc/meminfo: memFree=31002436/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=246176 CPUtime=882.14 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 38683 0 0 0 88160 54 0 0 20 0 1 0 109507456 252084224 46543 33554432000 4194304 5796924 140736507743584 140736507741224 4591877 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 61544 46543 166 392 0 61143 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 246176

[startup+942.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 6814
/proc/meminfo: memFree=30831032/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=327564 CPUtime=942.13 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 39240 0 0 0 94157 56 0 0 20 0 1 0 109507456 335425536 69583 33554432000 4194304 5796924 140736507743584 140736507741224 4606768 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 81891 69583 166 392 0 81490 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 327564

[startup+1002.3 s]
/proc/loadavg: 2.01 2.03 2.00 4/177 6815
/proc/meminfo: memFree=30933968/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=246176 CPUtime=1002.12 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 40805 0 0 0 100152 60 0 0 20 0 1 0 109507456 252084224 57807 33554432000 4194304 5796924 140736507743584 140736507741224 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 61544 57807 166 392 0 61143 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 246176

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 6819
/proc/meminfo: memFree=30918300/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=196088 CPUtime=1062.09 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 42082 0 0 0 106147 62 0 0 20 0 1 0 109507456 200794112 42146 33554432000 4194304 5796924 140736507743584 140736507741224 4606514 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 49022 42146 166 392 0 48621 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 196088

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 6821
/proc/meminfo: memFree=30883480/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=327564 CPUtime=1122.08 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 43457 0 0 0 112144 64 0 0 20 0 1 0 109507456 335425536 67023 33554432000 4194304 5796924 140736507743584 140736507741224 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 81891 67023 166 392 0 81490 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 327564

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 6822
/proc/meminfo: memFree=30882952/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=246176 CPUtime=1182.08 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 45019 0 0 0 118140 68 0 0 20 0 1 0 109507456 252084224 50639 33554432000 4194304 5796924 140736507743584 140736507741224 4606771 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 61544 50639 166 392 0 61143 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 246176

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 6823
/proc/meminfo: memFree=30854552/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=327564 CPUtime=1242.06 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 45576 0 0 0 124137 69 0 0 20 0 1 0 109507456 335425536 73679 33554432000 4194304 5796924 140736507743584 140736507741224 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 81891 73679 166 392 0 81490 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 327564

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 6824
/proc/meminfo: memFree=30856220/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=246176 CPUtime=1302.06 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 47138 0 0 0 130133 73 0 0 20 0 1 0 109507456 252084224 54735 33554432000 4194304 5796924 140736507743584 140736507741224 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 61544 54735 166 392 0 61143 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 246176

[startup+1362.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 6825
/proc/meminfo: memFree=30845164/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=327564 CPUtime=1362.04 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 47692 0 0 0 136130 74 0 0 20 0 1 0 109507456 335425536 76751 33554432000 4194304 5796924 140736507743584 140736507741224 4606779 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 81891 76751 166 392 0 81490 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 327564

[startup+1422.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 6827
/proc/meminfo: memFree=30851308/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=246176 CPUtime=1422.05 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 49718 0 0 0 142125 80 0 0 20 0 1 0 109507456 252084224 56783 33554432000 4194304 5796924 140736507743584 140736507741224 4607174 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 61544 56783 166 392 0 61143 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 246176

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 6828
/proc/meminfo: memFree=30860784/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=327564 CPUtime=1482.03 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 50274 0 0 0 148122 81 0 0 20 0 1 0 109507456 335425536 79311 33554432000 4194304 5796924 140736507743584 140736507741224 4607232 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 81891 79311 166 392 0 81490 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 327564

[startup+1542.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/176 6829
/proc/meminfo: memFree=30880932/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=246176 CPUtime=1542.03 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 52302 0 0 0 154116 87 0 0 20 0 1 0 109507456 252084224 54735 33554432000 4194304 5796924 140736507743584 140736507741224 4607212 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 61544 54735 166 392 0 61143 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 246176

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 6831
/proc/meminfo: memFree=30717896/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=327564 CPUtime=1602.01 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 52864 0 0 0 160112 89 0 0 20 0 1 0 109507456 335425536 78799 33554432000 4194304 5796924 140736507743584 140736507741224 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 81891 78799 166 392 0 81490 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 327564

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6835
/proc/meminfo: memFree=30926976/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=246176 CPUtime=1662 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 54892 0 0 0 166106 94 0 0 20 0 1 0 109507456 252084224 50639 33554432000 4194304 5796924 140736507743584 140736507741224 4592620 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 61544 50639 166 392 0 61143 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 246176

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6837
/proc/meminfo: memFree=30760096/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=327564 CPUtime=1721.99 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 55452 0 0 0 172104 95 0 0 20 0 1 0 109507456 335425536 74703 33554432000 4194304 5796924 140736507743584 140736507741224 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 81891 74703 166 392 0 81490 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 327564

[startup+1782.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 6838
/proc/meminfo: memFree=31018420/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=196424 CPUtime=1781.98 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 56854 0 0 0 178097 101 0 0 20 0 1 0 109507456 201138176 42851 33554432000 4194304 5796924 140736507743584 140736507741224 4607232 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 49106 42851 166 392 0 48705 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 196424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.01 2.00 4/177 6838
/proc/meminfo: memFree=30956564/32872528 swapFree=11252/530428
[pid=6781] ppid=6778 vsize=246512 CPUtime=1800.08 cores=0,2,4,6
/proc/6781/stat : 6781 (naps-1.02) R 6778 6781 6587 0 -1 4202496 57683 0 0 0 179906 102 0 0 20 0 1 0 109507456 252428288 51344 33554432000 4194304 5796924 140736507743584 140736507741224 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6781/statm: 61628 51344 166 392 0 61227 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 246512

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 6781 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.09
CPU user time (s): 1799.07
CPU system time (s): 1.02684
CPU usage (%): 99.9826
Max. virtual memory (cumulated for all children) (KiB): 460160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.02684
maximum resident set size= 360068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57695
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= 46
involuntary context switches= 1973

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.42933 second user time and 7.03193 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-07 07:02:37
IDJOB=4082146
IDBENCH=90161
IDSOLVER=2544
FILE ID=node141/4082146-1465275757
RUNJOBID= node141-1465273956-6603
PBS_JOBID= 19843303
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= 1a22ba01765c232fe0c8623cfb5d750f
RANDOM SEED=307795110

node141.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.876
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	: 5333.75
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.876
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.876
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.876
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.55
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.876
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.876
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.876
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.876
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:        31395888 kB
Buffers:           84760 kB
Cached:           127728 kB
SwapCached:         1740 kB
Active:            59484 kB
Inactive:         155796 kB
Active(anon):       2700 kB
Inactive(anon):     2464 kB
Active(file):      56784 kB
Inactive(file):   153332 kB
Unevictable:      530428 kB
Mlocked:           11252 kB
SwapTotal:      67108856 kB
SwapFree:       67098208 kB
Dirty:              5060 kB
Writeback:             0 kB
AnonPages:        625144 kB
Mapped:             6848 kB
Shmem:                 0 kB
Slab:             598752 kB
SReclaimable:      42620 kB
SUnreclaim:       556132 kB
KernelStack:        1472 kB
PageTables:         4912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     628220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    612352 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= 71736 MiB
End job on node141 at 2016-06-07 07:32:37