Trace number 4105863

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=100-sizeP=51-sizeQ=100-416317114-max.opb
MD5SUM44d5a0b71f17bc4fff0f0dd8401b346c
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-2
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables5251
Total number of constraints15301
Number of constraints which are clauses15300
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 constraint5100
Number of terms in the objective function 51
Biggest coefficient in the objective function 1125899906842624
Number of bits for the biggest coefficient in the objective function 51
Sum of the numbers in the objective function 2251799813685247
Number of bits of the sum of numbers in the objective function 51
Biggest number in a constraint 713623846352979940529142984724747568191373312
Number of bits of the biggest number in a constraint 150
Biggest sum of numbers in a constraint 2854495385411919209113085420553158722664919739
Number of bits of the biggest sum of numbers151
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.08/1800.40	c 
1800.08/1800.40	c *** TERMINATED *** by signal 15
1800.08/1800.40	s UNKNOWN
1800.08/1800.40	c _____________________________________________________________________________
1800.08/1800.40	c 
1800.08/1800.40	c std/band forms        : 0,1
1800.08/1800.40	c 2cl/3cl ITE-codings   : 0,227745
1800.08/1800.40	c BDD/srt/adr Max costs : 234962,0,0
1800.08/1800.40	c BDDraw/bin/mul/srt/adr: 1,0,0,0,0
1800.08/1800.40	c BDD nodes             : 234963
1800.08/1800.40	c Es1/CC detections     : 0,0
1800.08/1800.40	c SAT/UNSAT calls       : 0,0
1800.08/1800.40	c restarts              : 0
1800.08/1800.40	c conflicts             : 0              (0 /sec)
1800.08/1800.40	c decisions             : 0              (0 /sec)
1800.08/1800.40	c propagations          : 0              (0 /sec)
1800.08/1800.40	c inspects              : 0              (0 /sec)
1800.08/1800.40	c CPU time (solving tm) : 1800 s        (0 s)
1800.08/1800.40	c Time for Opt-base     : 0 s
1800.08/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-4105863-1466276059/watcher-4105863-1466276059 -o /tmp/evaluation-result-4105863-1466276059/solver-4105863-1466276059 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466276032-17851 --watchdog 1960 naps-1.02 HOME/instance-4105863-1466276059.opb 

pid=18050
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: 1.71 1.48 1.72 2/172 18053
/proc/meminfo: memFree=31457256/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=6420 CPUtime=0 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 296 0 0 0 0 0 0 0 20 0 1 0 29652547 6574080 170 33554432000 4194304 5796924 140735889726208 140734890016728 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18053/statm: 1605 170 128 392 0 1204 0

[startup+0.100183 s]
/proc/loadavg: 1.71 1.48 1.72 2/172 18053
/proc/meminfo: memFree=31457256/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=7700 CPUtime=0.09 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 674 0 0 0 9 0 0 0 20 0 1 0 29652547 7884800 529 33554432000 4194304 5796924 140735889726208 140734890016728 5087516 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18053/statm: 1925 529 128 392 0 1524 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7700

[startup+0.200234 s]
/proc/loadavg: 1.71 1.48 1.72 2/172 18053
/proc/meminfo: memFree=31457256/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=8932 CPUtime=0.19 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 1041 0 0 0 19 0 0 0 20 0 1 0 29652547 9146368 875 33554432000 4194304 5796924 140735889726208 140734890016728 5096658 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18053/statm: 2233 875 128 392 0 1832 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8932

[startup+0.300264 s]
/proc/loadavg: 1.71 1.48 1.72 2/172 18053
/proc/meminfo: memFree=31457256/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=11548 CPUtime=0.29 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 1709 0 0 0 29 0 0 0 20 0 1 0 29652547 11825152 1543 33554432000 4194304 5796924 140735889726208 140735889723704 4806912 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18053/statm: 2887 1543 132 392 0 2486 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11548

[startup+0.700276 s]
/proc/loadavg: 1.71 1.48 1.72 2/172 18053
/proc/meminfo: memFree=31457256/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=40112 CPUtime=0.69 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 8968 0 0 0 68 1 0 0 20 0 1 0 29652547 41074688 8677 33554432000 4194304 5796924 140735889726208 140735889723704 5087643 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18053/statm: 10028 8677 140 392 0 9627 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40112

[startup+1.50026 s]
/proc/loadavg: 1.71 1.48 1.72 3/174 18059
/proc/meminfo: memFree=31410772/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=86392 CPUtime=1.49 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 20405 0 0 0 147 2 0 0 20 0 1 0 29652547 88465408 20130 33554432000 4194304 5796924 140735889726208 140735886061944 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18053/statm: 21598 20130 140 392 0 21197 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86392

