Trace number 4105767

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.01 1800.3

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=140-sizeP=71-sizeQ=140-217105354.opb
MD5SUMeca994a4da1c48383c86dd1e556e3687
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark1.42478
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables10151
Total number of constraints29821
Number of constraints which are clauses29820
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 constraint9940
Number of terms in the objective function 71
Biggest coefficient in the objective function 1180591620717411303424
Number of bits for the biggest coefficient in the objective function 71
Sum of the numbers in the objective function 2361183241434822606847
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 822752278660603021077484591278675252491367932816789931674304512
Number of bits of the biggest number in a constraint 210
Biggest sum of numbers in a constraint 3291009114642412084308654416646809277848400271660251117497592779
Number of bits of the biggest sum of numbers211
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b.
1800.00/1800.30	c 
1800.00/1800.30	c *** TERMINATED *** by signal 15
1800.00/1800.30	s UNKNOWN
1800.00/1800.30	c _____________________________________________________________________________
1800.00/1800.30	c 
1800.00/1800.30	c std/band forms        : 0,1
1800.00/1800.30	c 2cl/3cl ITE-codings   : 0,618126
1800.00/1800.30	c BDD/srt/adr Max costs : 631990,0,0
1800.00/1800.30	c BDDraw/bin/mul/srt/adr: 1,0,0,0,0
1800.00/1800.30	c BDD nodes             : 631991
1800.00/1800.30	c Es1/CC detections     : 0,0
1800.00/1800.30	c SAT/UNSAT calls       : 0,0
1800.00/1800.30	c restarts              : 0
1800.00/1800.30	c conflicts             : 0              (0 /sec)
1800.00/1800.30	c decisions             : 0              (0 /sec)
1800.00/1800.30	c propagations          : 0              (0 /sec)
1800.00/1800.30	c inspects              : 0              (0 /sec)
1800.00/1800.30	c CPU time (solving tm) : 1800 s        (0 s)
1800.00/1800.30	c Time for Opt-base     : 0 s
1800.00/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-4105767-1467240437/watcher-4105767-1467240437 -o /tmp/evaluation-result-4105767-1467240437/solver-4105767-1467240437 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1467233234-10820 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4105767-1467240437.opb 

pid=11492
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.01 2.01 2.00 3/176 11495
/proc/meminfo: memFree=30726260/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=6556 CPUtime=0 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 14072064 6713344 192 33554432000 4194304 5796924 140734130983440 140733475509448 5151211 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/11495/statm: 1639 192 128 392 0 1238 0

