Trace number 4105879

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.08 1800.35

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=160-sizeP=81-sizeQ=160-203099174-max.opb
MD5SUMe373f8acbb3a8da6f3b336b030bf2de6
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables13201
Total number of constraints38881
Number of constraints which are clauses38880
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint12960
Number of terms in the objective function 81
Biggest coefficient in the objective function 1208925819614629174706176
Number of bits for the biggest coefficient in the objective function 81
Sum of the numbers in the objective function 2417851639229258349412351
Number of bits of the sum of numbers in the objective function 81
Biggest number in a constraint 883423532389192164791648750371459257913741948437809479060803100646309888
Number of bits of the biggest number in a constraint 240
Biggest sum of numbers in a constraint 3533694129556768659166594778305965527968662855207593266623367657506383399
Number of bits of the biggest sum of numbers241
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.02/1800.30	c 
1800.02/1800.30	c *** TERMINATED *** by signal 15
1800.02/1800.30	s UNKNOWN
1800.02/1800.30	c _____________________________________________________________________________
1800.02/1800.30	c 
1800.02/1800.30	c std/band forms        : 0,1
1800.02/1800.30	c 2cl/3cl ITE-codings   : 0,966303
1800.02/1800.30	c BDD/srt/adr Max costs : 985043,0,0
1800.02/1800.30	c BDDraw/bin/mul/srt/adr: 1,0,0,0,0
1800.02/1800.30	c BDD nodes             : 985044
1800.02/1800.30	c Es1/CC detections     : 0,0
1800.02/1800.30	c SAT/UNSAT calls       : 0,0
1800.02/1800.30	c restarts              : 0
1800.02/1800.30	c conflicts             : 0              (0 /sec)
1800.02/1800.30	c decisions             : 0              (0 /sec)
1800.02/1800.30	c propagations          : 0              (0 /sec)
1800.02/1800.30	c inspects              : 0              (0 /sec)
1800.02/1800.30	c CPU time (solving tm) : 1800 s        (0 s)
1800.02/1800.30	c Time for Opt-base     : 0 s
1800.02/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-4105879-1467031397/watcher-4105879-1467031397 -o /tmp/evaluation-result-4105879-1467031397/solver-4105879-1467031397 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467023770-25717 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4105879-1467031397.opb 

pid=26629
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 Stack size limit: 81920 KiB
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: 81920 KiB


[startup+0 s]
/proc/loadavg: 2.22 2.21 2.18 3/177 26632
/proc/meminfo: memFree=27985904/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=6556 CPUtime=0 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 320 0 0 0 0 0 0 0 20 0 1 0 36178387 6713344 193 33554432000 4194304 5796924 140737339685568 140734672002264 5151211 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 1639 193 128 392 0 1238 0

[startup+0.100204 s]
/proc/loadavg: 2.22 2.21 2.18 3/177 26632
/proc/meminfo: memFree=27985904/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=7880 CPUtime=0.09 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 695 0 0 0 9 0 0 0 20 0 1 0 36178387 8069120 549 33554432000 4194304 5796924 140737339685568 140734672002264 4564240 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 1970 549 128 392 0 1569 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7880

[startup+0.20025 s]
/proc/loadavg: 2.22 2.21 2.18 3/177 26632
/proc/meminfo: memFree=27985904/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=9392 CPUtime=0.19 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 1105 0 0 0 19 0 0 0 20 0 1 0 36178387 9617408 934 33554432000 4194304 5796924 140737339685568 140734672002264 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 2348 934 128 392 0 1947 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9392

[startup+0.300259 s]
/proc/loadavg: 2.22 2.21 2.18 3/177 26632
/proc/meminfo: memFree=27985904/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=10980 CPUtime=0.29 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 1495 0 0 0 29 0 0 0 20 0 1 0 36178387 11243520 1300 33554432000 4194304 5796924 140737339685568 140734672002264 4326805 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 2745 1300 128 392 0 2344 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10980

