Trace number 4082279

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.43 1800.91

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=380-sizeP=191-sizeQ=380-376320478.opb
MD5SUM51d0311b377c59157e242074419873d8
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 benchmark4.35334
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 variables73151
Total number of constraints217741
Number of constraints which are clauses217740
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 constraint72580
Number of terms in the objective function 191
Biggest coefficient in the objective function 1569275433846670190958947355801916604025588861116008628224
Number of bits for the biggest coefficient in the objective function 191
Sum of the numbers in the objective function 3138550867693340381917894711603833208051177722232017256447
Number of bits of the sum of numbers in the objective function 191
Biggest number in a constraint 1932268761508629172347675945465993672149463664853217499328617625725759571144780212268096883290961288981231808015751088588682539330521493827871454336733540374348490407411712
Number of bits of the biggest number in a constraint 570
Biggest sum of numbers in a constraint 7729075046034516689390703781863974688597854659412869997314224381048371193901200617177559040099268686897928050057991124859366103339630073271419918449372999566708003739316703
Number of bits of the biggest sum of numbers571
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.20	c NaPS 1.02b.
1800.01/1800.50	c 
1800.01/1800.50	c *** TERMINATED *** by signal 15
1800.01/1800.50	s UNKNOWN
1800.01/1800.50	c _____________________________________________________________________________
1800.01/1800.50	c 
1800.01/1800.50	c std/band forms        : 0,1
1800.01/1800.50	c 2cl/3cl ITE-codings   : 0,0
1800.01/1800.50	c BDD/srt/adr Max costs : 0,0,0
1800.01/1800.50	c BDDraw/bin/mul/srt/adr: 1,0,0,0,0
1800.01/1800.50	c BDD nodes             : 9798319
1800.01/1800.50	c Es1/CC detections     : 0,0
1800.01/1800.50	c SAT/UNSAT calls       : 0,0
1800.01/1800.50	c restarts              : 0
1800.01/1800.50	c conflicts             : 0              (0 /sec)
1800.01/1800.50	c decisions             : 0              (0 /sec)
1800.01/1800.50	c propagations          : 0              (0 /sec)
1800.01/1800.50	c inspects              : 0              (0 /sec)
1800.01/1800.50	c CPU time (solving tm) : 1797 s        (0 s)
1800.01/1800.50	c Time for Opt-base     : 0 s
1800.01/1800.50	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-4082279-1467030923/watcher-4082279-1467030923 -o /tmp/evaluation-result-4082279-1467030923/solver-4082279-1467030923 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1467030923-28302 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4082279-1467030923.opb 

pid=28329
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 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: 1.06 1.12 1.11 3/176 28332
/proc/meminfo: memFree=30354768/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/28332/stat : 28332 (runsolver) D 28329 28332 28286 0 -1 4202560 115 0 0 0 0 0 0 0 20 0 1 0 36130500 24911872 152 33554432000 4194304 4338465 140735609044928 140735609042568 229355900087 0 0 4096 24578 18446744071579943789 0 0 17 0 0 0 0 0 0
/proc/28332/statm: 6082 152 105 36 0 2655 0

[startup+0.100169 s]
/proc/loadavg: 1.06 1.12 1.11 3/176 28332
/proc/meminfo: memFree=30354768/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/28332/stat : 28332 (runsolver) D 28329 28332 28286 0 -1 4202560 115 0 0 0 0 0 0 0 20 0 1 0 36130500 24911872 152 33554432000 4194304 4338465 140735609044928 140735609042568 229355900087 0 0 4096 24578 18446744071579943789 0 0 17 0 0 0 0 0 0
/proc/28332/statm: 6082 152 105 36 0 2655 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24328

[startup+0.20027 s]
/proc/loadavg: 1.06 1.12 1.11 3/176 28332
/proc/meminfo: memFree=30354768/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/28332/stat : 28332 (runsolver) D 28329 28332 28286 0 -1 4202560 115 0 0 0 0 0 0 0 20 0 1 0 36130500 24911872 152 33554432000 4194304 4338465 140735609044928 140735609042568 229355900087 0 0 4096 24578 18446744071579943789 0 0 17 0 0 0 0 0 0
/proc/28332/statm: 6082 152 105 36 0 2655 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24328

