Trace number 4082273

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.15 1800.43

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=220-sizeP=111-sizeQ=220-687342390-max.opb
MD5SUM80cd942b10c7098d47a9e31c7b11aaed
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 variables24751
Total number of constraints73261
Number of constraints which are clauses73260
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 constraint24420
Number of terms in the objective function 111
Biggest coefficient in the objective function 1298074214633706907132624082305024
Number of bits for the biggest coefficient in the objective function 111
Sum of the numbers in the objective function 2596148429267413814265248164610047
Number of bits of the sum of numbers in the objective function 111
Biggest number in a constraint 1093625362391505962186251113558810682676584715446606218212885303204976499599687961611756588511526912
Number of bits of the biggest number in a constraint 330
Biggest sum of numbers in a constraint 4374501449566023848745004454235241283418574603663113591819857963636207601588942656194290280593199415
Number of bits of the biggest sum of numbers331
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.01/1800.30	c 
1800.01/1800.30	c *** TERMINATED *** by signal 15
1800.01/1800.30	s UNKNOWN
1800.01/1800.30	c _____________________________________________________________________________
1800.01/1800.30	c 
1800.01/1800.30	c std/band forms        : 0,1
1800.01/1800.30	c 2cl/3cl ITE-codings   : 0,2498200
1800.01/1800.30	c BDD/srt/adr Max costs : 2533316,0,0
1800.01/1800.30	c BDDraw/bin/mul/srt/adr: 1,0,0,0,0
1800.01/1800.30	c BDD nodes             : 2533317
1800.01/1800.30	c Es1/CC detections     : 0,0
1800.01/1800.30	c SAT/UNSAT calls       : 0,0
1800.01/1800.30	c restarts              : 0
1800.01/1800.30	c conflicts             : 0              (0 /sec)
1800.01/1800.30	c decisions             : 0              (0 /sec)
1800.01/1800.30	c propagations          : 0              (0 /sec)
1800.01/1800.30	c inspects              : 0              (0 /sec)
1800.01/1800.30	c CPU time (solving tm) : 1799 s        (0 s)
1800.01/1800.30	c Time for Opt-base     : 0 s
1800.01/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-4082273-1467026785/watcher-4082273-1467026785 -o /tmp/evaluation-result-4082273-1467026785/solver-4082273-1467026785 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1467020147-25278 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4082273-1467026785.opb 

pid=26023
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.00 2.01 2.03 3/176 26026
/proc/meminfo: memFree=27490636/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=6552 CPUtime=0 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 320 0 0 0 0 0 0 0 20 0 1 0 35718550 6709248 194 33554432000 4194304 5796924 140734117384400 140736195008232 5151211 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 1638 194 128 392 0 1237 0

[startup+0.100163 s]
/proc/loadavg: 2.00 2.01 2.03 3/176 26026
/proc/meminfo: memFree=27490636/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=7868 CPUtime=0.09 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 691 0 0 0 9 0 0 0 20 0 1 0 35718550 8056832 545 33554432000 4194304 5796924 140734117384400 140736195008232 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 1967 545 128 392 0 1566 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7868

[startup+0.200289 s]
/proc/loadavg: 2.00 2.01 2.03 3/176 26026
/proc/meminfo: memFree=27490636/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=9424 CPUtime=0.19 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 1111 0 0 0 19 0 0 0 20 0 1 0 35718550 9650176 940 33554432000 4194304 5796924 140734117384400 140734117383672 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 2356 940 128 392 0 1955 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9424

[startup+0.30027 s]
/proc/loadavg: 2.00 2.01 2.03 3/176 26026
/proc/meminfo: memFree=27490636/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=10828 CPUtime=0.29 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 1491 0 0 0 29 0 0 0 20 0 1 0 35718550 11087872 1295 33554432000 4194304 5796924 140734117384400 140734117383672 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 2707 1295 128 392 0 2306 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10828

[startup+0.700238 s]
/proc/loadavg: 2.00 2.01 2.03 3/176 26026
/proc/meminfo: memFree=27490636/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=16216 CPUtime=0.69 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 2849 0 0 0 69 0 0 0 20 0 1 0 35718550 16605184 3013 33554432000 4194304 5796924 140734117384400 140734117383672 4642386 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 4054 3013 128 392 0 3653 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16216