[startup+0.700262 s]
/proc/loadavg: 2.22 2.21 2.18 3/177 26632
/proc/meminfo: memFree=27985904/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=20416 CPUtime=0.69 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 4176 0 0 0 68 1 0 0 20 0 1 0 36178387 20905984 3688 33554432000 4194304 5796924 140737339685568 140734672002264 4805616 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 5104 3688 132 392 0 4703 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20416

[startup+1.50026 s]
/proc/loadavg: 2.22 2.21 2.18 3/178 26633
/proc/meminfo: memFree=27897920/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=64212 CPUtime=1.49 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 15153 0 0 0 147 2 0 0 20 0 1 0 36178387 65753088 14665 33554432000 4194304 5796924 140737339685568 140737339685224 5094403 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 16053 14665 140 392 0 15652 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64212

[startup+3.10025 s]
/proc/loadavg: 2.22 2.21 2.18 3/178 26633
/proc/meminfo: memFree=27778632/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=137816 CPUtime=3.09 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 33541 0 0 0 304 5 0 0 20 0 1 0 36178387 141123584 33069 33554432000 4194304 5796924 140737339685568 140737327991624 4261418 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 34454 33069 140 392 0 34053 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 137816

[startup+6.30027 s]
/proc/loadavg: 2.20 2.21 2.18 3/178 26633
/proc/meminfo: memFree=27459576/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=287768 CPUtime=6.29 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 68773 0 0 0 617 12 0 0 20 0 1 0 36178387 294674432 70197 33554432000 4194304 5796924 140737339685568 140737330695576 5188119 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 71942 69287 140 392 0 71541 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 287768

[startup+12.7002 s]
/proc/loadavg: 2.18 2.20 2.18 3/178 26633
/proc/meminfo: memFree=27071528/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=564008 CPUtime=12.69 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 136633 0 0 0 1248 21 0 0 20 0 1 0 36178387 577544192 138702 33554432000 4194304 5796924 140737339685568 140737335183560 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 141002 138702 140 392 0 140601 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 564008

[startup+25.5004 s]
/proc/loadavg: 2.21 2.21 2.18 3/178 26633
/proc/meminfo: memFree=25451072/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=1120288 CPUtime=25.49 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207753 0 0 0 2511 38 0 0 20 0 1 0 36178387 1147174912 263492 33554432000 4194304 5796924 140737339685568 140737339683960 4592067 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 280072 263492 155 392 0 279671 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1120288

[startup+51.1004 s]
/proc/loadavg: 2.14 2.19 2.18 4/178 26634
/proc/meminfo: memFree=25447224/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=1120288 CPUtime=51.08 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207755 0 0 0 5070 38 0 0 20 0 1 0 36178387 1147174912 264516 33554432000 4194304 5796924 140737339685568 140737339683960 4591895 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 280072 264516 155 392 0 279671 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1120288

[startup+102.3 s]
/proc/loadavg: 2.22 2.21 2.18 4/177 26635
/proc/meminfo: memFree=25441336/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=1120288 CPUtime=102.28 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207758 0 0 0 10190 38 0 0 20 0 1 0 36178387 1147174912 266052 33554432000 4194304 5796924 140737339685568 140737339683960 4592014 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 280072 266052 155 392 0 279671 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1120288

[startup+162.3 s]
/proc/loadavg: 2.40 2.26 2.20 3/177 26636
/proc/meminfo: memFree=25432536/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=1120288 CPUtime=162.26 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207762 0 0 0 16188 38 0 0 20 0 1 0 36178387 1147174912 268100 33554432000 4194304 5796924 140737339685568 140737339683960 4592031 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 280072 268100 155 392 0 279671 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1120288

[startup+222.307 s]
/proc/loadavg: 2.30 2.25 2.19 3/177 26637
/proc/meminfo: memFree=25424348/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=1120288 CPUtime=222.26 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207766 0 0 0 22188 38 0 0 20 0 1 0 36178387 1147174912 270148 33554432000 4194304 5796924 140737339685568 140737339683960 4591865 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 280072 270148 155 392 0 279671 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1120288

