Trace number 4082116

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.3

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-20.opb
MD5SUM63ab8977587973d616491fbff2cc242b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1021.87
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9342
Total number of constraints199352
Number of constraints which are clauses178530
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints20102
Minimum length of a constraint2
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b.
1800.00/1800.30	c 
1800.00/1800.30	c *** TERMINATED *** by signal 15
1800.00/1800.30	s UNKNOWN
1800.00/1800.30	c _____________________________________________________________________________
1800.00/1800.30	c 
1800.00/1800.30	c std/band forms        : 20820,2
1800.00/1800.30	c 2cl/3cl ITE-codings   : 23042,34
1800.00/1800.30	c BDD/srt/adr Max costs : 27,0,0
1800.00/1800.30	c BDDraw/bin/mul/srt/adr: 20822,0,0,0,0
1800.00/1800.30	c BDD nodes             : 127986
1800.00/1800.30	c Es1/CC detections     : 0,0
1800.00/1800.30	c SAT/UNSAT calls       : 0,0
1800.00/1800.30	c restarts              : 0
1800.00/1800.30	c conflicts             : 0              (0 /sec)
1800.00/1800.30	c decisions             : 0              (0 /sec)
1800.00/1800.30	c propagations          : 0              (0 /sec)
1800.00/1800.30	c inspects              : 0              (0 /sec)
1800.00/1800.30	c CPU time (solving tm) : 1800 s        (0 s)
1800.00/1800.30	c Time for Opt-base     : 0 s
1800.00/1800.30	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4082116-1465262149/watcher-4082116-1465262149 -o /tmp/evaluation-result-4082116-1465262149/solver-4082116-1465262149 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465244211-28759 --watchdog 1960 naps-1.02 HOME/instance-4082116-1465262149.opb 

pid=1314
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.00 2.05 2.07 3/177 1317
/proc/meminfo: memFree=28974980/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=6420 CPUtime=0 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 297 0 0 0 0 0 0 0 20 0 1 0 108147497 6574080 170 33554432000 4194304 5796924 140733860456320 140735113637352 5096709 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 1605 171 127 392 0 1204 0

[startup+0.100158 s]
/proc/loadavg: 2.00 2.05 2.07 3/177 1317
/proc/meminfo: memFree=28974980/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=7620 CPUtime=0.09 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 642 0 0 0 9 0 0 0 20 0 1 0 108147497 7802880 505 33554432000 4194304 5796924 140733860456320 140735113637352 4261418 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 1905 505 127 392 0 1504 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7620

[startup+0.200279 s]
/proc/loadavg: 2.00 2.05 2.07 3/177 1317
/proc/meminfo: memFree=28974980/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=8664 CPUtime=0.19 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 955 0 0 0 19 0 0 0 20 0 1 0 108147497 8871936 805 33554432000 4194304 5796924 140733860456320 140735113637352 4623737 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 2166 805 127 392 0 1765 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8664

[startup+0.300264 s]
/proc/loadavg: 2.00 2.05 2.07 3/177 1317
/proc/meminfo: memFree=28974980/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=9660 CPUtime=0.29 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 1287 0 0 0 29 0 0 0 20 0 1 0 108147497 9891840 1121 33554432000 4194304 5796924 140733860456320 140735113637352 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 2415 1121 127 392 0 2014 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9660

[startup+0.700232 s]
/proc/loadavg: 2.00 2.05 2.07 3/177 1317
/proc/meminfo: memFree=28974980/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=14156 CPUtime=0.69 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 2608 0 0 0 69 0 0 0 20 0 1 0 108147497 14495744 2380 33554432000 4194304 5796924 140733860456320 140735113637352 4404063 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 3539 2381 127 392 0 3138 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14156

[startup+1.50023 s]
/proc/loadavg: 2.00 2.05 2.07 4/178 1318
/proc/meminfo: memFree=28959184/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=23200 CPUtime=1.49 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 5154 0 0 0 149 0 0 0 20 0 1 0 108147497 23756800 5236 33554432000 4194304 5796924 140733860456320 140733860455544 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 5800 5236 127 392 0 5399 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23200

[startup+3.10025 s]
/proc/loadavg: 2.00 2.05 2.07 3/178 1318
/proc/meminfo: memFree=28946288/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=44528 CPUtime=3.09 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 10376 0 0 0 307 2 0 0 20 0 1 0 108147497 45596672 10036 33554432000 4194304 5796924 140733860456320 140733860455544 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 11132 10036 127 392 0 10731 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44528

