Trace number 4083195

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 NameAnswerobjective functionCPU timeWall clock time
NaPS 1.02? (TO) 1800.05 1800.34

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-631710.opb
MD5SUMba0215d19182fa8cb27dee737825dd09
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark206
Best CPU time to get the best result obtained on this benchmark1800.22
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables167056
Total number of constraints169576
Number of constraints which are clauses167055
Number of constraints which are cardinality constraints (but not clauses)1965
Number of constraints which are nor clauses,nor cardinality constraints556
Minimum length of a constraint2
Maximum length of a constraint556
Number of terms in the objective function 556
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 556
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
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.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        : 2521,0
1800.00/1800.30	c 2cl/3cl ITE-codings   : 620966,0
1800.00/1800.30	c BDD/srt/adr Max costs : 1109,0,0
1800.00/1800.30	c BDDraw/bin/mul/srt/adr: 2521,0,0,0,0
1800.00/1800.30	c BDD nodes             : 1236457
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) : 1799 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-4083195-1465265819/watcher-4083195-1465265819 -o /tmp/evaluation-result-4083195-1465265819/solver-4083195-1465265819 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1465254880-10345 --watchdog 1960 naps-1.02 HOME/instance-4083195-1465265819.opb 

pid=11659
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.17 2.19 2.18 3/176 11662
/proc/meminfo: memFree=30184352/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=6840 CPUtime=0 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 413 0 0 0 0 0 0 0 20 0 1 0 108514940 7004160 288 33554432000 4194304 5796924 140735240525248 140736094065784 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 1710 288 124 392 0 1309 0

[startup+0.100201 s]
/proc/loadavg: 2.17 2.19 2.18 3/176 11662
/proc/meminfo: memFree=30184352/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=14292 CPUtime=0.09 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 2170 0 0 0 9 0 0 0 20 0 1 0 108514940 14635008 2003 33554432000 4194304 5796924 140735240525248 140736094065784 5092487 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 3573 2003 124 392 0 3172 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14292

[startup+0.200298 s]
/proc/loadavg: 2.17 2.19 2.18 3/176 11662
/proc/meminfo: memFree=30184352/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=21852 CPUtime=0.19 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 4058 0 0 0 19 0 0 0 20 0 1 0 108514940 22376448 3797 33554432000 4194304 5796924 140735240525248 140736094065784 5092526 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 5463 3797 124 392 0 5062 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 21852

[startup+0.300277 s]
/proc/loadavg: 2.17 2.19 2.18 3/176 11662
/proc/meminfo: memFree=30184352/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=29976 CPUtime=0.29 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 6141 0 0 0 29 0 0 0 20 0 1 0 108514940 30695424 5698 33554432000 4194304 5796924 140735240525248 140735240524472 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 7494 5698 124 392 0 7093 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29976

[startup+0.700294 s]
/proc/loadavg: 2.17 2.19 2.18 3/176 11662
/proc/meminfo: memFree=30184352/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=60068 CPUtime=0.69 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 13239 0 0 0 67 2 0 0 20 0 1 0 108514940 61509632 12913 33554432000 4194304 5796924 140735240525248 140735240524472 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 15017 12913 124 392 0 14616 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60068

[startup+1.50029 s]
/proc/loadavg: 2.17 2.19 2.18 4/177 11663
/proc/meminfo: memFree=30117876/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=79936 CPUtime=1.49 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 17878 0 0 0 146 3 0 0 20 0 1 0 108514940 81854464 17945 33554432000 4194304 5796924 140735240525248 140735240524408 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 19984 17945 128 392 0 19583 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79936

[startup+3.10029 s]
/proc/loadavg: 2.17 2.19 2.18 4/177 11663
/proc/meminfo: memFree=30101876/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=99504 CPUtime=3.09 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 23011 0 0 0 306 3 0 0 20 0 1 0 108514940 101892096 23385 33554432000 4194304 5796924 140735240525248 140735240524600 5100093 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 24876 23385 128 392 0 24475 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99504

[startup+6.30027 s]
/proc/loadavg: 2.16 2.19 2.18 3/177 11663
/proc/meminfo: memFree=30040136/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=153816 CPUtime=6.29 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 38823 0 0 0 623 6 0 0 20 0 1 0 108514940 157507584 36355 33554432000 4194304 5796924 140735240525248 140735240452808 5087747 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 38454 36355 139 392 0 38053 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 153816

[startup+12.7003 s]
/proc/loadavg: 2.22 2.20 2.18 3/177 11663
/proc/meminfo: memFree=29990640/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=200284 CPUtime=12.69 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 43534 0 0 0 1262 7 0 0 20 0 1 0 108514940 205090816 47843 33554432000 4194304 5796924 140735240525248 140735240100184 5087501 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 50071 47843 139 392 0 49670 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 200284