[startup+0.300288 s]
/proc/loadavg: 1.06 1.12 1.11 3/176 28332
/proc/meminfo: memFree=30354768/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=7768 CPUtime=0.09 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 684 0 0 0 9 0 0 0 20 0 1 0 36130500 7954432 538 33554432000 4194304 5796924 140737392825840 140735609042120 4564240 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 1942 538 128 392 0 1541 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7768

[startup+0.70019 s]
/proc/loadavg: 1.06 1.12 1.11 3/176 28332
/proc/meminfo: memFree=30354768/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=13304 CPUtime=0.49 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 2312 0 0 0 49 0 0 0 20 0 1 0 36130500 13623296 1984 33554432000 4194304 5796924 140737392825840 140737392825208 4564248 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 3326 1984 128 392 0 2925 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13304

[startup+1.50019 s]
/proc/loadavg: 1.06 1.12 1.11 3/177 28333
/proc/meminfo: memFree=30320764/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=24512 CPUtime=1.29 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 5264 0 0 0 128 1 0 0 20 0 1 0 36130500 25100288 5065 33554432000 4194304 5796924 140737392825840 140737392825208 5092978 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 6128 5065 128 392 0 5727 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 24512

[startup+3.1002 s]
/proc/loadavg: 1.06 1.12 1.11 3/177 28333
/proc/meminfo: memFree=30234956/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=46804 CPUtime=2.89 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 11023 0 0 0 287 2 0 0 20 0 1 0 36130500 47927296 10004 33554432000 4194304 5796924 140737392825840 140737392825064 5183584 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 11701 10004 128 392 0 11300 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 46804

[startup+6.30026 s]
/proc/loadavg: 1.14 1.13 1.11 3/177 28333
/proc/meminfo: memFree=30026996/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=98268 CPUtime=6.08 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 24260 0 0 0 604 4 0 0 20 0 1 0 36130500 100626432 22140 33554432000 4194304 5796924 140737392825840 140737392824152 5087766 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 24567 22140 132 392 0 24166 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 98268

[startup+12.7003 s]
/proc/loadavg: 1.21 1.14 1.12 3/177 28333
/proc/meminfo: memFree=29492088/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=383360 CPUtime=12.48 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 94934 0 0 0 1234 14 0 0 20 0 1 0 36130500 392560640 93177 33554432000 4194304 5796924 140737392825840 140737315980248 5095032 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 95840 93178 140 392 0 95439 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 383360

[startup+25.5004 s]
/proc/loadavg: 1.46 1.20 1.13 3/177 28333
/proc/meminfo: memFree=28263448/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=1024620 CPUtime=25.28 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 249880 0 0 0 2490 38 0 0 20 0 1 0 36130500 1049210880 252856 33554432000 4194304 5796924 140737392825840 140737324467576 5091201 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 256155 252858 140 392 0 255754 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 1024620

[startup+51.1004 s]
/proc/loadavg: 1.71 1.28 1.16 3/177 28333
/proc/meminfo: memFree=26116032/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=2237316 CPUtime=50.88 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 533500 0 0 0 5005 83 0 0 20 0 1 0 36130500 2291011584 555406 33554432000 4194304 5796924 140737392825840 140737335703656 5095032 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 559329 555406 140 392 0 558928 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 2237316

[startup+102.3 s]
/proc/loadavg: 1.95 1.42 1.21 3/177 28334
/proc/meminfo: memFree=23606840/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=4735988 CPUtime=102.07 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 1125107 0 0 0 10038 169 0 0 20 0 1 0 36130500 4849651712 1176000 33554432000 4194304 5796924 140737392825840 140737351671240 5095032 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 1183997 1176000 140 392 0 1183596 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 4735988

[startup+162.3 s]
/proc/loadavg: 2.18 1.56 1.27 4/177 28336
/proc/meminfo: memFree=20753932/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=7614104 CPUtime=162.06 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 1833482 0 0 0 15934 272 0 0 20 0 1 0 36130500 7796842496 1894595 33554432000 4194304 5796924 140737392825840 140737370229528 5096576 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 1903526 1894595 140 392 0 1903125 0
Current children cumulated CPU time (s) 162.06
Current children cumulated vsize (KiB) 7614104

