Trace number 4108920

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-135.opb
MD5SUM0bf2f4aff59c663568b0bfbd80eaa689
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 variables55296
Total number of constraints1282690
Number of constraints which are clauses1152492
Number of constraints which are cardinality constraints (but not clauses)4030
Number of constraints which are nor clauses,nor cardinality constraints126168
Minimum length of a constraint2
Maximum length of a constraint756
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 757
Number of bits of the biggest sum of numbers10
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.04/1800.40	c 
1800.04/1800.40	c *** TERMINATED *** by signal 15
1800.04/1800.40	s UNKNOWN
1800.04/1800.40	c _____________________________________________________________________________
1800.04/1800.40	c 
1800.04/1800.40	c std/band forms        : 130196,2
1800.04/1800.40	c 2cl/3cl ITE-codings   : 144424,38
1800.04/1800.40	c BDD/srt/adr Max costs : 30,0,0
1800.04/1800.40	c BDDraw/bin/mul/srt/adr: 130198,0,0,0,0
1800.04/1800.40	c BDD nodes             : 801640
1800.04/1800.40	c Es1/CC detections     : 0,0
1800.04/1800.40	c SAT/UNSAT calls       : 0,0
1800.04/1800.40	c restarts              : 0
1800.04/1800.40	c conflicts             : 0              (0 /sec)
1800.04/1800.40	c decisions             : 0              (0 /sec)
1800.04/1800.40	c propagations          : 0              (0 /sec)
1800.04/1800.40	c inspects              : 0              (0 /sec)
1800.04/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.04/1800.40	c Time for Opt-base     : 0 s
1800.04/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-4108920-1466289415/watcher-4108920-1466289415 -o /tmp/evaluation-result-4108920-1466289415/solver-4108920-1466289415 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466276032-17851 --watchdog 1960 naps-1.02 HOME/instance-4108920-1466289415.opb 

pid=22945
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.05 2.10 2.08 3/170 22948
/proc/meminfo: memFree=31321092/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=6420 CPUtime=0 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 307 0 0 0 0 0 0 0 20 0 1 0 30988273 6574080 181 33554432000 4194304 5796924 140736540312576 140737386969544 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 1605 181 127 392 0 1204 0

[startup+0.100162 s]
/proc/loadavg: 2.05 2.10 2.08 3/170 22948
/proc/meminfo: memFree=31321092/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=7624 CPUtime=0.09 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 639 0 0 0 9 0 0 0 20 0 1 0 30988273 7806976 505 33554432000 4194304 5796924 140736540312576 140737386969544 5093079 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 1906 505 127 392 0 1505 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7624

[startup+0.200333 s]
/proc/loadavg: 2.05 2.10 2.08 3/170 22948
/proc/meminfo: memFree=31321092/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=8624 CPUtime=0.19 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 952 0 0 0 19 0 0 0 20 0 1 0 30988273 8830976 805 33554432000 4194304 5796924 140736540312576 140737386969544 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 2156 806 127 392 0 1755 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8624

[startup+0.300286 s]
/proc/loadavg: 2.05 2.10 2.08 3/170 22948
/proc/meminfo: memFree=31321092/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=9672 CPUtime=0.29 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 1274 0 0 0 29 0 0 0 20 0 1 0 30988273 9904128 1117 33554432000 4194304 5796924 140736540312576 140737386969544 4808074 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 2418 1117 127 392 0 2017 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9672

[startup+0.700265 s]
/proc/loadavg: 2.05 2.10 2.08 3/170 22948
/proc/meminfo: memFree=31321092/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=14568 CPUtime=0.69 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 2592 0 0 0 68 1 0 0 20 0 1 0 30988273 14917632 2368 33554432000 4194304 5796924 140736540312576 140737386969544 5092542 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 3642 2368 127 392 0 3241 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14568

[startup+1.50027 s]
/proc/loadavg: 2.05 2.10 2.08 3/177 22962
/proc/meminfo: memFree=31252780/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=23184 CPUtime=1.49 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 5130 0 0 0 148 1 0 0 20 0 1 0 30988273 23740416 5217 33554432000 4194304 5796924 140736540312576 140736540311800 5092432 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 5796 5217 127 392 0 5395 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23184

[startup+3.1003 s]
/proc/loadavg: 2.05 2.10 2.08 3/177 22962
/proc/meminfo: memFree=31224320/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=44324 CPUtime=3.09 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 10359 0 0 0 307 2 0 0 20 0 1 0 30988273 45387776 10013 33554432000 4194304 5796924 140736540312576 140736540311736 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 11081 10013 127 392 0 10680 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44324

