Trace number 4105851

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.28 1800.57

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=320-sizeP=161-sizeQ=320-287873690-max.opb
MD5SUM7e6cf7bd8ae3eb2dbe42fe5a31768e13
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 variables52001
Total number of constraints154561
Number of constraints which are clauses154560
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 constraint51520
Number of terms in the objective function 161
Biggest coefficient in the objective function 1461501637330902918203684832716283019655932542976
Number of bits for the biggest coefficient in the objective function 161
Sum of the numbers in the objective function 2923003274661805836407369665432566039311865085951
Number of bits of the sum of numbers in the objective function 161
Biggest number in a constraint 1560874275157996115690798614896583152874299071332485575429578479812685869409882810060153051531745985579913465560703311447723987839644142653145088
Number of bits of the biggest number in a constraint 480
Biggest sum of numbers in a constraint 6243497100631984462763194459586332611497196285328142673459177384060592124920906005152554730819278690998820076480368784343607308117472639948431515
Number of bits of the biggest sum of numbers481
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,0
1800.00/1800.30	c BDD/srt/adr Max costs : 0,0,0
1800.00/1800.30	c BDDraw/bin/mul/srt/adr: 1,0,0,0,0
1800.00/1800.30	c BDD nodes             : 6897242
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) : 1798 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-4105851-1467031054/watcher-4105851-1467031054 -o /tmp/evaluation-result-4105851-1467031054/solver-4105851-1467031054 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1467023765-1363 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4105851-1467031054.opb 

pid=2500
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.29 2.10 2.02 3/179 2503
/proc/meminfo: memFree=27060004/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=6556 CPUtime=0 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 316 0 0 0 0 0 0 0 20 0 1 0 36143548 6713344 190 33554432000 4194304 5796924 140735185232640 140735688259224 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2503/statm: 1639 190 128 392 0 1238 0

[startup+0.100203 s]
/proc/loadavg: 2.29 2.10 2.02 3/179 2503
/proc/meminfo: memFree=27060004/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=7964 CPUtime=0.09 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 723 0 0 0 9 0 0 0 20 0 1 0 36143548 8155136 578 33554432000 4194304 5796924 140735185232640 140735688259224 5087780 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2503/statm: 1991 578 128 392 0 1590 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7964

[startup+0.200292 s]
/proc/loadavg: 2.29 2.10 2.02 3/179 2503
/proc/meminfo: memFree=27060004/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=9524 CPUtime=0.19 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 1114 0 0 0 19 0 0 0 20 0 1 0 36143548 9752576 944 33554432000 4194304 5796924 140735185232640 140735688259224 4363384 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2503/statm: 2381 944 128 392 0 1980 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9524

[startup+0.300281 s]
/proc/loadavg: 2.29 2.10 2.02 3/179 2503
/proc/meminfo: memFree=27060004/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=10944 CPUtime=0.29 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 1443 0 0 0 29 0 0 0 20 0 1 0 36143548 11206656 1767 33554432000 4194304 5796924 140735185232640 140735185231864 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2503/statm: 2736 1767 128 392 0 2335 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10944

[startup+0.700276 s]
/proc/loadavg: 2.29 2.10 2.02 3/179 2503
/proc/meminfo: memFree=27060004/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=16372 CPUtime=0.69 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 2800 0 0 0 69 0 0 0 20 0 1 0 36143548 16764928 2974 33554432000 4194304 5796924 140735185232640 140735185231864 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2503/statm: 4093 2974 128 392 0 3692 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16372

[startup+1.50029 s]
/proc/loadavg: 2.29 2.10 2.02 3/180 2504
/proc/meminfo: memFree=27043176/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=28832 CPUtime=1.49 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 6138 0 0 0 149 0 0 0 20 0 1 0 36143548 29523968 5740 33554432000 4194304 5796924 140735185232640 140735185231864 5096560 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2503/statm: 7208 5740 128 392 0 6807 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28832

[startup+3.10029 s]
/proc/loadavg: 2.26 2.10 2.02 3/180 2504
/proc/meminfo: memFree=27029892/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=63380 CPUtime=3.09 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 16341 0 0 0 306 3 0 0 20 0 1 0 36143548 64901120 14894 33554432000 4194304 5796924 140735185232640 140735185231800 5096544 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2503/statm: 15845 14894 129 392 0 15444 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63380

[startup+6.3003 s]
/proc/loadavg: 2.26 2.10 2.02 3/180 2504
/proc/meminfo: memFree=27000396/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=166920 CPUtime=6.28 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 42708 0 0 0 622 6 0 0 20 0 1 0 36143548 170926080 40854 33554432000 4194304 5796924 140735185232640 140735137937208 4455135 0 0 4096 17954 0 0 0 17 1 0 0 0 0 0
/proc/2503/statm: 41730 40854 140 392 0 41329 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 166920