[startup+3.1003 s]
/proc/loadavg: 1.71 1.48 1.72 3/178 18070
/proc/meminfo: memFree=31330012/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=174608 CPUtime=3.09 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 42500 0 0 0 303 6 0 0 20 0 1 0 29652547 178798592 42077 33554432000 4194304 5796924 140735889726208 140735887698744 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18053/statm: 43652 42077 140 392 0 43251 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 174608

[startup+6.3003 s]
/proc/loadavg: 1.73 1.49 1.72 3/178 18070
/proc/meminfo: memFree=31153728/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=272656 CPUtime=6.28 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 58047 0 0 0 620 8 0 0 20 0 1 0 29652547 279199744 62947 33554432000 4194304 5796924 140735889726208 140735889724600 4592040 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18053/statm: 68164 62947 155 392 0 67763 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 272656

[startup+12.7003 s]
/proc/loadavg: 1.75 1.50 1.72 3/178 18070
/proc/meminfo: memFree=31075380/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=272656 CPUtime=12.68 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 58049 0 0 0 1260 8 0 0 20 0 1 0 29652547 279199744 63971 33554432000 4194304 5796924 140735889726208 140735889724600 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18053/statm: 68164 63971 155 392 0 67763 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 272656

[startup+25.5004 s]
/proc/loadavg: 1.88 1.54 1.73 3/178 18117
/proc/meminfo: memFree=31150680/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=291624 CPUtime=25.48 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 58343 0 0 0 2539 9 0 0 20 0 1 0 29652547 298622976 65287 33554432000 4194304 5796924 140735889726208 140735889724600 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 72906 65287 155 392 0 72505 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 291624

[startup+51.1004 s]
/proc/loadavg: 1.92 1.58 1.74 3/178 18211
/proc/meminfo: memFree=31096924/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=291624 CPUtime=51.08 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 58611 0 0 0 5098 10 0 0 20 0 1 0 29652547 298622976 68621 33554432000 4194304 5796924 140735889726208 140735889723848 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 72906 68621 155 392 0 72505 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 291624

[startup+102.3 s]
/proc/loadavg: 2.04 1.66 1.75 3/177 18258
/proc/meminfo: memFree=30748600/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=322444 CPUtime=102.28 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 59203 0 0 0 10217 11 0 0 20 0 1 0 29652547 330182656 75344 33554432000 4194304 5796924 140735889726208 140735889723848 4592014 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 80611 75344 155 392 0 80210 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 322444

[startup+162.3 s]
/proc/loadavg: 2.06 1.73 1.77 3/177 18260
/proc/meminfo: memFree=30756744/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=322444 CPUtime=162.26 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 60616 0 0 0 16213 13 0 0 20 0 1 0 29652547 330182656 72828 33554432000 4194304 5796924 140735889726208 140735889723848 4592031 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 80611 72828 156 392 0 80210 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 322444

[startup+222.307 s]
/proc/loadavg: 2.02 1.78 1.78 3/177 18261
/proc/meminfo: memFree=30723400/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=372532 CPUtime=222.24 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 61163 0 0 0 22211 13 0 0 20 0 1 0 29652547 381472768 79996 33554432000 4194304 5796924 140735889726208 140735889723848 4592014 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 93133 79996 156 392 0 92732 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 372532

[startup+282.3 s]
/proc/loadavg: 2.09 1.83 1.80 3/177 18262
/proc/meminfo: memFree=30686176/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=372532 CPUtime=282.22 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 61183 0 0 0 28208 14 0 0 20 0 1 0 29652547 381472768 88308 33554432000 4194304 5796924 140735889726208 140735889723848 4591992 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 93133 88308 156 392 0 92732 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 372532

[startup+342.3 s]
/proc/loadavg: 2.07 1.87 1.82 3/177 18263
/proc/meminfo: memFree=30728388/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=322444 CPUtime=342.21 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 62279 0 0 0 34203 18 0 0 20 0 1 0 29652547 330182656 76563 33554432000 4194304 5796924 140735889726208 140735889723672 4592160 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 80611 76563 166 392 0 80210 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 322444

[startup+402.3 s]
/proc/loadavg: 2.17 1.93 1.83 4/179 18268
/proc/meminfo: memFree=30734772/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=372532 CPUtime=402.2 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 62585 0 0 0 40202 18 0 0 20 0 1 0 29652547 381472768 78400 33554432000 4194304 5796924 140735889726208 140735889723848 4592059 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 93133 78400 166 392 0 92732 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 372532

[startup+462.3 s]
/proc/loadavg: 2.06 1.94 1.84 3/177 18291
/proc/meminfo: memFree=30722688/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=372532 CPUtime=462.2 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 62588 0 0 0 46201 19 0 0 20 0 1 0 29652547 381472768 79936 33554432000 4194304 5796924 140735889726208 140735889723848 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 93133 79936 166 392 0 92732 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 372532

