Trace number 4105887

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=120-sizeP=61-sizeQ=120-883133839-max.opb
MD5SUM0073f65f5c50ef8f4ebea5bdb58f4e26
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7501
Total number of constraints21961
Number of constraints which are clauses21960
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 constraint7320
Number of terms in the objective function 61
Biggest coefficient in the objective function 1152921504606846976
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 2305843009213693951
Number of bits of the sum of numbers in the objective function 61
Biggest number in a constraint 766247770432944429179173513575154591809369561091801088
Number of bits of the biggest number in a constraint 180
Biggest sum of numbers in a constraint 3064991081731777715595715329186976003635521247756299664
Number of bits of the biggest sum of numbers181
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.09/1800.40	c 
1800.09/1800.40	c *** TERMINATED *** by signal 15
1800.09/1800.40	s UNKNOWN
1800.09/1800.40	c _____________________________________________________________________________
1800.09/1800.40	c 
1800.09/1800.40	c std/band forms        : 0,1
1800.09/1800.40	c 2cl/3cl ITE-codings   : 0,388641
1800.09/1800.40	c BDD/srt/adr Max costs : 398855,0,0
1800.09/1800.40	c BDDraw/bin/mul/srt/adr: 1,0,0,0,0
1800.09/1800.40	c BDD nodes             : 398856
1800.09/1800.40	c Es1/CC detections     : 0,0
1800.09/1800.40	c SAT/UNSAT calls       : 0,0
1800.09/1800.40	c restarts              : 0
1800.09/1800.40	c conflicts             : 0              (0 /sec)
1800.09/1800.40	c decisions             : 0              (0 /sec)
1800.09/1800.40	c propagations          : 0              (0 /sec)
1800.09/1800.40	c inspects              : 0              (0 /sec)
1800.09/1800.40	c CPU time (solving tm) : 1800 s        (0 s)
1800.09/1800.40	c Time for Opt-base     : 0 s
1800.09/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-4105887-1466276118/watcher-4105887-1466276118 -o /tmp/evaluation-result-4105887-1466276118/solver-4105887-1466276118 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466276032-17850 --watchdog 1960 naps-1.02 HOME/instance-4105887-1466276118.opb 

pid=18254
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 1.58 1.74 3/177 18257
/proc/meminfo: memFree=31200496/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=6564 CPUtime=0 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 29658419 6721536 191 33554432000 4194304 5796924 140736210122592 140736501882536 5151211 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 1641 191 128 392 0 1240 0

[startup+0.10016 s]
/proc/loadavg: 1.93 1.58 1.74 3/177 18257
/proc/meminfo: memFree=31200496/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=7860 CPUtime=0.09 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 689 0 0 0 9 0 0 0 20 0 1 0 29658419 8048640 542 33554432000 4194304 5796924 140736210122592 140736501882536 5077954 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 1965 542 128 392 0 1564 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7860

[startup+0.200287 s]
/proc/loadavg: 1.93 1.58 1.74 3/177 18257
/proc/meminfo: memFree=31200496/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=9516 CPUtime=0.19 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 1108 0 0 0 19 0 0 0 20 0 1 0 29658419 9744384 936 33554432000 4194304 5796924 140736210122592 140736501882536 5183584 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 2379 936 128 392 0 1978 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9516

[startup+0.300266 s]
/proc/loadavg: 1.93 1.58 1.74 3/177 18257
/proc/meminfo: memFree=31200496/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=10416 CPUtime=0.29 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 1438 0 0 0 29 0 0 0 20 0 1 0 29658419 10665984 1250 33554432000 4194304 5796924 140736210122592 140736501882536 5183584 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 2604 1250 128 392 0 2203 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10416

[startup+0.700249 s]
/proc/loadavg: 1.93 1.58 1.74 3/177 18257
/proc/meminfo: memFree=31200496/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=35596 CPUtime=0.69 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 7825 0 0 0 68 1 0 0 20 0 1 0 29658419 36450304 7552 33554432000 4194304 5796924 140736210122592 140736210122248 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 8899 7552 140 392 0 8498 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35596

[startup+1.50022 s]
/proc/loadavg: 1.93 1.59 1.74 3/178 18258
/proc/meminfo: memFree=31148128/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=81012 CPUtime=1.49 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 19423 0 0 0 147 2 0 0 20 0 1 0 29658419 82956288 18902 33554432000 4194304 5796924 140736210122592 140736204465896 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 20253 18903 140 392 0 19852 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81012