[startup+282.3 s]
/proc/loadavg: 2.30 2.26 2.20 3/177 26638
/proc/meminfo: memFree=25415780/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=1120288 CPUtime=282.25 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207770 0 0 0 28186 39 0 0 20 0 1 0 36178387 1147174912 272196 33554432000 4194304 5796924 140737339685568 140737339683960 4591848 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 280072 272196 155 392 0 279671 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1120288

[startup+342.3 s]
/proc/loadavg: 2.37 2.29 2.21 3/177 26639
/proc/meminfo: memFree=25407712/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=1120288 CPUtime=342.24 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207773 0 0 0 34185 39 0 0 20 0 1 0 36178387 1147174912 273732 33554432000 4194304 5796924 140737339685568 140737339683960 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 280072 273732 155 392 0 279671 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1120288

[startup+402.3 s]
/proc/loadavg: 2.23 2.26 2.20 3/177 26641
/proc/meminfo: memFree=25401192/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=1120288 CPUtime=402.23 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207838 0 0 0 40184 39 0 0 20 0 1 0 36178387 1147174912 275330 33554432000 4194304 5796924 140737339685568 140737339683960 4592014 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 280072 275330 163 392 0 279671 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1120288

[startup+462.3 s]
/proc/loadavg: 2.28 2.27 2.20 4/178 26645
/proc/meminfo: memFree=25398316/32872528 swapFree=1541160/1696504
[pid=26632] ppid=26629 vsize=1201676 CPUtime=462.22 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207955 0 0 0 46183 39 0 0 20 0 1 0 36178387 1230516224 275958 33554432000 4194304 5796924 140737339685568 140737339683208 4594694 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 300419 275958 165 392 0 300018 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1201676

[startup+522.3 s]
/proc/loadavg: 2.37 2.30 2.21 3/177 26646
/proc/meminfo: memFree=25398448/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=1201676 CPUtime=522.21 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207955 0 0 0 52182 39 0 0 20 0 1 0 36178387 1230516224 275958 33554432000 4194304 5796924 140737339685568 140737339683208 4592031 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 300419 275958 165 392 0 300018 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1201676

[startup+582.3 s]
/proc/loadavg: 2.27 2.28 2.21 3/177 26647
/proc/meminfo: memFree=25396532/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=1201676 CPUtime=582.2 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207955 0 0 0 58181 39 0 0 20 0 1 0 36178387 1230516224 275958 33554432000 4194304 5796924 140737339685568 140737339683208 4592014 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 300419 275958 165 392 0 300018 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1201676

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


[startup+942.3 s]
/proc/loadavg: 2.32 2.29 2.22 3/177 26654
/proc/meminfo: memFree=25389980/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=1201676 CPUtime=942.15 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207957 0 0 0 94176 39 0 0 20 0 1 0 36178387 1230516224 276982 33554432000 4194304 5796924 140737339685568 140737339683208 4592000 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 300419 276982 165 392 0 300018 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 1201676

[startup+1002.3 s]
/proc/loadavg: 2.19 2.26 2.21 4/177 26656
/proc/meminfo: memFree=25388144/32872528 swapFree=1541160/1696504
[pid=26632] ppid=26629 vsize=1201676 CPUtime=1002.14 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207958 0 0 0 100175 39 0 0 20 0 1 0 36178387 1230516224 277494 33554432000 4194304 5796924 140737339685568 140737339683208 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 300419 277494 165 392 0 300018 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 1201676

[startup+1062.3 s]
/proc/loadavg: 2.21 2.26 2.21 3/178 26660
/proc/meminfo: memFree=25385764/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=1201676 CPUtime=1062.13 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207958 0 0 0 106174 39 0 0 20 0 1 0 36178387 1230516224 277494 33554432000 4194304 5796924 140737339685568 140737339683208 4592560 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 300419 277494 165 392 0 300018 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 1201676

