Trace number 4082110

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS 1.02? (TO) 1800.02 1800.41

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-167.opb
MD5SUM7cf213338254036b9868078970e2a948
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 variables106196
Total number of constraints2493137
Number of constraints which are clauses2239038
Number of constraints which are cardinality constraints (but not clauses)8063
Number of constraints which are nor clauses,nor cardinality constraints246036
Minimum length of a constraint1
Maximum length of a constraint1485
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 1486
Number of bits of the biggest sum of numbers11
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.40	c 
1800.00/1800.40	c *** TERMINATED *** by signal 15
1800.00/1800.40	s UNKNOWN
1800.00/1800.40	c _____________________________________________________________________________
1800.00/1800.40	c 
1800.00/1800.40	c std/band forms        : 252637,1
1800.00/1800.40	c 2cl/3cl ITE-codings   : 258849,19
1800.00/1800.40	c BDD/srt/adr Max costs : 30,0,0
1800.00/1800.40	c BDDraw/bin/mul/srt/adr: 252638,0,0,0,0
1800.00/1800.40	c BDD nodes             : 1515076
1800.00/1800.40	c Es1/CC detections     : 0,0
1800.00/1800.40	c SAT/UNSAT calls       : 0,0
1800.00/1800.40	c restarts              : 0
1800.00/1800.40	c conflicts             : 0              (0 /sec)
1800.00/1800.40	c decisions             : 0              (0 /sec)
1800.00/1800.40	c propagations          : 0              (0 /sec)
1800.00/1800.40	c inspects              : 0              (0 /sec)
1800.00/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.00/1800.40	c Time for Opt-base     : 0 s
1800.00/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-4082110-1465263031/watcher-4082110-1465263031 -o /tmp/evaluation-result-4082110-1465263031/solver-4082110-1465263031 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465244211-28760 --watchdog 1960 naps-1.02 HOME/instance-4082110-1465263031.opb 

pid=1442
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.16 2.09 2.07 3/178 1445
/proc/meminfo: memFree=31001344/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=6416 CPUtime=0 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 290 0 0 0 0 0 0 0 20 0 1 0 108235925 6569984 164 33554432000 4194304 5796924 140736464452896 140734265667800 5183584 0 0 4096 17954 0 0 0 17 1 0 0 0 0 0
/proc/1445/statm: 1604 164 126 392 0 1203 0

[startup+0.10016 s]
/proc/loadavg: 2.16 2.09 2.07 3/178 1445
/proc/meminfo: memFree=31001344/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=7408 CPUtime=0.09 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 602 0 0 0 9 0 0 0 20 0 1 0 108235925 7585792 470 33554432000 4194304 5796924 140736464452896 140734265667800 4404063 0 0 4096 17954 0 0 0 17 1 0 0 0 0 0
/proc/1445/statm: 1852 470 128 392 0 1451 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7408

[startup+0.200384 s]
/proc/loadavg: 2.16 2.09 2.07 3/178 1445
/proc/meminfo: memFree=31001344/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=8764 CPUtime=0.19 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 945 0 0 0 19 0 0 0 20 0 1 0 108235925 8974336 797 33554432000 4194304 5796924 140736464452896 140734265667800 5092653 0 0 4096 17954 0 0 0 17 1 0 0 0 0 0
/proc/1445/statm: 2191 797 128 392 0 1790 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8764

[startup+0.300361 s]
/proc/loadavg: 2.16 2.09 2.07 3/178 1445
/proc/meminfo: memFree=31001344/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=9840 CPUtime=0.29 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 1276 0 0 0 29 0 0 0 20 0 1 0 108235925 10076160 1115 33554432000 4194304 5796924 140736464452896 140734265667800 5092425 0 0 4096 17954 0 0 0 17 1 0 0 0 0 0
/proc/1445/statm: 2460 1115 128 392 0 2059 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9840

[startup+0.700196 s]
/proc/loadavg: 2.16 2.09 2.07 3/178 1445
/proc/meminfo: memFree=31001344/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=14516 CPUtime=0.68 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 2577 0 0 0 68 0 0 0 20 0 1 0 108235925 14864384 2873 33554432000 4194304 5796924 140736464452896 140736464452264 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 3629 2873 128 392 0 3228 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 14516

[startup+1.50028 s]
/proc/loadavg: 2.16 2.09 2.07 3/179 1446
/proc/meminfo: memFree=30988396/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=23796 CPUtime=1.48 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 5012 0 0 0 147 1 0 0 20 0 1 0 108235925 24367104 5137 33554432000 4194304 5796924 140736464452896 140736464452120 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 5949 5137 128 392 0 5548 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 23796