[startup+222.307 s]
/proc/loadavg: 2.14 1.66 1.32 4/177 28337
/proc/meminfo: memFree=20526404/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=7806824 CPUtime=222.06 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 1881690 0 0 0 21926 280 0 0 20 0 1 0 36130500 7994187776 1943314 33554432000 4194304 5796924 140737392825840 140737392822824 4865437 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 1951706 1943314 144 392 0 1951305 0
Current children cumulated CPU time (s) 222.06
Current children cumulated vsize (KiB) 7806824

[startup+282.3 s]
/proc/loadavg: 2.27 1.78 1.38 3/178 28341
/proc/meminfo: memFree=20525976/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=7806824 CPUtime=282.05 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 1881691 0 0 0 27925 280 0 0 20 0 1 0 36130500 7994187776 1943315 33554432000 4194304 5796924 140737392825840 140737392822824 5077866 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 1951706 1943315 145 392 0 1951305 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 7806824

[startup+342.3 s]
/proc/loadavg: 2.19 1.85 1.43 3/177 28342
/proc/meminfo: memFree=20524256/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=7806824 CPUtime=342.04 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 1881691 0 0 0 33924 280 0 0 20 0 1 0 36130500 7994187776 1943315 33554432000 4194304 5796924 140737392825840 140737392822824 5094444 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 1951706 1943315 145 392 0 1951305 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 7806824

[startup+402.3 s]
/proc/loadavg: 2.11 1.89 1.47 4/177 28343
/proc/meminfo: memFree=20524376/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=7806824 CPUtime=402.03 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 1881691 0 0 0 39923 280 0 0 20 0 1 0 36130500 7994187776 1943315 33554432000 4194304 5796924 140737392825840 140737392822824 4865529 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 1951706 1943315 145 392 0 1951305 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 7806824

[startup+462.3 s]
/proc/loadavg: 2.27 1.98 1.52 3/177 28345
/proc/meminfo: memFree=20524252/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=7806824 CPUtime=462.02 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 1881691 0 0 0 45922 280 0 0 20 0 1 0 36130500 7994187776 1943315 33554432000 4194304 5796924 140737392825840 140737392822824 4865437 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 1951706 1943315 145 392 0 1951305 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 7806824

[startup+522.3 s]
/proc/loadavg: 2.32 2.04 1.57 3/177 28346
/proc/meminfo: memFree=20524248/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=7806824 CPUtime=522.01 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 1881691 0 0 0 51921 280 0 0 20 0 1 0 36130500 7994187776 1943315 33554432000 4194304 5796924 140737392825840 140737392822824 5092526 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 1951706 1943315 145 392 0 1951305 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 7806824

[startup+582.3 s]
/proc/loadavg: 2.28 2.09 1.62 4/177 28347
/proc/meminfo: memFree=20524248/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=7806824 CPUtime=582 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 1881691 0 0 0 57920 280 0 0 20 0 1 0 36130500 7994187776 1943315 33554432000 4194304 5796924 140737392825840 140737392822824 4865488 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 1951706 1943315 145 392 0 1951305 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 7806824

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


[startup+1002.3 s]
/proc/loadavg: 2.32 2.21 1.83 4/177 28358
/proc/meminfo: memFree=20519088/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=7806824 CPUtime=1001.94 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 1881691 0 0 0 99914 280 0 0 20 0 1 0 36130500 7994187776 1943315 33554432000 4194304 5796924 140737392825840 140737392822824 4296076 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 1951706 1943315 145 392 0 1951305 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 7806824

[startup+1062.3 s]
/proc/loadavg: 2.17 2.18 1.84 3/176 28359
/proc/meminfo: memFree=20518872/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=7806824 CPUtime=1061.93 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 1881691 0 0 0 105913 280 0 0 20 0 1 0 36130500 7994187776 1943315 33554432000 4194304 5796924 140737392825840 140737392822824 5077850 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 1951706 1943315 145 392 0 1951305 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 7806824