[startup+1.50029 s]
/proc/loadavg: 2.00 2.01 2.03 3/177 26027
/proc/meminfo: memFree=27472336/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=32564 CPUtime=1.49 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 7565 0 0 0 148 1 0 0 20 0 1 0 35718550 33345536 7153 33554432000 4194304 5796924 140734117384400 140734117381560 4201815 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 8141 7153 132 392 0 7740 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32564

[startup+3.1003 s]
/proc/loadavg: 2.00 2.01 2.03 3/177 26027
/proc/meminfo: memFree=27461548/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=113648 CPUtime=3.09 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 27812 0 0 0 305 4 0 0 20 0 1 0 35718550 116375552 27400 33554432000 4194304 5796924 140734117384400 140734117384056 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 28412 27400 140 392 0 28011 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 113648

[startup+6.30029 s]
/proc/loadavg: 2.00 2.01 2.03 3/177 26027
/proc/meminfo: memFree=27270088/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=258860 CPUtime=6.28 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 63987 0 0 0 619 9 0 0 20 0 1 0 35718550 265072640 63608 33554432000 4194304 5796924 140734117384400 140734095106312 4425326 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 64715 63608 140 392 0 64314 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 258860

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.03 3/177 26027
/proc/meminfo: memFree=26984732/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=536912 CPUtime=12.69 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 132810 0 0 0 1250 19 0 0 20 0 1 0 35718550 549797888 133157 33554432000 4194304 5796924 140734117384400 140734099090088 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 134228 133157 140 392 0 133827 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 536912

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.03 3/177 26027
/proc/meminfo: memFree=26415820/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=1088980 CPUtime=25.49 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 262205 0 0 0 2509 40 0 0 20 0 1 0 35718550 1115115520 270995 33554432000 4194304 5796924 140734117384400 140734105998472 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 272245 270995 140 392 0 271844 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1088980

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.03 3/177 26027
/proc/meminfo: memFree=25014524/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=2696492 CPUtime=51.08 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 503164 0 0 0 5024 84 0 0 20 0 1 0 35718550 2761207808 645607 33554432000 4194304 5796924 140734117384400 140734116263608 4623737 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 674123 645607 141 392 0 673722 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2696492

[startup+102.3 s]
/proc/loadavg: 2.04 2.01 2.03 3/177 26028
/proc/meminfo: memFree=24772340/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=2876428 CPUtime=102.28 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 507348 0 0 0 10140 88 0 0 20 0 1 0 35718550 2945462272 679257 33554432000 4194304 5796924 140734117384400 140734117382792 4591861 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 719107 679257 155 392 0 718706 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2876428

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.02 3/177 26029
/proc/meminfo: memFree=24766036/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=3008688 CPUtime=162.27 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 507746 0 0 0 16137 90 0 0 20 0 1 0 35718550 3080896512 680677 33554432000 4194304 5796924 140734117384400 140734117382040 4592067 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 752172 680677 155 392 0 751771 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 3008688

[startup+222.308 s]
/proc/loadavg: 2.00 2.00 2.01 3/178 26034
/proc/meminfo: memFree=24763344/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=3008688 CPUtime=222.26 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 507747 0 0 0 22136 90 0 0 20 0 1 0 35718550 3080896512 681189 33554432000 4194304 5796924 140734117384400 140734117382040 4591861 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 752172 681189 155 392 0 751771 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 3008688

[startup+282.3 s]
/proc/loadavg: 2.04 2.01 2.01 3/177 26035
/proc/meminfo: memFree=24759572/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=3008688 CPUtime=282.25 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 507749 0 0 0 28135 90 0 0 20 0 1 0 35718550 3080896512 682213 33554432000 4194304 5796924 140734117384400 140734117382040 4592059 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 752172 682213 155 392 0 751771 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 3008688

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.01 3/177 26036
/proc/meminfo: memFree=24755496/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=3008688 CPUtime=342.24 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 507751 0 0 0 34134 90 0 0 20 0 1 0 35718550 3080896512 683237 33554432000 4194304 5796924 140734117384400 140734117382040 4592031 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 752172 683237 155 392 0 751771 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 3008688

[startup+402.3 s]
/proc/loadavg: 2.13 2.03 2.01 3/177 26037
/proc/meminfo: memFree=24753348/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=3008688 CPUtime=402.23 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 507752 0 0 0 40133 90 0 0 20 0 1 0 35718550 3080896512 683749 33554432000 4194304 5796924 140734117384400 140734117382040 4591861 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 752172 683749 155 392 0 751771 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 3008688