[startup+3.10025 s]
/proc/loadavg: 2.15 2.09 2.07 3/179 1446
/proc/meminfo: memFree=30976924/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=42776 CPUtime=3.09 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 10098 0 0 0 306 3 0 0 20 0 1 0 108235925 43802624 9930 33554432000 4194304 5796924 140736464452896 140736464452120 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 10694 9930 128 392 0 10293 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42776

[startup+6.30023 s]
/proc/loadavg: 2.15 2.09 2.07 3/179 1446
/proc/meminfo: memFree=30934364/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=88284 CPUtime=6.28 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 20561 0 0 0 623 5 0 0 20 0 1 0 108235925 90402816 20158 33554432000 4194304 5796924 140736464452896 140736464452264 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 22071 20158 128 392 0 21670 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 88284

[startup+12.7003 s]
/proc/loadavg: 2.13 2.08 2.06 3/179 1446
/proc/meminfo: memFree=30848432/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=164760 CPUtime=12.69 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 38449 0 0 0 1258 11 0 0 20 0 1 0 108235925 168714240 40053 33554432000 4194304 5796924 140736464452896 140736464452120 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 41190 40053 128 392 0 40789 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 164760

[startup+25.5003 s]
/proc/loadavg: 2.10 2.08 2.06 3/179 1446
/proc/meminfo: memFree=30674436/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=345784 CPUtime=25.48 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 73239 0 0 0 2529 19 0 0 20 0 1 0 108235925 354082816 81390 33554432000 4194304 5796924 140736464452896 140736464452120 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 86446 81390 128 392 0 86045 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 345784

[startup+51.1003 s]
/proc/loadavg: 2.07 2.07 2.06 3/178 1446
/proc/meminfo: memFree=30452620/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=571620 CPUtime=51.08 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 122723 0 0 0 5077 31 0 0 20 0 1 0 108235925 585338880 134174 33554432000 4194304 5796924 140736464452896 140736464447464 4201410 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 142905 134174 140 392 0 142504 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 571620

[startup+102.3 s]
/proc/loadavg: 2.07 2.07 2.06 3/178 1448
/proc/meminfo: memFree=30296216/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=763392 CPUtime=102.27 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 140883 0 0 0 10188 39 0 0 20 0 1 0 108235925 781713408 177545 33554432000 4194304 5796924 140736464452896 140736464450360 4607194 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 190848 177545 166 392 0 190447 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 763392

[startup+162.3 s]
/proc/loadavg: 2.06 2.07 2.06 3/178 1449
/proc/meminfo: memFree=30273916/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=763392 CPUtime=162.26 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 142003 0 0 0 16183 43 0 0 20 0 1 0 108235925 781713408 177974 33554432000 4194304 5796924 140736464452896 140736464450360 4607258 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 190848 177974 166 392 0 190447 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 763392

[startup+222.308 s]
/proc/loadavg: 2.16 2.10 2.07 3/178 1450
/proc/meminfo: memFree=30280872/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=893620 CPUtime=222.26 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 144056 0 0 0 22178 48 0 0 20 0 1 0 108235925 915066880 184931 33554432000 4194304 5796924 140736464452896 140736464450536 4627201 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 223405 184931 166 392 0 223004 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 893620

[startup+282.3 s]
/proc/loadavg: 2.06 2.08 2.07 3/178 1451
/proc/meminfo: memFree=30265632/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=763392 CPUtime=282.25 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 144959 0 0 0 28173 52 0 0 20 0 1 0 108235925 781713408 179203 33554432000 4194304 5796924 140736464452896 140736464450360 4568961 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 190848 179203 166 392 0 190447 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 763392

[startup+342.3 s]
/proc/loadavg: 2.02 2.06 2.06 3/178 1452
/proc/meminfo: memFree=30276304/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=813480 CPUtime=342.24 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 146022 0 0 0 34169 55 0 0 20 0 1 0 108235925 833003520 179960 33554432000 4194304 5796924 140736464452896 140736464450536 4607232 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 203370 179960 166 392 0 202969 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 813480

[startup+402.3 s]
/proc/loadavg: 2.08 2.07 2.06 3/177 1453
/proc/meminfo: memFree=30250660/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=813480 CPUtime=402.21 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 146863 0 0 0 40163 58 0 0 20 0 1 0 108235925 833003520 181503 33554432000 4194304 5796924 140736464452896 140736464450536 4607255 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 203370 181503 166 392 0 202969 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 813480

[startup+462.3 s]
/proc/loadavg: 2.03 2.05 2.05 3/178 1455
/proc/meminfo: memFree=30286484/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=763392 CPUtime=462.18 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 148201 0 0 0 46156 62 0 0 20 0 1 0 108235925 781713408 176097 33554432000 4194304 5796924 140736464452896 140736464450360 4606755 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 190848 176097 166 392 0 190447 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 763392