[startup+25.5004 s]
/proc/loadavg: 2.39 2.24 2.19 3/177 11663
/proc/meminfo: memFree=29476264/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=772120 CPUtime=25.48 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 99093 0 0 0 2526 22 0 0 20 0 1 0 108514940 790650880 173671 33554432000 4194304 5796924 140735240525248 140735240523096 4591861 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 193030 173671 155 392 0 192629 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 772120

[startup+51.1004 s]
/proc/loadavg: 2.32 2.23 2.19 3/177 11663
/proc/meminfo: memFree=29379812/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=903596 CPUtime=51.08 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 100148 0 0 0 5083 25 0 0 20 0 1 0 108514940 925282304 195166 33554432000 4194304 5796924 140735240525248 140735240522888 4592031 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 225899 195166 155 392 0 225498 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 903596

[startup+102.3 s]
/proc/loadavg: 2.29 2.24 2.19 3/177 11665
/proc/meminfo: memFree=29197900/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=1035856 CPUtime=102.28 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 100685 0 0 0 10200 28 0 0 20 0 1 0 108514940 1060716544 232495 33554432000 4194304 5796924 140735240525248 140735240522888 4591871 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 258964 232495 155 392 0 258563 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1035856

[startup+162.3 s]
/proc/loadavg: 2.15 2.21 2.18 3/177 11666
/proc/meminfo: memFree=29065872/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=1250780 CPUtime=162.27 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 101280 0 0 0 16195 32 0 0 20 0 1 0 108514940 1280798720 275503 33554432000 4194304 5796924 140735240525248 140735240522888 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 312695 275503 155 392 0 312294 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1250780

[startup+222.307 s]
/proc/loadavg: 2.16 2.20 2.18 3/178 11670
/proc/meminfo: memFree=28873124/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=1600028 CPUtime=222.27 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 102065 0 0 0 22190 37 0 0 20 0 1 0 108514940 1638428672 315635 33554432000 4194304 5796924 140735240525248 140735240522888 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 400007 315635 155 392 0 399606 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 1600028

[startup+282.3 s]
/proc/loadavg: 2.21 2.20 2.18 3/177 11671
/proc/meminfo: memFree=28783208/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=1600028 CPUtime=282.25 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 102136 0 0 0 28186 39 0 0 20 0 1 0 108514940 1638428672 351475 33554432000 4194304 5796924 140735240525248 140735240522888 4592645 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 400007 351475 155 392 0 399606 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1600028

[startup+342.3 s]
/proc/loadavg: 2.25 2.21 2.18 3/177 11672
/proc/meminfo: memFree=28617196/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=2167556 CPUtime=342.23 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 102704 0 0 0 34182 41 0 0 20 0 1 0 108514940 2219577344 384778 33554432000 4194304 5796924 140735240525248 140735240522888 4592031 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 541889 384778 155 392 0 541488 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 2167556

[startup+402.3 s]
/proc/loadavg: 2.20 2.20 2.18 3/177 11674
/proc/meminfo: memFree=28451948/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=2167556 CPUtime=402.22 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 102778 0 0 0 40179 43 0 0 20 0 1 0 108514940 2219577344 418896 33554432000 4194304 5796924 140735240525248 140735240522888 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 541889 418896 155 392 0 541488 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 2167556

[startup+462.3 s]
/proc/loadavg: 2.13 2.18 2.17 3/177 11675
/proc/meminfo: memFree=29115668/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=1250780 CPUtime=462.22 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 103981 0 0 0 46168 54 0 0 20 0 1 0 108514940 1280798720 275641 33554432000 4194304 5796924 140735240525248 140735240522888 4592073 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 312695 275641 156 392 0 312294 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1250780

[startup+522.3 s]
/proc/loadavg: 2.21 2.19 2.18 3/177 11676
/proc/meminfo: memFree=28889524/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=1600028 CPUtime=522.21 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 104576 0 0 0 52165 56 0 0 20 0 1 0 108514940 1638428672 318172 33554432000 4194304 5796924 140735240525248 140735240522888 4592082 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 400007 318172 156 392 0 399606 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1600028

[startup+582.3 s]
/proc/loadavg: 2.28 2.21 2.18 3/177 11677
/proc/meminfo: memFree=28687408/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=1600028 CPUtime=582.2 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 104661 0 0 0 58162 58 0 0 20 0 1 0 108514940 1638428672 360599 33554432000 4194304 5796924 140735240525248 140735240522888 4606779 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 400007 360599 156 392 0 399606 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1600028


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