[startup+6.30019 s]
/proc/loadavg: 2.12 2.11 2.09 3/177 22962
/proc/meminfo: memFree=31131240/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=86404 CPUtime=6.29 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 21007 0 0 0 625 4 0 0 20 0 1 0 30988273 88477696 20241 33554432000 4194304 5796924 140736540312576 140736540311800 5092931 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 21601 20241 127 392 0 21200 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86404

[startup+12.7003 s]
/proc/loadavg: 2.19 2.13 2.09 3/177 22962
/proc/meminfo: memFree=30964980/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=180320 CPUtime=12.69 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 39228 0 0 0 1260 9 0 0 20 0 1 0 30988273 184647680 40652 33554432000 4194304 5796924 140736540312576 140736540311800 5087575 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 45080 40652 127 392 0 44679 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 180320

[startup+25.5003 s]
/proc/loadavg: 2.15 2.12 2.09 3/177 22962
/proc/meminfo: memFree=30686428/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=318276 CPUtime=25.48 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 70986 0 0 0 2531 17 0 0 20 0 1 0 30988273 325914624 73638 33554432000 4194304 5796924 140736540312576 140736540306984 5096544 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 79569 73638 139 392 0 79168 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 318276

[startup+51.1073 s]
/proc/loadavg: 2.10 2.11 2.09 3/177 22962
/proc/meminfo: memFree=30555760/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=441952 CPUtime=51.07 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 83242 0 0 0 5085 22 0 0 20 0 1 0 30988273 452558848 102136 33554432000 4194304 5796924 140736540312576 140736540310216 4606523 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 110488 102136 166 392 0 110087 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 441952

[startup+102.3 s]
/proc/loadavg: 2.12 2.11 2.09 3/177 22963
/proc/meminfo: memFree=30558076/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=441952 CPUtime=102.23 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 86036 0 0 0 10196 27 0 0 20 0 1 0 30988273 452558848 100711 33554432000 4194304 5796924 140736540312576 140736540310040 4606799 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 110488 100711 166 392 0 110087 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 441952

[startup+162.3 s]
/proc/loadavg: 2.04 2.09 2.08 3/176 22964
/proc/meminfo: memFree=30508976/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=441952 CPUtime=162.21 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 88628 0 0 0 16188 33 0 0 20 0 1 0 30988273 452558848 107034 33554432000 4194304 5796924 140736540312576 140736540310216 4583242 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 110488 107034 166 392 0 110087 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 441952

[startup+222.3 s]
/proc/loadavg: 2.01 2.07 2.08 3/178 22969
/proc/meminfo: memFree=30532788/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=441952 CPUtime=222.2 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 92384 0 0 0 22180 40 0 0 20 0 1 0 30988273 452558848 107096 33554432000 4194304 5796924 140736540312576 140736540310216 4583342 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 110488 107096 166 392 0 110087 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 441952

[startup+282.3 s]
/proc/loadavg: 2.08 2.07 2.08 3/178 22971
/proc/meminfo: memFree=30502748/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=441952 CPUtime=282.18 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 94642 0 0 0 28173 45 0 0 20 0 1 0 30988273 452558848 104231 33554432000 4194304 5796924 140736540312576 140736540310040 4606768 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 110488 104231 166 392 0 110087 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 441952

[startup+342.3 s]
/proc/loadavg: 2.10 2.07 2.08 3/177 22972
/proc/meminfo: memFree=30515016/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=441952 CPUtime=342.17 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 96380 0 0 0 34167 50 0 0 20 0 1 0 30988273 452558848 103207 33554432000 4194304 5796924 140736540312576 140736540310040 4607232 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 110488 103207 166 392 0 110087 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 441952

[startup+402.3 s]
/proc/loadavg: 2.03 2.05 2.07 3/177 22973
/proc/meminfo: memFree=30487592/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=492040 CPUtime=402.16 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 97582 0 0 0 40162 54 0 0 20 0 1 0 30988273 503848960 113236 33554432000 4194304 5796924 140736540312576 140736540310216 4569014 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 123010 113236 166 392 0 122609 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 492040

[startup+462.3 s]
/proc/loadavg: 2.11 2.07 2.08 3/177 22974
/proc/meminfo: memFree=30494280/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=441952 CPUtime=462.16 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 99023 0 0 0 46157 59 0 0 20 0 1 0 30988273 452558848 105255 33554432000 4194304 5796924 140736540312576 140736540310040 4606789 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 110488 105255 166 392 0 110087 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 441952

[startup+522.3 s]
/proc/loadavg: 2.16 2.08 2.08 3/177 22976
/proc/meminfo: memFree=30452096/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=492040 CPUtime=522.14 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 100219 0 0 0 52152 62 0 0 20 0 1 0 30988273 503848960 112212 33554432000 4194304 5796924 140736540312576 140736540310216 4606523 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 123010 112212 166 392 0 122609 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 492040

