Trace number 4090011

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

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v091-n2.opb
MD5SUMe6bc379e6d1df32d474a50649f29ffd0
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.66359
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables273
Total number of constraints91
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)91
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 7
Number of bits of the biggest sum of numbers3
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.07/1800.40	c 
1800.07/1800.40	c *** TERMINATED *** by signal 15
1800.07/1800.40	s UNKNOWN
1800.07/1800.40	c _____________________________________________________________________________
1800.07/1800.40	c 
1800.07/1800.40	c std/band forms        : 91,0
1800.07/1800.40	c 2cl/3cl ITE-codings   : 364,0
1800.07/1800.40	c BDD/srt/adr Max costs : 9,0,0
1800.07/1800.40	c BDDraw/bin/mul/srt/adr: 91,0,0,0,0
1800.07/1800.40	c BDD nodes             : 910
1800.07/1800.40	c Es1/CC detections     : 0,0
1800.07/1800.40	c SAT/UNSAT calls       : 0,0
1800.07/1800.40	c restarts              : 0
1800.07/1800.40	c conflicts             : 0              (0 /sec)
1800.07/1800.40	c decisions             : 0              (0 /sec)
1800.07/1800.40	c propagations          : 0              (0 /sec)
1800.07/1800.40	c inspects              : 0              (0 /sec)
1800.07/1800.40	c CPU time (solving tm) : 1800 s        (0 s)
1800.07/1800.40	c Time for Opt-base     : 0 s
1800.07/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-4090011-1466027257/watcher-4090011-1466027257 -o /tmp/evaluation-result-4090011-1466027257/solver-4090011-1466027257 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466025363-15709 --watchdog 1960 naps-1.02 HOME/instance-4090011-1466027257.opb 

pid=16056
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.25 2.24 2.37 3/176 16059
/proc/meminfo: memFree=30832784/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=6552 CPUtime=0 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 344 0 0 0 0 0 0 0 20 0 1 0 4774935 6709248 218 33554432000 4194304 5796924 140734875763392 140734274009992 4870592 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 1638 218 139 392 0 1237 0

[startup+0.100159 s]
/proc/loadavg: 2.25 2.24 2.37 3/176 16059
/proc/meminfo: memFree=30832784/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=4384 CPUtime=0.09 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 946 0 0 0 9 0 0 0 20 0 1 0 4774935 4489216 783 33554432000 4194304 5796924 140734875763392 140734274009992 4611179 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 1096 783 164 392 0 695 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4384

[startup+0.200283 s]
/proc/loadavg: 2.25 2.24 2.37 3/176 16059
/proc/meminfo: memFree=30832784/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=6664 CPUtime=0.19 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 1184 0 0 0 19 0 0 0 20 0 1 0 4774935 6823936 1018 33554432000 4194304 5796924 140734875763392 140734274009992 4611179 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 1666 1018 164 392 0 1265 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 6664

[startup+0.300276 s]
/proc/loadavg: 2.25 2.24 2.37 3/176 16059
/proc/meminfo: memFree=30832784/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=6664 CPUtime=0.29 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 1382 0 0 0 29 0 0 0 20 0 1 0 4774935 6823936 1212 33554432000 4194304 5796924 140734875763392 140734274009992 4611179 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 1666 1212 164 392 0 1265 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6664

[startup+0.700267 s]
/proc/loadavg: 2.25 2.24 2.37 3/176 16059
/proc/meminfo: memFree=30832784/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=11032 CPUtime=0.69 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 1810 0 0 0 69 0 0 0 20 0 1 0 4774935 11296768 1630 33554432000 4194304 5796924 140734875763392 140734875760632 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 2758 1630 164 392 0 2357 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11032

[startup+1.5003 s]
/proc/loadavg: 2.23 2.23 2.37 3/177 16060
/proc/meminfo: memFree=30823104/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=19928 CPUtime=1.49 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 3484 0 0 0 149 0 0 0 20 0 1 0 4774935 20406272 4306 33554432000 4194304 5796924 140734875763392 140734875760632 4606480 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 4982 4306 164 392 0 4581 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19928

[startup+3.10018 s]
/proc/loadavg: 2.23 2.23 2.37 3/177 16060
/proc/meminfo: memFree=30821120/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=19928 CPUtime=3.09 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 3748 0 0 0 309 0 0 0 20 0 1 0 4774935 20406272 4573 33554432000 4194304 5796924 140734875763392 140734875760632 4594208 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 4982 4573 164 392 0 4581 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19928

