Trace number 4082293

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.4

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=80-sizeP=41-sizeQ=80-898154415-max.opb
MD5SUM6a9fe13a82af2a971b95647e608ff18d
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-1969
Best CPU time to get the best result obtained on this benchmark1800.02
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 variables3401
Total number of constraints9841
Number of constraints which are clauses9840
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 constraint3280
Number of terms in the objective function 41
Biggest coefficient in the objective function 1099511627776
Number of bits for the biggest coefficient in the objective function 41
Sum of the numbers in the objective function 2199023255551
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 664613997892457936451903530140172288
Number of bits of the biggest number in a constraint 120
Biggest sum of numbers in a constraint 2658455991569719978762429512260881840
Number of bits of the biggest sum of numbers121
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,116128
1800.08/1800.40	c BDD/srt/adr Max costs : 120741,0,0
1800.08/1800.40	c BDDraw/bin/mul/srt/adr: 1,0,0,0,0
1800.08/1800.40	c BDD nodes             : 120742
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-4082293-1465250259/watcher-4082293-1465250259 -o /tmp/evaluation-result-4082293-1465250259/solver-4082293-1465250259 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1465222007-31552 --watchdog 1960 naps-1.02 HOME/instance-4082293-1465250259.opb 

pid=3352
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: 2.20 2.19 2.18 3/176 3355
/proc/meminfo: memFree=30104096/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=6420 CPUtime=0 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 304 0 0 0 0 0 0 0 20 0 1 0 106959448 6574080 178 33554432000 4194304 5796924 140733907911104 140734643881576 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 1605 178 128 392 0 1204 0

[startup+0.100159 s]
/proc/loadavg: 2.20 2.19 2.18 3/176 3355
/proc/meminfo: memFree=30104096/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=7864 CPUtime=0.09 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 668 0 0 0 9 0 0 0 20 0 1 0 106959448 8052736 1036 33554432000 4194304 5796924 140733907911104 140734643881576 4621249 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 1966 1036 128 392 0 1565 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7864

[startup+0.200299 s]
/proc/loadavg: 2.20 2.19 2.18 3/176 3355
/proc/meminfo: memFree=30104096/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=9824 CPUtime=0.19 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 1182 0 0 0 19 0 0 0 20 0 1 0 106959448 10059776 1547 33554432000 4194304 5796924 140733907911104 140734643881576 5092427 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 2456 1547 132 392 0 2055 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9824

[startup+0.300361 s]
/proc/loadavg: 2.20 2.19 2.18 3/176 3355
/proc/meminfo: memFree=30104096/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=20300 CPUtime=0.29 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 3834 0 0 0 29 0 0 0 20 0 1 0 106959448 20787200 4199 33554432000 4194304 5796924 140733907911104 140733907910760 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 5075 4199 140 392 0 4674 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20300

[startup+0.700274 s]
/proc/loadavg: 2.20 2.19 2.18 3/176 3355
/proc/meminfo: memFree=30104096/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=44748 CPUtime=0.69 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 10011 0 0 0 68 1 0 0 20 0 1 0 106959448 45821952 10251 33554432000 4194304 5796924 140733907911104 140733907910760 4425703 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 11187 10251 140 392 0 10786 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44748

[startup+1.50028 s]
/proc/loadavg: 2.20 2.19 2.18 3/177 3356
/proc/meminfo: memFree=30042272/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=89072 CPUtime=1.49 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 21554 0 0 0 146 3 0 0 20 0 1 0 106959448 91209728 21299 33554432000 4194304 5796924 140733907911104 140733906733256 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 22268 21299 140 392 0 21867 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 89072

[startup+3.10025 s]
/proc/loadavg: 2.20 2.19 2.18 3/177 3356
/proc/meminfo: memFree=29974936/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=135468 CPUtime=3.08 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 32385 0 0 0 304 4 0 0 20 0 1 0 106959448 138719232 32300 33554432000 4194304 5796924 140733907911104 140733907909496 4606433 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 33867 32300 155 392 0 33466 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 135468

[startup+6.30023 s]
/proc/loadavg: 2.27 2.21 2.19 3/176 3356
/proc/meminfo: memFree=29974572/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=135468 CPUtime=6.28 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 32431 0 0 0 624 4 0 0 20 0 1 0 106959448 138719232 32346 33554432000 4194304 5796924 140733907911104 140733907909496 4591861 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 33867 32346 163 392 0 33466 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 135468