[startup+0.100128 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 11495
/proc/meminfo: memFree=30726260/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=7848 CPUtime=0.09 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 698 0 0 0 9 0 0 0 20 0 1 0 14072064 8036352 552 33554432000 4194304 5796924 140734130983440 140734130982664 5092427 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/11495/statm: 1962 552 128 392 0 1561 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7848

[startup+0.200286 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 11495
/proc/meminfo: memFree=30726260/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=9400 CPUtime=0.19 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 1109 0 0 0 19 0 0 0 20 0 1 0 14072064 9625600 937 33554432000 4194304 5796924 140734130983440 140734130982664 4380021 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/11495/statm: 2350 937 128 392 0 1949 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9400

[startup+0.300266 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 11495
/proc/meminfo: memFree=30726260/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=11040 CPUtime=0.29 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 1513 0 0 0 29 0 0 0 20 0 1 0 14072064 11304960 1317 33554432000 4194304 5796924 140734130983440 140734130982664 4600717 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/11495/statm: 2760 1317 128 392 0 2359 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11040

[startup+0.700234 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 11495
/proc/meminfo: memFree=30726260/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=16528 CPUtime=0.69 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 3161 0 0 0 69 0 0 0 20 0 1 0 14072064 16924672 2812 33554432000 4194304 5796924 140734130983440 140734130982664 4805619 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/11495/statm: 4132 2812 132 392 0 3731 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16528

[startup+1.50029 s]
/proc/loadavg: 2.01 2.01 2.00 3/172 11504
/proc/meminfo: memFree=30866144/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=69780 CPUtime=1.49 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 16714 0 0 0 147 2 0 0 20 0 1 0 14072064 71454720 16117 33554432000 4194304 5796924 140734130983440 140734121012600 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/11495/statm: 17445 16117 140 392 0 17044 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69780

[startup+3.10029 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11542
/proc/meminfo: memFree=30772668/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=141840 CPUtime=3.09 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 34420 0 0 0 304 5 0 0 20 0 1 0 14072064 145244160 34004 33554432000 4194304 5796924 140734130983440 140734124320648 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/11495/statm: 35460 34004 140 392 0 35059 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 141840

[startup+6.30029 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11542
/proc/meminfo: memFree=30417168/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=285052 CPUtime=6.29 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 69499 0 0 0 617 12 0 0 20 0 1 0 14072064 291893248 69661 33554432000 4194304 5796924 140734130983440 140734126198712 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 71263 69661 140 392 0 70862 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 285052

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11542
/proc/meminfo: memFree=30089096/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=720024 CPUtime=12.68 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 141558 0 0 0 1244 24 0 0 20 0 1 0 14072064 737304576 168703 33554432000 4194304 5796924 140734130983440 140734130420168 4648516 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 180006 168703 147 392 0 179605 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 720024

[startup+25.5004 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 11542
/proc/meminfo: memFree=29972172/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=720024 CPUtime=25.48 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 141570 0 0 0 2524 24 0 0 20 0 1 0 14072064 737304576 169754 33554432000 4194304 5796924 140734130983440 140734130981832 4592160 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 180006 169754 155 392 0 179605 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 720024

[startup+51.1004 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 11542
/proc/meminfo: memFree=29963452/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=720024 CPUtime=51.08 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 141573 0 0 0 5084 24 0 0 20 0 1 0 14072064 737304576 170778 33554432000 4194304 5796924 140734130983440 140734130981832 4593669 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 180006 170778 155 392 0 179605 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 720024

[startup+102.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 11544
/proc/meminfo: memFree=29943280/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=720024 CPUtime=102.27 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 141586 0 0 0 10203 24 0 0 20 0 1 0 14072064 737304576 173850 33554432000 4194304 5796924 140734130983440 140734130981832 4592128 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 180006 173850 155 392 0 179605 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 720024

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 11545
/proc/meminfo: memFree=29924700/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=770112 CPUtime=162.26 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 141896 0 0 0 16201 25 0 0 20 0 1 0 14072064 788594688 176711 33554432000 4194304 5796924 140734130983440 140734130981080 4592160 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 192528 176711 155 392 0 192127 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 770112

[startup+222.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 11549
/proc/meminfo: memFree=29895528/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=770112 CPUtime=222.25 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 141903 0 0 0 22200 25 0 0 20 0 1 0 14072064 788594688 180295 33554432000 4194304 5796924 140734130983440 140734130981080 4592156 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 192528 180295 155 392 0 192127 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 770112

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 11550
/proc/meminfo: memFree=29868820/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=770112 CPUtime=282.24 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 141908 0 0 0 28199 25 0 0 20 0 1 0 14072064 788594688 182855 33554432000 4194304 5796924 140734130983440 140734130981080 4591930 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 192528 182855 155 392 0 192127 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 770112

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11551
/proc/meminfo: memFree=29885488/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=770112 CPUtime=342.22 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 141925 0 0 0 34197 25 0 0 20 0 1 0 14072064 788594688 186201 33554432000 4194304 5796924 140734130983440 140734130981080 4606433 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 192528 186201 155 392 0 192127 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 770112

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11553
/proc/meminfo: memFree=29851260/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=851500 CPUtime=402.21 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 142444 0 0 0 40195 26 0 0 20 0 1 0 14072064 871936000 189785 33554432000 4194304 5796924 140734130983440 140734130981080 4591861 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 212875 189785 155 392 0 212474 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 851500

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11554
/proc/meminfo: memFree=29810156/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=851500 CPUtime=462.2 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 142451 0 0 0 46194 26 0 0 20 0 1 0 14072064 871936000 193258 33554432000 4194304 5796924 140734130983440 140734130981080 4592148 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 212875 193258 155 392 0 212474 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 851500

[startup+522.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 11555
/proc/meminfo: memFree=29836244/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=851500 CPUtime=522.19 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 142457 0 0 0 52193 26 0 0 20 0 1 0 14072064 871936000 196444 33554432000 4194304 5796924 140734130983440 140734130981080 4592031 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 212875 196444 155 392 0 212474 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 851500

[startup+582.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 11556
/proc/meminfo: memFree=29819588/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=851500 CPUtime=582.18 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 142463 0 0 0 58192 26 0 0 20 0 1 0 14072064 871936000 199516 33554432000 4194304 5796924 140734130983440 140734130981080 4592645 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 212875 199516 155 392 0 212474 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 851500

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


[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11589
/proc/meminfo: memFree=29800344/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=851500 CPUtime=942.13 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 143553 0 0 0 94184 29 0 0 20 0 1 0 14072064 871936000 201866 33554432000 4194304 5796924 140734130983440 140734130981080 4592560 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 212875 201866 156 392 0 212474 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 851500

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 11590
/proc/meminfo: memFree=29770184/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=851500 CPUtime=1002.12 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 143558 0 0 0 100183 29 0 0 20 0 1 0 14072064 871936000 204426 33554432000 4194304 5796924 140734130983440 140734130981080 4592584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 212875 204426 156 392 0 212474 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 851500

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11592
/proc/meminfo: memFree=29751616/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=851500 CPUtime=1062.11 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 143569 0 0 0 106182 29 0 0 20 0 1 0 14072064 871936000 205459 33554432000 4194304 5796924 140734130983440 140734130981080 4591861 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 212875 205459 165 392 0 212474 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 851500

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11593
/proc/meminfo: memFree=29735356/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=851500 CPUtime=1122.1 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 143570 0 0 0 112181 29 0 0 20 0 1 0 14072064 871936000 205971 33554432000 4194304 5796924 140734130983440 140734130981080 4591861 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 212875 205971 165 392 0 212474 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 851500

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11594
/proc/meminfo: memFree=29718540/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=851500 CPUtime=1182.09 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 143571 0 0 0 118180 29 0 0 20 0 1 0 14072064 871936000 206483 33554432000 4194304 5796924 140734130983440 140734130981080 4592560 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 212875 206483 165 392 0 212474 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 851500

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11595
/proc/meminfo: memFree=29695576/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=851500 CPUtime=1242.09 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 143573 0 0 0 124179 30 0 0 20 0 1 0 14072064 871936000 207507 33554432000 4194304 5796924 140734130983440 140734130981080 4591930 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 212875 207507 165 392 0 212474 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 851500

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11596
/proc/meminfo: memFree=29671808/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=855144 CPUtime=1302.08 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 143926 0 0 0 130178 30 0 0 20 0 1 0 14072064 875667456 209393 33554432000 4194304 5796924 140734130983440 140734130980488 4591861 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 213786 209393 165 392 0 213385 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 855144

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11598
/proc/meminfo: memFree=29772204/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=987404 CPUtime=1362.06 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 144440 0 0 0 136176 30 0 0 20 0 1 0 14072064 1011101696 210929 33554432000 4194304 5796924 140734130983440 140734130981080 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 246851 210929 165 392 0 246450 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 987404

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11602
/proc/meminfo: memFree=29873156/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=773756 CPUtime=1422.06 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 144740 0 0 0 142175 31 0 0 20 0 1 0 14072064 792326144 182046 33554432000 4194304 5796924 140734130983440 140734130980904 4591861 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 193439 182046 165 392 0 193038 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 773756

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11603
/proc/meminfo: memFree=29859008/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=773756 CPUtime=1482.05 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 144740 0 0 0 148174 31 0 0 20 0 1 0 14072064 792326144 182046 33554432000 4194304 5796924 140734130983440 140734130980904 4591861 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 193439 182046 165 392 0 193038 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 773756

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11604
/proc/meminfo: memFree=29842588/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=773756 CPUtime=1542.04 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 144741 0 0 0 154173 31 0 0 20 0 1 0 14072064 792326144 182558 33554432000 4194304 5796924 140734130983440 140734130980904 4591861 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 193439 182558 165 392 0 193038 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 773756

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11605
/proc/meminfo: memFree=29826196/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=773756 CPUtime=1602.03 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 144742 0 0 0 160172 31 0 0 20 0 1 0 14072064 792326144 183070 33554432000 4194304 5796924 140734130983440 140734130980904 4592148 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 193439 183070 165 392 0 193038 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 773756

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11607
/proc/meminfo: memFree=29807764/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=773756 CPUtime=1662.02 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 144744 0 0 0 166171 31 0 0 20 0 1 0 14072064 792326144 184094 33554432000 4194304 5796924 140734130983440 140734130980904 4592017 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 193439 184094 165 392 0 193038 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 773756

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11608
/proc/meminfo: memFree=29793364/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=773756 CPUtime=1722.01 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 144745 0 0 0 172170 31 0 0 20 0 1 0 14072064 792326144 184606 33554432000 4194304 5796924 140734130983440 140734130980904 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 193439 184606 165 392 0 193038 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 773756

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11609
/proc/meminfo: memFree=29773000/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=773756 CPUtime=1782 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 144745 0 0 0 178169 31 0 0 20 0 1 0 14072064 792326144 184768 33554432000 4194304 5796924 140734130983440 140734130980904 4592059 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 193439 184768 165 392 0 193038 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 773756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11609
/proc/meminfo: memFree=29769152/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=773756 CPUtime=1800 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 144745 0 0 0 179969 31 0 0 20 0 1 0 14072064 792326144 184768 33554432000 4194304 5796924 140734130983440 140734130980904 4591848 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 193439 184768 165 392 0 193038 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 773756

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

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11609
/proc/meminfo: memFree=29769152/32872528 swapFree=8284/8284
[pid=11495] ppid=11492 vsize=773756 CPUtime=1800 cores=1,3,5,7
/proc/11495/stat : 11495 (naps-1.02) R 11492 11495 7449 0 -1 4202496 144745 0 0 0 179969 31 0 0 20 0 1 0 14072064 792326144 184768 33554432000 4194304 5796924 140734130983440 140734130980904 4591848 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11495/statm: 193439 184768 165 392 0 193038 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 773756

Child status: 0
Real time (s): 1800.3
CPU time (s): 1800.01
CPU user time (s): 1799.69
CPU system time (s): 0.319951
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 1117632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.69
system time used= 0.319951
maximum resident set size= 940812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144757
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= 28
involuntary context switches= 1865

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.6303 second user time and 6.83496 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-30 00:47:18
IDJOB=4105767
IDBENCH=3004
IDSOLVER=2544
FILE ID=node151/4105767-1467240437
RUNJOBID= node151-1467233234-10820
PBS_JOBID= 19997570
Free space on /tmp= 71720 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=140-sizeP=71-sizeQ=140-217105354.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105767-1467240437/watcher-4105767-1467240437 -o /tmp/evaluation-result-4105767-1467240437/solver-4105767-1467240437 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1467233234-10820 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4105767-1467240437.opb

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

MD5SUM BENCH= eca994a4da1c48383c86dd1e556e3687
RANDOM SEED=702904161

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

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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		: 2667.065
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		: 2667.065
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30726688 kB
Buffers:           73760 kB
Cached:          1146248 kB
SwapCached:         1984 kB
Active:           920352 kB
Inactive:         488552 kB
Active(anon):     187700 kB
Inactive(anon):     3292 kB
Active(file):     732652 kB
Inactive(file):   485260 kB
Unevictable:        8284 kB
Mlocked:            8284 kB
SwapTotal:      67108856 kB
SwapFree:       67097500 kB
Dirty:              5060 kB
Writeback:             0 kB
AnonPages:        293852 kB
Mapped:             9044 kB
Shmem:                 0 kB
Slab:             598900 kB
SReclaimable:      43004 kB
SUnreclaim:       555896 kB
KernelStack:        1472 kB
PageTables:         4584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     311180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 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= 71716 MiB
End job on node151 at 2016-06-30 01:17:18