[startup+6.30025 s]
/proc/loadavg: 2.21 2.23 2.37 3/177 16060
/proc/meminfo: memFree=30811276/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=24348 CPUtime=6.28 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 4604 0 0 0 628 0 0 0 20 0 1 0 4774935 24932352 5394 33554432000 4194304 5796924 140734875763392 140734875760456 4613751 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 6087 5394 164 392 0 5686 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 24348

[startup+12.7003 s]
/proc/loadavg: 2.27 2.24 2.37 3/177 16060
/proc/meminfo: memFree=30799192/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=50568 CPUtime=12.69 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 6163 0 0 0 1268 1 0 0 20 0 1 0 4774935 51781632 8644 33554432000 4194304 5796924 140734875763392 140734875760632 4606480 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 12642 8644 165 392 0 12241 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50568

[startup+25.5004 s]
/proc/loadavg: 2.21 2.23 2.36 3/177 16060
/proc/meminfo: memFree=30793880/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=50568 CPUtime=25.48 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 6193 0 0 0 2547 1 0 0 20 0 1 0 4774935 51781632 9696 33554432000 4194304 5796924 140734875763392 140734875760632 4607192 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 12642 9696 165 392 0 12241 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 50568

[startup+51.1003 s]
/proc/loadavg: 2.34 2.26 2.37 3/177 16060
/proc/meminfo: memFree=30762672/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=69424 CPUtime=51.09 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 7070 0 0 0 5107 2 0 0 20 0 1 0 4774935 71090176 17011 33554432000 4194304 5796924 140734875763392 140734875760632 4606433 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 17356 17011 165 392 0 16955 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 69424

[startup+102.3 s]
/proc/loadavg: 2.30 2.26 2.36 3/177 16061
/proc/meminfo: memFree=30724016/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=81568 CPUtime=102.28 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 7767 0 0 0 10226 2 0 0 20 0 1 0 4774935 83525632 18912 33554432000 4194304 5796924 140734875763392 140734875760632 4606779 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 20392 18912 165 392 0 19991 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 81568

[startup+162.3 s]
/proc/loadavg: 2.21 2.24 2.35 3/178 16065
/proc/meminfo: memFree=30729292/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=81568 CPUtime=162.27 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 9232 0 0 0 16222 5 0 0 20 0 1 0 4774935 83525632 20084 33554432000 4194304 5796924 140734875763392 140734875760856 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 20392 20084 165 392 0 19991 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 81568

[startup+222.307 s]
/proc/loadavg: 2.23 2.24 2.34 3/177 16067
/proc/meminfo: memFree=30659812/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=130888 CPUtime=222.26 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 10572 0 0 0 22219 7 0 0 20 0 1 0 4774935 134029312 29627 33554432000 4194304 5796924 140734875763392 140734875760680 4606768 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 32722 29627 165 392 0 32321 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 130888

[startup+282.3 s]
/proc/loadavg: 2.32 2.25 2.34 3/176 16068
/proc/meminfo: memFree=30729400/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=81568 CPUtime=282.24 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 11536 0 0 0 28214 10 0 0 20 0 1 0 4774935 83525632 20100 33554432000 4194304 5796924 140734875763392 140734875760856 4606789 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 20392 20100 165 392 0 19991 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 81568

[startup+342.3 s]
/proc/loadavg: 2.25 2.24 2.33 3/178 16081
/proc/meminfo: memFree=30694184/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=130888 CPUtime=342.23 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 13708 0 0 0 34209 14 0 0 20 0 1 0 4774935 134029312 28603 33554432000 4194304 5796924 140734875763392 140734875760680 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 32722 28603 165 392 0 32321 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 130888

[startup+402.3 s]
/proc/loadavg: 2.15 2.21 2.31 3/177 16082
/proc/meminfo: memFree=30692316/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=130888 CPUtime=402.23 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 15560 0 0 0 40205 18 0 0 20 0 1 0 4774935 134029312 29627 33554432000 4194304 5796924 140734875763392 140734875760680 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 32722 29627 165 392 0 32321 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 130888

[startup+462.3 s]
/proc/loadavg: 2.23 2.21 2.30 4/177 16083
/proc/meminfo: memFree=30665348/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=161708 CPUtime=462.22 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 17084 0 0 0 46201 21 0 0 20 0 1 0 4774935 165588992 35838 33554432000 4194304 5796924 140734875763392 140734875761032 4606789 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 40427 35838 165 392 0 40026 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 161708

[startup+522.3 s]
/proc/loadavg: 2.42 2.25 2.30 4/176 16084
/proc/meminfo: memFree=30643472/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=150080 CPUtime=522.21 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 18460 0 0 0 52197 24 0 0 20 0 1 0 4774935 153681920 31789 33554432000 4194304 5796924 140734875763392 140734875760680 4606768 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 37520 31789 165 392 0 37119 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 150080