[startup+522.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/178 1456
/proc/meminfo: memFree=30242772/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=813480 CPUtime=522.16 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 148561 0 0 0 52153 63 0 0 20 0 1 0 108235925 833003520 183069 33554432000 4194304 5796924 140736464452896 140736464450536 4606480 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 203370 183069 166 392 0 202969 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 813480

[startup+582.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/179 1460
/proc/meminfo: memFree=30248356/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=813480 CPUtime=582.13 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 149410 0 0 0 58147 66 0 0 20 0 1 0 108235925 833003520 183547 33554432000 4194304 5796924 140736464452896 140736464450536 4606708 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 203370 183547 166 392 0 202969 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 813480


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


[startup+882.308 s]
/proc/loadavg: 2.16 2.10 2.06 3/179 1690
/proc/meminfo: memFree=30165788/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=818684 CPUtime=882.07 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 153830 0 0 0 88129 78 0 0 20 0 1 0 108235925 838332416 183458 33554432000 4194304 5796924 140736464452896 140736464450536 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 204671 183458 166 392 0 204270 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 818684

[startup+942.3 s]
/proc/loadavg: 2.06 2.08 2.05 3/178 1790
/proc/meminfo: memFree=30238004/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=818684 CPUtime=942.05 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 153847 0 0 0 94127 78 0 0 20 0 1 0 108235925 838332416 188074 33554432000 4194304 5796924 140736464452896 140736464450536 4606771 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 204671 188074 166 392 0 204270 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 818684

[startup+1002.3 s]
/proc/loadavg: 2.06 2.08 2.05 3/178 1791
/proc/meminfo: memFree=30202304/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=818684 CPUtime=1002.05 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 154682 0 0 0 100124 81 0 0 20 0 1 0 108235925 838332416 184514 33554432000 4194304 5796924 140736464452896 140736464450536 4606534 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 204671 184514 166 392 0 204270 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 818684

[startup+1062.3 s]
/proc/loadavg: 2.02 2.06 2.05 3/178 1793
/proc/meminfo: memFree=30218316/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=819728 CPUtime=1062.03 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 154893 0 0 0 106122 81 0 0 20 0 1 0 108235925 839401472 189324 33554432000 4194304 5796924 140736464452896 140736464450008 4606708 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 204932 189324 166 392 0 204531 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 819728

[startup+1122.3 s]
/proc/loadavg: 2.01 2.05 2.04 3/178 1794
/proc/meminfo: memFree=30193292/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=819728 CPUtime=1122.03 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 155734 0 0 0 112119 84 0 0 20 0 1 0 108235925 839401472 185768 33554432000 4194304 5796924 140736464452896 140736464450536 4606552 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 204932 185768 166 392 0 204531 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 819728

[startup+1182.3 s]
/proc/loadavg: 2.00 2.04 2.04 3/179 1800
/proc/meminfo: memFree=30215152/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=820724 CPUtime=1182.02 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 155944 0 0 0 118118 84 0 0 20 0 1 0 108235925 840421376 189555 33554432000 4194304 5796924 140736464452896 140736464450008 4607168 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 205181 189555 166 392 0 204780 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 820724

[startup+1242.3 s]
/proc/loadavg: 2.08 2.04 2.04 3/178 1802
/proc/meminfo: memFree=30177516/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=820724 CPUtime=1242.01 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 156768 0 0 0 124115 86 0 0 20 0 1 0 108235925 840421376 186497 33554432000 4194304 5796924 140736464452896 140736464450536 4606789 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 205181 186497 166 392 0 204780 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 820724

[startup+1302.3 s]
/proc/loadavg: 2.18 2.08 2.05 3/178 1804
/proc/meminfo: memFree=30210256/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=821436 CPUtime=1302 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 156959 0 0 0 130113 87 0 0 20 0 1 0 108235925 841150464 190776 33554432000 4194304 5796924 140736464452896 140736464450008 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 205359 190776 166 392 0 204958 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 821436

[startup+1362.3 s]
/proc/loadavg: 2.18 2.11 2.06 3/178 1808
/proc/meminfo: memFree=30188852/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=821436 CPUtime=1361.99 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 157785 0 0 0 136110 89 0 0 20 0 1 0 108235925 841150464 186179 33554432000 4194304 5796924 140736464452896 140736464450536 4607201 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 205359 186179 166 392 0 204958 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 821436

[startup+1422.3 s]
/proc/loadavg: 2.15 2.11 2.06 3/178 1811
/proc/meminfo: memFree=30175344/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=823324 CPUtime=1421.99 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 158169 0 0 0 142109 90 0 0 20 0 1 0 108235925 843083776 190140 33554432000 4194304 5796924 140736464452896 140736464450008 4606799 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 205831 190140 166 392 0 205430 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 823324

[startup+1482.3 s]
/proc/loadavg: 2.17 2.12 2.07 3/178 1812
/proc/meminfo: memFree=30188428/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=823608 CPUtime=1481.96 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 159077 0 0 0 148104 92 0 0 20 0 1 0 108235925 843374592 186006 33554432000 4194304 5796924 140736464452896 140736464450536 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 205902 186006 166 392 0 205501 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 823608

[startup+1542.31 s]
/proc/loadavg: 2.11 2.11 2.07 3/178 1813
/proc/meminfo: memFree=30170784/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=824248 CPUtime=1541.95 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 159219 0 0 0 154102 93 0 0 20 0 1 0 108235925 844029952 190723 33554432000 4194304 5796924 140736464452896 140736464450008 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 206062 190723 166 392 0 205661 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 824248

[startup+1602.3 s]
/proc/loadavg: 2.09 2.10 2.07 3/178 1814
/proc/meminfo: memFree=30237036/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=774728 CPUtime=1601.93 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 159861 0 0 0 160099 94 0 0 20 0 1 0 108235925 793321472 183906 33554432000 4194304 5796924 140736464452896 140736464450360 4606779 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 193682 183906 166 392 0 193281 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 774728

[startup+1662.3 s]
/proc/loadavg: 2.20 2.13 2.08 3/178 1816
/proc/meminfo: memFree=30180260/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=825008 CPUtime=1661.93 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 160212 0 0 0 166098 95 0 0 20 0 1 0 108235925 844808192 189360 33554432000 4194304 5796924 140736464452896 140736464450008 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 206252 189360 166 392 0 205851 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 825008

[startup+1722.3 s]
/proc/loadavg: 2.17 2.13 2.08 3/178 1817
/proc/meminfo: memFree=30201308/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=825008 CPUtime=1721.92 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 160223 0 0 0 172097 95 0 0 20 0 1 0 108235925 844808192 192948 33554432000 4194304 5796924 140736464452896 140736464450008 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 206252 192948 166 392 0 205851 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 825008

[startup+1782.3 s]
/proc/loadavg: 2.19 2.14 2.09 3/179 1821
/proc/meminfo: memFree=30143952/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=825908 CPUtime=1781.91 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 161200 0 0 0 178094 97 0 0 20 0 1 0 108235925 845729792 187483 33554432000 4194304 5796924 140736464452896 140736464450536 4607192 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 206477 187483 166 392 0 206076 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 825908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.13 2.13 2.08 3/179 1821
/proc/meminfo: memFree=30167468/32872528 swapFree=12328/568296
[pid=1445] ppid=1442 vsize=825908 CPUtime=1800 cores=1,3,5,7
/proc/1445/stat : 1445 (naps-1.02) R 1442 1445 28743 0 -1 4202496 161203 0 0 0 179903 97 0 0 20 0 1 0 108235925 845729792 189019 33554432000 4194304 5796924 140736464452896 140736464450536 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/1445/statm: 206477 189019 166 392 0 206076 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 825908

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 1445 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.02
CPU user time (s): 1799.04
CPU system time (s): 0.98585
CPU usage (%): 99.9786
Max. virtual memory (cumulated for all children) (KiB): 906048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.04
system time used= 0.98585
maximum resident set size= 843752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161215
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= 207
involuntary context switches= 2173

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.66499 second user time and 9.13561 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-07 03:30:33
IDJOB=4082110
IDBENCH=89731
IDSOLVER=2544
FILE ID=node138/4082110-1465263031
RUNJOBID= node138-1465244211-28760
PBS_JOBID= 19843251
Free space on /tmp= 71628 MiB

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

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

MD5SUM BENCH= 7cf213338254036b9868078970e2a948
RANDOM SEED=2025338453

node138.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.807
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.807
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.807
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.807
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.807
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.807
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.807
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.807
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31005096 kB
Buffers:           51964 kB
Cached:           300552 kB
SwapCached:        46756 kB
Active:           370364 kB
Inactive:         199744 kB
Active(anon):     172444 kB
Inactive(anon):    47636 kB
Active(file):     197920 kB
Inactive(file):   152108 kB
Unevictable:      568296 kB
Mlocked:           12328 kB
SwapTotal:      67108856 kB
SwapFree:       67053588 kB
Dirty:            115164 kB
Writeback:             0 kB
AnonPages:        759284 kB
Mapped:             8960 kB
Shmem:                 0 kB
Slab:             577948 kB
SReclaimable:      21260 kB
SUnreclaim:       556688 kB
KernelStack:        1456 kB
PageTables:         5712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     890288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    733184 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= 71620 MiB
End job on node138 at 2016-06-07 04:00:34