[startup+12.7003 s]
/proc/loadavg: 2.22 2.10 2.02 3/180 2504
/proc/meminfo: memFree=26596376/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=492892 CPUtime=12.68 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 122483 0 0 0 1249 19 0 0 20 0 1 0 36143548 504721408 121718 33554432000 4194304 5796924 140735185232640 140735135194680 5095032 0 0 4096 17954 0 0 0 17 1 0 0 0 0 0
/proc/2503/statm: 123223 121720 140 392 0 122822 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 492892

[startup+25.5073 s]
/proc/loadavg: 2.19 2.09 2.02 3/180 2504
/proc/meminfo: memFree=25966164/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=1100532 CPUtime=25.49 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 266353 0 0 0 2508 41 0 0 20 0 1 0 36143548 1126944768 274031 33554432000 4194304 5796924 140735185232640 140735142592968 5092509 0 0 4096 17954 0 0 0 17 1 0 0 0 0 0
/proc/2503/statm: 275133 274031 140 392 0 274732 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1100532

[startup+51.1003 s]
/proc/loadavg: 2.12 2.08 2.02 3/180 2504
/proc/meminfo: memFree=24817280/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=2265476 CPUtime=51.07 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 542952 0 0 0 5022 85 0 0 20 0 1 0 36143548 2319847424 564102 33554432000 4194304 5796924 140735185232640 140735153382504 5095032 0 0 4096 17954 0 0 0 17 1 0 0 0 0 0
/proc/2503/statm: 566369 564102 140 392 0 565968 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2265476

[startup+102.3 s]
/proc/loadavg: 2.09 2.08 2.02 3/179 2506
/proc/meminfo: memFree=22277068/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=4842292 CPUtime=102.26 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 1154633 0 0 0 10051 175 0 0 20 0 1 0 36143548 4958507008 1204770 33554432000 4194304 5796924 140735185232640 140735172655224 5095032 0 0 4096 17954 0 0 0 17 1 0 0 0 0 0
/proc/2503/statm: 1210573 1204770 140 392 0 1210172 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 4842292

[startup+162.3 s]
/proc/loadavg: 2.03 2.07 2.01 3/180 2510
/proc/meminfo: memFree=21663444/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=5397616 CPUtime=162.25 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 1293469 0 0 0 16032 193 0 0 20 0 1 0 36143548 5527158784 1345650 33554432000 4194304 5796924 140735185232640 140735185229624 5094494 0 0 4096 17954 0 0 0 17 1 0 0 0 0 0
/proc/2503/statm: 1349404 1345650 144 392 0 1349003 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 5397616