[startup+942.3 s]
/proc/loadavg: 2.16 2.18 2.17 3/177 11687
/proc/meminfo: memFree=27800600/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=3089792 CPUtime=942.14 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 106546 0 0 0 94133 81 0 0 20 0 1 0 108514940 3163947008 590388 33554432000 4194304 5796924 140735240525248 140735240522888 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 772448 590388 156 392 0 772047 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 3089792

[startup+1002.3 s]
/proc/loadavg: 2.14 2.18 2.17 3/177 11689
/proc/meminfo: memFree=27633164/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=3089792 CPUtime=1002.14 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 106612 0 0 0 100131 83 0 0 20 0 1 0 108514940 3163947008 624180 33554432000 4194304 5796924 140735240525248 140735240522888 4591913 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 772448 624180 156 392 0 772047 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 3089792

[startup+1062.3 s]
/proc/loadavg: 2.10 2.16 2.17 3/177 11690
/proc/meminfo: memFree=28824268/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=1600028 CPUtime=1062.13 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 107923 0 0 0 106109 104 0 0 20 0 1 0 108514940 1638428672 320724 33554432000 4194304 5796924 140735240525248 140735240522888 4592593 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 400007 320724 156 392 0 399606 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 1600028

[startup+1122.3 s]
/proc/loadavg: 2.18 2.17 2.17 3/177 11691
/proc/meminfo: memFree=28642184/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=1600028 CPUtime=1122.12 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 108002 0 0 0 112106 106 0 0 20 0 1 0 108514940 1638428672 361172 33554432000 4194304 5796924 140735240525248 140735240522888 4592160 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 400007 361172 156 392 0 399606 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 1600028

[startup+1182.3 s]
/proc/loadavg: 2.17 2.17 2.17 3/177 11692
/proc/meminfo: memFree=28574460/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=2167556 CPUtime=1182.11 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 108843 0 0 0 118099 112 0 0 20 0 1 0 108514940 2219577344 400338 33554432000 4194304 5796924 140735240525248 140735240522888 4592031 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 541889 400338 156 392 0 541488 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 2167556

[startup+1242.3 s]
/proc/loadavg: 2.11 2.15 2.16 3/177 11693
/proc/meminfo: memFree=28383316/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=2167556 CPUtime=1242.1 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 108920 0 0 0 124096 114 0 0 20 0 1 0 108514940 2219577344 439762 33554432000 4194304 5796924 140735240525248 140735240522888 4592620 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 541889 439762 156 392 0 541488 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 2167556

[startup+1302.3 s]
/proc/loadavg: 2.19 2.16 2.17 3/177 11695
/proc/meminfo: memFree=28209364/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=2167556 CPUtime=1302.1 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 108994 0 0 0 130093 117 0 0 20 0 1 0 108514940 2219577344 477650 33554432000 4194304 5796924 140735240525248 140735240522888 4592620 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 541889 477650 156 392 0 541488 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 2167556

[startup+1362.3 s]
/proc/loadavg: 2.12 2.15 2.16 3/177 11787
/proc/meminfo: memFree=28430820/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=2167556 CPUtime=1362.09 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 109065 0 0 0 136090 119 0 0 20 0 1 0 108514940 2219577344 514002 33554432000 4194304 5796924 140735240525248 140735240522888 4592073 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 541889 514002 156 392 0 541488 0
Current children cumulated CPU time (s) 1362.09
Current children cumulated vsize (KiB) 2167556

[startup+1422.3 s]
/proc/loadavg: 2.21 2.16 2.17 3/178 11791
/proc/meminfo: memFree=28268404/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=3089792 CPUtime=1422.08 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 109646 0 0 0 142087 121 0 0 20 0 1 0 108514940 3163947008 549842 33554432000 4194304 5796924 140735240525248 140735240522888 4592073 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 772448 549842 156 392 0 772047 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 3089792

[startup+1482.3 s]
/proc/loadavg: 2.18 2.16 2.17 3/177 11792
/proc/meminfo: memFree=28130584/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=3089792 CPUtime=1482.07 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 109712 0 0 0 148083 124 0 0 20 0 1 0 108514940 3163947008 583634 33554432000 4194304 5796924 140735240525248 140735240522888 4606771 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 772448 583634 156 392 0 772047 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 3089792

[startup+1542.31 s]
/proc/loadavg: 2.27 2.18 2.17 3/177 11793
/proc/meminfo: memFree=27997160/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=3089792 CPUtime=1542.06 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 109775 0 0 0 154080 126 0 0 20 0 1 0 108514940 3163947008 615890 33554432000 4194304 5796924 140735240525248 140735240522888 4592040 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 772448 615890 156 392 0 772047 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 3089792