[startup+6.3003 s]
/proc/loadavg: 2.00 2.05 2.07 3/178 1318
/proc/meminfo: memFree=28906940/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=83428 CPUtime=6.28 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 18204 0 0 0 625 3 0 0 20 0 1 0 108147497 85430272 18784 33554432000 4194304 5796924 140733860456320 140733860454168 4577321 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 20857 18784 164 392 0 20456 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 83428

[startup+12.7003 s]
/proc/loadavg: 2.08 2.06 2.08 4/178 1318
/proc/meminfo: memFree=28887728/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=90608 CPUtime=12.69 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 19142 0 0 0 1265 4 0 0 20 0 1 0 108147497 92782592 21009 33554432000 4194304 5796924 140733860456320 140733860453560 4583138 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 22652 21009 165 392 0 22251 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 90608

[startup+25.5004 s]
/proc/loadavg: 2.14 2.08 2.08 3/178 1318
/proc/meminfo: memFree=28879544/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=90608 CPUtime=25.49 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 19618 0 0 0 2544 5 0 0 20 0 1 0 108147497 92782592 21547 33554432000 4194304 5796924 140733860456320 140733860453784 4606433 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 22652 21547 165 392 0 22251 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 90608

[startup+51.1004 s]
/proc/loadavg: 2.09 2.07 2.08 3/178 1318
/proc/meminfo: memFree=28857996/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=112360 CPUtime=51.08 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 19801 0 0 0 5103 5 0 0 20 0 1 0 108147497 115056640 25818 33554432000 4194304 5796924 140733860456320 140733860453560 4607258 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 28090 25818 165 392 0 27689 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 112360

[startup+102.3 s]
/proc/loadavg: 2.04 2.06 2.07 4/178 1321
/proc/meminfo: memFree=28801680/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=149736 CPUtime=102.28 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 21228 0 0 0 10223 5 0 0 20 0 1 0 108147497 153329664 36298 33554432000 4194304 5796924 140733860456320 140733860453384 4606518 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 37434 36298 165 392 0 37033 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 149736

[startup+162.3 s]
/proc/loadavg: 2.05 2.06 2.07 3/178 1322
/proc/meminfo: memFree=28849752/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=149736 CPUtime=162.25 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 21249 0 0 0 16220 5 0 0 20 0 1 0 108147497 153329664 36389 33554432000 4194304 5796924 140733860456320 140733860453384 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 37434 36389 165 392 0 37033 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 149736

[startup+222.307 s]
/proc/loadavg: 2.06 2.06 2.07 3/178 1323
/proc/meminfo: memFree=28826652/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=149736 CPUtime=222.25 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 21251 0 0 0 22220 5 0 0 20 0 1 0 108147497 153329664 36506 33554432000 4194304 5796924 140733860456320 140733860453384 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 37434 36506 165 392 0 37033 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 149736

[startup+282.3 s]
/proc/loadavg: 2.10 2.06 2.07 4/179 1327
/proc/meminfo: memFree=28800824/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=149736 CPUtime=282.23 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 21251 0 0 0 28218 5 0 0 20 0 1 0 108147497 153329664 36506 33554432000 4194304 5796924 140733860456320 140733860453384 4606802 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 37434 36506 165 392 0 37033 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 149736

[startup+342.3 s]
/proc/loadavg: 2.04 2.05 2.06 3/178 1328
/proc/meminfo: memFree=28811624/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=200236 CPUtime=342.22 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 21632 0 0 0 34216 6 0 0 20 0 1 0 108147497 205041664 48126 33554432000 4194304 5796924 140733860456320 140733860453608 4606768 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 50059 48126 165 392 0 49658 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 200236

[startup+402.3 s]
/proc/loadavg: 2.06 2.05 2.06 3/178 1379
/proc/meminfo: memFree=31085384/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=150916 CPUtime=402.22 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 21855 0 0 0 40215 7 0 0 20 0 1 0 108147497 154537984 36801 33554432000 4194304 5796924 140733860456320 140733860453784 4607258 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 37729 36801 165 392 0 37328 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 150916

[startup+462.3 s]
/proc/loadavg: 2.02 2.04 2.06 4/178 1380
/proc/meminfo: memFree=31049740/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=150916 CPUtime=462.2 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 21939 0 0 0 46213 7 0 0 20 0 1 0 108147497 154537984 36801 33554432000 4194304 5796924 140733860456320 140733860453784 4607599 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 37729 36801 165 392 0 37328 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 150916

[startup+522.3 s]
/proc/loadavg: 2.05 2.05 2.06 3/178 1381
/proc/meminfo: memFree=30976436/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=200236 CPUtime=522.19 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 22423 0 0 0 52211 8 0 0 20 0 1 0 108147497 205041664 49026 33554432000 4194304 5796924 140733860456320 140733860453608 4607212 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 50059 49026 165 392 0 49658 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 200236