[startup+582.3 s]
/proc/loadavg: 2.09 2.08 2.08 3/177 22977
/proc/meminfo: memFree=30421536/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=494972 CPUtime=582.14 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 101985 0 0 0 58149 65 0 0 20 0 1 0 30988273 506851328 115138 33554432000 4194304 5796924 140736540312576 140736540310216 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 123743 115138 166 392 0 123342 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 494972


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


[startup+882.3 s]
/proc/loadavg: 2.06 2.06 2.07 3/177 22986
/proc/meminfo: memFree=30428324/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=450392 CPUtime=882.09 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 109001 0 0 0 88123 86 0 0 20 0 1 0 30988273 461201408 108182 33554432000 4194304 5796924 140736540312576 140736540310040 4606480 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 112598 108182 166 392 0 112197 0
Current children cumulated CPU time (s) 882.09
Current children cumulated vsize (KiB) 450392

[startup+942.3 s]
/proc/loadavg: 2.07 2.06 2.07 3/177 22987
/proc/meminfo: memFree=30357092/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=583316 CPUtime=942.08 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 109801 0 0 0 94119 89 0 0 20 0 1 0 30988273 597315584 128388 33554432000 4194304 5796924 140736540312576 140736540309688 4607258 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 145829 128388 166 392 0 145428 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 583316

[startup+1002.3 s]
/proc/loadavg: 2.16 2.08 2.08 3/177 22988
/proc/meminfo: memFree=30366216/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=584028 CPUtime=1002.07 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 111028 0 0 0 100114 93 0 0 20 0 1 0 30988273 598044672 129054 33554432000 4194304 5796924 140736540312576 140736540309688 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 146007 129054 166 392 0 145606 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 584028

[startup+1062.3 s]
/proc/loadavg: 2.06 2.06 2.07 3/177 22989
/proc/meminfo: memFree=30364796/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=588684 CPUtime=1062.06 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 112547 0 0 0 106109 97 0 0 20 0 1 0 30988273 602812416 131547 33554432000 4194304 5796924 140736540312576 140736540309848 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 147171 131547 166 392 0 146770 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 588684

[startup+1122.3 s]
/proc/loadavg: 2.07 2.06 2.07 3/177 22991
/proc/meminfo: memFree=30458156/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=457208 CPUtime=1122.05 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 114188 0 0 0 112102 103 0 0 20 0 1 0 30988273 468180992 109591 33554432000 4194304 5796924 140736540312576 140736540310040 4607232 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 114302 109591 166 392 0 113901 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 457208

[startup+1182.3 s]
/proc/loadavg: 2.14 2.08 2.08 3/177 22992
/proc/meminfo: memFree=30380260/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=458088 CPUtime=1182.04 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 115453 0 0 0 118096 108 0 0 20 0 1 0 30988273 469082112 108755 33554432000 4194304 5796924 140736540312576 140736540309688 4606495 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 114522 108755 166 392 0 114121 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 458088

[startup+1242.3 s]
/proc/loadavg: 2.14 2.09 2.08 3/177 22993
/proc/meminfo: memFree=30319500/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=589740 CPUtime=1242.04 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 116024 0 0 0 124093 111 0 0 20 0 1 0 30988273 603893760 129249 33554432000 4194304 5796924 140736540312576 140736540309688 4606514 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 147435 129249 166 392 0 147034 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 589740

[startup+1302.3 s]
/proc/loadavg: 2.05 2.07 2.07 3/177 22994
/proc/meminfo: memFree=30356984/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=510708 CPUtime=1302.03 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 117401 0 0 0 130088 115 0 0 20 0 1 0 30988273 522964992 123923 33554432000 4194304 5796924 140736540312576 140736540309688 4606480 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 127677 123923 166 392 0 127276 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 510708

[startup+1362.31 s]
/proc/loadavg: 2.02 2.06 2.07 3/177 22995
/proc/meminfo: memFree=30407180/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=511624 CPUtime=1362.02 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 118691 0 0 0 136083 119 0 0 20 0 1 0 30988273 523902976 116462 33554432000 4194304 5796924 140736540312576 140736540310216 4606789 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 127906 116462 166 392 0 127505 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 511624

[startup+1422.3 s]
/proc/loadavg: 2.18 2.09 2.08 3/178 23000
/proc/meminfo: memFree=30456680/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=463432 CPUtime=1422.01 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 119878 0 0 0 142078 123 0 0 20 0 1 0 30988273 474554368 110952 33554432000 4194304 5796924 140736540312576 140736540310040 4592188 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 115858 110952 166 392 0 115457 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 463432