[startup+3.10025 s]
/proc/loadavg: 1.93 1.59 1.74 3/178 18258
/proc/meminfo: memFree=31086748/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=170688 CPUtime=3.09 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 41549 0 0 0 304 5 0 0 20 0 1 0 29658419 174784512 41061 33554432000 4194304 5796924 140736210122592 140736205711320 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 42672 41061 140 392 0 42271 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 170688

[startup+6.30026 s]
/proc/loadavg: 1.94 1.60 1.74 3/178 18258
/proc/meminfo: memFree=30909184/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=388504 CPUtime=6.29 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 87189 0 0 0 618 11 0 0 20 0 1 0 29658419 397828096 92942 33554432000 4194304 5796924 140736210122592 140736209514712 4621249 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 97126 92944 141 392 0 96725 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 388504

[startup+12.7003 s]
/proc/loadavg: 1.94 1.60 1.74 3/178 18258
/proc/meminfo: memFree=30768020/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=449200 CPUtime=12.69 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 92809 0 0 0 1256 13 0 0 20 0 1 0 29658419 459980800 106492 33554432000 4194304 5796924 140736210122592 140736210120984 4591930 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 112300 106492 163 392 0 111899 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 449200

[startup+25.5004 s]
/proc/loadavg: 1.95 1.62 1.74 3/178 18258
/proc/meminfo: memFree=30760448/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=449200 CPUtime=25.49 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 92811 0 0 0 2536 13 0 0 20 0 1 0 29658419 459980800 107005 33554432000 4194304 5796924 140736210122592 140736210120984 4592584 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 112300 107005 164 392 0 111899 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 449200

[startup+51.1004 s]
/proc/loadavg: 2.04 1.67 1.75 3/178 18259
/proc/meminfo: memFree=30746544/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=449200 CPUtime=51.08 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 92812 0 0 0 5095 13 0 0 20 0 1 0 29658419 459980800 107517 33554432000 4194304 5796924 140736210122592 140736210120984 4592031 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 112300 107517 164 392 0 111899 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 449200

[startup+102.3 s]
/proc/loadavg: 2.06 1.73 1.77 3/177 18260
/proc/meminfo: memFree=30759480/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=449200 CPUtime=102.28 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 92813 0 0 0 10215 13 0 0 20 0 1 0 29658419 459980800 108029 33554432000 4194304 5796924 140736210122592 140736210120984 4592014 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 112300 108029 164 392 0 111899 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 449200

[startup+162.3 s]
/proc/loadavg: 2.02 1.78 1.78 3/177 18261
/proc/meminfo: memFree=30723788/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=449200 CPUtime=162.26 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 92815 0 0 0 16213 13 0 0 20 0 1 0 29658419 459980800 109053 33554432000 4194304 5796924 140736210122592 140736210120984 4606507 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 112300 109053 164 392 0 111899 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 449200

[startup+222.307 s]
/proc/loadavg: 2.09 1.83 1.80 3/177 18262
/proc/meminfo: memFree=30686300/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=449200 CPUtime=222.26 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 92817 0 0 0 22213 13 0 0 20 0 1 0 29658419 459980800 110077 33554432000 4194304 5796924 140736210122592 140736210120984 4592014 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 112300 110077 164 392 0 111899 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 449200

[startup+282.3 s]
/proc/loadavg: 2.07 1.87 1.82 3/177 18263
/proc/meminfo: memFree=30728280/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=480020 CPUtime=282.25 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 93399 0 0 0 28211 14 0 0 20 0 1 0 29658419 491540480 111168 33554432000 4194304 5796924 140736210122592 140736210120232 4592059 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 120005 111168 164 392 0 119604 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 480020

[startup+342.3 s]
/proc/loadavg: 2.17 1.93 1.83 3/178 18267
/proc/meminfo: memFree=30735036/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=449200 CPUtime=342.23 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 93819 0 0 0 34209 14 0 0 20 0 1 0 29658419 459980800 107610 33554432000 4194304 5796924 140736210122592 140736210120056 4606507 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 112300 107610 165 392 0 111899 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 449200

[startup+402.3 s]
/proc/loadavg: 2.06 1.94 1.84 3/178 18291
/proc/meminfo: memFree=30722704/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=449200 CPUtime=402.21 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 93830 0 0 0 40207 14 0 0 20 0 1 0 29658419 459980800 109146 33554432000 4194304 5796924 140736210122592 140736210120056 4592059 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 112300 109146 165 392 0 111899 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 449200

[startup+462.3 s]
/proc/loadavg: 2.06 1.96 1.85 3/177 18292
/proc/meminfo: memFree=30703504/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=449200 CPUtime=462.21 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 94024 0 0 0 46206 15 0 0 20 0 1 0 29658419 459980800 110383 33554432000 4194304 5796924 140736210122592 140736210120056 4591865 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 112300 110383 165 392 0 111899 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 449200