[startup+462.3 s]
/proc/loadavg: 2.05 2.03 2.01 3/177 26038
/proc/meminfo: memFree=24751444/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=3008688 CPUtime=462.22 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 507753 0 0 0 46132 90 0 0 20 0 1 0 35718550 3080896512 684261 33554432000 4194304 5796924 140734117384400 140734117382040 4591861 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 752172 684261 155 392 0 751771 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 3008688

[startup+522.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/177 26040
/proc/meminfo: memFree=24749180/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=3008688 CPUtime=522.21 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 507754 0 0 0 52131 90 0 0 20 0 1 0 35718550 3080896512 684773 33554432000 4194304 5796924 140734117384400 140734117382040 4591895 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 752172 684773 155 392 0 751771 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 3008688

[startup+582.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 26041
/proc/meminfo: memFree=24746784/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=3008688 CPUtime=582.2 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 507755 0 0 0 58130 90 0 0 20 0 1 0 35718550 3080896512 685285 33554432000 4194304 5796924 140734117384400 140734117382040 4592017 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 752172 685285 155 392 0 751771 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 3008688

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


[startup+942.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 26051
/proc/meminfo: memFree=24730744/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=3008688 CPUtime=942.14 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 507763 0 0 0 94124 90 0 0 20 0 1 0 35718550 3080896512 689381 33554432000 4194304 5796924 140734117384400 140734117382040 4592082 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 752172 689381 155 392 0 751771 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 3008688

[startup+1002.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/177 26052
/proc/meminfo: memFree=24730892/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=3008688 CPUtime=1002.13 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 507763 0 0 0 100123 90 0 0 20 0 1 0 35718550 3080896512 689381 33554432000 4194304 5796924 140734117384400 140734117382040 4591861 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 752172 689381 155 392 0 751771 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 3008688

[startup+1062.3 s]
/proc/loadavg: 2.09 2.05 2.00 3/177 26053
/proc/meminfo: memFree=24728740/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=3008688 CPUtime=1062.12 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 507764 0 0 0 106122 90 0 0 20 0 1 0 35718550 3080896512 689893 33554432000 4194304 5796924 140734117384400 140734117382040 4591861 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 752172 689893 155 392 0 751771 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 3008688

[startup+1122.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 26055
/proc/meminfo: memFree=24724488/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=3008688 CPUtime=1122.12 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 507766 0 0 0 112121 91 0 0 20 0 1 0 35718550 3080896512 690917 33554432000 4194304 5796924 140734117384400 140734117382040 4592067 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 752172 690917 155 392 0 751771 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 3008688

[startup+1182.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 26056
/proc/meminfo: memFree=24722184/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=3008688 CPUtime=1182.11 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 507767 0 0 0 118120 91 0 0 20 0 1 0 35718550 3080896512 691429 33554432000 4194304 5796924 140734117384400 140734117382040 4592031 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 752172 691429 155 392 0 751771 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 3008688

[startup+1242.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 26057
/proc/meminfo: memFree=24719540/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=3008688 CPUtime=1242.1 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 507768 0 0 0 124119 91 0 0 20 0 1 0 35718550 3080896512 691941 33554432000 4194304 5796924 140734117384400 140734117382040 4592160 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 752172 691941 155 392 0 751771 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 3008688

[startup+1302.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/177 26058
/proc/meminfo: memFree=24717884/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=3008688 CPUtime=1302.09 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 507769 0 0 0 130118 91 0 0 20 0 1 0 35718550 3080896512 692453 33554432000 4194304 5796924 140734117384400 140734117382040 4591871 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 752172 692453 155 392 0 751771 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 3008688

[startup+1362.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 26059
/proc/meminfo: memFree=24713816/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=3008688 CPUtime=1362.08 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 507771 0 0 0 136117 91 0 0 20 0 1 0 35718550 3080896512 693477 33554432000 4194304 5796924 140734117384400 140734117382040 4592632 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 752172 693477 155 392 0 751771 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 3008688

[startup+1422.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/178 26064
/proc/meminfo: memFree=24711288/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=3008688 CPUtime=1422.08 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 507772 0 0 0 142117 91 0 0 20 0 1 0 35718550 3080896512 693989 33554432000 4194304 5796924 140734117384400 140734117382040 4592304 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 752172 693989 155 392 0 751771 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 3008688

[startup+1482.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 26065
/proc/meminfo: memFree=24707528/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=3008688 CPUtime=1482.06 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 507774 0 0 0 148115 91 0 0 20 0 1 0 35718550 3080896512 695013 33554432000 4194304 5796924 140734117384400 140734117382040 4592160 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 752172 695013 155 392 0 751771 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 3008688

[startup+1542.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 26066
/proc/meminfo: memFree=24705756/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=3008688 CPUtime=1542.06 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 507775 0 0 0 154115 91 0 0 20 0 1 0 35718550 3080896512 695525 33554432000 4194304 5796924 140734117384400 140734117382040 4591992 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 752172 695525 155 392 0 751771 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 3008688

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 26067
/proc/meminfo: memFree=24701684/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=3008688 CPUtime=1602.04 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 507777 0 0 0 160113 91 0 0 20 0 1 0 35718550 3080896512 696549 33554432000 4194304 5796924 140734117384400 140734117382040 4592059 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 752172 696549 155 392 0 751771 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 3008688

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 26068
/proc/meminfo: memFree=24699728/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=3008688 CPUtime=1662.04 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 507778 0 0 0 166113 91 0 0 20 0 1 0 35718550 3080896512 697061 33554432000 4194304 5796924 140734117384400 140734117382040 4591861 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 752172 697061 155 392 0 751771 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 3008688

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 26116
/proc/meminfo: memFree=28429236/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=3008688 CPUtime=1722.03 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 507780 0 0 0 172112 91 0 0 20 0 1 0 35718550 3080896512 698085 33554432000 4194304 5796924 140734117384400 140734117382040 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 752172 698085 155 392 0 751771 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 3008688

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 4/177 26117
/proc/meminfo: memFree=27252836/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=3008688 CPUtime=1782.02 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 507781 0 0 0 178111 91 0 0 20 0 1 0 35718550 3080896512 698597 33554432000 4194304 5796924 140734117384400 140734117382040 4591848 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 752172 698597 155 392 0 751771 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 3008688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.03 2.01 2.00 4/177 26117
/proc/meminfo: memFree=27251476/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=3008688 CPUtime=1800.01 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202496 507782 0 0 0 179910 91 0 0 20 0 1 0 35718550 3080896512 699109 33554432000 4194304 5796924 140734117384400 140734117382040 4591861 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 752172 699109 155 392 0 751771 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3008688

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

[startup+1800.4 s]
/proc/loadavg: 2.03 2.01 2.00 4/177 26117
/proc/meminfo: memFree=27251476/32872528 swapFree=249752/274280
[pid=26026] ppid=26023 vsize=0 CPUtime=1800.11 cores=1,3,5,7
/proc/26026/stat : 26026 (naps-1.02) R 26023 26026 25261 0 -1 4202500 507794 0 0 0 179910 101 0 0 20 0 1 0 35718550 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26026/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1800.43
CPU time (s): 1800.15
CPU user time (s): 1799.11
CPU system time (s): 1.04384
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 3008688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 1.04384
maximum resident set size= 2796484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 507794
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= 1880

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.94325 second user time and 7.78981 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-27 13:26:25
IDJOB=4082273
IDBENCH=2963
IDSOLVER=2544
FILE ID=node107/4082273-1467026785
RUNJOBID= node107-1467020147-25278
PBS_JOBID= 19976981
Free space on /tmp= 71708 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=220-sizeP=111-sizeQ=220-687342390-max.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082273-1467026785/watcher-4082273-1467026785 -o /tmp/evaluation-result-4082273-1467026785/solver-4082273-1467026785 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1467020147-25278 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4082273-1467026785.opb

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

MD5SUM BENCH= 80cd942b10c7098d47a9e31c7b11aaed
RANDOM SEED=793205782

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27490560 kB
Buffers:           78356 kB
Cached:           209724 kB
SwapCached:         1944 kB
Active:          4143244 kB
Inactive:         201828 kB
Active(anon):    4058480 kB
Inactive(anon):     1268 kB
Active(file):      84764 kB
Inactive(file):   200560 kB
Unevictable:      274280 kB
Mlocked:          249752 kB
SwapTotal:      67108856 kB
SwapFree:       67099140 kB
Dirty:              7392 kB
Writeback:             0 kB
AnonPages:       4314524 kB
Mapped:             8736 kB
Shmem:                 0 kB
Slab:             619160 kB
SReclaimable:      62652 kB
SUnreclaim:       556508 kB
KernelStack:        1472 kB
PageTables:        12916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4479052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 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= 71708 MiB
End job on node107 at 2016-06-27 13:56:26