[startup+582.3 s]
/proc/loadavg: 2.15 2.20 2.28 3/177 16086
/proc/meminfo: memFree=30620712/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=180900 CPUtime=582.2 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 19989 0 0 0 58194 26 0 0 20 0 1 0 4774935 185241600 35440 33554432000 4194304 5796924 140734875763392 140734875761032 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 45225 35440 165 392 0 44824 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 180900


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


[startup+882.307 s]
/proc/loadavg: 2.22 2.22 2.26 3/177 16118
/proc/meminfo: memFree=30611212/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=180900 CPUtime=882.14 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 25845 0 0 0 88176 38 0 0 20 0 1 0 4774935 185241600 36186 33554432000 4194304 5796924 140734875763392 140734875761032 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 45225 36186 165 392 0 44824 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 180900

[startup+942.3 s]
/proc/loadavg: 2.25 2.22 2.26 3/177 16119
/proc/meminfo: memFree=30640348/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=150080 CPUtime=942.12 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 26185 0 0 0 94173 39 0 0 20 0 1 0 4774935 153681920 32023 33554432000 4194304 5796924 140734875763392 140734875760680 4606721 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 37520 32023 165 392 0 37119 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 150080

[startup+1002.3 s]
/proc/loadavg: 2.34 2.26 2.27 4/177 16120
/proc/meminfo: memFree=30594704/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=180900 CPUtime=1002.12 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 26788 0 0 0 100172 40 0 0 20 0 1 0 4774935 185241600 39770 33554432000 4194304 5796924 140734875763392 140734875761032 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 45225 39770 165 392 0 44824 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 180900

[startup+1062.3 s]
/proc/loadavg: 2.32 2.27 2.27 3/177 16121
/proc/meminfo: memFree=30622096/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=150080 CPUtime=1062.11 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 27128 0 0 0 106170 41 0 0 20 0 1 0 4774935 153681920 35607 33554432000 4194304 5796924 140734875763392 140734875760680 4607194 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 37520 35607 165 392 0 37119 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 150080

[startup+1122.3 s]
/proc/loadavg: 2.44 2.31 2.28 3/177 16122
/proc/meminfo: memFree=30602872/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=180900 CPUtime=1122.1 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 27722 0 0 0 112168 42 0 0 20 0 1 0 4774935 185241600 42330 33554432000 4194304 5796924 140734875763392 140734875761032 4606593 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 45225 42330 165 392 0 44824 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 180900

[startup+1182.3 s]
/proc/loadavg: 2.40 2.31 2.28 4/177 16124
/proc/meminfo: memFree=30605496/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=180900 CPUtime=1182.09 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 28564 0 0 0 118165 44 0 0 20 0 1 0 4774935 185241600 37130 33554432000 4194304 5796924 140734875763392 140734875761032 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 45225 37130 165 392 0 44824 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 180900

[startup+1242.3 s]
/proc/loadavg: 2.30 2.30 2.27 3/177 16125
/proc/meminfo: memFree=30598180/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=180900 CPUtime=1242.08 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 28660 0 0 0 124164 44 0 0 20 0 1 0 4774935 185241600 43354 33554432000 4194304 5796924 140734875763392 140734875761032 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 45225 43354 165 392 0 44824 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 180900

[startup+1302.3 s]
/proc/loadavg: 2.22 2.27 2.27 3/177 16126
/proc/meminfo: memFree=30623152/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=180900 CPUtime=1302.06 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 29667 0 0 0 130161 45 0 0 20 0 1 0 4774935 185241600 37728 33554432000 4194304 5796924 140734875763392 140734875761032 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 45225 37728 165 392 0 44824 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 180900

[startup+1362.3 s]
/proc/loadavg: 2.25 2.26 2.26 4/178 16130
/proc/meminfo: memFree=30575124/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=180900 CPUtime=1362.06 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 29678 0 0 0 136160 46 0 0 20 0 1 0 4774935 185241600 43360 33554432000 4194304 5796924 140734875763392 140734875761032 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 45225 43360 165 392 0 44824 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 180900

[startup+1422.3 s]
/proc/loadavg: 2.24 2.26 2.26 3/177 16131
/proc/meminfo: memFree=30611120/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=180900 CPUtime=1422.05 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 30774 0 0 0 142157 48 0 0 20 0 1 0 4774935 185241600 37083 33554432000 4194304 5796924 140734875763392 140734875760680 4607218 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 45225 37083 165 392 0 44824 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 180900

[startup+1482.3 s]
/proc/loadavg: 2.33 2.28 2.27 3/177 16133
/proc/meminfo: memFree=30597976/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=180900 CPUtime=1482.04 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 31063 0 0 0 148155 49 0 0 20 0 1 0 4774935 185241600 43502 33554432000 4194304 5796924 140734875763392 140734875761032 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 45225 43502 165 392 0 44824 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 180900