[startup+522.3 s]
/proc/loadavg: 2.06 1.96 1.85 3/177 18292
/proc/meminfo: memFree=30702944/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=372532 CPUtime=522.18 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 62595 0 0 0 52199 19 0 0 20 0 1 0 29652547 381472768 83520 33554432000 4194304 5796924 140735889726208 140735889723848 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 93133 83520 166 392 0 92732 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 372532

[startup+582.3 s]
/proc/loadavg: 2.10 1.98 1.86 4/177 18293
/proc/meminfo: memFree=30685648/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=372532 CPUtime=582.18 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 62600 0 0 0 58199 19 0 0 20 0 1 0 29652547 381472768 86080 33554432000 4194304 5796924 140735889726208 140735889723848 4592010 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 93133 86080 166 392 0 92732 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 372532


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


[startup+882.307 s]
/proc/loadavg: 2.09 2.02 1.91 3/177 18299
/proc/meminfo: memFree=30705544/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=322444 CPUtime=882.13 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 63685 0 0 0 88191 22 0 0 20 0 1 0 29652547 330182656 76563 33554432000 4194304 5796924 140735889726208 140735889723672 4592632 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 80611 76563 166 392 0 80210 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 322444

[startup+942.3 s]
/proc/loadavg: 2.03 2.02 1.91 3/177 18300
/proc/meminfo: memFree=30698772/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=372532 CPUtime=942.12 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 63960 0 0 0 94189 23 0 0 20 0 1 0 29652547 381472768 77860 33554432000 4194304 5796924 140735889726208 140735889723848 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 93133 77860 166 392 0 92732 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 372532