[startup+12.7003 s]
/proc/loadavg: 2.32 2.22 2.19 3/177 3357
/proc/meminfo: memFree=29973536/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=142648 CPUtime=12.68 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 32654 0 0 0 1264 4 0 0 20 0 1 0 106959448 146071552 32569 33554432000 4194304 5796924 140733907911104 140733907908744 4591871 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 35662 32569 163 392 0 35261 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 142648

[startup+25.5004 s]
/proc/loadavg: 2.25 2.21 2.18 3/177 3357
/proc/meminfo: memFree=29971240/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=142648 CPUtime=25.48 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 32841 0 0 0 2544 4 0 0 20 0 1 0 106959448 146071552 33264 33554432000 4194304 5796924 140733907911104 140733907908744 4592014 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 35662 33264 163 392 0 35261 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 142648

[startup+51.1004 s]
/proc/loadavg: 2.24 2.21 2.18 4/177 3357
/proc/meminfo: memFree=29964828/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=154324 CPUtime=51.08 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 33270 0 0 0 5103 5 0 0 20 0 1 0 106959448 158027776 36758 33554432000 4194304 5796924 140733907911104 140733907908744 4591861 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 38581 36758 165 392 0 38180 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 154324

[startup+102.3 s]
/proc/loadavg: 2.22 2.20 2.18 4/177 3358
/proc/meminfo: memFree=29961004/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=154324 CPUtime=102.27 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 34785 0 0 0 10221 6 0 0 20 0 1 0 106959448 158027776 37221 33554432000 4194304 5796924 140733907911104 140733907908568 4606433 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 38581 37221 166 392 0 38180 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 154324

[startup+162.3 s]
/proc/loadavg: 2.28 2.21 2.18 3/178 3362
/proc/meminfo: memFree=29917448/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=204112 CPUtime=162.26 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 35830 0 0 0 16219 7 0 0 20 0 1 0 106959448 209010688 47461 33554432000 4194304 5796924 140733907911104 140733907908744 4592593 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 51028 47461 166 392 0 50627 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 204112

[startup+222.307 s]
/proc/loadavg: 2.15 2.19 2.18 3/178 3386
/proc/meminfo: memFree=29929644/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=204112 CPUtime=222.27 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 36801 0 0 0 22217 10 0 0 20 0 1 0 106959448 209010688 43043 33554432000 4194304 5796924 140733907911104 140733907908744 4592071 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 51028 43043 166 392 0 50627 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 204112

[startup+282.3 s]
/proc/loadavg: 2.27 2.20 2.18 3/177 3387
/proc/meminfo: memFree=29909760/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=204112 CPUtime=282.25 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 36809 0 0 0 28215 10 0 0 20 0 1 0 106959448 209010688 47139 33554432000 4194304 5796924 140733907911104 140733907908744 4592059 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 51028 47139 166 392 0 50627 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 204112

[startup+342.3 s]
/proc/loadavg: 2.27 2.21 2.18 4/177 3389
/proc/meminfo: memFree=29900600/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=254200 CPUtime=342.24 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 37119 0 0 0 34213 11 0 0 20 0 1 0 106959448 260300800 51024 33554432000 4194304 5796924 140733907911104 140733907908744 4592023 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 63550 51024 166 392 0 63149 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 254200

[startup+402.3 s]
/proc/loadavg: 2.27 2.22 2.19 3/177 3390
/proc/meminfo: memFree=29934068/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=173292 CPUtime=402.23 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 37721 0 0 0 40210 13 0 0 20 0 1 0 106959448 177451008 41440 33554432000 4194304 5796924 140733907911104 140733907908568 4591861 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 43323 41440 166 392 0 42922 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 173292

[startup+462.3 s]
/proc/loadavg: 2.30 2.23 2.19 3/177 3391
/proc/meminfo: memFree=29907160/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=204112 CPUtime=462.19 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 37830 0 0 0 46206 13 0 0 20 0 1 0 106959448 209010688 47651 33554432000 4194304 5796924 140733907911104 140733907908744 4592310 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 51028 47651 166 392 0 50627 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 204112

[startup+522.3 s]
/proc/loadavg: 2.17 2.20 2.18 4/177 3392
/proc/meminfo: memFree=29882040/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=254200 CPUtime=522.17 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 38153 0 0 0 52203 14 0 0 20 0 1 0 106959448 260300800 52953 33554432000 4194304 5796924 140733907911104 140733907908744 4592560 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 63550 52953 166 392 0 63149 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 254200

[startup+582.3 s]
/proc/loadavg: 2.17 2.19 2.18 3/177 3393
/proc/meminfo: memFree=29875016/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=254200 CPUtime=582.16 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 38162 0 0 0 58202 14 0 0 20 0 1 0 106959448 260300800 57561 33554432000 4194304 5796924 140733907911104 140733907908744 4592027 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 63550 57561 166 392 0 63149 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 254200


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