[startup+1122.3 s]
/proc/loadavg: 2.16 2.24 2.20 3/178 26684
/proc/meminfo: memFree=25385680/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=1201676 CPUtime=1122.12 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207958 0 0 0 112173 39 0 0 20 0 1 0 36178387 1230516224 277494 33554432000 4194304 5796924 140737339685568 140737339683208 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 300419 277494 165 392 0 300018 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 1201676

[startup+1182.3 s]
/proc/loadavg: 2.24 2.25 2.21 3/177 26685
/proc/meminfo: memFree=25385708/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=1201676 CPUtime=1182.11 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207958 0 0 0 118172 39 0 0 20 0 1 0 36178387 1230516224 277494 33554432000 4194304 5796924 140737339685568 140737339683208 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 300419 277494 165 392 0 300018 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 1201676

[startup+1242.3 s]
/proc/loadavg: 2.29 2.26 2.21 3/177 26686
/proc/meminfo: memFree=25385364/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=1201676 CPUtime=1242.1 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207958 0 0 0 124171 39 0 0 20 0 1 0 36178387 1230516224 277494 33554432000 4194304 5796924 140737339685568 140737339683208 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 300419 277494 165 392 0 300018 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 1201676

[startup+1302.3 s]
/proc/loadavg: 2.27 2.26 2.21 4/177 26688
/proc/meminfo: memFree=25382840/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=1201676 CPUtime=1302.09 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207958 0 0 0 130170 39 0 0 20 0 1 0 36178387 1230516224 277494 33554432000 4194304 5796924 140737339685568 140737339683208 4592620 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 300419 277494 165 392 0 300018 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1201676

[startup+1362.3 s]
/proc/loadavg: 2.22 2.25 2.21 3/177 26689
/proc/meminfo: memFree=25383104/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=1201676 CPUtime=1362.08 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207958 0 0 0 136169 39 0 0 20 0 1 0 36178387 1230516224 277494 33554432000 4194304 5796924 140737339685568 140737339683208 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 300419 277494 165 392 0 300018 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 1201676

[startup+1422.3 s]
/proc/loadavg: 2.36 2.29 2.22 3/177 26690
/proc/meminfo: memFree=25380964/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=1201676 CPUtime=1422.09 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207959 0 0 0 142169 40 0 0 20 0 1 0 36178387 1230516224 278006 33554432000 4194304 5796924 140737339685568 140737339683208 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 300419 278006 165 392 0 300018 0
Current children cumulated CPU time (s) 1422.09
Current children cumulated vsize (KiB) 1201676

[startup+1482.3 s]
/proc/loadavg: 2.32 2.30 2.23 3/177 26691
/proc/meminfo: memFree=25379324/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=1201676 CPUtime=1482.07 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207959 0 0 0 148167 40 0 0 20 0 1 0 36178387 1230516224 278006 33554432000 4194304 5796924 140737339685568 140737339683208 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 300419 278006 165 392 0 300018 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 1201676

[startup+1542.31 s]
/proc/loadavg: 2.30 2.30 2.23 3/177 26692
/proc/meminfo: memFree=25379964/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=1201676 CPUtime=1542.07 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207959 0 0 0 154167 40 0 0 20 0 1 0 36178387 1230516224 278006 33554432000 4194304 5796924 140737339685568 140737339683208 4592059 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 300419 278006 165 392 0 300018 0
Current children cumulated CPU time (s) 1542.07
Current children cumulated vsize (KiB) 1201676

[startup+1602.3 s]
/proc/loadavg: 2.38 2.32 2.24 3/177 26694
/proc/meminfo: memFree=25379496/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=1201676 CPUtime=1602.05 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207959 0 0 0 160165 40 0 0 20 0 1 0 36178387 1230516224 278006 33554432000 4194304 5796924 140737339685568 140737339683208 4592031 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 300419 278006 165 392 0 300018 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 1201676

[startup+1662.3 s]
/proc/loadavg: 2.32 2.32 2.25 3/178 26698
/proc/meminfo: memFree=25379560/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=1201676 CPUtime=1662.04 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207959 0 0 0 166164 40 0 0 20 0 1 0 36178387 1230516224 278006 33554432000 4194304 5796924 140737339685568 140737339683208 4592059 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 300419 278006 165 392 0 300018 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 1201676