[startup+1602.3 s]
/proc/loadavg: 2.17 2.17 2.17 3/176 11794
/proc/meminfo: memFree=27872920/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=3089792 CPUtime=1602.04 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 109835 0 0 0 160077 127 0 0 20 0 1 0 108514940 3163947008 646610 33554432000 4194304 5796924 140735240525248 140735240522888 4592059 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 772448 646610 156 392 0 772047 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 3089792

[startup+1662.3 s]
/proc/loadavg: 2.17 2.17 2.17 3/177 11796
/proc/meminfo: memFree=27722724/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=3089792 CPUtime=1662.03 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 109909 0 0 0 166074 129 0 0 20 0 1 0 108514940 3163947008 678866 33554432000 4194304 5796924 140735240525248 140735240522888 4606779 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 772448 678866 156 392 0 772047 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 3089792

[startup+1722.3 s]
/proc/loadavg: 2.16 2.17 2.17 3/177 11797
/proc/meminfo: memFree=27597712/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=3089792 CPUtime=1722.01 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 109983 0 0 0 172071 130 0 0 20 0 1 0 108514940 3163947008 710610 33554432000 4194304 5796924 140735240525248 140735240522888 4591930 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 772448 710610 156 392 0 772047 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 3089792

[startup+1782.3 s]
/proc/loadavg: 2.10 2.15 2.16 3/177 11798
/proc/meminfo: memFree=27474156/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=3089792 CPUtime=1782.01 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 110049 0 0 0 178069 132 0 0 20 0 1 0 108514940 3163947008 740818 33554432000 4194304 5796924 140735240525248 140735240522888 4592040 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 772448 740818 156 392 0 772047 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 3089792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.14 2.15 2.16 3/177 11799
/proc/meminfo: memFree=27433280/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=3089792 CPUtime=1800 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 110070 0 0 0 179868 132 0 0 20 0 1 0 108514940 3163947008 751570 33554432000 4194304 5796924 140735240525248 140735240522888 4606768 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 772448 751570 156 392 0 772047 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 3089792

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

[startup+1800.3 s]
/proc/loadavg: 2.14 2.15 2.16 3/177 11799
/proc/meminfo: memFree=27433280/32872528 swapFree=14956/1314940
[pid=11662] ppid=11659 vsize=3089792 CPUtime=1800 cores=0,2,4,6
/proc/11662/stat : 11662 (naps-1.02) R 11659 11662 10329 0 -1 4202496 110070 0 0 0 179868 132 0 0 20 0 1 0 108514940 3163947008 751570 33554432000 4194304 5796924 140735240525248 140735240522888 4606768 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/11662/statm: 772448 751570 156 392 0 772047 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 3089792

Child status: 0
Real time (s): 1800.34
CPU time (s): 1800.05
CPU user time (s): 1798.68
CPU system time (s): 1.37079
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 3648592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.68
system time used= 1.37079
maximum resident set size= 3048456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110082
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= 41
involuntary context switches= 1977

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.29804 second user time and 7.59384 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-07 04:17:00
IDJOB=4083195
IDBENCH=89840
IDSOLVER=2544
FILE ID=node131/4083195-1465265819
RUNJOBID= node131-1465254880-10345
PBS_JOBID= 19843271
Free space on /tmp= 71724 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-631710.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4083195-1465265819/watcher-4083195-1465265819 -o /tmp/evaluation-result-4083195-1465265819/solver-4083195-1465265819 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1465254880-10345 --watchdog 1960  naps-1.02 HOME/instance-4083195-1465265819.opb

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

MD5SUM BENCH= ba0215d19182fa8cb27dee737825dd09
RANDOM SEED=959040389

node131.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.395
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.79
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.395
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.395
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.395
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.395
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.395
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.395
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.395
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:        30184508 kB
Buffers:           86280 kB
Cached:           208492 kB
SwapCached:         5096 kB
Active:           419480 kB
Inactive:         207780 kB
Active(anon):     330248 kB
Inactive(anon):     4668 kB
Active(file):      89232 kB
Inactive(file):   203112 kB
Unevictable:     1314940 kB
Mlocked:           14956 kB
SwapTotal:      67108856 kB
SwapFree:       67096212 kB
Dirty:             13276 kB
Writeback:             0 kB
AnonPages:       1656404 kB
Mapped:             9056 kB
Shmem:                 0 kB
Slab:             600472 kB
SReclaimable:      44320 kB
SUnreclaim:       556152 kB
KernelStack:        1464 kB
PageTables:         7140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1793940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1470464 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= 71720 MiB
End job on node131 at 2016-06-07 04:47:00