[startup+222.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/179 2511
/proc/meminfo: memFree=21660908/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=5397616 CPUtime=222.25 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 1293470 0 0 0 22032 193 0 0 20 0 1 0 36143548 5527158784 1345651 33554432000 4194304 5796924 140735185232640 140735185229624 4809129 0 0 4096 17954 0 0 0 17 1 0 0 0 0 0
/proc/2503/statm: 1349404 1345651 145 392 0 1349003 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 5397616

[startup+282.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/179 2512
/proc/meminfo: memFree=21659752/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=5397616 CPUtime=282.23 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 1293470 0 0 0 28030 193 0 0 20 0 1 0 36143548 5527158784 1345651 33554432000 4194304 5796924 140735185232640 140735185229624 4810733 0 0 4096 17954 0 0 0 17 1 0 0 0 0 0
/proc/2503/statm: 1349404 1345651 145 392 0 1349003 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 5397616

[startup+342.307 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 2513
/proc/meminfo: memFree=21657216/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=5397616 CPUtime=342.23 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 1293470 0 0 0 34030 193 0 0 20 0 1 0 36143548 5527158784 1345651 33554432000 4194304 5796924 140735185232640 140735185229624 4865554 0 0 4096 17954 0 0 0 17 1 0 0 0 0 0
/proc/2503/statm: 1349404 1345651 145 392 0 1349003 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 5397616

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 2515
/proc/meminfo: memFree=21655328/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=5397616 CPUtime=402.22 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 1293470 0 0 0 40029 193 0 0 20 0 1 0 36143548 5527158784 1345651 33554432000 4194304 5796924 140735185232640 140735185229624 4296105 0 0 4096 17954 0 0 0 17 1 0 0 0 0 0
/proc/2503/statm: 1349404 1345651 145 392 0 1349003 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 5397616

[startup+462.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 2516
/proc/meminfo: memFree=21655220/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=5397616 CPUtime=462.21 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 1293470 0 0 0 46028 193 0 0 20 0 1 0 36143548 5527158784 1345651 33554432000 4194304 5796924 140735185232640 140735185229624 4865437 0 0 4096 17954 0 0 0 17 1 0 0 0 0 0
/proc/2503/statm: 1349404 1345651 145 392 0 1349003 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 5397616

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 2517
/proc/meminfo: memFree=21655112/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=5397616 CPUtime=522.2 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 1293470 0 0 0 52027 193 0 0 20 0 1 0 36143548 5527158784 1345651 33554432000 4194304 5796924 140735185232640 140735185229624 5093798 0 0 4096 17954 0 0 0 17 1 0 0 0 0 0
/proc/2503/statm: 1349404 1345651 145 392 0 1349003 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 5397616

[startup+582.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 2518
/proc/meminfo: memFree=21655012/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=5397616 CPUtime=582.19 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 1293470 0 0 0 58026 193 0 0 20 0 1 0 36143548 5527158784 1345651 33554432000 4194304 5796924 140735185232640 140735185229624 5100288 0 0 4096 17954 0 0 0 17 1 0 0 0 0 0
/proc/2503/statm: 1349404 1345651 145 392 0 1349003 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 5397616

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


[startup+942.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 2528
/proc/meminfo: memFree=21653260/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=5397616 CPUtime=942.13 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 1293470 0 0 0 94020 193 0 0 20 0 1 0 36143548 5527158784 1345651 33554432000 4194304 5796924 140735185232640 140735185229624 5087538 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/2503/statm: 1349404 1345651 145 392 0 1349003 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 5397616

[startup+1002.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 2529
/proc/meminfo: memFree=21653404/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=5397616 CPUtime=1002.13 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 1293470 0 0 0 100020 193 0 0 20 0 1 0 36143548 5527158784 1345651 33554432000 4194304 5796924 140735185232640 140735185229624 4865488 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/2503/statm: 1349404 1345651 145 392 0 1349003 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 5397616

[startup+1062.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 2531
/proc/meminfo: memFree=21653292/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=5397616 CPUtime=1062.11 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 1293470 0 0 0 106018 193 0 0 20 0 1 0 36143548 5527158784 1345651 33554432000 4194304 5796924 140735185232640 140735185229624 4295883 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/2503/statm: 1349404 1345651 145 392 0 1349003 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 5397616

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2532
/proc/meminfo: memFree=21652820/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=5397616 CPUtime=1122.1 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 1293470 0 0 0 112017 193 0 0 20 0 1 0 36143548 5527158784 1345651 33554432000 4194304 5796924 140735185232640 140735185229624 5087571 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/2503/statm: 1349404 1345651 145 392 0 1349003 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 5397616

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2533
/proc/meminfo: memFree=21653332/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=5397616 CPUtime=1182.09 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 1293470 0 0 0 118016 193 0 0 20 0 1 0 36143548 5527158784 1345651 33554432000 4194304 5796924 140735185232640 140735185229624 5100093 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/2503/statm: 1349404 1345651 145 392 0 1349003 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 5397616

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2534
/proc/meminfo: memFree=21650440/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=5397616 CPUtime=1242.08 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 1293470 0 0 0 124015 193 0 0 20 0 1 0 36143548 5527158784 1345651 33554432000 4194304 5796924 140735185232640 140735185229624 5093096 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/2503/statm: 1349404 1345651 145 392 0 1349003 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 5397616

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2535
/proc/meminfo: memFree=21650328/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=5397616 CPUtime=1302.07 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 1293470 0 0 0 130014 193 0 0 20 0 1 0 36143548 5527158784 1345651 33554432000 4194304 5796924 140735185232640 140735185229624 4865437 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/2503/statm: 1349404 1345651 145 392 0 1349003 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 5397616

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2540
/proc/meminfo: memFree=21650224/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=5397616 CPUtime=1362.07 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 1293470 0 0 0 136014 193 0 0 20 0 1 0 36143548 5527158784 1345651 33554432000 4194304 5796924 140735185232640 140735185229624 5087643 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/2503/statm: 1349404 1345651 145 392 0 1349003 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 5397616

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2564
/proc/meminfo: memFree=21649880/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=5397616 CPUtime=1422.06 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 1293470 0 0 0 142013 193 0 0 20 0 1 0 36143548 5527158784 1345651 33554432000 4194304 5796924 140735185232640 140735185229624 5087776 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/2503/statm: 1349404 1345651 145 392 0 1349003 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 5397616

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2565
/proc/meminfo: memFree=21650668/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=5397616 CPUtime=1482.05 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 1293470 0 0 0 148012 193 0 0 20 0 1 0 36143548 5527158784 1345651 33554432000 4194304 5796924 140735185232640 140735185229624 4865437 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/2503/statm: 1349404 1345651 145 392 0 1349003 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 5397616

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2566
/proc/meminfo: memFree=21650808/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=5397616 CPUtime=1542.04 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 1293470 0 0 0 154011 193 0 0 20 0 1 0 36143548 5527158784 1345651 33554432000 4194304 5796924 140735185232640 140735185229624 5100122 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/2503/statm: 1349404 1345651 145 392 0 1349003 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 5397616

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 2567
/proc/meminfo: memFree=21650820/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=5397616 CPUtime=1602.03 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 1293470 0 0 0 160010 193 0 0 20 0 1 0 36143548 5527158784 1345651 33554432000 4194304 5796924 140735185232640 140735185229624 5087724 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/2503/statm: 1349404 1345651 145 392 0 1349003 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 5397616

[startup+1662.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 2569
/proc/meminfo: memFree=21650704/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=5397616 CPUtime=1662.03 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 1293470 0 0 0 166010 193 0 0 20 0 1 0 36143548 5527158784 1345651 33554432000 4194304 5796924 140735185232640 140735185229624 5100093 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/2503/statm: 1349404 1345651 145 392 0 1349003 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 5397616

[startup+1722.3 s]
/proc/loadavg: 2.15 2.03 2.01 3/179 2616
/proc/meminfo: memFree=25556976/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=5397616 CPUtime=1722.01 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 1293470 0 0 0 172006 195 0 0 20 0 1 0 36143548 5527158784 1345651 33554432000 4194304 5796924 140735185232640 140735185229624 5094158 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/2503/statm: 1349404 1345651 145 392 0 1349003 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 5397616

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 2617
/proc/meminfo: memFree=24650448/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=5397616 CPUtime=1782 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 1293475 0 0 0 178005 195 0 0 20 0 1 0 36143548 5527158784 1345677 33554432000 4194304 5796924 140735185232640 140735185229624 5093296 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/2503/statm: 1349404 1345677 145 392 0 1349003 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 5397616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 2617
/proc/meminfo: memFree=24566384/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=5397616 CPUtime=1800 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202496 1293480 0 0 0 179805 195 0 0 20 0 1 0 36143548 5527158784 1345677 33554432000 4194304 5796924 140735185232640 140735185229624 5087766 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/2503/statm: 1349404 1345677 145 392 0 1349003 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 5397616

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

[startup+1800.5 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 2617
/proc/meminfo: memFree=24566384/32872528 swapFree=8028/8028
[pid=2503] ppid=2500 vsize=0 CPUtime=1800.2 cores=1,3,5,7
/proc/2503/stat : 2503 (naps-1.02) R 2500 2503 1345 0 -1 4202500 1293493 0 0 0 179805 215 0 0 20 0 1 0 36143548 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2503/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1800.57
CPU time (s): 1800.28
CPU user time (s): 1798.05
CPU system time (s): 2.23166
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 5397616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.05
system time used= 2.23166
maximum resident set size= 5382760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1293493
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= 13
involuntary context switches= 2495

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.6003 second user time and 6.87195 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-27 14:37:34
IDJOB=4105851
IDBENCH=3039
IDSOLVER=2544
FILE ID=node133/4105851-1467031054
RUNJOBID= node133-1467023765-1363
PBS_JOBID= 19976987
Free space on /tmp= 71568 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=320-sizeP=161-sizeQ=320-287873690-max.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105851-1467031054/watcher-4105851-1467031054 -o /tmp/evaluation-result-4105851-1467031054/solver-4105851-1467031054 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1467023765-1363 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4105851-1467031054.opb

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

MD5SUM BENCH= 7e6cf7bd8ae3eb2dbe42fe5a31768e13
RANDOM SEED=627318249

node133.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.951
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.90
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.951
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.951
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.951
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.951
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.951
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.951
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.951
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:        27060276 kB
Buffers:           85924 kB
Cached:           436096 kB
SwapCached:         2272 kB
Active:          4636412 kB
Inactive:         424360 kB
Active(anon):    4539224 kB
Inactive(anon):     1660 kB
Active(file):      97188 kB
Inactive(file):   422700 kB
Unevictable:        8028 kB
Mlocked:            8028 kB
SwapTotal:      67108856 kB
SwapFree:       67098560 kB
Dirty:             12900 kB
Writeback:             0 kB
AnonPages:       4545544 kB
Mapped:             8800 kB
Shmem:                 0 kB
Slab:             602260 kB
SReclaimable:      45312 kB
SUnreclaim:       556948 kB
KernelStack:        1480 kB
PageTables:        13152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5053520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    724992 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= 71508 MiB
End job on node133 at 2016-06-27 15:07:35