[startup+522.3 s]
/proc/loadavg: 2.10 1.98 1.86 3/177 18293
/proc/meminfo: memFree=30685648/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=480020 CPUtime=522.19 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 94420 0 0 0 52204 15 0 0 20 0 1 0 29658419 491540480 112230 33554432000 4194304 5796924 140736210122592 140736210120232 4592632 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 120005 112230 165 392 0 119604 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 480020

[startup+582.3 s]
/proc/loadavg: 2.03 1.98 1.87 3/177 18294
/proc/meminfo: memFree=30673732/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=480020 CPUtime=582.18 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 94422 0 0 0 58203 15 0 0 20 0 1 0 29658419 491540480 113254 33554432000 4194304 5796924 140736210122592 140736210120232 4592645 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 120005 113254 165 392 0 119604 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 480020


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


[startup+882.307 s]
/proc/loadavg: 2.03 2.02 1.91 4/177 18300
/proc/meminfo: memFree=30699020/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=480020 CPUtime=882.14 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 94430 0 0 0 88199 15 0 0 20 0 1 0 29658419 491540480 117350 33554432000 4194304 5796924 140736210122592 140736210120232 4591861 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 120005 117350 165 392 0 119604 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 480020

[startup+942.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/178 18304
/proc/meminfo: memFree=30690192/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=480020 CPUtime=942.13 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 94431 0 0 0 94198 15 0 0 20 0 1 0 29658419 491540480 117862 33554432000 4194304 5796924 140736210122592 140736210120232 4591848 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 120005 117862 165 392 0 119604 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 480020

[startup+1002.3 s]
/proc/loadavg: 2.04 2.02 1.91 3/177 18306
/proc/meminfo: memFree=30681884/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=480020 CPUtime=1002.12 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 94432 0 0 0 100197 15 0 0 20 0 1 0 29658419 491540480 118374 33554432000 4194304 5796924 140736210122592 140736210120232 4591861 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 120005 118374 165 392 0 119604 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 480020

[startup+1062.3 s]
/proc/loadavg: 2.01 2.02 1.91 3/177 18307
/proc/meminfo: memFree=30674500/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=530108 CPUtime=1062.11 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 94736 0 0 0 106195 16 0 0 20 0 1 0 29658419 542830592 119187 33554432000 4194304 5796924 140736210122592 140736210120232 4592620 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 132527 119187 165 392 0 132126 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 530108

[startup+1122.3 s]
/proc/loadavg: 2.04 2.03 1.92 3/177 18308
/proc/meminfo: memFree=30659564/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=530108 CPUtime=1122.09 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 94753 0 0 0 112193 16 0 0 20 0 1 0 29658419 542830592 120211 33554432000 4194304 5796924 140736210122592 140736210120232 4591861 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 132527 120211 165 392 0 132126 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 530108

[startup+1182.3 s]
/proc/loadavg: 2.05 2.03 1.93 3/177 18309
/proc/meminfo: memFree=30648536/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=530108 CPUtime=1182.08 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 94759 0 0 0 118192 16 0 0 20 0 1 0 29658419 542830592 121747 33554432000 4194304 5796924 140736210122592 140736210120232 4592148 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 132527 121747 165 392 0 132126 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 530108

[startup+1242.3 s]
/proc/loadavg: 2.06 2.04 1.93 3/177 18310
/proc/meminfo: memFree=30636120/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=530108 CPUtime=1242.07 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 94762 0 0 0 124191 16 0 0 20 0 1 0 29658419 542830592 123283 33554432000 4194304 5796924 140736210122592 140736210120232 4591861 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 132527 123283 165 392 0 132126 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 530108

[startup+1302.3 s]
/proc/loadavg: 2.06 2.04 1.94 3/177 18312
/proc/meminfo: memFree=30621904/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=530108 CPUtime=1302.06 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 94765 0 0 0 130189 17 0 0 20 0 1 0 29658419 542830592 124819 33554432000 4194304 5796924 140736210122592 140736210120232 4592000 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 132527 124819 165 392 0 132126 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 530108

[startup+1362.3 s]
/proc/loadavg: 2.02 2.03 1.94 3/177 18313
/proc/meminfo: memFree=30608928/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=530108 CPUtime=1362.05 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 94767 0 0 0 136188 17 0 0 20 0 1 0 29658419 542830592 125843 33554432000 4194304 5796924 140736210122592 140736210120232 4592620 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 132527 125843 165 392 0 132126 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 530108

[startup+1422.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/177 18314
/proc/meminfo: memFree=30668560/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=530108 CPUtime=1422.05 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 94769 0 0 0 142188 17 0 0 20 0 1 0 29658419 542830592 126867 33554432000 4194304 5796924 140736210122592 140736210120232 4592067 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 132527 126867 165 392 0 132126 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 530108

[startup+1482.3 s]
/proc/loadavg: 2.08 2.05 1.95 3/177 18315
/proc/meminfo: memFree=30719948/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=449200 CPUtime=1482.03 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 95182 0 0 0 148185 18 0 0 20 0 1 0 29658419 459980800 110627 33554432000 4194304 5796924 140736210122592 140736210120056 4591861 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 112300 110627 165 392 0 111899 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 449200

[startup+1542.31 s]
/proc/loadavg: 2.03 2.03 1.95 3/178 18319
/proc/meminfo: memFree=30697392/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=480020 CPUtime=1542.03 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 95763 0 0 0 154185 18 0 0 20 0 1 0 29658419 491540480 111718 33554432000 4194304 5796924 140736210122592 140736210120232 4591861 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 120005 111718 165 392 0 119604 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 480020

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 1.95 3/177 18321
/proc/meminfo: memFree=30681592/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=480020 CPUtime=1602.01 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 95765 0 0 0 160183 18 0 0 20 0 1 0 29658419 491540480 112742 33554432000 4194304 5796924 140736210122592 140736210120232 4591861 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 120005 112742 165 392 0 119604 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 480020

[startup+1662.3 s]
/proc/loadavg: 2.04 2.03 1.95 3/177 18322
/proc/meminfo: memFree=30660940/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=480020 CPUtime=1662.01 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 95768 0 0 0 166182 19 0 0 20 0 1 0 29658419 491540480 114278 33554432000 4194304 5796924 140736210122592 140736210120232 4591861 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 120005 114278 165 392 0 119604 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 480020

[startup+1722.3 s]
/proc/loadavg: 2.05 2.04 1.96 3/177 18323
/proc/meminfo: memFree=30643624/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=480020 CPUtime=1722 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 95770 0 0 0 172181 19 0 0 20 0 1 0 29658419 491540480 115302 33554432000 4194304 5796924 140736210122592 140736210120232 4592059 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 120005 115302 165 392 0 119604 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 480020

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 1.96 3/177 18369
/proc/meminfo: memFree=30347372/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=480020 CPUtime=1781.99 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 95772 0 0 0 178180 19 0 0 20 0 1 0 29658419 491540480 116326 33554432000 4194304 5796924 140736210122592 140736210120232 4591861 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 120005 116326 165 392 0 119604 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 480020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.03 1.96 3/177 18369
/proc/meminfo: memFree=30181496/32872528 swapFree=303544/319896
[pid=18257] ppid=18254 vsize=480020 CPUtime=1800.09 cores=0,2,4,6
/proc/18257/stat : 18257 (naps-1.02) R 18254 18257 17834 0 -1 4202496 95773 0 0 0 179990 19 0 0 20 0 1 0 29658419 491540480 116838 33554432000 4194304 5796924 140736210122592 140736210120232 4591861 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18257/statm: 120005 116838 165 392 0 119604 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 480020

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 18257 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.1
CPU user time (s): 1799.9
CPU system time (s): 0.198969
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 579428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.198969
maximum resident set size= 549764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95785
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= 46
involuntary context switches= 1875

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.03923 second user time and 6.02308 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-18 20:55:18
IDJOB=4105887
IDBENCH=3050
IDSOLVER=2544
FILE ID=node128/4105887-1466276118
RUNJOBID= node128-1466276032-17850
PBS_JOBID= 19918254
Free space on /tmp= 71704 MiB

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

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

MD5SUM BENCH= 0073f65f5c50ef8f4ebea5bdb58f4e26
RANDOM SEED=655913967

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:        31201380 kB
Buffers:          150436 kB
Cached:           168280 kB
SwapCached:         2708 kB
Active:           354256 kB
Inactive:         234296 kB
Active(anon):     268816 kB
Inactive(anon):     2684 kB
Active(file):      85440 kB
Inactive(file):   231612 kB
Unevictable:      319896 kB
Mlocked:          303544 kB
SwapTotal:      67108856 kB
SwapFree:       67099180 kB
Dirty:              4812 kB
Writeback:             0 kB
AnonPages:        602352 kB
Mapped:             9444 kB
Shmem:                 0 kB
Slab:             615908 kB
SReclaimable:      58800 kB
SUnreclaim:       557108 kB
KernelStack:        1488 kB
PageTables:         5380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     728772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 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= 71680 MiB
End job on node128 at 2016-06-18 21:25:18