[startup+1482.3 s]
/proc/loadavg: 2.13 2.09 2.08 3/178 23024
/proc/meminfo: memFree=30286248/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=595236 CPUtime=1481.98 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 120511 0 0 0 148073 125 0 0 20 0 1 0 30988273 609521664 135151 33554432000 4194304 5796924 140736540312576 140736540309688 4607171 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 148809 135151 166 392 0 148408 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 595236

[startup+1542.3 s]
/proc/loadavg: 2.08 2.08 2.08 3/177 23025
/proc/meminfo: memFree=30357980/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=595956 CPUtime=1541.97 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 121647 0 0 0 154067 130 0 0 20 0 1 0 30988273 610258944 128041 33554432000 4194304 5796924 140736540312576 140736540310216 4607198 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 148989 128041 166 392 0 148588 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 595956

[startup+1602.3 s]
/proc/loadavg: 2.09 2.08 2.08 3/177 23026
/proc/meminfo: memFree=30410604/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=515976 CPUtime=1601.96 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 122947 0 0 0 160062 134 0 0 20 0 1 0 30988273 528359424 123660 33554432000 4194304 5796924 140736540312576 140736540310216 4606737 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 128994 123660 166 392 0 128593 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 515976

[startup+1662.3 s]
/proc/loadavg: 2.08 2.08 2.08 3/177 23027
/proc/meminfo: memFree=30259488/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=599248 CPUtime=1661.95 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 123549 0 0 0 166059 136 0 0 20 0 1 0 30988273 613629952 143167 33554432000 4194304 5796924 140736540312576 140736540309688 4606708 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 149812 143167 166 392 0 149411 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 599248

[startup+1722.3 s]
/proc/loadavg: 2.03 2.06 2.07 3/177 23029
/proc/meminfo: memFree=30333188/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=600036 CPUtime=1721.94 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 124776 0 0 0 172054 140 0 0 20 0 1 0 30988273 614436864 134616 33554432000 4194304 5796924 140736540312576 140736540309688 4606789 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 150009 134616 166 392 0 149608 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 600036

[startup+1782.3 s]
/proc/loadavg: 2.07 2.06 2.07 3/177 23030
/proc/meminfo: memFree=30303420/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=519528 CPUtime=1781.94 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 125888 0 0 0 178050 144 0 0 20 0 1 0 30988273 531996672 126463 33554432000 4194304 5796924 140736540312576 140736540309688 4606523 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 129882 126463 166 392 0 129481 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 519528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.05 2.06 2.07 3/177 23030
/proc/meminfo: memFree=30362800/32872528 swapFree=303544/319896
[pid=22948] ppid=22945 vsize=601236 CPUtime=1800.04 cores=1,3,5,7
/proc/22948/stat : 22948 (naps-1.02) R 22945 22948 17834 0 -1 4202496 126129 0 0 0 179859 145 0 0 20 0 1 0 30988273 615665664 132323 33554432000 4194304 5796924 140736540312576 140736540309688 4606704 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22948/statm: 150309 132323 166 392 0 149908 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 601236

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 22948 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.05
CPU user time (s): 1798.59
CPU system time (s): 1.45978
CPU usage (%): 99.98
Max. virtual memory (cumulated for all children) (KiB): 680736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.59
system time used= 1.45978
maximum resident set size= 641220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126141
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= 151
involuntary context switches= 1847

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.84226 second user time and 6.72598 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-19 00:36:56
IDJOB=4108920
IDBENCH=89720
IDSOLVER=2544
FILE ID=node128/4108920-1466289415
RUNJOBID= node128-1466276032-17851
PBS_JOBID= 19918254
Free space on /tmp= 71656 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-135.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4108920-1466289415/watcher-4108920-1466289415 -o /tmp/evaluation-result-4108920-1466289415/solver-4108920-1466289415 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466276032-17851 --watchdog 1960  naps-1.02 HOME/instance-4108920-1466289415.opb

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

MD5SUM BENCH= 0bf2f4aff59c663568b0bfbd80eaa689
RANDOM SEED=326117244

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
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.768
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.57
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.768
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.56
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.768
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.768
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31321752 kB
Buffers:          167932 kB
Cached:           293344 kB
SwapCached:         2708 kB
Active:           161504 kB
Inactive:         309240 kB
Active(anon):       9092 kB
Inactive(anon):     2684 kB
Active(file):     152412 kB
Inactive(file):   306556 kB
Unevictable:      319896 kB
Mlocked:          303544 kB
SwapTotal:      67108856 kB
SwapFree:       67099180 kB
Dirty:             60936 kB
Writeback:             0 kB
AnonPages:        328240 kB
Mapped:             8720 kB
Shmem:                 0 kB
Slab:             627244 kB
SReclaimable:      70348 kB
SUnreclaim:       556896 kB
KernelStack:        1376 kB
PageTables:         4420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     423640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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= 71604 MiB
End job on node128 at 2016-06-19 01:06:57