[startup+1722.3 s]
/proc/loadavg: 2.23 2.30 2.24 3/177 26699
/proc/meminfo: memFree=25378796/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=1201676 CPUtime=1722.03 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207959 0 0 0 172163 40 0 0 20 0 1 0 36178387 1230516224 278006 33554432000 4194304 5796924 140737339685568 140737339683208 4592304 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 300419 278006 165 392 0 300018 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 1201676

[startup+1782.3 s]
/proc/loadavg: 2.22 2.29 2.24 4/177 26746
/proc/meminfo: memFree=28557436/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=1201676 CPUtime=1782.02 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207960 0 0 0 178162 40 0 0 20 0 1 0 36178387 1230516224 278527 33554432000 4194304 5796924 140737339685568 140737339683208 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 300419 278527 165 392 0 300018 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 1201676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.16 2.27 2.24 3/177 26746
/proc/meminfo: memFree=28326828/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=1201676 CPUtime=1800.02 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207960 0 0 0 179962 40 0 0 20 0 1 0 36178387 1230516224 278527 33554432000 4194304 5796924 140737339685568 140737339683208 4592059 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 300419 278527 165 392 0 300018 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1201676

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

[startup+1800.3 s]
/proc/loadavg: 2.16 2.27 2.24 3/177 26746
/proc/meminfo: memFree=28326828/32872528 swapFree=1541156/1696500
[pid=26632] ppid=26629 vsize=1201676 CPUtime=1800.02 cores=1,3,5,7
/proc/26632/stat : 26632 (naps-1.02) R 26629 26632 25700 0 -1 4202496 207960 0 0 0 179962 40 0 0 20 0 1 0 36178387 1230516224 278527 33554432000 4194304 5796924 140737339685568 140737339683208 4592059 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26632/statm: 300419 278527 165 392 0 300018 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1201676

Child status: 0
Real time (s): 1800.35
CPU time (s): 1800.08
CPU user time (s): 1799.63
CPU system time (s): 0.452931
CPU usage (%): 99.9848
Max. virtual memory (cumulated for all children) (KiB): 1201676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.452931
maximum resident set size= 1114156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207972
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= 3
involuntary context switches= 1854

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.6063 second user time and 6.94894 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-27 14:43:17
IDJOB=4105879
IDBENCH=3047
IDSOLVER=2544
FILE ID=node125/4105879-1467031397
RUNJOBID= node125-1467023770-25717
PBS_JOBID= 19976985
Free space on /tmp= 71732 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=160-sizeP=81-sizeQ=160-203099174-max.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105879-1467031397/watcher-4105879-1467031397 -o /tmp/evaluation-result-4105879-1467031397/solver-4105879-1467031397 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467023770-25717 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4105879-1467031397.opb

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

MD5SUM BENCH= e373f8acbb3a8da6f3b336b030bf2de6
RANDOM SEED=1880311953

node125.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		: 2667.021
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	: 5334.04
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		: 2667.021
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		: 2667.021
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		: 2667.021
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		: 2667.021
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		: 2667.021
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		: 2667.021
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		: 2667.021
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:        27987448 kB
Buffers:          117900 kB
Cached:           158764 kB
SwapCached:         2112 kB
Active:          2255672 kB
Inactive:         190608 kB
Active(anon):    2170848 kB
Inactive(anon):     1092 kB
Active(file):      84824 kB
Inactive(file):   189516 kB
Unevictable:     1696500 kB
Mlocked:         1541156 kB
SwapTotal:      67108856 kB
SwapFree:       67098720 kB
Dirty:              6452 kB
Writeback:             0 kB
AnonPages:       3865484 kB
Mapped:             8772 kB
Shmem:                 0 kB
Slab:             602840 kB
SReclaimable:      46028 kB
SUnreclaim:       556812 kB
KernelStack:        1448 kB
PageTables:        11716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3991424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    243712 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= 71684 MiB
End job on node125 at 2016-06-27 15:13:17