[startup+582.3 s]
/proc/loadavg: 2.15 2.07 2.06 3/178 1382
/proc/meminfo: memFree=30935128/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=200236 CPUtime=582.19 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 22702 0 0 0 58209 10 0 0 20 0 1 0 108147497 205041664 48638 33554432000 4194304 5796924 140733860456320 140733860453608 4606768 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 50059 48638 165 392 0 49658 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 200236


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


[startup+942.3 s]
/proc/loadavg: 2.06 2.07 2.06 3/178 1447
/proc/meminfo: memFree=30299260/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=231056 CPUtime=942.13 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 26030 0 0 0 94196 17 0 0 20 0 1 0 108147497 236601344 51265 33554432000 4194304 5796924 140733860456320 140733860453960 4607232 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 57764 51265 165 392 0 57363 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 231056

[startup+1002.3 s]
/proc/loadavg: 2.13 2.09 2.06 4/178 1449
/proc/meminfo: memFree=30296464/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=200236 CPUtime=1002.12 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 26115 0 0 0 100194 18 0 0 20 0 1 0 108147497 205041664 47614 33554432000 4194304 5796924 140733860456320 140733860453608 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 50059 47614 165 392 0 49658 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 200236

[startup+1062.3 s]
/proc/loadavg: 2.12 2.09 2.06 3/178 1449
/proc/meminfo: memFree=30271372/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=231056 CPUtime=1062.12 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 26712 0 0 0 106193 19 0 0 20 0 1 0 108147497 236601344 52289 33554432000 4194304 5796924 140733860456320 140733860453960 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 57764 52289 165 392 0 57363 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 231056

[startup+1122.3 s]
/proc/loadavg: 2.11 2.09 2.07 3/178 1451
/proc/meminfo: memFree=30281472/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=231056 CPUtime=1122.1 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 27386 0 0 0 112190 20 0 0 20 0 1 0 108147497 236601344 49729 33554432000 4194304 5796924 140733860456320 140733860453960 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 57764 49729 165 392 0 57363 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 231056

[startup+1182.3 s]
/proc/loadavg: 2.04 2.08 2.06 3/178 1451
/proc/meminfo: memFree=30321936/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=150916 CPUtime=1182.1 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 27393 0 0 0 118189 21 0 0 20 0 1 0 108147497 154537984 36801 33554432000 4194304 5796924 140733860456320 140733860453784 4606483 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 37729 36801 165 392 0 37328 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 150916

[startup+1242.3 s]
/proc/loadavg: 2.01 2.06 2.06 3/178 1453
/proc/meminfo: memFree=30283676/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=231056 CPUtime=1242.09 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 28071 0 0 0 124187 22 0 0 20 0 1 0 108147497 236601344 50241 33554432000 4194304 5796924 140733860456320 140733860453960 4607194 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 57764 50241 165 392 0 57363 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 231056

[startup+1302.3 s]
/proc/loadavg: 2.07 2.06 2.06 3/178 1454
/proc/meminfo: memFree=30329824/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=150916 CPUtime=1302.08 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 28078 0 0 0 130185 23 0 0 20 0 1 0 108147497 154537984 36801 33554432000 4194304 5796924 140733860456320 140733860453784 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 37729 36801 165 392 0 37328 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 150916

[startup+1362.3 s]
/proc/loadavg: 2.02 2.05 2.05 3/178 1455
/proc/meminfo: memFree=30272132/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=231056 CPUtime=1362.06 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 28763 0 0 0 136182 24 0 0 20 0 1 0 108147497 236601344 50753 33554432000 4194304 5796924 140733860456320 140733860453960 4607229 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 57764 50753 165 392 0 57363 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 231056