[startup+882.307 s]
/proc/loadavg: 2.24 2.22 2.18 4/177 3585
/proc/meminfo: memFree=29823808/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=204112 CPUtime=882.13 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 38829 0 0 0 88197 16 0 0 20 0 1 0 106959448 209010688 43436 33554432000 4194304 5796924 140733907911104 140733907908744 4591861 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 51028 43436 166 392 0 50627 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 204112

[startup+942.3 s]
/proc/loadavg: 2.24 2.22 2.18 3/177 3587
/proc/meminfo: memFree=29827280/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=204112 CPUtime=942.11 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 38831 0 0 0 94195 16 0 0 20 0 1 0 106959448 209010688 44460 33554432000 4194304 5796924 140733907911104 140733907908744 4592031 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 51028 44460 166 392 0 50627 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 204112

[startup+1002.3 s]
/proc/loadavg: 2.31 2.24 2.19 4/177 3588
/proc/meminfo: memFree=29813176/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=254200 CPUtime=1002.11 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 39148 0 0 0 100194 17 0 0 20 0 1 0 106959448 260300800 50905 33554432000 4194304 5796924 140733907911104 140733907908744 4592160 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 63550 50905 166 392 0 63149 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 254200

[startup+1062.3 s]
/proc/loadavg: 2.25 2.22 2.18 4/177 3589
/proc/meminfo: memFree=29829360/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=254200 CPUtime=1062.1 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 39154 0 0 0 106193 17 0 0 20 0 1 0 106959448 260300800 53977 33554432000 4194304 5796924 140733907911104 140733907908744 4592059 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 63550 53977 166 392 0 63149 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 254200

[startup+1122.3 s]
/proc/loadavg: 2.23 2.22 2.18 3/177 3590
/proc/meminfo: memFree=29760476/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=254200 CPUtime=1122.08 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 39166 0 0 0 112191 17 0 0 20 0 1 0 106959448 260300800 60121 33554432000 4194304 5796924 140733907911104 140733907908744 4591861 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 63550 60121 166 392 0 63149 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 254200

[startup+1182.3 s]
/proc/loadavg: 2.30 2.24 2.19 4/177 3591
/proc/meminfo: memFree=29861104/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=204112 CPUtime=1182.07 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 39837 0 0 0 118188 19 0 0 20 0 1 0 106959448 209010688 45996 33554432000 4194304 5796924 140733907911104 140733907908744 4592160 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 51028 45996 166 392 0 50627 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 204112

[startup+1242.3 s]
/proc/loadavg: 2.31 2.26 2.19 3/177 3593
/proc/meminfo: memFree=29807356/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=254200 CPUtime=1242.07 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 40148 0 0 0 124187 20 0 0 20 0 1 0 106959448 260300800 50905 33554432000 4194304 5796924 140733907911104 140733907908744 4591895 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 63550 50905 166 392 0 63149 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 254200

[startup+1302.3 s]
/proc/loadavg: 2.25 2.25 2.19 3/177 3594
/proc/meminfo: memFree=29748088/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=254200 CPUtime=1302.06 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 40158 0 0 0 130186 20 0 0 20 0 1 0 106959448 260300800 56025 33554432000 4194304 5796924 140733907911104 140733907908744 4591865 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 63550 56025 166 392 0 63149 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 254200

[startup+1362.3 s]
/proc/loadavg: 2.31 2.26 2.19 4/178 3598
/proc/meminfo: memFree=29780780/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=254200 CPUtime=1362.05 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 40166 0 0 0 136185 20 0 0 20 0 1 0 106959448 260300800 60121 33554432000 4194304 5796924 140733907911104 140733907908744 4592059 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 63550 60121 166 392 0 63149 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 254200

[startup+1422.3 s]
/proc/loadavg: 2.29 2.26 2.19 3/177 3599
/proc/meminfo: memFree=29716560/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=335588 CPUtime=1422.04 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 40693 0 0 0 142184 20 0 0 20 0 1 0 106959448 343642112 65241 33554432000 4194304 5796924 140733907911104 140733907908744 4592584 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 83897 65241 166 392 0 83496 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 335588

[startup+1482.3 s]
/proc/loadavg: 2.21 2.24 2.19 3/177 3600
/proc/meminfo: memFree=29770008/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=204112 CPUtime=1482.03 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 41687 0 0 0 148181 22 0 0 20 0 1 0 106959448 209010688 43779 33554432000 4194304 5796924 140733907911104 140733907908744 4592031 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 51028 43779 166 392 0 50627 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 204112