[startup+1122.3 s]
/proc/loadavg: 2.10 2.16 1.85 4/177 28361
/proc/meminfo: memFree=20519108/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=7806824 CPUtime=1121.92 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 1881691 0 0 0 111912 280 0 0 20 0 1 0 36130500 7994187776 1943315 33554432000 4194304 5796924 140737392825840 140737392822824 5094444 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 1951706 1943315 145 392 0 1951305 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 7806824

[startup+1182.3 s]
/proc/loadavg: 2.13 2.16 1.87 3/177 28362
/proc/meminfo: memFree=20517788/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=7806824 CPUtime=1181.91 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 1881691 0 0 0 117911 280 0 0 20 0 1 0 36130500 7994187776 1943315 33554432000 4194304 5796924 140737392825840 140737392822824 5094444 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 1951706 1943315 145 392 0 1951305 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 7806824

[startup+1242.3 s]
/proc/loadavg: 2.18 2.16 1.88 4/177 28363
/proc/meminfo: memFree=20516916/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=7806824 CPUtime=1241.9 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 1881691 0 0 0 123910 280 0 0 20 0 1 0 36130500 7994187776 1943315 33554432000 4194304 5796924 140737392825840 140737392822824 5087771 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 1951706 1943315 145 392 0 1951305 0
Current children cumulated CPU time (s) 1241.9
Current children cumulated vsize (KiB) 7806824

[startup+1302.3 s]
/proc/loadavg: 2.10 2.14 1.89 4/177 28364
/proc/meminfo: memFree=20516268/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=7806824 CPUtime=1301.89 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 1881691 0 0 0 129909 280 0 0 20 0 1 0 36130500 7994187776 1943315 33554432000 4194304 5796924 140737392825840 140737392822824 5101496 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 1951706 1943315 145 392 0 1951305 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 7806824

[startup+1362.3 s]
/proc/loadavg: 2.14 2.14 1.91 3/177 28365
/proc/meminfo: memFree=20517008/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=7806824 CPUtime=1361.88 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 1881691 0 0 0 135908 280 0 0 20 0 1 0 36130500 7994187776 1943315 33554432000 4194304 5796924 140737392825840 140737392822824 5093706 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 1951706 1943315 145 392 0 1951305 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 7806824

[startup+1422.3 s]
/proc/loadavg: 2.16 2.15 1.92 3/177 28367
/proc/meminfo: memFree=20517036/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=7806824 CPUtime=1421.88 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 1881691 0 0 0 141908 280 0 0 20 0 1 0 36130500 7994187776 1943315 33554432000 4194304 5796924 140737392825840 140737392822824 5096588 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 1951706 1943315 145 392 0 1951305 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 7806824

[startup+1482.3 s]
/proc/loadavg: 2.14 2.15 1.93 4/178 28371
/proc/meminfo: memFree=20513972/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=7806824 CPUtime=1481.86 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 1881691 0 0 0 147906 280 0 0 20 0 1 0 36130500 7994187776 1943315 33554432000 4194304 5796924 140737392825840 140737392822824 5100093 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 1951706 1943315 145 392 0 1951305 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 7806824

[startup+1542.31 s]
/proc/loadavg: 2.15 2.15 1.94 3/178 28395
/proc/meminfo: memFree=20513484/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=7806824 CPUtime=1541.86 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 1881691 0 0 0 153906 280 0 0 20 0 1 0 36130500 7994187776 1943315 33554432000 4194304 5796924 140737392825840 140737392822824 4865437 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 1951706 1943315 145 392 0 1951305 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 7806824

[startup+1602.3 s]
/proc/loadavg: 2.11 2.13 1.95 3/177 28396
/proc/meminfo: memFree=20514224/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=7806824 CPUtime=1601.84 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 1881691 0 0 0 159904 280 0 0 20 0 1 0 36130500 7994187776 1943315 33554432000 4194304 5796924 140737392825840 140737392822824 5094444 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 1951706 1943315 145 392 0 1951305 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 7806824