[startup+1002.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/177 18304
/proc/meminfo: memFree=30690192/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=372532 CPUtime=1002.11 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 63991 0 0 0 100188 23 0 0 20 0 1 0 29652547 381472768 79424 33554432000 4194304 5796924 140735889726208 140735889723848 4592438 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 93133 79424 166 392 0 92732 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 372532

[startup+1062.3 s]
/proc/loadavg: 2.04 2.02 1.91 3/177 18306
/proc/meminfo: memFree=30681884/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=372532 CPUtime=1062.1 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 63994 0 0 0 106186 24 0 0 20 0 1 0 29652547 381472768 80960 33554432000 4194304 5796924 140735889726208 140735889723848 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 93133 80960 166 392 0 92732 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 372532

[startup+1122.3 s]
/proc/loadavg: 2.01 2.02 1.91 4/177 18307
/proc/meminfo: memFree=30672452/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=372532 CPUtime=1122.09 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 63997 0 0 0 112185 24 0 0 20 0 1 0 29652547 381472768 82496 33554432000 4194304 5796924 140735889726208 140735889723848 4606744 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 93133 82496 166 392 0 92732 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 372532

[startup+1182.3 s]
/proc/loadavg: 2.04 2.03 1.92 4/177 18308
/proc/meminfo: memFree=30659300/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=372532 CPUtime=1182.08 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 64001 0 0 0 118184 24 0 0 20 0 1 0 29652547 381472768 84544 33554432000 4194304 5796924 140735889726208 140735889723848 4592438 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 93133 84544 166 392 0 92732 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 372532

[startup+1242.3 s]
/proc/loadavg: 2.05 2.03 1.93 3/177 18309
/proc/meminfo: memFree=30648412/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=372532 CPUtime=1242.07 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 64003 0 0 0 124183 24 0 0 20 0 1 0 29652547 381472768 85568 33554432000 4194304 5796924 140735889726208 140735889723848 4592000 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 93133 85568 166 392 0 92732 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 372532

[startup+1302.3 s]
/proc/loadavg: 2.06 2.04 1.93 3/177 18310
/proc/meminfo: memFree=30636120/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=372532 CPUtime=1302.06 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 64006 0 0 0 130182 24 0 0 20 0 1 0 29652547 381472768 87104 33554432000 4194304 5796924 140735889726208 140735889723848 4592148 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 93133 87104 166 392 0 92732 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 372532

[startup+1362.3 s]
/proc/loadavg: 2.06 2.04 1.94 3/177 18312
/proc/meminfo: memFree=30621904/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=372532 CPUtime=1362.05 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 64010 0 0 0 136181 24 0 0 20 0 1 0 29652547 381472768 89152 33554432000 4194304 5796924 140735889726208 140735889723848 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 93133 89152 166 392 0 92732 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 372532

[startup+1422.3 s]
/proc/loadavg: 2.02 2.03 1.94 3/177 18313
/proc/meminfo: memFree=30606880/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=453920 CPUtime=1422.05 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 64700 0 0 0 142180 25 0 0 20 0 1 0 29652547 464814080 91880 33554432000 4194304 5796924 140735889726208 140735889723848 4591848 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 113480 91880 166 392 0 113079 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 453920

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/177 18314
/proc/meminfo: memFree=30668560/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=322444 CPUtime=1482.03 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 65091 0 0 0 148176 27 0 0 20 0 1 0 29652547 330182656 75539 33554432000 4194304 5796924 140735889726208 140735889723672 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 80611 75539 166 392 0 80210 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 322444

[startup+1542.31 s]
/proc/loadavg: 2.08 2.05 1.95 3/178 18318
/proc/meminfo: memFree=30717488/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=372532 CPUtime=1542.03 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 65399 0 0 0 154175 28 0 0 20 0 1 0 29652547 381472768 79424 33554432000 4194304 5796924 140735889726208 140735889723848 4592620 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 93133 79424 166 392 0 92732 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 372532

[startup+1602.3 s]
/proc/loadavg: 2.03 2.03 1.95 3/178 18319
/proc/meminfo: memFree=30696756/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=372532 CPUtime=1602.01 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 65420 0 0 0 160173 28 0 0 20 0 1 0 29652547 381472768 83520 33554432000 4194304 5796924 140735889726208 140735889723848 4592031 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 93133 83520 166 392 0 92732 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 372532

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 1.95 4/177 18321
/proc/meminfo: memFree=30677496/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=372532 CPUtime=1661.99 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 65431 0 0 0 166171 28 0 0 20 0 1 0 29652547 381472768 87104 33554432000 4194304 5796924 140735889726208 140735889723848 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 93133 87104 166 392 0 92732 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 372532

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 1.95 3/177 18322
/proc/meminfo: memFree=30660816/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=372532 CPUtime=1721.99 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 65503 0 0 0 172170 29 0 0 20 0 1 0 29652547 381472768 90241 33554432000 4194304 5796924 140735889726208 140735889723848 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 93133 90241 166 392 0 92732 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 372532

[startup+1782.3 s]
/proc/loadavg: 2.05 2.04 1.96 3/177 18323
/proc/meminfo: memFree=30643624/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=453920 CPUtime=1781.98 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 66124 0 0 0 178168 30 0 0 20 0 1 0 29652547 464814080 93416 33554432000 4194304 5796924 140735889726208 140735889723848 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 113480 93416 166 392 0 113079 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 453920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.03 2.03 1.96 3/177 18323
/proc/meminfo: memFree=30637604/32872528 swapFree=303544/319896
[pid=18053] ppid=18050 vsize=453920 CPUtime=1800.08 cores=1,3,5,7
/proc/18053/stat : 18053 (naps-1.02) R 18050 18053 17834 0 -1 4202496 66126 0 0 0 179978 30 0 0 20 0 1 0 29652547 464814080 94440 33554432000 4194304 5796924 140735889726208 140735889723848 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18053/statm: 113480 94440 166 392 0 113079 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 453920

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 18053 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.09
CPU user time (s): 1799.78
CPU system time (s): 0.313952
CPU usage (%): 99.9825
Max. virtual memory (cumulated for all children) (KiB): 534060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.313952
maximum resident set size= 447388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66138
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= 48
involuntary context switches= 1894

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.50232 second user time and 6.95894 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-18 20:54:19
IDJOB=4105863
IDBENCH=3043
IDSOLVER=2544
FILE ID=node128/4105863-1466276059
RUNJOBID= node128-1466276032-17851
PBS_JOBID= 19918254
Free space on /tmp= 71660 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=100-sizeP=51-sizeQ=100-416317114-max.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105863-1466276059/watcher-4105863-1466276059 -o /tmp/evaluation-result-4105863-1466276059/solver-4105863-1466276059 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466276032-17851 --watchdog 1960  naps-1.02 HOME/instance-4105863-1466276059.opb

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

MD5SUM BENCH= 44d5a0b71f17bc4fff0f0dd8401b346c
RANDOM SEED=878241246

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31456288 kB
Buffers:          149204 kB
Cached:           188804 kB
SwapCached:         2708 kB
Active:            84140 kB
Inactive:         259396 kB
Active(anon):       4624 kB
Inactive(anon):     2684 kB
Active(file):      79516 kB
Inactive(file):   256712 kB
Unevictable:      319896 kB
Mlocked:          303544 kB
SwapTotal:      67108856 kB
SwapFree:       67099180 kB
Dirty:             36376 kB
Writeback:             0 kB
AnonPages:        327408 kB
Mapped:             8868 kB
Shmem:                 0 kB
Slab:             620660 kB
SReclaimable:      61692 kB
SUnreclaim:       558968 kB
KernelStack:        1464 kB
PageTables:         4784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     416572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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= 71700 MiB
End job on node128 at 2016-06-18 21:24:20