[startup+1542.31 s]
/proc/loadavg: 2.35 2.27 2.20 4/177 3602
/proc/meminfo: memFree=29806692/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=254200 CPUtime=1542.03 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 42218 0 0 0 154181 22 0 0 20 0 1 0 106959448 260300800 52483 33554432000 4194304 5796924 140733907911104 140733907908744 4606531 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 63550 52483 166 392 0 63149 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 254200

[startup+1602.3 s]
/proc/loadavg: 2.23 2.25 2.19 3/177 3603
/proc/meminfo: memFree=29760200/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=254200 CPUtime=1602.01 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 42224 0 0 0 160179 22 0 0 20 0 1 0 106959448 260300800 55555 33554432000 4194304 5796924 140733907911104 140733907908744 4592560 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 63550 55555 166 392 0 63149 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 254200

[startup+1662.3 s]
/proc/loadavg: 2.32 2.26 2.19 3/177 3604
/proc/meminfo: memFree=29722840/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=254200 CPUtime=1662 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 42230 0 0 0 166178 22 0 0 20 0 1 0 106959448 260300800 58115 33554432000 4194304 5796924 140733907911104 140733907908744 4592560 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 63550 58115 166 392 0 63149 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 254200

[startup+1722.3 s]
/proc/loadavg: 2.23 2.24 2.19 4/177 3605
/proc/meminfo: memFree=29859292/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=173292 CPUtime=1721.99 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 42832 0 0 0 172176 23 0 0 20 0 1 0 106959448 177451008 42345 33554432000 4194304 5796924 140733907911104 140733907908568 4592023 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 43323 42345 166 392 0 42922 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 173292

[startup+1782.3 s]
/proc/loadavg: 2.23 2.23 2.18 4/177 3606
/proc/meminfo: memFree=29817680/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=204112 CPUtime=1781.99 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 42903 0 0 0 178175 24 0 0 20 0 1 0 106959448 209010688 44460 33554432000 4194304 5796924 140733907911104 140733907908744 4591861 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 51028 44460 166 392 0 50627 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 204112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.17 2.22 2.18 3/177 3607
/proc/meminfo: memFree=29794764/32872528 swapFree=15644/1722384
[pid=3355] ppid=3352 vsize=204112 CPUtime=1800.08 cores=0,2,4,6
/proc/3355/stat : 3355 (naps-1.02) R 3352 3355 31536 0 -1 4202496 42906 0 0 0 179984 24 0 0 20 0 1 0 106959448 209010688 45996 33554432000 4194304 5796924 140733907911104 140733907908744 4606507 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/3355/statm: 51028 45996 166 392 0 50627 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 204112

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

Child status: 0
Real time (s): 1800.4
CPU time (s): 1800.1
CPU user time (s): 1799.85
CPU system time (s): 0.247962
CPU usage (%): 99.9829
Max. virtual memory (cumulated for all children) (KiB): 384908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 0.247962
maximum resident set size= 301460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42918
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= 1911

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.28574 second user time and 11.7422 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-06 23:57:39
IDJOB=4082293
IDBENCH=3034
IDSOLVER=2544
FILE ID=node120/4082293-1465250259
RUNJOBID= node120-1465222007-31552
PBS_JOBID= 19843231
Free space on /tmp= 71736 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=80-sizeP=41-sizeQ=80-898154415-max.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082293-1465250259/watcher-4082293-1465250259 -o /tmp/evaluation-result-4082293-1465250259/solver-4082293-1465250259 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1465222007-31552 --watchdog 1960  naps-1.02 HOME/instance-4082293-1465250259.opb

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

MD5SUM BENCH= 6a9fe13a82af2a971b95647e608ff18d
RANDOM SEED=1512115412

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30103880 kB
Buffers:           26144 kB
Cached:            78640 kB
SwapCached:         1512 kB
Active:           285688 kB
Inactive:          60924 kB
Active(anon):     241520 kB
Inactive(anon):     2412 kB
Active(file):      44168 kB
Inactive(file):    58512 kB
Unevictable:     1722384 kB
Mlocked:           15644 kB
SwapTotal:      67108856 kB
SwapFree:       67099624 kB
Dirty:              4296 kB
Writeback:             0 kB
AnonPages:       2024284 kB
Mapped:             8796 kB
Shmem:                 0 kB
Slab:             566196 kB
SReclaimable:      10604 kB
SUnreclaim:       555592 kB
KernelStack:        1472 kB
PageTables:         7856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2102492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1951744 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= 71720 MiB
End job on node120 at 2016-06-07 00:27:39