[startup+1422.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/178 1457
/proc/meminfo: memFree=30319588/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=162728 CPUtime=1422.06 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 29303 0 0 0 142181 25 0 0 20 0 1 0 108147497 166633472 38821 33554432000 4194304 5796924 140733860456320 140733860453784 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 40682 38821 165 392 0 40281 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 162728

[startup+1482.3 s]
/proc/loadavg: 2.08 2.04 2.04 3/179 1460
/proc/meminfo: memFree=30238288/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=242868 CPUtime=1482.05 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 30417 0 0 0 148178 27 0 0 20 0 1 0 108147497 248696832 53194 33554432000 4194304 5796924 140733860456320 140733860453960 4607258 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 60717 53194 165 392 0 60316 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 242868

[startup+1542.31 s]
/proc/loadavg: 2.12 2.06 2.05 4/179 1462
/proc/meminfo: memFree=30223536/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=242868 CPUtime=1542.05 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 30424 0 0 0 154178 27 0 0 20 0 1 0 108147497 248696832 56778 33554432000 4194304 5796924 140733860456320 140733860453960 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 60717 56778 165 392 0 60316 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 242868

[startup+1602.3 s]
/proc/loadavg: 2.11 2.07 2.05 3/178 1463
/proc/meminfo: memFree=30245412/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=242868 CPUtime=1602.03 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 31101 0 0 0 160175 28 0 0 20 0 1 0 108147497 248696832 52682 33554432000 4194304 5796924 140733860456320 140733860453960 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 60717 52682 165 392 0 60316 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 242868

[startup+1662.3 s]
/proc/loadavg: 2.03 2.05 2.04 3/178 1464
/proc/meminfo: memFree=30238640/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=242868 CPUtime=1662.02 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 31110 0 0 0 166173 29 0 0 20 0 1 0 108147497 248696832 57290 33554432000 4194304 5796924 140733860456320 140733860453960 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 60717 57290 165 392 0 60316 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 242868

[startup+1722.3 s]
/proc/loadavg: 2.34 2.12 2.06 3/179 1689
/proc/meminfo: memFree=30166572/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=212048 CPUtime=1722.01 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 31197 0 0 0 172171 30 0 0 20 0 1 0 108147497 217137152 51591 33554432000 4194304 5796924 140733860456320 140733860453608 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 53012 51591 165 392 0 52611 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 212048

[startup+1782.3 s]
/proc/loadavg: 2.11 2.09 2.06 3/178 1690
/proc/meminfo: memFree=30155184/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=242868 CPUtime=1782 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 31800 0 0 0 178169 31 0 0 20 0 1 0 108147497 248696832 56778 33554432000 4194304 5796924 140733860456320 140733860453960 4607258 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 60717 56778 165 392 0 60316 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 242868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.09 2.09 2.06 3/178 1691
/proc/meminfo: memFree=30145432/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=242868 CPUtime=1800 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 31802 0 0 0 179969 31 0 0 20 0 1 0 108147497 248696832 57802 33554432000 4194304 5796924 140733860456320 140733860453960 4607258 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 60717 57802 165 392 0 60316 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 242868

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

[startup+1800.3 s]
/proc/loadavg: 2.09 2.09 2.06 3/178 1691
/proc/meminfo: memFree=30145432/32872528 swapFree=12328/568296
[pid=1317] ppid=1314 vsize=242868 CPUtime=1800 cores=0,2,4,6
/proc/1317/stat : 1317 (naps-1.02) R 1314 1317 28743 0 -1 4202496 31802 0 0 0 179969 31 0 0 20 0 1 0 108147497 248696832 57802 33554432000 4194304 5796924 140733860456320 140733860453960 4607258 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1317/statm: 60717 57802 165 392 0 60316 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 242868

Child status: 0
Real time (s): 1800.3
CPU time (s): 1800.02
CPU user time (s): 1799.69
CPU system time (s): 0.321951
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 242868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.69
system time used= 0.321951
maximum resident set size= 235304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31814
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= 26
involuntary context switches= 1857

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.45532 second user time and 7.00394 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-07 03:15:49
IDJOB=4082116
IDBENCH=89706
IDSOLVER=2544
FILE ID=node138/4082116-1465262149
RUNJOBID= node138-1465244211-28759
PBS_JOBID= 19843251
Free space on /tmp= 71436 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-20.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082116-1465262149/watcher-4082116-1465262149 -o /tmp/evaluation-result-4082116-1465262149/solver-4082116-1465262149 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465244211-28759 --watchdog 1960  naps-1.02 HOME/instance-4082116-1465262149.opb

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

MD5SUM BENCH= 63ab8977587973d616491fbff2cc242b
RANDOM SEED=1510544806

node138.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.807
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.61
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.807
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.56
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.807
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.807
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.807
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.807
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.807
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.807
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:        28975772 kB
Buffers:           51284 kB
Cached:           489072 kB
SwapCached:        46756 kB
Active:          2409412 kB
Inactive:         190616 kB
Active(anon):    2014484 kB
Inactive(anon):    47636 kB
Active(file):     394928 kB
Inactive(file):   142980 kB
Unevictable:      568296 kB
Mlocked:           12328 kB
SwapTotal:      67108856 kB
SwapFree:       67053588 kB
Dirty:             12016 kB
Writeback:            24 kB
AnonPages:       2594812 kB
Mapped:             8856 kB
Shmem:                 0 kB
Slab:             580224 kB
SReclaimable:      23832 kB
SUnreclaim:       556392 kB
KernelStack:        1432 kB
PageTables:         9216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2839596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2498560 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= 71624 MiB
End job on node138 at 2016-06-07 03:45:50