[startup+1662.3 s]
/proc/loadavg: 2.20 2.15 1.96 4/177 28397
/proc/meminfo: memFree=20514200/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=7806824 CPUtime=1661.84 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 1881691 0 0 0 165904 280 0 0 20 0 1 0 36130500 7994187776 1943315 33554432000 4194304 5796924 140737392825840 140737392822824 5094444 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 1951706 1943315 145 392 0 1951305 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 7806824

[startup+1722.3 s]
/proc/loadavg: 2.17 2.15 1.97 3/177 28399
/proc/meminfo: memFree=20514140/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=7806824 CPUtime=1721.83 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 1881691 0 0 0 171903 280 0 0 20 0 1 0 36130500 7994187776 1943315 33554432000 4194304 5796924 140737392825840 140737392822824 5092432 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 1951706 1943315 145 392 0 1951305 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 7806824

[startup+1782.3 s]
/proc/loadavg: 2.26 2.17 1.99 3/177 28400
/proc/meminfo: memFree=20512904/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=7806824 CPUtime=1781.82 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 1881691 0 0 0 177902 280 0 0 20 0 1 0 36130500 7994187776 1943315 33554432000 4194304 5796924 140737392825840 140737392822824 4809129 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 1951706 1943315 145 392 0 1951305 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 7806824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.33 2.19 2.00 4/177 28400
/proc/meminfo: memFree=20513756/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=7806824 CPUtime=1800.01 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202496 1881691 0 0 0 179721 280 0 0 20 0 1 0 36130500 7994187776 1943315 33554432000 4194304 5796924 140737392825840 140737392822824 4865437 0 0 4096 17954 0 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 1951706 1943315 145 392 0 1951305 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 7806824

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

[startup+1800.81 s]
/proc/loadavg: 2.33 2.19 2.00 3/171 28431
/proc/meminfo: memFree=26324320/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=0 CPUtime=1800.31 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202500 1881704 0 0 0 179721 310 0 0 20 0 1 0 36130500 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

[startup+1800.9 s]
/proc/loadavg: 2.33 2.19 2.00 3/171 28431
/proc/meminfo: memFree=26324320/32872528 swapFree=1378732/1517724
[pid=28332] ppid=28329 vsize=0 CPUtime=1800.41 cores=0,2,4,6
/proc/28332/stat : 28332 (naps-1.02) R 28329 28332 28286 0 -1 4202500 1881704 0 0 0 179721 320 0 0 20 0 1 0 36130500 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 2 0 0 20 0 0
/proc/28332/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1800.91
CPU time (s): 1800.43
CPU user time (s): 1797.22
CPU system time (s): 3.20651
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 7806824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.22
system time used= 3.20651
maximum resident set size= 7773312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1881704
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= 3
involuntary context switches= 1861

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.09422 second user time and 7.15391 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-27 14:35:23
IDJOB=4082279
IDBENCH=3023
IDSOLVER=2544
FILE ID=node129/4082279-1467030923
RUNJOBID= node129-1467030923-28302
PBS_JOBID= 19976992
Free space on /tmp= 71584 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=380-sizeP=191-sizeQ=380-376320478.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082279-1467030923/watcher-4082279-1467030923 -o /tmp/evaluation-result-4082279-1467030923/solver-4082279-1467030923 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1467030923-28302 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4082279-1467030923.opb

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

MD5SUM BENCH= 51d0311b377c59157e242074419873d8
RANDOM SEED=1112405995

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.417
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.417
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:        30355784 kB
Buffers:           89624 kB
Cached:           168920 kB
SwapCached:          532 kB
Active:            90984 kB
Inactive:         176940 kB
Active(anon):      10660 kB
Inactive(anon):      656 kB
Active(file):      80324 kB
Inactive(file):   176284 kB
Unevictable:     1517724 kB
Mlocked:         1378732 kB
SwapTotal:      67108856 kB
SwapFree:       67099972 kB
Dirty:             23028 kB
Writeback:             0 kB
AnonPages:       1525800 kB
Mapped:             7580 kB
Shmem:                 0 kB
Slab:             597352 kB
SReclaimable:      41188 kB
SUnreclaim:       556164 kB
KernelStack:        1432 kB
PageTables:         7068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1646108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 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= 71580 MiB
End job on node129 at 2016-06-27 15:05:24