[startup+1542.31 s]
/proc/loadavg: 2.37 2.31 2.28 4/177 16134
/proc/meminfo: memFree=30603352/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=150080 CPUtime=1542.04 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 31847 0 0 0 154153 51 0 0 20 0 1 0 4774935 153681920 36410 33554432000 4194304 5796924 140734875763392 140734875760680 4606733 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 37520 36410 165 392 0 37119 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 150080

[startup+1602.3 s]
/proc/loadavg: 2.25 2.28 2.27 3/177 16135
/proc/meminfo: memFree=30585056/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=180900 CPUtime=1602.03 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 32447 0 0 0 160150 53 0 0 20 0 1 0 4774935 185241600 42621 33554432000 4194304 5796924 140734875763392 140734875761032 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 45225 42621 165 392 0 44824 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 180900

[startup+1662.3 s]
/proc/loadavg: 2.19 2.26 2.26 3/177 16136
/proc/meminfo: memFree=30616772/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=150644 CPUtime=1662.01 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 33280 0 0 0 166147 54 0 0 20 0 1 0 4774935 154259456 34038 33554432000 4194304 5796924 140734875763392 140734875760680 4607194 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 37661 34038 165 392 0 37260 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 150644

[startup+1722.3 s]
/proc/loadavg: 2.35 2.28 2.27 4/177 16183
/proc/meminfo: memFree=30689548/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=181464 CPUtime=1721.98 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 33912 0 0 0 172143 55 0 0 20 0 1 0 4774935 185819136 41305 33554432000 4194304 5796924 140734875763392 140734875761032 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 45366 41305 165 392 0 44965 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 181464

[startup+1782.3 s]
/proc/loadavg: 2.19 2.24 2.26 3/177 16185
/proc/meminfo: memFree=30640836/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=231552 CPUtime=1781.98 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 34224 0 0 0 178141 57 0 0 20 0 1 0 4774935 237109248 46214 33554432000 4194304 5796924 140734875763392 140734875761032 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 57888 46214 165 392 0 57487 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 231552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.22 2.25 2.26 4/177 16185
/proc/meminfo: memFree=30713556/32872528 swapFree=1073728/1155488
[pid=16059] ppid=16056 vsize=101516 CPUtime=1800.07 cores=1,3,5,7
/proc/16059/stat : 16059 (naps-1.02) R 16056 16059 5545 0 -1 4202496 34226 0 0 0 179950 57 0 0 20 0 1 0 4774935 103952384 25056 33554432000 4194304 5796924 140734875763392 140734875760856 4607192 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16059/statm: 25379 25056 165 392 0 24978 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 101516

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 16059 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.09
CPU user time (s): 1799.51
CPU system time (s): 0.575912
CPU usage (%): 99.9825
Max. virtual memory (cumulated for all children) (KiB): 231744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 0.575912
maximum resident set size= 186908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34238
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= 1851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.51931 second user time and 6.94094 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-15 23:47:37
IDJOB=4090011
IDBENCH=107488
IDSOLVER=2544
FILE ID=node114/4090011-1466027257
RUNJOBID= node114-1466025363-15709
PBS_JOBID= 19902804
Free space on /tmp= 71732 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v091-n2.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090011-1466027257/watcher-4090011-1466027257 -o /tmp/evaluation-result-4090011-1466027257/solver-4090011-1466027257 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466025363-15709 --watchdog 1960  naps-1.02 HOME/instance-4090011-1466027257.opb

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

MD5SUM BENCH= e6bc379e6d1df32d474a50649f29ffd0
RANDOM SEED=2117229472

node114.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.761
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.52
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.761
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.761
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.54
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.761
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.761
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.761
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.761
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.761
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:        30833072 kB
Buffers:           29176 kB
Cached:            58028 kB
SwapCached:        33296 kB
Active:           105488 kB
Inactive:          80308 kB
Active(anon):      67676 kB
Inactive(anon):    33292 kB
Active(file):      37812 kB
Inactive(file):    47016 kB
Unevictable:     1155488 kB
Mlocked:         1073728 kB
SwapTotal:      67108856 kB
SwapFree:       67068540 kB
Dirty:              3892 kB
Writeback:             0 kB
AnonPages:       1221580 kB
Mapped:             7920 kB
Shmem:                 0 kB
Slab:             566532 kB
SReclaimable:      10664 kB
SUnreclaim:       555868 kB
KernelStack:        1448 kB
PageTables:         5952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1335940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node114 at 2016-06-16 00:17:38